[Blends-commit] r2417 - in /blends/trunk/blends/doc/docbook-xml: Makefile en/06_technology.xml en/A_devel.xml fr/06_technology.xml fr/A_devel.xml
georgesk at users.alioth.debian.org
georgesk at users.alioth.debian.org
Wed Oct 27 08:20:39 UTC 2010
Author: georgesk
Date: Wed Oct 27 08:20:26 2010
New Revision: 2417
URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=2417
Log:
fixed a few bugs which made dblatex crash: the language «shell» exists no more for listing (use sh or bash), the entity é is not usable, replaced by é
Modified:
blends/trunk/blends/doc/docbook-xml/Makefile
blends/trunk/blends/doc/docbook-xml/en/06_technology.xml
blends/trunk/blends/doc/docbook-xml/en/A_devel.xml
blends/trunk/blends/doc/docbook-xml/fr/06_technology.xml
blends/trunk/blends/doc/docbook-xml/fr/A_devel.xml
Modified: blends/trunk/blends/doc/docbook-xml/Makefile
URL: http://svn.debian.org/wsvn/blends/blends/trunk/blends/doc/docbook-xml/Makefile?rev=2417&op=diff
==============================================================================
--- blends/trunk/blends/doc/docbook-xml/Makefile (original)
+++ blends/trunk/blends/doc/docbook-xml/Makefile Wed Oct 27 08:20:26 2010
@@ -57,7 +57,7 @@
for l in $(doc_lang); do \
f=$(doc_name).$$l.xml; d=$$l/ps; \
mkdir -p $$d; \
- $(LOCALE) xmlto -o $$d ps $$f; \
+ $(LOCALE) xmlto -o $$d --with-dblatex ps $$f; \
done
@@ -65,7 +65,7 @@
for l in $(doc_lang); do \
f=$(doc_name).$$l.xml; d=$$l/pdf; \
mkdir -p $$d; \
- $(LOCALE) xmlto -o $$d pdf $$f; \
+ $(LOCALE) xmlto -o $$d --with-dblatex pdf $$f; \
done
@@ -73,7 +73,7 @@
for l in $(doc_lang); do \
f=$(doc_name).$$l.xml; d=$$l/dvi; \
mkdir -p $$d; \
- $(LOCALE) xmlto -o $$d dvi $$f; \
+ $(LOCALE) xmlto -o $$d --with-dblatex dvi $$f; \
done
Modified: blends/trunk/blends/doc/docbook-xml/en/06_technology.xml
URL: http://svn.debian.org/wsvn/blends/blends/trunk/blends/doc/docbook-xml/en/06_technology.xml?rev=2417&op=diff
==============================================================================
--- blends/trunk/blends/doc/docbook-xml/en/06_technology.xml (original)
+++ blends/trunk/blends/doc/docbook-xml/en/06_technology.xml Wed Oct 27 08:20:26 2010
@@ -246,7 +246,7 @@
relevant keywords in package descriptions. With it, you could search
for a certain keyword connected to your topic (for instance
"<package>med</package>") and combine it reasonably with <command>grep</command>:
- <programlisting language="shell">
+ <programlisting language="sh">
<![CDATA[
~> apt-cache search med | grep '^med-'
med-bio - Debian Med micro-biology packages
@@ -269,7 +269,7 @@
The program <command>grep-dctrl</command> is a grep for Debian package
information, which is helpful for extracting specific package details
matching certain patterns:
- <programlisting language="shell">
+ <programlisting language="sh">
<![CDATA[
~> grep-dctrl ': med-' /var/lib/dpkg/available | \
grep -v '^[SIMAVF]' | \
@@ -321,7 +321,7 @@
so you could install all of them in advance, you could use
<command>auto-apt</command> in the following manner to guarantee that you
have all of the files or programs you need:
- <programlisting language="shell">
+ <programlisting language="sh">
<![CDATA[
~> sudo auto-apt update
put: 880730 files, 1074158 entries
@@ -530,17 +530,17 @@
quickly.
</para>
<para>These bugs pages are available via
- <programlisting language="shell">
+ <programlisting language="sh">
http://blends.alioth.debian.org/BLEND/bugs
</programlisting>
where <varname>BLEND</varname> has to be replaced by the name of the
Blend. Currently these pages are available for the Blends:
- <programlisting language="shell">
+ <programlisting language="sh">
accessibility, edu, gis, junior, lex, science, debichem
</programlisting>
The bugs pages are available for Debian Med as well but for
historical reasons the URL for these pages is
- <programlisting language="shell">
+ <programlisting language="sh">
http://debian-med.alioth.debian.org/bugs
</programlisting>
In short: If you want to help enhancing the quality of a
@@ -765,7 +765,7 @@
done if the configuration file of a Debian Pure Blend
<filename>/etc/blends/<varname><blend></varname>/<varname><blend></varname>.conf</filename> contains the
line
-<programlisting language="shell">
+<programlisting language="sh">
<![CDATA[
UPDATEUSERMENU=yes
]]>
@@ -792,7 +792,7 @@
belong to the group of users of the Debian Pure Blend <varname>blend</varname>.
For example see the <package>med-common</package> package.
- <programlisting language="shell">
+ <programlisting language="sh">
<![CDATA[
~> dpkg-reconfigure med-common
Modified: blends/trunk/blends/doc/docbook-xml/en/A_devel.xml
URL: http://svn.debian.org/wsvn/blends/blends/trunk/blends/doc/docbook-xml/en/A_devel.xml?rev=2417&op=diff
==============================================================================
--- blends/trunk/blends/doc/docbook-xml/en/A_devel.xml (original)
+++ blends/trunk/blends/doc/docbook-xml/en/A_devel.xml Wed Oct 27 08:20:26 2010
@@ -549,7 +549,7 @@
</para>
<para>
In case you are planing some more experimental changes there is
-another host which was kindly sponsored by Frédéric Hébert for Debian
+another host which was kindly sponsored by Frédéric Hébert for Debian
Med called <command>blends.debian.net</command> 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
Modified: blends/trunk/blends/doc/docbook-xml/fr/06_technology.xml
URL: http://svn.debian.org/wsvn/blends/blends/trunk/blends/doc/docbook-xml/fr/06_technology.xml?rev=2417&op=diff
==============================================================================
--- blends/trunk/blends/doc/docbook-xml/fr/06_technology.xml (original)
+++ blends/trunk/blends/doc/docbook-xml/fr/06_technology.xml Wed Oct 27 08:20:26 2010
@@ -246,7 +246,7 @@
relevant keywords in package descriptions. With it, you could search
for a certain keyword connected to your topic (for instance
"<package>med</package>") and combine it reasonably with <command>grep</command>:
- <programlisting language="shell">
+ <programlisting language="sh">
<![CDATA[
~> apt-cache search med | grep '^med-'
med-bio - Debian Med micro-biology packages
@@ -269,7 +269,7 @@
The program <command>grep-dctrl</command> is a grep for Debian package
information, which is helpful for extracting specific package details
matching certain patterns:
- <programlisting language="shell">
+ <programlisting language="sh">
<![CDATA[
~> grep-dctrl ': med-' /var/lib/dpkg/available | \
grep -v '^[SIMAVF]' | \
@@ -321,7 +321,7 @@
so you could install all of them in advance, you could use
<command>auto-apt</command> in the following manner to guarantee that you
have all of the files or programs you need:
- <programlisting language="shell">
+ <programlisting language="sh">
<![CDATA[
~> sudo auto-apt update
put: 880730 files, 1074158 entries
@@ -530,17 +530,17 @@
quickly.
</para>
<para>These bugs pages are available via
- <programlisting language="shell">
+ <programlisting language="sh">
http://blends.alioth.debian.org/BLEND/bugs
</programlisting>
where <varname>BLEND</varname> has to be replaced by the name of the
Blend. Currently these pages are available for the Blends:
- <programlisting language="shell">
+ <programlisting language="sh">
accessibility, edu, gis, junior, lex, science, debichem
</programlisting>
The bugs pages are available for Debian Med as well but for
historical reasons the URL for these pages is
- <programlisting language="shell">
+ <programlisting language="sh">
http://debian-med.alioth.debian.org/bugs
</programlisting>
In short: If you want to help enhancing the quality of a
@@ -765,7 +765,7 @@
done if the configuration file of a Debian Pure Blend
<filename>/etc/blends/<varname><blend></varname>/<varname><blend></varname>.conf</filename> contains the
line
-<programlisting language="shell">
+<programlisting language="sh">
<![CDATA[
UPDATEUSERMENU=yes
]]>
@@ -792,7 +792,7 @@
belong to the group of users of the Debian Pure Blend <varname>blend</varname>.
For example see the <package>med-common</package> package.
- <programlisting language="shell">
+ <programlisting language="sh">
<![CDATA[
~> dpkg-reconfigure med-common
Modified: blends/trunk/blends/doc/docbook-xml/fr/A_devel.xml
URL: http://svn.debian.org/wsvn/blends/blends/trunk/blends/doc/docbook-xml/fr/A_devel.xml?rev=2417&op=diff
==============================================================================
--- blends/trunk/blends/doc/docbook-xml/fr/A_devel.xml (original)
+++ blends/trunk/blends/doc/docbook-xml/fr/A_devel.xml Wed Oct 27 08:20:26 2010
@@ -549,7 +549,7 @@
</para>
<para>
In case you are planing some more experimental changes there is
-another host which was kindly sponsored by Frédéric Hébert for Debian
+another host which was kindly sponsored by Frédéric Hébert for Debian
Med called <command>blends.debian.net</command> 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
More information about the Blends-commit
mailing list