summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2015-04-17 11:40:18 +0200
committerThomas Schwinge <thomas@codesourcery.com>2015-04-17 11:41:17 +0200
commitcc19d3b8c66e59b5fea8337eb215cf6a78b42480 (patch)
tree78ecb6a4212414c8c5271ccb73a56dfca8ca31e0
parent58dea8961ec0bc2b84ca7ff71d9118cbda46b0d8 (diff)
contributing/web_pages: Better integrate the ikiwiki installation instructions.
-rw-r--r--contributing/web_pages.mdwn20
1 files changed, 13 insertions, 7 deletions
diff --git a/contributing/web_pages.mdwn b/contributing/web_pages.mdwn
index e163cd32..cb05be8e 100644
--- a/contributing/web_pages.mdwn
+++ b/contributing/web_pages.mdwn
@@ -1,5 +1,5 @@
-[[!meta copyright="Copyright © 2007, 2008, 2009, 2010, 2011, 2013, 2014 Free
-Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2007, 2008, 2009, 2010, 2011, 2013, 2014, 2015
+Free Software Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -94,6 +94,15 @@ editing endeavours you're going to undertake. Doing so should help to (a) avoid
double work and (b) avoid merge conflicts if you install your changes into the
main repository.
+## Ikiwiki Installation
+
+You'll want to install [[ikiwiki]] in order to locally render the pages you're
+editing.
+
+### Debian Wheezy
+
+ $ apt-get install ikiwiki libyaml-syck-perl markdown libsearch-xapian-perl texinfo
+
## Identifying Yourself
First, let's make sure that you're properly identifying yourself towards Git.
@@ -173,7 +182,7 @@ You can also locally get the whole set of pages rendered to HTML:
[...]
scanning contributing/web_pages.mdwn
rendering contributing/web_pages.mdwn
-
+
Now open `hurd-web.rendered/index.html' to browse the pages.
### ikiwiki's `w3mmode`
@@ -194,7 +203,7 @@ Render the pages:
[...]
scanning contributing/web_pages.mdwn
rendering contributing/web_pages.mdwn
-
+
Now open `hurd-web.rendered.w3m/index.html' to browse the pages.
Invoke `w3m`:
@@ -241,9 +250,6 @@ If you don't have an MTA running, you'll have to find another way: either post
the `*.patch` files to <web-hurd@gnu.org> or upload them somewhere for us to
download them from.
-## Ikiwiki wheezy installation and dependencies
-
- $ apt-get install ikiwiki libyaml-syck-perl markdown libsearch-xapian-perl texinfo
# New Year Procedure