Skip to content
grey edited this page Nov 5, 2017 · 5 revisions

Use this wiki to document the page and code on deeponionwiki.github.io, add deeponion related information to the project, either via git or via the edit interface. If you want access, just contact 7hegrey here, or thegrey on the forums. As a general minimum, you should have at least member status on forums and jr member on bct. This is a private initiative, and there are no bounties related to this.

The intention was to integrate this wiki to the page at deeponionwiki.github.io, but currently the page will only be updated by cloning he project (with git), using git submodule to add the wiki to the page project, and then pull and push with git somewhere outside github, like on a desktop computer. Technically this could be automated, but to keep it simple, it is better to use .md files in the project and use this as a meta wiki, at least until github adds functionality for this use, or some developer figures out how to do it via existing github features.

How to use and contribute to this wiki:

The page itself is a github page, with Jekyll https://pages.github.com

https://jekyllrb.com

The integration of the github wiki into the page, is a git submodule, added to the project like this: git submodule add https://github.com/deeponionwiki/deeponionwiki.github.io.wiki.git docs Which creates a folder that actually is the repo for the wiki.

ToDo: Try to set up a webhook that automatically updates the site repository when the wiki repository changes. WebSub may be a clue.

Clone this wiki locally