Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Updates for localized tests
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Simon Ruderich  
View profile  
 More options Aug 28 2011, 10:42 am
From: Simon Ruderich <si...@ruderich.org>
Date: Sun, 28 Aug 2011 16:42:29 +0200
Local: Sun, Aug 28 2011 10:42 am
Subject: [PATCH 0/3] Updates for localized tests

Hi,

These patches update/improve the localized tests and add tests for localized
man pages and the missing tests for Italian.

Some translations are still missing, if somebody speaks the language and could
update them it would be great. The following languages are missing
translations:

- lang-es.conf: #TODO: Left and right single and double quote characters.
- lang-es.conf: #TODO: Translation of 'Version' and 'Last updated'.
- lang-hu.conf: #TODO: Left and right single and double quote characters.
- lang-it.conf: #TODO: Left and right single and double quote characters.
- lang-it.conf: #TODO: Translation of 'Version' and 'Last updated'.
- lang-nl.conf: #TODO: Translation of 'SYNOPSIS'.
- lang-pt-BR.conf: #TODO: Left and right single and double quote characters.
- lang-pt-BR.conf: #TODO: Translation of 'Version' and 'Last updated'.
- lang-ru.conf: #TODO: Translation of 'Version' and 'Last updated'.
- lang-uk.conf: #TODO: Translation of 'Version' and 'Last updated'.

Regards,
Simon
--
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

  application_pgp-signature_part
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "lang-*.conf: Update and add TODOs." by Simon Ruderich
Simon Ruderich  
View profile   Translate to Translated (View Original)
 More options Aug 28 2011, 10:42 am
From: Simon Ruderich <si...@ruderich.org>
Date: Sun, 28 Aug 2011 16:42:53 +0200
Local: Sun, Aug 28 2011 10:42 am
Subject: [PATCH 1/3] lang-*.conf: Update and add TODOs.

---
 lang-de.conf    |    4 ++++
 lang-es.conf    |    2 ++
 lang-fr.conf    |    2 +-
 lang-hu.conf    |    2 ++
 lang-it.conf    |    2 ++
 lang-nl.conf    |    5 +++++
 lang-pt-BR.conf |    2 ++
 7 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/lang-de.conf b/lang-de.conf
index 733d9b7..b8e13fe 100644
--- a/lang-de.conf
+++ b/lang-de.conf
@@ -55,3 +55,7 @@ endif::doctype-book[]
 ^Anhang [A-Z][:.](?P<title>.*)$=appendix

 endif::basebackend-docbook[]
+
+ifdef::doctype-manpage[]
+(?i)^ÜBERSICHT$=synopsis
+endif::doctype-manpage[]
diff --git a/lang-es.conf b/lang-es.conf
index 3b4b214..14d3b11 100644
--- a/lang-es.conf
+++ b/lang-es.conf
@@ -3,6 +3,8 @@
 #

 [attributes]
+#TODO: Left and right single and double quote characters.
+
 # Captions, used by (X)HTML backends.
 # Captions on RHS are displayed in outputs.
 ifdef::basebackend-html[]
diff --git a/lang-fr.conf b/lang-fr.conf
index 11e9523..76214c3 100644
--- a/lang-fr.conf
+++ b/lang-fr.conf
@@ -12,10 +12,10 @@ rdquo=&#0187;
 # Captions on RHS are displayed in outputs.
 ifdef::basebackend-html[]

-tip-caption=Astuce
 caution-caption=Avertissement
 important-caption=Important
 note-caption=Note
+tip-caption=Astuce
 warning-caption=Attention
 figure-caption=Figure
 table-caption=Tableau
diff --git a/lang-hu.conf b/lang-hu.conf
index 39b87d2..af0b0e7 100644
--- a/lang-hu.conf
+++ b/lang-hu.conf
@@ -4,6 +4,8 @@
 #

 [attributes]
+#TODO: Left and right single and double quote characters.
+
 # Captions, used by (X)HTML backends.
 # Captions on RHS are displayed in outputs.
 ifdef::basebackend-html[]
diff --git a/lang-it.conf b/lang-it.conf
index 9c08f45..20d08d0 100644
--- a/lang-it.conf
+++ b/lang-it.conf
@@ -3,6 +3,8 @@
 #

 [attributes]
+#TODO: Left and right single and double quote characters.
+
 # Captions, used by (X)HTML backends.
 # Captions on RHS are displayed in outputs.
 ifdef::basebackend-html[]
diff --git a/lang-nl.conf b/lang-nl.conf
index 5d582f2..3ef2239 100644
--- a/lang-nl.conf
+++ b/lang-nl.conf
@@ -55,3 +55,8 @@ endif::doctype-book[]
 ^Bijlage [A-Z][:.](?P<title>.*)$=appendix

 endif::basebackend-docbook[]
+
+ifdef::doctype-manpage[]
+#TODO: Translation of 'SYNOPSIS'.
+(?i)^SYNOPSIS$=synopsis
+endif::doctype-manpage[]
diff --git a/lang-pt-BR.conf b/lang-pt-BR.conf
index ba390af..d670766 100644
--- a/lang-pt-BR.conf
+++ b/lang-pt-BR.conf
@@ -4,6 +4,8 @@
 #

 [attributes]
+#TODO: Left and right single and double quote characters.
+
 # Captions, used by (X)HTML backends.
 # Captions on RHS are displayed in outputs.
 ifdef::basebackend-html[]
--
1.7.6.1

--
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

  application_pgp-signature_part
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "tests: Add tests for localized man pages." by Simon Ruderich
Simon Ruderich  
View profile  
 More options Aug 28 2011, 10:43 am
From: Simon Ruderich <si...@ruderich.org>
Date: Sun, 28 Aug 2011 16:43:19 +0200
Local: Sun, Aug 28 2011 10:43 am
Subject: [PATCH 2/3] tests: Add tests for localized man pages.

---
 tests/data/lang-de-man-test.txt    |   21 +++++++++
 tests/data/lang-en-man-test.txt    |   21 +++++++++
 tests/data/lang-es-man-test.txt    |   21 +++++++++
 tests/data/lang-fr-man-test.txt    |   21 +++++++++
 tests/data/lang-hu-man-test.txt    |   21 +++++++++
 tests/data/lang-nl-man-test.txt    |   21 +++++++++
 tests/data/lang-pt-BR-man-test.txt |   21 +++++++++
 tests/data/lang-ru-man-test.txt    |   21 +++++++++
 tests/data/lang-uk-man-test.txt    |   21 +++++++++
 tests/testasciidoc.conf            |   81 ++++++++++++++++++++++++++++++++++++
 10 files changed, 270 insertions(+), 0 deletions(-)
 create mode 100644 tests/data/lang-de-man-test.txt
 create mode 100644 tests/data/lang-en-man-test.txt
 create mode 100644 tests/data/lang-es-man-test.txt
 create mode 100644 tests/data/lang-fr-man-test.txt
 create mode 100644 tests/data/lang-hu-man-test.txt
 create mode 100644 tests/data/lang-nl-man-test.txt
 create mode 100644 tests/data/lang-pt-BR-man-test.txt
 create mode 100644 tests/data/lang-ru-man-test.txt
 create mode 100644 tests/data/lang-uk-man-test.txt

diff --git a/tests/data/lang-de-man-test.txt b/tests/data/lang-de-man-test.txt
new file mode 100644
index 0000000..f1806d4
--- /dev/null
+++ b/tests/data/lang-de-man-test.txt
@@ -0,0 +1,21 @@
+// Test for lang-de.conf language file.
+:lang: de
+
+ASCIIDOC(1)
+===========
+:doctype: manpage
+
+NAME
+----
+asciidoc - converts an AsciiDoc text file to HTML or DocBook
+
+ÜBERSICHT
+---------
+*asciidoc* ['OPTIONS'] 'FILE'
+
+DESCRIPTION
+-----------
+The asciidoc(1) command translates the AsciiDoc text file 'FILE' to
+DocBook or HTML.  If 'FILE' is '-' then the standard input is used.
+
+...
diff --git a/tests/data/lang-en-man-test.txt b/tests/data/lang-en-man-test.txt
new file mode 100644
index 0000000..0dec04a
--- /dev/null
+++ b/tests/data/lang-en-man-test.txt
@@ -0,0 +1,21 @@
+// Test for lang-en.conf language file.
+:lang: en
+
+ASCIIDOC(1)
+===========
+:doctype: manpage
+
+NAME
+----
+asciidoc - converts an AsciiDoc text file to HTML or DocBook
+
+SYNOPSIS
+--------
+*asciidoc* ['OPTIONS'] 'FILE'
+
+DESCRIPTION
+-----------
+The asciidoc(1) command translates the AsciiDoc text file 'FILE' to
+DocBook or HTML.  If 'FILE' is '-' then the standard input is used.
+
+...
diff --git a/tests/data/lang-es-man-test.txt b/tests/data/lang-es-man-test.txt
new file mode 100644
index 0000000..cb95b70
--- /dev/null
+++ b/tests/data/lang-es-man-test.txt
@@ -0,0 +1,21 @@
+// Test for lang-es.conf language file.
+:lang: es
+
+ASCIIDOC(1)
+===========
+:doctype: manpage
+
+NAME
+----
+asciidoc - converts an AsciiDoc text file to HTML or DocBook
+
+SINOPSIS
+--------
+*asciidoc* ['OPTIONS'] 'FILE'
+
+DESCRIPTION
+-----------
+The asciidoc(1) command translates the AsciiDoc text file 'FILE' to
+DocBook or HTML.  If 'FILE' is '-' then the standard input is used.
+
+...
diff --git a/tests/data/lang-fr-man-test.txt b/tests/data/lang-fr-man-test.txt
new file mode 100644
index 0000000..edb681f
--- /dev/null
+++ b/tests/data/lang-fr-man-test.txt
@@ -0,0 +1,21 @@
+// Test for lang-fr.conf language file.
+:lang: fr
+
+ASCIIDOC(1)
+===========
+:doctype: manpage
+
+NAME
+----
+asciidoc - converts an AsciiDoc text file to HTML or DocBook
+
+SYNOPSIS
+--------
+*asciidoc* ['OPTIONS'] 'FILE'
+
+DESCRIPTION
+-----------
+The asciidoc(1) command translates the AsciiDoc text file 'FILE' to
+DocBook or HTML.  If 'FILE' is '-' then the standard input is used.
+
+...
diff --git a/tests/data/lang-hu-man-test.txt b/tests/data/lang-hu-man-test.txt
new file mode 100644
index 0000000..7caf1ad
--- /dev/null
+++ b/tests/data/lang-hu-man-test.txt
@@ -0,0 +1,21 @@
+// Test for lang-hu.conf language file.
+:lang: hu
+
+ASCIIDOC(1)
+===========
+:doctype: manpage
+
+NAME
+----
+asciidoc - converts an AsciiDoc text file to HTML or DocBook
+
+ÁTTEKINTÉS
+----------
+*asciidoc* ['OPTIONS'] 'FILE'
+
+DESCRIPTION
+-----------
+The asciidoc(1) command translates the AsciiDoc text file 'FILE' to
+DocBook or HTML.  If 'FILE' is '-' then the standard input is used.
+
+...
diff --git a/tests/data/lang-nl-man-test.txt b/tests/data/lang-nl-man-test.txt
new file mode 100644
index 0000000..4844c17
--- /dev/null
+++ b/tests/data/lang-nl-man-test.txt
@@ -0,0 +1,21 @@
+// Test for lang-nl.conf language file.
+:lang: nl
+
+ASCIIDOC(1)
+===========
+:doctype: manpage
+
+NAME
+----
+asciidoc - converts an AsciiDoc text file to HTML or DocBook
+
+SYNOPSIS
+--------
+*asciidoc* ['OPTIONS'] 'FILE'
+
+DESCRIPTION
+-----------
+The asciidoc(1) command translates the AsciiDoc text file 'FILE' to
+DocBook or HTML.  If 'FILE' is '-' then the standard input is used.
+
+...
diff --git a/tests/data/lang-pt-BR-man-test.txt b/tests/data/lang-pt-BR-man-test.txt
new file mode 100644
index 0000000..0363ea6
--- /dev/null
+++ b/tests/data/lang-pt-BR-man-test.txt
@@ -0,0 +1,21 @@
+// Test for lang-pt-BR.conf language file.
+:lang: pt-BR
+
+ASCIIDOC(1)
+===========
+:doctype: manpage
+
+NAME
+----
+asciidoc - converts an AsciiDoc text file to HTML or DocBook
+
+SINOPSE
+-------
+*asciidoc* ['OPTIONS'] 'FILE'
+
+DESCRIPTION
+-----------
+The asciidoc(1) command translates the AsciiDoc text file 'FILE' to
+DocBook or HTML.  If 'FILE' is '-' then the standard input is used.
+
+...
diff --git a/tests/data/lang-ru-man-test.txt b/tests/data/lang-ru-man-test.txt
new file mode 100644
index 0000000..3e50548
--- /dev/null
+++ b/tests/data/lang-ru-man-test.txt
@@ -0,0 +1,21 @@
+// Test for lang-ru.conf language file.
+:lang: ru
+
+ASCIIDOC(1)
+===========
+:doctype: manpage
+
+NAME
+----
+asciidoc - converts an AsciiDoc text file to HTML or DocBook
+
+ОБЗОР
+-----
+*asciidoc* ['OPTIONS'] 'FILE'
+
+DESCRIPTION
+-----------
+The asciidoc(1) command translates the AsciiDoc text file 'FILE' to
+DocBook or HTML.  If 'FILE' is '-' then the standard input is used.
+
+...
diff --git a/tests/data/lang-uk-man-test.txt b/tests/data/lang-uk-man-test.txt
new file mode 100644
index 0000000..8212e4c
--- /dev/null
+++ b/tests/data/lang-uk-man-test.txt
@@ -0,0 +1,21 @@
+// Test for lang-uk.conf language file.
+:lang: uk
+
+ASCIIDOC(1)
+===========
+:doctype: manpage
+
+NAME
+----
+asciidoc - converts an AsciiDoc text file to HTML or DocBook
+
+ОГЛЯД
+-----
+*asciidoc* ['OPTIONS'] 'FILE'
+
+DESCRIPTION
+-----------
+The asciidoc(1) command translates the AsciiDoc text file 'FILE' to
+DocBook or HTML.  If 'FILE' is '-' then the standard input is used.
+
+...
diff --git a/tests/testasciidoc.conf b/tests/testasciidoc.conf
index 8b60d7d..601d9cc 100644
--- a/tests/testasciidoc.conf
+++ b/tests/testasciidoc.conf
@@ -210,6 +210,15 @@ data/lang-en-test.txt
 {'toc':True}

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+English language file (manpage)
+
+% backends
+['docbook']
+
+% source
+data/lang-en-man-test.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 Russian language file (article)

 % backends
@@ -246,6 +255,15 @@ data/lang-ru-test.txt
 {'toc':True}

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Russian language file (manpage)
+
+% backends
+['docbook']
+
+% source
+data/lang-ru-man-test.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 French language file (article)

 % backends
@@ -282,6 +300,15 @@ data/lang-fr-test.txt
 {'toc':True}

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+French language file (manpage)
+
+% backends
+['docbook']
+
+% source
+data/lang-fr-man-test.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 German language file (article)

 % backends
@@ -318,6 +345,15 @@ data/lang-de-test.txt
 {'toc':True}

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+German language file (manpage)
+
+% backends
+['docbook']
+
+% source
+data/lang-de-man-test.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 Hungarian language file (article)

 % backends
@@ -354,6 +390,15 @@ data/lang-hu-test.txt
 {'toc':True}

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Hungarian language file (manpage)
+
+% backends
+['docbook']
+
+% source
+data/lang-hu-man-test.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 Spanish language file (article)

 % backends
@@ -390,6 +435,15 @@ data/lang-es-test.txt
 {'toc':True}

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Spanish language file (manpage)
+
+% backends
+['docbook']
+
+% source
+data/lang-es-man-test.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 Brazilian Portuguese language file (article)

 % backends
@@ -426,6 +480,15 @@ data/lang-pt-BR-test.txt
 {'toc':True}

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Brazilian Portuguese language file (manpage)
+
+% backends
+['docbook']
+
+% source
+data/lang-pt-BR-man-test.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 Ukrainian language file (article)

 % backends
@@ -462,6 +525,15 @@ data/lang-uk-test.txt
 {'toc':True}

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Ukrainian language file (manpage)
+
+% backends
+['docbook']
+
+% source
+data/lang-uk-man-test.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 Dutch language file (article)

 % backends
@@ -498,6 +570,15 @@ data/lang-nl-test.txt
 {'toc':True}

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Dutch language file (manpage)
+
+% backends
+['docbook']
+
+% source
+data/lang-nl-man-test.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 RCS $Id$ marker test

 % source
--
1.7.6.1

--
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

  application_pgp-signature_part
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "tests: Add lang-it-* tests." by Simon Ruderich
Simon Ruderich  
View profile  
 More options Aug 28 2011, 10:43 am
From: Simon Ruderich <si...@ruderich.org>
Date: Sun, 28 Aug 2011 16:43:44 +0200
Local: Sun, Aug 28 2011 10:43 am
Subject: [PATCH 3/3] tests: Add lang-it-* tests.

---
 tests/data/lang-it-man-test.txt |   21 ++++++++
 tests/data/lang-it-test.txt     |  106 +++++++++++++++++++++++++++++++++++++++
 tests/testasciidoc.conf         |   45 ++++++++++++++++
 3 files changed, 172 insertions(+), 0 deletions(-)
 create mode 100644 tests/data/lang-it-man-test.txt
 create mode 100644 tests/data/lang-it-test.txt

diff --git a/tests/data/lang-it-man-test.txt b/tests/data/lang-it-man-test.txt
new file mode 100644
index 0000000..7309a0c
--- /dev/null
+++ b/tests/data/lang-it-man-test.txt
@@ -0,0 +1,21 @@
+// Test for lang-it.conf language file.
+:lang: it
+
+ASCIIDOC(1)
+===========
+:doctype: manpage
+
+NAME
+----
+asciidoc - converts an AsciiDoc text file to HTML or DocBook
+
+SINOSSI
+-------
+*asciidoc* ['OPTIONS'] 'FILE'
+
+DESCRIPTION
+-----------
+The asciidoc(1) command translates the AsciiDoc text file 'FILE' to
+DocBook or HTML.  If 'FILE' is '-' then the standard input is used.
+
+...
diff --git a/tests/data/lang-it-test.txt b/tests/data/lang-it-test.txt
new file mode 100644
index 0000000..790a57e
--- /dev/null
+++ b/tests/data/lang-it-test.txt
@@ -0,0 +1,106 @@
+// Test for lang-it.conf language file.
+:lang: it
+
+Languages Test
+==============
+:revnumber: v1.0
+:revdate:   2003-12-21
+
+ifdef::doctype-article[]
+Abstract
+--------
+Abstract special section.
+
+endif::doctype-article[]
+
+
+ifdef::doctype-book[]
+Dedica
+------
+Dedication special section.
+
+
+Prefazione
+----------
+Preface special section.
+
+
+Colofone
+--------
+Colophon special section.
+
+endif::doctype-book[]
+
+
+The First Section
+-----------------
+Admonishments
+~~~~~~~~~~~~~
+Do not translate in the source file -- they are translated to the
+output file
+
+NOTE: Lorum ipsum.
+
+TIP: Lorum ipsum.
+
+WARNING: Lorum ipsum.
+
+CAUTION: Lorum ipsum.
+
+IMPORTANT: Lorum ipsum.
+
+.Tiger
+image::../../images/tiger.png[Tiger image]
+
+Followed by an example table:
+
+.Table
+[width="60%",options="header"]
+|==============================================
+| Option          | Description
+| -a 'USER GROUP' | Add 'USER' to 'GROUP'.
+| -R 'GROUP'      | Disables access to 'GROUP'.
+|==============================================
+
+And now for something completely different: ((monkeys)), lions and
+tigers.
+
+
+Appendice A: Example Appendix
+-----------------------------
+Appendix special section.
+
+
+Bibliografia
+------------
+Bibliography special section.
+
+[bibliography]
+- [[[taoup]]] Eric Steven Raymond. 'The Art of Unix
+  Programming'. Addison-Wesley. ISBN 0-13-142901-9.
+- [[[walsh-muellner]]] Norman Walsh & Leonard Muellner.
+  'DocBook - The Definitive Guide'. O'Reilly & Associates. 1999.
+  ISBN 1-56592-580-7.
+
+
+Glossario
+---------
+Glossary special section.
+
+[glossary]
+A glossary term::
+  The corresponding (indented) definition.
+
+A second glossary term::
+  The corresponding (indented) definition.
+
+
+ifdef::basebackend-docbook[]
+Index
+-----
+////////////////////////////////////////////////////////////////
+Index special section.
+The index is normally left completely empty, it's contents being
+generated automatically by the DocBook toolchain.
+////////////////////////////////////////////////////////////////
+endif::basebackend-docbook[]
diff --git a/tests/testasciidoc.conf b/tests/testasciidoc.conf
index 601d9cc..bff530b 100644
--- a/tests/testasciidoc.conf
+++ b/tests/testasciidoc.conf
@@ -579,6 +579,51 @@ Dutch language file (manpage)
 data/lang-nl-man-test.txt

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Italian language file (article)
+
+% backends
+['docbook','xhtml11','html4','html5']
+
+% name
+lang-it-article-test
+
+% source
+data/lang-it-test.txt
+
+% options
+[('--doctype','article')]
+
+% attributes
+{'toc':True}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Italian language file (book)
+
+% backends
+['docbook','xhtml11','html4','html5']
+
+% name
+lang-it-book-test
+
+% source
+data/lang-it-test.txt
+
+% options
+[('--doctype','book')]
+
+% attributes
+{'toc':True}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Italian language file (manpage)
+
+% backends
+['docbook']
+
+% source
+data/lang-it-man-test.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 RCS $Id$ marker test

 % source
--
1.7.6.1

--
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

  application_pgp-signature_part
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "lang-*.conf: Update and add TODOs." by Stuart Rackham
Stuart Rackham  
View profile  
 More options Aug 28 2011, 3:01 pm
From: Stuart Rackham <srack...@gmail.com>
Date: Mon, 29 Aug 2011 07:01:30 +1200
Local: Sun, Aug 28 2011 3:01 pm
Subject: Re: [PATCH 1/3] lang-*.conf: Update and add TODOs.
Thank you for the patch Simon. I've committed it to the trunk:
http://code.google.com/p/asciidoc/source/detail?r=bf142930251230e333c...

Cheers, Stuart

On 29/08/11 02:42, Simon Ruderich wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "tests: Add tests for localized man pages." by Stuart Rackham
Stuart Rackham  
View profile  
 More options Aug 28 2011, 3:09 pm
From: Stuart Rackham <srack...@gmail.com>
Date: Mon, 29 Aug 2011 07:09:58 +1200
Local: Sun, Aug 28 2011 3:09 pm
Subject: Re: [PATCH 2/3] tests: Add tests for localized man pages.
Thank you for the patch Simon. I've committed it to the trunk:
http://code.google.com/p/asciidoc/source/detail?r=db80809f4105ad71de9...

Cheers, Stuart

On 29/08/11 02:43, Simon Ruderich wrote:

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "tests: Add lang-it-* tests." by Stuart Rackham
Stuart Rackham  
View profile  
 More options Aug 28 2011, 3:26 pm
From: Stuart Rackham <srack...@gmail.com>
Date: Mon, 29 Aug 2011 07:26:24 +1200
Local: Sun, Aug 28 2011 3:26 pm
Subject: Re: [PATCH 3/3] tests: Add lang-it-* tests.
Thank you for the patch Simon. I've committed it to the trunk:
http://code.google.com/p/asciidoc/source/detail?r=63c94d7c2a6e2de3fee...

Cheers, Stuart

On 29/08/11 02:43, Simon Ruderich wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »