From b7f7e845126fd79310612e173aa13be2ee9a8c62 Mon Sep 17 00:00:00 2001 From: dovahkin Date: Sun, 30 Jun 2019 00:41:30 -0400 Subject: [PATCH] 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// << We split things into topics. So things (Primarily) pertaining to say, SSH, go in the SSH directory which will be here. ./wiki/// << 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. --- articles/{ => wiki/unsorted}/ansible.md | 0 articles/{ => wiki/unsorted}/chat.md | 0 articles/{ => wiki/unsorted}/contributing.md | 0 articles/{ => wiki/unsorted}/email.md | 0 articles/{ => wiki/unsorted}/sandbox.md | 0 articles/{ => wiki/unsorted}/ssh.md | 0 articles/{ => wiki/unsorted}/thunix.md | 0 articles/{ => wiki/unsorted}/tildegit.org.md | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename articles/{ => wiki/unsorted}/ansible.md (100%) rename articles/{ => wiki/unsorted}/chat.md (100%) rename articles/{ => wiki/unsorted}/contributing.md (100%) rename articles/{ => wiki/unsorted}/email.md (100%) rename articles/{ => wiki/unsorted}/sandbox.md (100%) rename articles/{ => wiki/unsorted}/ssh.md (100%) rename articles/{ => wiki/unsorted}/thunix.md (100%) rename articles/{ => wiki/unsorted}/tildegit.org.md (100%) diff --git a/articles/ansible.md b/articles/wiki/unsorted/ansible.md similarity index 100% rename from articles/ansible.md rename to articles/wiki/unsorted/ansible.md diff --git a/articles/chat.md b/articles/wiki/unsorted/chat.md similarity index 100% rename from articles/chat.md rename to articles/wiki/unsorted/chat.md diff --git a/articles/contributing.md b/articles/wiki/unsorted/contributing.md similarity index 100% rename from articles/contributing.md rename to articles/wiki/unsorted/contributing.md diff --git a/articles/email.md b/articles/wiki/unsorted/email.md similarity index 100% rename from articles/email.md rename to articles/wiki/unsorted/email.md diff --git a/articles/sandbox.md b/articles/wiki/unsorted/sandbox.md similarity index 100% rename from articles/sandbox.md rename to articles/wiki/unsorted/sandbox.md diff --git a/articles/ssh.md b/articles/wiki/unsorted/ssh.md similarity index 100% rename from articles/ssh.md rename to articles/wiki/unsorted/ssh.md diff --git a/articles/thunix.md b/articles/wiki/unsorted/thunix.md similarity index 100% rename from articles/thunix.md rename to articles/wiki/unsorted/thunix.md diff --git a/articles/tildegit.org.md b/articles/wiki/unsorted/tildegit.org.md similarity index 100% rename from articles/tildegit.org.md rename to articles/wiki/unsorted/tildegit.org.md