From d08457fb1cad069783bb8bce4234c0c9a72cf76b Mon Sep 17 00:00:00 2001 From: Esteban Carnevale Date: Mon, 22 Dec 2014 13:32:23 -0300 Subject: Paraboladocs: add --- Paraboladocs | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Paraboladocs 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 '' 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" -- cgit v1.2.3