From 0c6497317e713df46fc5acf823837deaba23e9bb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 2 Jul 2015 10:33:37 -0300 Subject: Initial content --- Makefile | 2 +- ikiwiki.setup | 14 +++++++------- index.mdwn | 9 ++++++++- pt.md | 3 +++ todo.md | 9 +++++++++ 5 files changed, 28 insertions(+), 9 deletions(-) create mode 100644 pt.md create mode 100644 todo.md diff --git a/Makefile b/Makefile index 343817b..482c300 100644 --- a/Makefile +++ b/Makefile @@ -18,4 +18,4 @@ wiki: @ikiwiki --setup ikiwiki.setup wiki_deploy: - @rsync -avz --delete www/ blog:/var/sites/blog/www/ + @rsync -avz --delete www/ docfesto:/var/sites/docfesto/www/ diff --git a/ikiwiki.setup b/ikiwiki.setup index 2740fa0..f903180 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -6,16 +6,16 @@ # Remember to re-run ikiwiki --setup any time you edit this file. use IkiWiki::Setup::Standard { - wikiname => "Hello World!", - adminuser => ["user", ], - adminemail => 'user@example.org', + wikiname => "Docfesto", + adminuser => ["docfesto", ], + adminemail => 'docfesto@sarava.org', # Be sure to customise these.. srcdir => ".", destdir => "www", - url => "https://user.example.org", - cgiurl => "https://user.example.org/ikiwiki.cgi", + url => "https://docfesto.sarava.org", + cgiurl => "https://docfesto.sarava.org/ikiwiki.cgi", #templatedir => "/usr/share/ikiwiki/templates", #underlaydir => "/usr/share/ikiwiki/basewiki", @@ -28,8 +28,8 @@ use IkiWiki::Setup::Standard { # Git stuff. rcs => "git", - historyurl => "https://git.example.org/?p=user.git;a=history;f=[[file]]", - diffurl => "https://git.example.org/?p=user.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]", + historyurl => "https://git.sarava.org/?p=docfesto.git;a=history;f=[[file]]", + diffurl => "https://git.sarava.org/?p=docfesto.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]", #gitorigin_branch => "origin", #gitmaster_branch => "master", # See https://ikiwiki.info/tips/laptop_wiki_with_git/ diff --git a/index.mdwn b/index.mdwn index 2da2aef..f343900 100644 --- a/index.mdwn +++ b/index.mdwn @@ -1,3 +1,10 @@ -[[!meta title="Hello World!"]] +[[!meta title="Docfesto - Documentation Manifesto"]] + +## Meta + +* Pad: https://pad.sarava.org/p/docfesto +* Contact: docfesto At sarava.org + +## Index [[!inline pages="page(*) and !ikiwiki/* and !index and !sandbox and !templates* and !smileys and !shortcuts and !ikiwiki and !RecentChanges and !*/Discussion" archive="yes"]] diff --git a/pt.md b/pt.md new file mode 100644 index 0000000..b7bc7f7 --- /dev/null +++ b/pt.md @@ -0,0 +1,3 @@ +[[!meta title="Docfesto - Manifesto por Documentação"]] + +Versão em português! diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..cbb2ada --- /dev/null +++ b/todo.md @@ -0,0 +1,9 @@ +[[!meta title="TODO"]] + +* Initial portuguese version. +* Initial english version. +* Minimum website styling. +* Mirror instructions. +* Supporter's logos. +* Badge. +* Announcement. -- cgit v1.2.3