diff options
-rw-r--r-- | Development_Manual/Makefile | 5 | ||||
-rw-r--r-- | Development_Manual/en-US/Book_Info.xml | 4 | ||||
-rw-r--r-- | Development_Manual/en-US/Development_Manual.ent | 7 | ||||
-rw-r--r-- | Release_Notes/Makefile | 5 | ||||
-rw-r--r-- | Release_Notes/en-US/Article_Info.xml | 4 | ||||
-rw-r--r-- | Release_Notes/en-US/Release_Notes.ent | 4 | ||||
-rw-r--r-- | Testing_Reference/Makefile | 5 | ||||
-rw-r--r-- | Testing_Reference/en-US/Book_Info.xml | 4 | ||||
-rw-r--r-- | Testing_Reference/en-US/Test_Suite_002-Overview.xml | 12 | ||||
-rw-r--r-- | Testing_Reference/en-US/Testing_Reference.ent | 5 | ||||
-rw-r--r-- | Testing_Reference/en-US/Testing_Reference.xml | 1 | ||||
-rw-r--r-- | Testing_Reference/en-US/part-Test_Suite_002.xml | 12 |
12 files changed, 49 insertions, 19 deletions
diff --git a/Development_Manual/Makefile b/Development_Manual/Makefile index f27c571..3e7c0f0 100644 --- a/Development_Manual/Makefile +++ b/Development_Manual/Makefile @@ -1,10 +1,11 @@ PACKAGE = "Development_Manual" all: clean clean_ids - @publican build --langs=en-US --formats=html,html-single,pdf + @publican build --embedtoc --publish --langs=en-US --formats=html,html-single,pdf + @publican install_book --site_config=../site.cfg --lang=en-US upload: all - @rsync -aHvz tmp/en-US/{html,html-single,pdf} hosted.kolabsys.com:./public_html/kolab-2.3-docs/$(PACKAGE)/ + @rsync -aHvz publish/en-US/ hosted.kolabsys.com:./public_html/kolab-docs/ clean: @publican clean diff --git a/Development_Manual/en-US/Book_Info.xml b/Development_Manual/en-US/Book_Info.xml index d25aa6b..d638e96 100644 --- a/Development_Manual/en-US/Book_Info.xml +++ b/Development_Manual/en-US/Book_Info.xml @@ -6,8 +6,8 @@ <bookinfo id="book-Development_Manual-Development_Manual"> <title>Development Manual</title> <subtitle>short description</subtitle> - <productname>Kolab</productname> - <productnumber>2.3.0</productnumber> + <productname>Kolab Groupware</productname> + <productnumber>2.4</productnumber> <edition>1</edition> <pubsnumber>0</pubsnumber> <abstract> diff --git a/Development_Manual/en-US/Development_Manual.ent b/Development_Manual/en-US/Development_Manual.ent index 1181807..aa8dae8 100644 --- a/Development_Manual/en-US/Development_Manual.ent +++ b/Development_Manual/en-US/Development_Manual.ent @@ -1,4 +1,5 @@ -<!ENTITY PRODUCT "Kolab"> +<!ENTITY PRODUCT "Kolab Groupware"> +<!ENTITY PRODUCT_VERSION "2.4"> <!ENTITY BOOKID "Development_Manual"> -<!ENTITY YEAR "2010"> -<!ENTITY HOLDER "| You need to change the HOLDER entity in the en-US/Development_Manual.ent file |"> +<!ENTITY YEAR "2011"> +<!ENTITY HOLDER "Kolab Systems AG"> diff --git a/Release_Notes/Makefile b/Release_Notes/Makefile index 74963a1..7c43140 100644 --- a/Release_Notes/Makefile +++ b/Release_Notes/Makefile @@ -1,10 +1,11 @@ PACKAGE = "Release_Notes" all: clean clean_ids - @publican build --langs=en-US --formats=html,html-single,pdf + @publican build --embedtoc --publish --langs=en-US --formats=html,html-single,pdf + @publican install_book --site_config=../site.cfg --lang=en-US upload: all - @rsync -aHvz tmp/en-US/{html,html-single,pdf} hosted.kolabsys.com:./public_html/kolab-2.3-docs/$(PACKAGE)/ + @rsync -aHvz publish/en-US/ hosted.kolabsys.com:./public_html/kolab-docs/ clean: @publican clean diff --git a/Release_Notes/en-US/Article_Info.xml b/Release_Notes/en-US/Article_Info.xml index 0dbedde..58c15d6 100644 --- a/Release_Notes/en-US/Article_Info.xml +++ b/Release_Notes/en-US/Article_Info.xml @@ -6,8 +6,8 @@ <articleinfo id="arti-Release_Notes-Release_Notes"> <title>Release Notes</title> <subtitle>short description</subtitle> - <productname>Kolab</productname> - <productnumber>2.3</productnumber> + <productname>Kolab Groupware</productname> + <productnumber>2.4</productnumber> <edition>1</edition> <pubsnumber>0</pubsnumber> <abstract> diff --git a/Release_Notes/en-US/Release_Notes.ent b/Release_Notes/en-US/Release_Notes.ent index 13630e0..056136c 100644 --- a/Release_Notes/en-US/Release_Notes.ent +++ b/Release_Notes/en-US/Release_Notes.ent @@ -1,5 +1,5 @@ -<!ENTITY PRODUCT "Kolab"> -<!ENTITY PRODUCT_VERSION "2.3"> +<!ENTITY PRODUCT "Kolab Groupware"> +<!ENTITY PRODUCT_VERSION "2.4"> <!ENTITY BOOKID "Release_Notes"> <!ENTITY YEAR "2011"> <!ENTITY HOLDER "Kolab Systems AG"> diff --git a/Testing_Reference/Makefile b/Testing_Reference/Makefile index cfde688..269f8fd 100644 --- a/Testing_Reference/Makefile +++ b/Testing_Reference/Makefile @@ -1,10 +1,11 @@ PACKAGE = "Testing_Reference" all: clean clean_ids - @publican build --langs=en-US --formats=html,html-single,pdf + @publican build --embedtoc --publish --langs=en-US --formats=html,html-single,pdf + @publican install_book --site_config=../site.cfg --lang=en-US upload: all - @rsync -aHvz tmp/en-US/{html,html-single,pdf} hosted.kolabsys.com:./public_html/kolab-2.3-docs/$(PACKAGE)/ + @rsync -aHvz publish/en-US/ hosted.kolabsys.com:./public_html/kolab-docs/ clean: @publican clean diff --git a/Testing_Reference/en-US/Book_Info.xml b/Testing_Reference/en-US/Book_Info.xml index 4744260..3a70db0 100644 --- a/Testing_Reference/en-US/Book_Info.xml +++ b/Testing_Reference/en-US/Book_Info.xml @@ -6,8 +6,8 @@ <bookinfo id="book-Testing_Reference-Testing_Reference"> <title>Testing Reference</title> <subtitle>short description</subtitle> - <productname>Kolab</productname> - <productnumber>2.3</productnumber> + <productname>Kolab Groupware</productname> + <productnumber>2.4</productnumber> <edition>0</edition> <pubsnumber>0</pubsnumber> <abstract> diff --git a/Testing_Reference/en-US/Test_Suite_002-Overview.xml b/Testing_Reference/en-US/Test_Suite_002-Overview.xml new file mode 100644 index 0000000..51e16f8 --- /dev/null +++ b/Testing_Reference/en-US/Test_Suite_002-Overview.xml @@ -0,0 +1,12 @@ +<?xml version='1.0' encoding='utf-8' ?> +<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ +<!ENTITY % BOOK_ENTITIES SYSTEM "Testing_Reference.ent"> +%BOOK_ENTITIES; +]> +<chapter id="chap-Testing_Reference-Test_Suite_002_Overview"> + <title>Test Suite 002 - Overview</title> + <para> + Test Suite 002 for the Roundcube Webmail client is divided into the following sections: + </para> +</chapter> + diff --git a/Testing_Reference/en-US/Testing_Reference.ent b/Testing_Reference/en-US/Testing_Reference.ent index 707f903..f65aa25 100644 --- a/Testing_Reference/en-US/Testing_Reference.ent +++ b/Testing_Reference/en-US/Testing_Reference.ent @@ -1,4 +1,5 @@ -<!ENTITY PRODUCT "Kolab"> +<!ENTITY PRODUCT "Kolab Groupware"> +<!ENTITY PRODUCT_VERSION "2.4"> <!ENTITY BOOKID "Testing_Reference"> <!ENTITY YEAR "2011"> -<!ENTITY HOLDER "| You need to change the HOLDER entity in the en-US/Testing_Reference.ent file |"> +<!ENTITY HOLDER "Kolab Systems AG"> diff --git a/Testing_Reference/en-US/Testing_Reference.xml b/Testing_Reference/en-US/Testing_Reference.xml index e865d7b..3399a0f 100644 --- a/Testing_Reference/en-US/Testing_Reference.xml +++ b/Testing_Reference/en-US/Testing_Reference.xml @@ -9,6 +9,7 @@ <xi:include href="Introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> <xi:include href="part-Test_Suite_000.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> <xi:include href="part-Test_Suite_001.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="part-Test_Suite_002.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> <index /><!-- diff --git a/Testing_Reference/en-US/part-Test_Suite_002.xml b/Testing_Reference/en-US/part-Test_Suite_002.xml new file mode 100644 index 0000000..7d172de --- /dev/null +++ b/Testing_Reference/en-US/part-Test_Suite_002.xml @@ -0,0 +1,12 @@ +<?xml version='1.0' encoding='utf-8' ?> +<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ +<!ENTITY % BOOK_ENTITIES SYSTEM "Testing_Reference.ent"> +%BOOK_ENTITIES; +]> +<part id="part-Testing_Reference-Test_Suite_002"> + <title>Test Suite 002</title> + <subtitle>Tests for the Roundcube Web Client</subtitle> + <xi:include href="Test_Suite_002-Overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + +</part> + |