commit 13fd7cd06c811cd3b5f36f8a03fefec299c03001 parent 431428879be85eed1b9634339625604985e76ea5 Author: ugrnm <ugrnm@web> Date: Mon, 20 Jun 2022 21:08:04 +0200 empty web commit Diffstat:
| M | about.mdwn | | | 24 | ++++++++++++++++++------ |
1 file changed, 18 insertions(+), 6 deletions(-)
diff --git a/about.mdwn b/about.mdwn @@ -1,17 +1,29 @@ Permacomputing Wiki =================== -**Permacomputing wiki** is a [[wiki]] about [[permacomputing]]. +Permacomputing wiki is a [[wiki]] about [[permacomputing]]. -Permacomputing wiki uses [[ikiwiki]]. +Contributing +------------ +If you want to contribute to the permacomputing wiki, read the page about [[editing]]. -You may want to know more about: -* [[editing]] this wiki to contribute new material -* [[cloning]] this wiki for local/offline usage -* [[installing]] a similar wiki +Local/Offline copies +-------------------- + +We use [[ikiwiki]] as wiki compiler. This wiki exists in fact as a collection of plaintext source files that are automatically turned into static HTML files whenever an edit is made to these source files. + +Because these plaintext source files and HTLM files are very portable and easy to copy, you are encouraged to have local copies in order to be less dependent on [[WWW]] or individual server installations. + +See [[cloning]] to learn how to make local/offline copies. + + +Install Notes +------------- + +If you are curious how this was all installed and configured, we took some notes on [[this page|installing]].