diff options
author | Esteban Carnevale <alfplayer@mailoo.org> | 2014-12-22 13:32:23 -0300 |
---|---|---|
committer | Esteban Carnevale <alfplayer@mailoo.org> | 2014-12-24 12:33:59 -0300 |
commit | d08457fb1cad069783bb8bce4234c0c9a72cf76b (patch) | |
tree | 40b5ddd8ed69207cf11aa96fa410d293ff695a2c /Paraboladocs |
Paraboladocs: add
Diffstat (limited to 'Paraboladocs')
-rw-r--r-- | Paraboladocs | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Paraboladocs b/Paraboladocs new file mode 100644 index 0000000..ca3e7f2 --- /dev/null +++ b/Paraboladocs @@ -0,0 +1,34 @@ +[[Category:ParabolaWiki]] +[[Category:Documentation]] + +Paraboladocs, a distributed free documentation repository using Mediawiki markup. Documents are stored in a git repository. Currenty experimental. + +== Get the repository == + +=== Git protocol, read-only === + + git clone git://alfplayer.me/paraboladocs.git + +=== SSH access, read-write (permission required) === + +Parabola Hackers have access. Others can ask ''alfplayer <alfplayer@mailoo.org>'' to get access without restrictions. + + git clone git@alfplayer.me:freedocs.git + +=== HTTP access, read-only === + + http://alfplayer.me/project/freedocs + +== Fetch documents from ArchWiki and ParabolaWiki == + +Example: Installation guide + + title="Installation_guide" + +=== From ArchWiki === + + curl "https://wiki.archlinux.org/index.php?title=$title&action=raw" > "$title" + +=== From ParabolaWiki === + + curl "https://wiki.parabola.nu/index.php?title=Installation_Guide&action=raw" > "$title" |