[debian-edu-commits] debian-edu/debian-edu-doc.git (#200) - wheezy (branch) updated: 0.6.20071024-3-gc1ce356

David Prévot taffit at alioth.debian.org
Sat Oct 5 12:14:07 UTC 2013


The branch, wheezy has been updated
       via  c1ce356963e7c5d0d77b1a1cec132678e2d24958 (commit)
      from  6f57178c3827702c36a30c0b5d259aaaa2360bfd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                                |    4 +++-
 documentation/release-manual/get_release-manual |    6 ++++--
 todo                                            |    1 -
 3 files changed, 7 insertions(+), 4 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 362f973..d7148a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ debian-edu-doc (0.7.20071025) unstable; urgency=low
   * release-manual.pdf: specify max-size for images, so two fit on one page in the pdf
   * release-manual.html: include images in the english version and link to
     them from the other languages
+  * release-manual: convert <code> to <computeroutput> as this is understood
+    by docbook 
 
- -- Holger Levsen <holger at debian.org>  Thu, 25 Oct 2007 19:36:16 +0200
+ -- Holger Levsen <holger at debian.org>  Thu, 25 Oct 2007 20:07:22 +0200
 
 debian-edu-doc (0.6.20071024) unstable; urgency=low
 
diff --git a/documentation/release-manual/get_release-manual b/documentation/release-manual/get_release-manual
index 66961de..bcdd2c2 100755
--- a/documentation/release-manual/get_release-manual
+++ b/documentation/release-manual/get_release-manual
@@ -12,8 +12,10 @@ name="release-manual.xml"
 
 DEBIAN_EDU_DOC_BUILDDATE=`date -u +%Y-%m-%d\ %H:%M\ %Z`
 
-
-GET "$url?action=format&mimetype=xml/docbook" | sed "s%</%\n</%g" | sed "s/\$DEBIAN_EDU_DOC_BUILDDATE/<code>$DEBIAN_EDU_DOC_BUILDDATE<\/code>/" > $name
+# download the docbook version of the release manual from the wiki and pipe it through sed to
+#   - insert the build date
+#   - convert <code> tag to <computeroutput> as this is understood by docbook (tools)
+GET "$url?action=format&mimetype=xml/docbook" | sed "s%</%\n</%g" | sed "s/\$DEBIAN_EDU_DOC_BUILDDATE/<code>$DEBIAN_EDU_DOC_BUILDDATE<\/code>/" | sed "s%code>%computeroutput>%g" > $name
 
 # get images and modify .xml file(s)
 ./get_images
diff --git a/todo b/todo
index 63c7f21..e5b6111 100644
--- a/todo
+++ b/todo
@@ -11,7 +11,6 @@ It would be nice to release r1 without this file :)
 
 - release-manual
 	- links in html version are broken
-	- it seems the <code> tag is not understood
 	- localize images. currently we only have english images. we need to use sed magic and images in svn to fix this.
 	- should we assign the copyright of the document and its translation to the skolelinux
 	  foundation or whatever legal body we have, or to SPI or to the FSF?


hooks/post-receive
-- 
debian-edu-doc.git (Debian package debian-edu-doc)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "debian-edu-doc.git" (Debian package debian-edu-doc).




More information about the debian-edu-commits mailing list