diff options
| author | 2024-03-08 01:30:03 +0800 | |
|---|---|---|
| committer | 2024-03-08 01:30:03 +0800 | |
| commit | 327f4f4812c1cdbe69b83eac2de03a148082741e (patch) | |
| tree | 100f7722193b3b19b9ad3ce7746279e4935582c7 /collections | |
| parent | 72dd389404f2409666dffa803d9ee18dad5a9405 (diff) | |
| download | ipm-server-327f4f4812c1cdbe69b83eac2de03a148082741e.tar.gz ipm-server-327f4f4812c1cdbe69b83eac2de03a148082741e.zip | |
updated data index
Diffstat (limited to 'collections')
| -rw-r--r-- | collections/all-collections.xml | 1 | ||||
| -rw-r--r-- | collections/all-nltk.xml | 3 | ||||
| -rw-r--r-- | collections/all.xml | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/collections/all-collections.xml b/collections/all-collections.xml new file mode 100644 index 0000000..3afbe72 --- /dev/null +++ b/collections/all-collections.xml @@ -0,0 +1 @@ +<collection id="all-collections" name="All the collections" />
\ No newline at end of file diff --git a/collections/all-nltk.xml b/collections/all-nltk.xml new file mode 100644 index 0000000..fc1dcc7 --- /dev/null +++ b/collections/all-nltk.xml @@ -0,0 +1,3 @@ +<collection id="all-nltk" name="All packages available on ipm-server gh-pages branch"> + <item ref="ndice" /> +</collection>
\ No newline at end of file diff --git a/collections/all.xml b/collections/all.xml new file mode 100644 index 0000000..fabe2f0 --- /dev/null +++ b/collections/all.xml @@ -0,0 +1,3 @@ +<collection id="all" name="All packages"> + <item ref="ndice" /> +</collection>
\ No newline at end of file |
