aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-03-08 01:30:03 +0800
committer简律纯 <i@jyunko.cn>2024-03-08 01:30:03 +0800
commit327f4f4812c1cdbe69b83eac2de03a148082741e (patch)
tree100f7722193b3b19b9ad3ce7746279e4935582c7
parent72dd389404f2409666dffa803d9ee18dad5a9405 (diff)
downloadipm-server-327f4f4812c1cdbe69b83eac2de03a148082741e.tar.gz
ipm-server-327f4f4812c1cdbe69b83eac2de03a148082741e.zip
updated data index
-rw-r--r--collections/all-collections.xml1
-rw-r--r--collections/all-nltk.xml3
-rw-r--r--collections/all.xml3
-rw-r--r--index.xml16
4 files changed, 23 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
diff --git a/index.xml b/index.xml
new file mode 100644
index 0000000..c3f6f45
--- /dev/null
+++ b/index.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<?xml-stylesheet href="index.xsl" type="text/xsl"?>
+<ipm_package_data>
+ <packages>
+ <package id="ndice" name="infini example: ndice" webpage="https://github.com/HydroRoll-Team/infini/blob/master/tests/examples/ndice/" author="&#33487;&#21521;&#22812;" unzip="1" unzipped_size="15007" size="4677" checksum="ae0f41bc75a7053fe59bf9366a12a2cc" subdir="dnd" url="https://raw.githubusercontent.com/HydroRoll-Team/ipm-server/gh-pages/packages/dnd/ndice.zip" />
+ </packages>
+ <collections>
+ <collection id="all" name="All packages">
+ <item ref="ndice" />
+ </collection>
+ <collection id="all-collections" name="All the collections" />
+ <collection id="all-nltk" name="All packages available on ipm-server gh-pages branch">
+ <item ref="ndice" />
+ </collection>
+ </collections>
+</ipm_package_data>