Maintainer's Fork, used for PR's to master. Tildegit repository is used for PR's only. Wiki development @ Below Link. Please Contribute There https://bitbucket.org/cherryllc/wiki/src/master/
Go to file
dovahkin b7f7e84512 v001a-1: [Setting Up Directory Structure]
If this thing is going to work we need to follow a directory structure so anyone contributing can actually follow what goes for what, etc.

Proposed Structure;

./ << Main files, such as the welcome page, Table Of Contents, About, etc.
./wiki/ << Parent Directory for actual wiki content.
./wiki/<topic>/ << We split things into topics. So things (Primarily) pertaining to say, SSH, go in the SSH directory which will be here.
./wiki/<topic>/<sub_topic>/ << We will definitely finding ourselves with subtopics inside of topics, like "What is IRC?" and "Using Thunix's IRC (Tildechat)"

Anything unsorted or non-pertaining to any topic can be put in ./wiki/unsorted/

If you have any further questions on why I am going to be trying to use this structure, feel free to msg me on IRC directly, or optionally put it on IRIS.
2019-06-30 00:41:30 -04:00
articles v001a-1: [Setting Up Directory Structure] 2019-06-30 00:41:30 -04:00
includes v(N/A): [Bringing Maintainer's Fork U2D] 2019-06-30 00:30:20 -04:00
LICENSE Initial commit 2019-05-30 10:59:36 -04:00
README.md v(N/A): [Bringing Maintainer's Fork U2D] 2019-06-30 00:30:20 -04:00
wiki.php v(N/A): [Bringing Maintainer's Fork U2D] 2019-06-30 00:30:20 -04:00

README.md

Thunix Wiki

Editing the wiki documents is easy. They are all stored in ./articles, and are all markdown format.

If you're feeling froggy, you can also do PR's for the code running the wiki, style sheets, etc etc.

Support files (Header, footer, site.css) are in ./includes.

So, to update the wiki, just submit a PR for it :)