[Blends-commit] r2979 - in /blends/trunk/blends: debian/changelog doc/en/08_websentinel.sgml
tille at users.alioth.debian.org
tille at users.alioth.debian.org
Fri Oct 14 20:05:26 UTC 2011
Author: tille
Date: Fri Oct 14 20:05:26 2011
New Revision: 2979
URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=2979
Log:
Added description how to edit tasks files
Modified:
blends/trunk/blends/debian/changelog
blends/trunk/blends/doc/en/08_websentinel.sgml
Modified: blends/trunk/blends/debian/changelog
URL: http://svn.debian.org/wsvn/blends/blends/trunk/blends/debian/changelog?rev=2979&op=diff
==============================================================================
--- blends/trunk/blends/debian/changelog (original)
+++ blends/trunk/blends/debian/changelog Fri Oct 14 20:05:26 2011
@@ -1,3 +1,9 @@
+blends (0.6.16) UNRELEASED; urgency=low
+
+ * Enhanced doc
+
+ -- Andreas Tille <tille at debian.org> Fri, 14 Oct 2011 22:02:20 +0200
+
blends (0.6.15) unstable; urgency=low
* Documentation changes:
Modified: blends/trunk/blends/doc/en/08_websentinel.sgml
URL: http://svn.debian.org/wsvn/blends/blends/trunk/blends/doc/en/08_websentinel.sgml?rev=2979&op=diff
==============================================================================
--- blends/trunk/blends/doc/en/08_websentinel.sgml (original)
+++ blends/trunk/blends/doc/en/08_websentinel.sgml Fri Oct 14 20:05:26 2011
@@ -38,11 +38,33 @@
user of the Blend. Moreover the page can provide useful information for
developers about things that might be a useful help for the project to
work down the todo list and build Debian packages for software that is
-not yet included in Debian. To get the todo list builded it is
-necessary to add some additional information to the task files which
-are the main database of information for the Blend. The information is
-following the RFC822 syntax as all Debian control files do and is
-kept quite simple:
+not yet included in Debian.
+</p>
+
+ <sect id="edittasksfiles">
+ <heading>Tasks files controling web sentinel content</heading>
+
+<p>
+
+The content of the tasks files that are used to build the metapackage
+content of a Blend is also used to determine the content of the web
+sentinel pages. Thus you can influence the tasks pages by simply
+editing the tasks files inside the SVN of the sources of the Blends
+metapackages. The canonical location of these tasks files inside the
+sources is (with the exception of Debian Edu that is locatet in Debian
+Edu SVN repositories) the Blends SVN at
+<example>
+ svn://svn.debian.org/svn/blends/projects/BLEND/trunk/SRCPKG/tasks
+</example>
+Here you can add or remove additional Dependencies to existing packages
+or you can add additional information about so called prospective
+packages. The syntax how to do this is explained below.
+</p>
+<p>
+To get the todo list builded it is necessary to add some additional
+information to the task files which are the main database of information
+for the Blend. The information is following the RFC822 syntax as all
+Debian control files do and is kept quite simple:
<taglist>
<tag>Depends / Recommends / Suggests</tag>
<item>Even if there is no Debian package available for the moment
More information about the Blends-commit
mailing list