[Blends-commit] r1835 - blends/trunk/blends/doc/en

Debian Pure Blends Subversion Commit noreply at alioth.debian.org
Sun Aug 23 14:50:05 UTC 2009


Author: tille
Date: Sun Aug 23 14:50:04 2009
New Revision: 1835
URL: http://svn.debian.org/viewsvn/blends?rev=1835&view=rev

Log:
Description how to work on / with tasks page building code


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=1835&view=diff&r1=1835&r2=1834&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 14:50:04 2009
@@ -458,7 +458,7 @@
 </p>
 <p>
 <enumlist>
-  <item>Login to Alioth</item>
+  <item>Login to <tt>alioth.debian.org</tt></item>
   <item><tt>cd /var/lib/gforge/chroot/home/groups/blends/webtools/</tt></item>
   <item><tt>./tasks.py &lt;blend-name&gt;</tt></item>
 </enumlist>
@@ -471,6 +471,38 @@
 the <tt>.conf</tt> extension and you have a
 valid <tt>&lt;blend-name&gt;</tt>.
 </p>
+<p>
+In case you are planing some more experimental changes there is
+another host which was kindly sponsored by Fr&eacute;d&eacute;ric H&eacute;bert for Debian
+Med called <tt>blends.debian.net</tt> which is running a copy of
+UDD and also hosts the latest development snapshot of the Blends web
+tools.  Just ask Andreas Tille <email>tille at debian.org</email> in case
+you like a login on this host.
+</p>
+<p>
+The code which builds web and tasks pages is available in SVN at
+<tt>svn://svn.debian.org/blends/blends/trunk/webtools</tt>.  It is
+using the <url id="http://genshi.edgewall.org/" name="Genshi
+templating system"> which enables influencing the layout of the pages
+by editing the templates in
+<tt>svn://svn.debian.org/blends/blends/trunk/webtools/templates</tt>.
+You can also influence some parameters of the web pages in the
+configuration files
+<tt>svn://svn.debian.org/blends/blends/trunk/webtools/webconf</tt>.
+Last but not least you can provide translations for the web pages in
+<tt>svn://svn.debian.org/blends/blends/trunk/webtools/po</tt>.
+</p>
+<p>
+Once something on the web pages was changed you can activate the
+changes as follows:
+</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-svn</tt></item>
+</enumlist>
+</p>
 </sect>
   </appendix>
   



More information about the Blends-commit mailing list