summaryrefslogtreecommitdiff
path: root/ikiwiki.setup
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r--ikiwiki.setup24
1 files changed, 12 insertions, 12 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index 2740fa0..a478960 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -6,30 +6,30 @@
# 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 => "Debian Packages",
+ admindebian => ["debian", ],
+ adminemail => 'debian@sarava.org',
# Be sure to customise these..
srcdir => ".",
destdir => "www",
- url => "https://user.example.org",
- cgiurl => "https://user.example.org/ikiwiki.cgi",
+ url => "https://debian.sarava.org",
+ cgiurl => "https://debian.sarava.org/ikiwiki.cgi",
#templatedir => "/usr/share/ikiwiki/templates",
#underlaydir => "/usr/share/ikiwiki/basewiki",
# Subversion stuff.
#rcs => "svn",
- #historyurl => "http://svn.example.org/trunk/[[file]]",
- #diffurl => "http://svn.example.org/trunk/[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]",
+ #historyurl => "http://svn.sarava.org/trunk/[[file]]",
+ #diffurl => "http://svn.sarava.org/trunk/[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]",
#svnrepo => "/svn/wiki",
#svnpath => "trunk",
# 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=debian.git;a=history;f=[[file]]",
+ diffurl => "https://git.sarava.org/?p=debian.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/
@@ -122,8 +122,8 @@ use IkiWiki::Setup::Standard {
# Logging settings:
#verbose => 1,
syslog => 0,
- # To link to user pages in a subdirectory of the wiki.
- #userdir => "users",
+ # To link to debian pages in a subdirectory of the wiki.
+ #debiandir => "users",
# To create output files named page.html rather than page/index.html.
#usedirs => 0,
# Simple spam prevention: require an account-creation password.
@@ -212,5 +212,5 @@ use IkiWiki::Setup::Standard {
#po_slave_languages => [ 'pt|Portuguese' ],
# See http://ikiwiki.info/plugins/rsync/
- #rsync_command => 'rsync -qa --delete . user@host:/path/to/docroot/',
+ #rsync_command => 'rsync -qa --delete . debian@host:/path/to/docroot/',
}