updated documentation

This commit is contained in:
Frank Morgner
2013-02-09 23:44:14 +01:00
parent acabe8be62
commit e1da1dc081
28 changed files with 243 additions and 147 deletions

View File

@@ -51,7 +51,7 @@ master_doc = 'index'
# General information about the project.
project = u'Virtual Smart Card Architecture'
copyright = u'2009-2012 by Dominik Oepen and Frank Morgner'
copyright = u'2009-2013 by Dominik Oepen and Frank Morgner'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -74,7 +74,7 @@ release = '2012-04-11'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['_build', '*/questions.rst', '*/autotools.rst']
exclude_patterns = ['_build', '*/questions.rst', '*/autotools.rst', '*/download.rst']
# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None

12
doc/download.rst.in Normal file
View File

@@ -0,0 +1,12 @@
.. highlight:: sh
===============================================================================
Download
===============================================================================
You can find the latest release of @PACKAGE_NAME@ `here
<http://sourceforge.net/projects/vsmartcard/files>`_.
Alternatively, you can clone our git repository::
git clone git://vsmartcard.git.sourceforge.net/gitroot/vsmartcard/vsmartcard

View File

@@ -1,3 +1,5 @@
.. highlight:: sh
.. |vsmartcard| replace:: Virtual Smart Card Architecture
Welcome to the |vsmartcard| documentation!
@@ -59,9 +61,13 @@ Mobile Phone with Virtual Smartcard connected via USB
:width: 320px
========
Download
========
You can download the latest release of the |vsmartcard| `here <https://sourceforge.net/projects/vsmartcard/files/vsmartcard_2011-05-20.tar.gz/download>`_.
You can download the latest release of the |vsmartcard| `here
<http://sourceforge.net/projects/vsmartcard/files>`_.
Alternatively you can check out the source code from our `subversion repository <https://sourceforge.net/projects/vsmartcard/develop>`_.
Alternatively, you can clone our git repository::
git clone git://vsmartcard.git.sourceforge.net/gitroot/vsmartcard/vsmartcard