Add multiple publican.cfg files to enable automated build of several guides from docs directory.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/551b165b Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/551b165b Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/551b165b Branch: refs/heads/vpc Commit: 551b165b72caf8abd85db17194eaa4977c19d3ea Parents: a25e20a Author: Jessica Tomechak <jessica.tomec...@gmail.com> Authored: Wed Aug 8 19:07:05 2012 -0700 Committer: Jessica Tomechak <jessica.tomec...@gmail.com> Committed: Wed Aug 8 19:07:05 2012 -0700 ---------------------------------------------------------------------- docs/publican-all.cfg | 30 ++++++++++++++++++++++++++++++ docs/publican-devguide.cfg | 29 +++++++++++++++++++++++++++++ docs/publican-install.cfg | 29 +++++++++++++++++++++++++++++ docs/publican-installation.cfg | 29 +++++++++++++++++++++++++++++ docs/publican-release-notes-4_0.cfg | 27 +++++++++++++++++++++++++++ docs/publican-trial-install.cfg | 29 +++++++++++++++++++++++++++++ docs/publican.cfg | 10 ---------- 7 files changed, 173 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/551b165b/docs/publican-all.cfg ---------------------------------------------------------------------- diff --git a/docs/publican-all.cfg b/docs/publican-all.cfg new file mode 100644 index 0000000..e62bc11 --- /dev/null +++ b/docs/publican-all.cfg @@ -0,0 +1,30 @@ +# Publican configuration file for CloudStack Complete Documentation Set +# Contains all technical docs except release notes +# Config::Simple 4.58 +# Tue May 29 00:57:27 2012 +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information# +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +xml_lang: en-US +type: Book +docname: cloudstack +brand: cloudstack +chunk_first: 1 +chunk_section_depth: 1 + + + http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/551b165b/docs/publican-devguide.cfg ---------------------------------------------------------------------- diff --git a/docs/publican-devguide.cfg b/docs/publican-devguide.cfg new file mode 100644 index 0000000..3cb8806 --- /dev/null +++ b/docs/publican-devguide.cfg @@ -0,0 +1,29 @@ +# Publican configuration file for CloudStack Developer's Guide +# Config::Simple 4.58 +# Tue May 29 00:57:27 2012 +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information# +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +xml_lang: en-US +type: Book +docname: cloudstack_developers +brand: cloudstack +chunk_first: 1 +chunk_section_depth: 1 + + + http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/551b165b/docs/publican-install.cfg ---------------------------------------------------------------------- diff --git a/docs/publican-install.cfg b/docs/publican-install.cfg new file mode 100644 index 0000000..9c7bb1d --- /dev/null +++ b/docs/publican-install.cfg @@ -0,0 +1,29 @@ +# Publican configuration file for CloudStack Installation Guide +# Config::Simple 4.58 +# Tue May 29 00:57:27 2012 +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information# +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +xml_lang: en-US +type: Book +docname: cloudstack_installation +brand: cloudstack +chunk_first: 1 +chunk_section_depth: 1 + + + http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/551b165b/docs/publican-installation.cfg ---------------------------------------------------------------------- diff --git a/docs/publican-installation.cfg b/docs/publican-installation.cfg new file mode 100644 index 0000000..9c7bb1d --- /dev/null +++ b/docs/publican-installation.cfg @@ -0,0 +1,29 @@ +# Publican configuration file for CloudStack Installation Guide +# Config::Simple 4.58 +# Tue May 29 00:57:27 2012 +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information# +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +xml_lang: en-US +type: Book +docname: cloudstack_installation +brand: cloudstack +chunk_first: 1 +chunk_section_depth: 1 + + + http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/551b165b/docs/publican-release-notes-4_0.cfg ---------------------------------------------------------------------- diff --git a/docs/publican-release-notes-4_0.cfg b/docs/publican-release-notes-4_0.cfg new file mode 100644 index 0000000..0a1a30b --- /dev/null +++ b/docs/publican-release-notes-4_0.cfg @@ -0,0 +1,27 @@ +# Publican configuration file for CloudStack 4.0 Release Notes +# Config::Simple 4.58 +# Tue May 29 00:57:27 2012 +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information# +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +xml_lang: en-US +type: Book +docname: release-notes-4.0 +brand: cloudstack +chunk_first: 0 +chunk_section_depth: 0 +toc_section_depth: 1 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/551b165b/docs/publican-trial-install.cfg ---------------------------------------------------------------------- diff --git a/docs/publican-trial-install.cfg b/docs/publican-trial-install.cfg new file mode 100644 index 0000000..c210ee7 --- /dev/null +++ b/docs/publican-trial-install.cfg @@ -0,0 +1,29 @@ +# Publican configuration file for CloudStack Trial Installation Guide +# Config::Simple 4.58 +# Tue May 29 00:57:27 2012 +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information# +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +xml_lang: en-US +type: Book +docname: cloudstack_trial_installation +brand: cloudstack +chunk_first: 1 +chunk_section_depth: 1 + + + http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/551b165b/docs/publican.cfg ---------------------------------------------------------------------- diff --git a/docs/publican.cfg b/docs/publican.cfg deleted file mode 100644 index fb5a16f..0000000 --- a/docs/publican.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# Config::Simple 4.58 -# Tue May 29 00:57:27 2012 - -xml_lang: en-US -type: Book -docname: release-notes-3.0.4 -brand: cloudstack -chunk_first: 0 -chunk_section_depth: 0 -toc_section_depth: 1