diff options
-rw-r--r-- | Installation_Guide/en-US/Book_Info.xml | 25 | ||||
-rw-r--r-- | Installation_Guide/en-US/Kolab_Server_Installation.xml | 2 | ||||
-rw-r--r-- | Installation_Guide/publican.cfg | 5 |
3 files changed, 30 insertions, 2 deletions
diff --git a/Installation_Guide/en-US/Book_Info.xml b/Installation_Guide/en-US/Book_Info.xml index ee3bf89..b075fa6 100644 --- a/Installation_Guide/en-US/Book_Info.xml +++ b/Installation_Guide/en-US/Book_Info.xml @@ -6,7 +6,30 @@ <bookinfo id="book-Installation_Guide-Installation_Guide"> <title>Installation Guide</title> <subtitle>The Kolab Groupware Solution</subtitle> - <productname>Kolab</productname> + + <!-- Regular title --> +<!-- <productname>Kolab</productname> --> + + <productname condition="apt community">Kolab APT Community</productname> + <productname condition="apt,community">Kolab APT Community</productname> + <productname condition="apt_community">Kolab APT Community</productname> + <productname conditions="apt community">Kolab APT Community</productname> + <productname conditions="apt,community">Kolab APT Community</productname> + <productname conditions="apt_community">Kolab APT Community</productname> + <productname role="apt community">Kolab APT Community</productname> + <productname role="apt,community">Kolab APT Community</productname> + <productname role="apt_community">Kolab APT Community</productname> + + <productname condition="rpm community">Kolab RPM Community</productname> + <productname condition="rpm,community">Kolab RPM Community</productname> + <productname condition="rpm_community">Kolab RPM Community</productname> + <productname conditions="rpm community">Kolab RPM Community</productname> + <productname conditions="rpm,community">Kolab RPM Community</productname> + <productname conditions="rpm_community">Kolab RPM Community</productname> + <productname role="rpm community">Kolab RPM Community</productname> + <productname role="rpm,community">Kolab RPM Community</productname> + <productname role="rpm_community">Kolab RPM Community</productname> + <productnumber>2.3</productnumber> <edition>1</edition> <pubsnumber>0</pubsnumber> diff --git a/Installation_Guide/en-US/Kolab_Server_Installation.xml b/Installation_Guide/en-US/Kolab_Server_Installation.xml index ec8f4b2..cb87de7 100644 --- a/Installation_Guide/en-US/Kolab_Server_Installation.xml +++ b/Installation_Guide/en-US/Kolab_Server_Installation.xml @@ -82,7 +82,7 @@ $ <userinput>sha1sum -c SHA1SUMS</userinput></screen> </procedure> <para> - To install using the OpenPKG RPM packages obtained, please; + To install using the OpenPKG RPM packages obtained, please follow the next procedure; </para> <procedure id="proc-Installation_Guide-Obtaining_the_OpenPKG_RPMs-Installation_Using_OpenPKG_RPM_Packages"> <title>Installation Using OpenPKG RPM Packages</title> diff --git a/Installation_Guide/publican.cfg b/Installation_Guide/publican.cfg index 1f5ffbf..40481f1 100644 --- a/Installation_Guide/publican.cfg +++ b/Installation_Guide/publican.cfg @@ -6,3 +6,8 @@ type: Book brand: common show_remarks: 1 + +condition: rpm community +condition: rpm, community +condition: rpm,community +condition: rpm_community |