[Pkg-owncloud-commits] [owncloud-doc] 01/10: Add version to index.rst's
David Prévot
taffit at moszumanska.debian.org
Wed Mar 5 20:26:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 5bee2b5e2710e7509f082b9c858809d2bb0343aa
Author: Daniel Molkentin <daniel at molkentin.de>
Date: Tue Feb 25 18:33:42 2014 +0100
Add version to index.rst's
---
admin_manual/conf.py | 3 +++
admin_manual/index.rst | 6 +++---
developer_manual/conf.py | 3 +++
developer_manual/index.rst | 6 +++---
user_manual/conf.py | 3 +++
user_manual/index.rst | 7 ++++---
6 files changed, 19 insertions(+), 9 deletions(-)
diff --git a/admin_manual/conf.py b/admin_manual/conf.py
index 7a4eed8..8c79d39 100644
--- a/admin_manual/conf.py
+++ b/admin_manual/conf.py
@@ -293,3 +293,6 @@ epub_copyright = u'2012-2013, The ownCloud developers'
# Include todos?
todo_include_todos = True
+
+# substitutions go here
+rst_epilog = '.. |version| replace:: %s' % version
diff --git a/admin_manual/index.rst b/admin_manual/index.rst
index 2a04202..62ad694 100644
--- a/admin_manual/index.rst
+++ b/admin_manual/index.rst
@@ -1,6 +1,6 @@
-===================
-Admin Documentation
-===================
+======================================
+ownCloud |version| Admin Documentation
+======================================
Introduction
============
diff --git a/developer_manual/conf.py b/developer_manual/conf.py
index 5550686..e949cca 100644
--- a/developer_manual/conf.py
+++ b/developer_manual/conf.py
@@ -292,3 +292,6 @@ epub_copyright = u'2012-2014, The ownCloud developers'
# Include todos?
todo_include_todos = True
+
+# substitutions go here
+rst_epilog = '.. |version| replace:: %s' % version
diff --git a/developer_manual/index.rst b/developer_manual/index.rst
index 8c29833..a9fb401 100644
--- a/developer_manual/index.rst
+++ b/developer_manual/index.rst
@@ -1,8 +1,8 @@
.. _index:
-=======================
-Developer Documentation
-=======================
+==========================================
+ownCloud |version| Developer Documentation
+==========================================
If you want to contribute please read the `Contributor agreement <http://owncloud.org/about/contributor-agreement/>`_
diff --git a/user_manual/conf.py b/user_manual/conf.py
index fdd2166..f0503ad 100644
--- a/user_manual/conf.py
+++ b/user_manual/conf.py
@@ -291,3 +291,6 @@ epub_copyright = u'2012-2014, The ownCloud developers'
# Include todos?
todo_include_todos = True
+
+# substitutions go here
+rst_epilog = '.. |version| replace:: %s' % version
diff --git a/user_manual/index.rst b/user_manual/index.rst
index a0c2cb2..d3365d1 100644
--- a/user_manual/index.rst
+++ b/user_manual/index.rst
@@ -1,8 +1,9 @@
.. _index:
-==================
-User Documentation
-==================
+=====================================
+ownCloud |version| User Documentation
+=====================================
+
**Welcome to ownCloud, your self-hosted file sync and share solution.**
ownCloud is open source file sync and share software for everyone from individuals operating the free Community Edition, to large enterprises and service providers operating ownCloud Enterprise Edition. ownCloud provides a safe, secure and compliant file sync and share solution on servers you control.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list