[Blends-commit] r1836 - blends/trunk/blends/doc/en
Debian Pure Blends Subversion Commit
noreply at alioth.debian.org
Sun Aug 23 15:08:57 UTC 2009
Author: tille
Date: Sun Aug 23 15:08:57 2009
New Revision: 1836
URL: http://svn.debian.org/viewsvn/blends?rev=1836&view=rev
Log:
How to work on static pages of Blends
Modified:
blends/trunk/blends/doc/en/A_devel.sgml
Modified: blends/trunk/blends/doc/en/A_devel.sgml
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/blends/doc/en/A_devel.sgml?rev=1836&view=diff&r1=1836&r2=1835&p1=blends/trunk/blends/doc/en/A_devel.sgml&p2=blends/trunk/blends/doc/en/A_devel.sgml
==============================================================================
--- blends/trunk/blends/doc/en/A_devel.sgml (original)
+++ blends/trunk/blends/doc/en/A_devel.sgml Sun Aug 23 15:08:57 2009
@@ -503,6 +503,46 @@
<item><tt>./deploy-svn</tt></item>
</enumlist>
</p>
+<p>
+Please note that the <tt>css</tt> and <tt>js</tt> files which are
+influencing the layout of the automatically created pages are in
+the same area as the static web pages (see below <ref id="staticwebpages">).
+</p>
+</sect>
+
+ <sect id="staticwebpages">
+ <heading>Editing static web pages of Blends on Alioth</heading>
+<p>
+A very simple entry page is created for each Blend which is linked
+from the
+<url id="http://blends.alioth.debian.org/" name="list of all Blends">.
+Most probably the maintainers of a Blend want to enhance this page a
+bit. It is actually intended that this simple template will be
+enhanced as it is done for instance for the
+<url id="http://debian-med.alioth.debian.org" name="Debian Med
+project"> which has a quite complex PHP driven web with a lot of other
+features than just linking to the tasks and bugs pages. Maintainers
+of a Blend should care for this index page which currently is just
+featuring links to the automatically updated pages as well as an image
+which shows the activity of the
+<url id="http://people.debian.org/~tille/talks/200808_lightning/liststats.pdf"
+name="relevant mailing list">. Maintaining these static pages is
+not a "service" which is done for you. The maintainers of a Blend
+should care for this!
+</p>
+<p>
+The static pages are maintained in SVN at
+<tt>svn://svn.debian.org/blends/blends/trunk/websites</tt>.
+Once you have changed the content of the pages you can activate
+the changes by doing:
+</p>
+<p>
+<enumlist>
+ <item>Login to <tt>alioth.debian.org</tt> or <tt>blends.debian.net</tt></item>
+ <item><tt>cd /var/lib/gforge/chroot/home/groups/blends/webtools/</tt></item>
+ <item><tt>./deploy-static-pages</tt></item>
+</enumlist>
+</p>
</sect>
</appendix>
More information about the Blends-commit
mailing list