diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-03-11 14:14:02 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-03-11 14:14:02 (GMT) |
commit | 6e19989dd26bff83452c5a2a783d41d5c612ef37 (patch) | |
tree | 99a8f38889156677108f912fcf48ccc4ecc8786f | |
parent | 80975202aded9b9607319fe173c4aadf2abd5bc1 (diff) | |
download | kolab-docs-6e19989dd26bff83452c5a2a783d41d5c612ef37.tar.gz |
Update Makefile and publican document / site configuration
-rw-r--r-- | About_Kolab_Groupware/publican.cfg | 4 | ||||
-rw-r--r-- | Administrator_Guide/publican.cfg | 6 | ||||
-rw-r--r-- | Architecture_and_Design/publican.cfg | 5 | ||||
-rw-r--r-- | Deployment_Guide/publican.cfg | 6 | ||||
-rw-r--r-- | Development_Manual/publican.cfg | 6 | ||||
-rw-r--r-- | Installation_Guide/publican.cfg | 6 | ||||
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | Release_Notes/publican.cfg | 5 | ||||
-rw-r--r-- | Testing_Reference/publican.cfg | 7 | ||||
-rw-r--r-- | site.cfg | 3 |
10 files changed, 47 insertions, 4 deletions
diff --git a/About_Kolab_Groupware/publican.cfg b/About_Kolab_Groupware/publican.cfg index 23e90c3..bf67c23 100644 --- a/About_Kolab_Groupware/publican.cfg +++ b/About_Kolab_Groupware/publican.cfg @@ -7,5 +7,7 @@ brand: common web_type: home version: 0.1 -host: http://hosted.kolabsys.com/~vanmeeuwen/kolab-docs/ + +host: http://docs.kolab.org + web_version_label: UNUSED diff --git a/Administrator_Guide/publican.cfg b/Administrator_Guide/publican.cfg index f1ce5b6..eec7f28 100644 --- a/Administrator_Guide/publican.cfg +++ b/Administrator_Guide/publican.cfg @@ -5,3 +5,9 @@ xml_lang: en-US type: Book brand: common +host: http://docs.kolab.org + +show_remarks: 1 + +chunk_first: 1 +chunk_section_depth: 0 diff --git a/Architecture_and_Design/publican.cfg b/Architecture_and_Design/publican.cfg index 005ff98..f71ccf7 100644 --- a/Architecture_and_Design/publican.cfg +++ b/Architecture_and_Design/publican.cfg @@ -5,4 +5,9 @@ xml_lang: en-US type: Book brand: common +host: http://docs.kolab.org + show_remarks: 1 + +chunk_first: 1 +chunk_section_depth: 0 diff --git a/Deployment_Guide/publican.cfg b/Deployment_Guide/publican.cfg index 2a07d64..7fe62ba 100644 --- a/Deployment_Guide/publican.cfg +++ b/Deployment_Guide/publican.cfg @@ -5,3 +5,9 @@ xml_lang: en-US type: Book brand: common +host: http://docs.kolab.org + +show_remarks: 1 + +chunk_first: 1 +chunk_section_depth: 0 diff --git a/Development_Manual/publican.cfg b/Development_Manual/publican.cfg index 9b50407..63baa34 100644 --- a/Development_Manual/publican.cfg +++ b/Development_Manual/publican.cfg @@ -5,3 +5,9 @@ xml_lang: en-US type: Book brand: common +host: http://docs.kolab.org + +show_remarks: 1 + +chunk_first: 1 +chunk_section_depth: 0 diff --git a/Installation_Guide/publican.cfg b/Installation_Guide/publican.cfg index 0080e30..6fb526b 100644 --- a/Installation_Guide/publican.cfg +++ b/Installation_Guide/publican.cfg @@ -5,8 +5,12 @@ xml_lang: en-US type: Book brand: common -show_remarks: 1 +host: http://docs.kolab.org condition: community docname: Community_Installation_Guide +show_remarks: 1 + +chunk_first: 1 +chunk_section_depth: 0 @@ -15,7 +15,8 @@ all: done site: all - @rsync -aHvz --progress --delete site/ docs.kolab.org:/var/www/kolab.org/docs/public_html/ + # Do not synchronize ownership, times or permissions! + @rsync -rlHvz --progress --delete site/ docs.kolab.org:/var/www/kolab.org/docs/public_html/ upload: all @for dir in $(SUBDIRS); do \ diff --git a/Release_Notes/publican.cfg b/Release_Notes/publican.cfg index 727063e..82f7e3d 100644 --- a/Release_Notes/publican.cfg +++ b/Release_Notes/publican.cfg @@ -5,4 +5,9 @@ xml_lang: en-US type: Article brand: common +host: http://docs.kolab.org + show_remarks: 1 + +chunk_first: 1 +chunk_section_depth: 0 diff --git a/Testing_Reference/publican.cfg b/Testing_Reference/publican.cfg index 985c8a6..45ac66a 100644 --- a/Testing_Reference/publican.cfg +++ b/Testing_Reference/publican.cfg @@ -5,4 +5,9 @@ xml_lang: en-US type: Book brand: common -show_remarks: 1
\ No newline at end of file +host: http://docs.kolab.org + +show_remarks: 1 + +chunk_first: 1 +chunk_section_depth: 0 @@ -3,4 +3,7 @@ db_file: "../kolab-docs.db" toc_path: "../site" +web_host: http://docs.kolab.org +host: http://docs.kolab.org +def_lang: en-US |