diff --git a/happ-resources/h-wiki/bundle.toml b/happ-resources/h-wiki/bundle.toml new file mode 100644 index 0000000..cffe15c --- /dev/null +++ b/happ-resources/h-wiki/bundle.toml @@ -0,0 +1,15 @@ +bridges = [] + +[[instances]] +name = "H_Wiki" +id = "__H_Wiki" +dna_hash = "QmYxzurHHhydVXX9yt2vmd2obS6TU99KkFKhnRH4pd6NQs" +uri = "https://github.com/eyss/h-wiki-back/releases/download/0.5/h-wiki-back.dna.json" + +[[UIs]] +name = "H-Wiki" +uri = "https://github.com/eyss/h-wiki-back/releases/download/0.5/ui.zip" + +[[UIs.instance_references]] +ui_handle = "__H_Wiki" +instance_id = "__H_Wiki" diff --git a/index.json b/index.json index 1ae6548..dd6d512 100644 --- a/index.json +++ b/index.json @@ -30,5 +30,13 @@ "icon": "https://github.com/h-be/acorn-ui/blob/master/dist/logo/acorn-logo-desktop-512px%402x.png", "screenshot": "https://i.imgur.com/2LreFT4.png", "description": "STOP! Don't click INSTALL! First, click 'Show Bundle Contents', then check 'Install with admin interface?'. THEN click 'INSTALL'. Acorn is a way of organizing intended Goals and Outcomes in tree-like structures. You can think of it as a virtual whiteboard for collaborative planning." + }, + { + "name": "H-Wiki", + "directory": "h-wiki", + "github": "https://github.com/eyss/h-wiki-back", + "icon": "https://raw.githubusercontent.com/hector0513/icono/master/LogoH-wik-8.png?token=AD4GNJN6YFZ3DGROMOU3AWK6J7B3C", + "screenshot": "https://user-images.githubusercontent.com/16279205/74938217-f5747680-53c3-11ea-92de-aa3d3039fc5a.png", + "description": "The H-Wiki Project is a site in which users collaboratively modify and structure content directly from a web browser to create a truly distributed knowledge-base" } ]