summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README34
-rw-r--r--config/ikiwiki.setup.in53
2 files changed, 81 insertions, 6 deletions
diff --git a/README b/README
index 75c24b1..bcb69c2 100644
--- a/README
+++ b/README
@@ -1,14 +1,36 @@
-Ikiwiki build environment
-=========================
+Website http://dr.jones.dk/
+===========================
-To quickly start working with content, this should suffice:
- git clone git://source.jones.dk/ikiwiki/site
+Preparations
+------------
+
+ 1) Install the stable release (Squeeze) of Debian <http://www.debian.org/>
+ 2) Run the following commands as superuser - i.e. "root":
+
+ echo 'deb http://debian.jones.dk/ squeeze webservices' > /etc/apt/sources.list.d/jones.list
+ aptitude update
+ aptitude install ikiwiki git libsearch-xapian-perl perlmagick
+ aptitude install libtext-multimarkdown-perl libtext-typography-perl
+ aptitude install libhtml-packer-perl
+ aptitude install compass-layoutgala-plugin
+
+(all packages are officially in Debian, some just not in the stable version)
+
+
+Use
+---
+
+Create the website with the following commands as normal(!) user:
+
+ git clone git://source.jones.dk/jones/site
cd site
+ git clone git://source.jones.dk/jones/content
+ git clone git://source.jones.dk/jones/styling
make init
make
-Result is then below build/ .
+The final website is then located below build/ .
- -- Jonas Smedegaard <dr@jones.dk>, 2011-01-30
+ -- Jonas Smedegaard <dr@jones.dk>, 2011-12-08
diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in
new file mode 100644
index 0000000..8e474f0
--- /dev/null
+++ b/config/ikiwiki.setup.in
@@ -0,0 +1,53 @@
+# IkiWiki::Setup::Yaml - YAML formatted setup file
+wikiname: IT-guide dr. Jones
+adminemail: dr@jones.dk
+adminuser:
+- http://dr.jones.dk/
+- http://sirireiter.dk/
+url: http://dr.jones.dk/
+cgiurl: http://dr.jones.dk/ikiwiki.cgi
+add_plugins:
+- search
+- branding
+- topbar
+- sidebar
+- farbar
+- copyright
+- license
+- po
+- lockedit
+- wmd
+- map
+- linkmap
+- aggregate
+- rawhtml
+- graphviz
+disable_plugins:
+- htmlscrubber
+- passwordauth
+- theme
+html5: 0
+timeformat: '%a %b %e %Y'
+locale: C.UTF-8
+hardlink: 1
+timezone: Europe/Copenhagen
+allow_symlinks_before_srcdir: 1
+historyurl: http://source.jones.dk/?p=jones/content.git;a=history;f=[[file]]
+diffurl: http://source.jones.dk/?p=jones/content.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]
+#gitorigin_branch: ''
+gitmaster_branch: master
+htmlscrubber_skip: '!*/Discussion'
+allowrss: 1
+allowatom: 1
+#anonok_pagespec: '*/discussion'
+locked_pages: '!*/Discussion'
+multimarkdown: 1
+nodiscount: 1
+po_master_language: en|English
+po_slave_languages:
+- da|Dansk
+po_translatable_pages: '* and !*/talk/* and !emdebian/fb/* and !activities*'
+po_link_to: negotiated
+aggregateinternal: 1
+tagbase: /
+tag_autocreate_commit: 1