[Pkg-ruby-extras-maintainers] r107 - website

Lucas Nussbaum lucas-guest at costa.debian.org
Tue Nov 1 23:00:08 UTC 2005


Author: lucas-guest
Date: 2005-11-01 23:00:08 +0000 (Tue, 01 Nov 2005)
New Revision: 107

Added:
   website/README
Log:
Added a README file to explain how the website works. Just copy/pasted a mail from paulvt.

Added: website/README
===================================================================
--- website/README	2005-11-01 22:57:18 UTC (rev 106)
+++ website/README	2005-11-01 23:00:08 UTC (rev 107)
@@ -0,0 +1,32 @@
+From http://lists.alioth.debian.org/pipermail/pkg-ruby-extras-maintainers/2005-September/000004.html
+
+Hi all,
+
+As most of you know, I have created a simple website for the project
+using webgen[1].  Today I have uploaded it to Alioth, so it's visible now
+on: http://pkg-ruby-extras.alioth.debian.org/index.html
+
+Every member of the team can update it, writing/adapting content is
+quite simple.  You need to have webgen installed (which is still in the
+NEW queue) though.
+
+-> Get the source using:
+svn co svn+ssh://svn.debian.org/svn/pkg-ruby-extras/website
+
+-> Now, modify some files in src/. Use the Textile format[2].
+Run webgen in the top-level directory, the HTML files in output/
+will be updated unless there are errors.
+I've symlinked output/ to my ~/public_html/ for testing.
+
+-> Sync to alioth using:
+webgen && rsync -avP output/ \
+  alioth.debian.org:/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/
+
+Some parts are still missing, I really would appreciate some help
+in completing it.
+
+Paul
+
+1: Getting started with webgen: 
+     http://webgen.rubyforge.org/documentation/gettingstarted.html
+2: A useful Textile reference: http://hobix.com/textile/




More information about the pkg-ruby-extras-maintainers mailing list