diff options
| author | 2024-03-09 14:27:26 +0000 | |
|---|---|---|
| committer | 2024-03-09 14:27:26 +0000 | |
| commit | c7899e54ac4fe5ed0a7195ecb5d94bf24d17755d (patch) | |
| tree | 1be0c09d00909679d8975b0dd9b0c07f33957e50 | |
| parent | 9426a782cd42e175f4e45f80c2d8b8a3970c420a (diff) | |
| download | ipm-server-c7899e54ac4fe5ed0a7195ecb5d94bf24d17755d.tar.gz ipm-server-c7899e54ac4fe5ed0a7195ecb5d94bf24d17755d.zip | |
feat(site): update index for gh-pages [skip ci]
| -rw-r--r-- | collections/all-ipm.xml | 1 | ||||
| -rw-r--r-- | collections/all.xml | 1 | ||||
| -rw-r--r-- | index.xml | 3 |
3 files changed, 0 insertions, 5 deletions
diff --git a/collections/all-ipm.xml b/collections/all-ipm.xml index 8ce8e5b..466ea50 100644 --- a/collections/all-ipm.xml +++ b/collections/all-ipm.xml @@ -1,4 +1,3 @@ <collection id="all-ipm" name="All packages available on ipm-server gh-pages branch"> - <item ref="coc" /> <item ref="ndice" /> </collection>
\ No newline at end of file diff --git a/collections/all.xml b/collections/all.xml index 0b28db7..fabe2f0 100644 --- a/collections/all.xml +++ b/collections/all.xml @@ -1,4 +1,3 @@ <collection id="all" name="All packages"> - <item ref="coc" /> <item ref="ndice" /> </collection>
\ No newline at end of file @@ -2,17 +2,14 @@ <?xml-stylesheet href="index.xsl" type="text/xsl"?> <ipm_package_data> <packages> - <package id="coc" name="infini example: coc(基础掷骰指令规则包)" webpage="https://github.com/HydroRoll-Team/infini/blob/master/tests/examples/coc/" author="简律纯" license="Apache-2.0" unzip="1" unzipped_size="15007" size="4657" checksum="3b22fee264f03e1f35e3e858892b2db6" subdir="coc" url="https://raw.githubusercontent.com/HydroRoll-Team/ipm-server/gh-pages/packages/coc/coc.ipk" /> <package id="ndice" name="infini example: ndice(基础掷骰指令规则包)" webpage="https://github.com/HydroRoll-Team/infini/blob/master/tests/examples/ndice/" author="苏向夜" license="Apache-2.0" 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.ipk" /> </packages> <collections> <collection id="all" name="All packages"> - <item ref="coc" /> <item ref="ndice" /> </collection> <collection id="all-collections" name="All the collections" /> <collection id="all-ipm" name="All packages available on ipm-server gh-pages branch"> - <item ref="coc" /> <item ref="ndice" /> </collection> </collections> |
