aboutsummaryrefslogtreecommitdiff
path: root/www/git.md
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-05-30 01:02:51 +0100
committerLeah Rowe <info@minifree.org>2017-05-30 01:03:15 +0100
commit2258cbeb7bf12ada8b8d0f5c0996d7cc4aa27818 (patch)
tree0b876ec8f1e941af8a33b68bf1efb5f691cca865 /www/git.md
parent91dc72c766135826ca1bceb9e696aea89ab3c0a8 (diff)
downloadlibrebootfr-2258cbeb7bf12ada8b8d0f5c0996d7cc4aa27818.tar.gz
librebootfr-2258cbeb7bf12ada8b8d0f5c0996d7cc4aa27818.zip
Add edit link to all pages, linking to instructions for sending patches
This is necessary, so that people know how to modify the website and send improvements, like they do on wiki sites. Although Libreboot is git-hosted, having this link helps. It goes to a section added to the Git page, instructing users how to edit the website and documentation.
Diffstat (limited to 'www/git.md')
-rw-r--r--www/git.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/git.md b/www/git.md
index a1ddd993..f6ebab77 100644
--- a/www/git.md
+++ b/www/git.md
@@ -11,6 +11,28 @@ Download Libreboot from the Git repository here:
**git clone https://notabug.org/libreboot/libreboot.git**
+Editing the website and documentation, wiki-style
+-------------------------------------------------
+
+The entire website on libreboot.org, including all of the Libreboot
+documentation, is hosted in the Git repository. The pages are written in
+Markdown, which is an easy-to-use markup language similar to the one used
+when, for instance, editing pages on WikiPedia or a MediaWiki-based website.
+
+Just download Libreboot's Git repository, make changes to the website under
+the ***www*** directory. Changes to the documentation section are made under
+the ***docs*** directory. Once you've made your changes, you can submit them
+for inclusion live on libreboot.org, using the instructions on the rest of this
+page.
+
+***You can use any standard text editor to edit and improve the entire
+Libreboot website. E.g. Vim, GNU Emacs, GNU Nano, Gedit or whatever you
+prefer to use.***
+
+We currently have a shortage of people who possess the skill to write and
+maintain good documentation for Libreboot, so we welcome any and all
+contributions!
+
General guidelines for submitting patches
-----------------------------------------