diff options
| author | 2024-03-09 13:50:05 +0000 | |
|---|---|---|
| committer | 2024-03-09 13:50:05 +0000 | |
| commit | 142198b73b94d9f470e706cd96e7e692ef542aed (patch) | |
| tree | cd982ae254f84b4f577eb2a811948dbcdc886db6 | |
| parent | 76a9c02584a0bb825b8d0c8b4ffc4e469e1f5b51 (diff) | |
| download | ipm-server-142198b73b94d9f470e706cd96e7e692ef542aed.tar.gz ipm-server-142198b73b94d9f470e706cd96e7e692ef542aed.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, 5 insertions, 0 deletions
diff --git a/collections/all-ipm.xml b/collections/all-ipm.xml index 466ea50..8ce8e5b 100644 --- a/collections/all-ipm.xml +++ b/collections/all-ipm.xml @@ -1,3 +1,4 @@ <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 fabe2f0..0b28db7 100644 --- a/collections/all.xml +++ b/collections/all.xml @@ -1,3 +1,4 @@ <collection id="all" name="All packages"> + <item ref="coc" /> <item ref="ndice" /> </collection>
\ No newline at end of file @@ -2,14 +2,17 @@ <?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> |
