changeset 5435:60e04a21bf0f

docs: more consistent use of --
author Mads Kiilerich <madski@unity3d.com>
date Wed, 26 Aug 2015 17:28:58 +0200
parents 8867673c8192
children d2b9788d2760
files docs/installation_win.rst docs/installation_win_old.rst docs/overview.rst docs/setup.rst docs/theme/nature/layout.html
diffstat 5 files changed, 27 insertions(+), 29 deletions(-) [+]
line wrap: on
line diff
--- a/docs/installation_win.rst	Wed Aug 26 17:28:58 2015 +0200
+++ b/docs/installation_win.rst	Wed Aug 26 17:28:58 2015 +0200
@@ -14,8 +14,8 @@
 
 To install on an older version of Windows, see `<installation_win_old.html>`_
 
-Step 1 - Install Python
------------------------
+Step 1 -- Install Python
+------------------------
 
 Install Python 2.x.y (x = 6 or 7). Latest version is recommended. If you need another version, they can run side by side.
 
@@ -30,8 +30,8 @@
 Remember the specific major and minor versions installed, because they will
 be needed in the next step. In this case, it is "2.7".
 
-Step 2 - Python BIN
--------------------
+Step 2 -- Python BIN
+--------------------
 
 Add Python BIN folder to the path. This can be done manually (editing
 "PATH" environment variable) or by using Windows Support Tools that
@@ -44,8 +44,8 @@
 Please substitute [your-python-path] with your Python installation
 path. Typically this is ``C:\\Python27``.
 
-Step 3 - Install pywin32 extensions
------------------------------------
+Step 3 -- Install pywin32 extensions
+------------------------------------
 
 Download pywin32 from:
 http://sourceforge.net/projects/pywin32/files/
@@ -60,8 +60,8 @@
   http://sourceforge.net/projects/pywin32/files/pywin32/Build%20219/pywin32-219.win32-py2.7.exe/download
   (Win32)
 
-Step 4 - Install pip
---------------------
+Step 4 -- Install pip
+---------------------
 
 pip is a package management system for Python. You will need it to install Kallithea and its dependencies.
 
@@ -84,8 +84,8 @@
 
   SETX PATH "%PATH%;[your-python-path]\Scripts" /M
 
-Step 5 - Kallithea folder structure
------------------------------------
+Step 5 -- Kallithea folder structure
+------------------------------------
 
 Create a Kallithea folder structure.
 
@@ -101,8 +101,8 @@
   C:\Kallithea\Env
   C:\Kallithea\Repos
 
-Step 6 - Install virtualenv
----------------------------
+Step 6 -- Install virtualenv
+----------------------------
 
 .. note::
    A python virtual environment will allow for isolation between the Python packages of your system and those used for Kallithea.
@@ -118,8 +118,8 @@
 
   virtualenv C:\Kallithea\Env
 
-Step 7 - Install Kallithea
---------------------------
+Step 7 -- Install Kallithea
+---------------------------
 
 In order to install Kallithea, you need to be able to run "pip install kallithea". It will use pip to install the Kallithea Python package and its dependencies.
 Some Python packages use managed code and need to be compiled.
@@ -144,8 +144,8 @@
           complete. Some warnings will appear. Don't worry, they are
           normal.
 
-Step 8 - Install git (optional)
--------------------------------
+Step 8 -- Install git (optional)
+--------------------------------
 
 Mercurial being a python package, it was installed automatically when doing "pip install kallithea".
 
@@ -153,8 +153,8 @@
 
 See http://git-scm.com/book/en/v2/Getting-Started-Installing-Git#Installing-on-Windows for instructions.
 
-Step 9 - Configuring Kallithea
-------------------------------
+Step 9 -- Configuring Kallithea
+-------------------------------
 
 Steps taken from `<setup.html>`_
 
@@ -192,8 +192,8 @@
 
 If you decided not to install git, you will get errors about it that you can ignore.
 
-Step 10 - Running Kallithea
----------------------------
+Step 10 -- Running Kallithea
+----------------------------
 
 In the previous command prompt, being in the C:\\Kallithea\\Bin folder, type::
 
--- a/docs/installation_win_old.rst	Wed Aug 26 17:28:58 2015 +0200
+++ b/docs/installation_win_old.rst	Wed Aug 26 17:28:58 2015 +0200
@@ -19,11 +19,12 @@
    These extra steps haven been marked as "64-bit".
    Tested on Windows Server 2008 R2 SP1, 9-feb-2013.
    If you run into any 64-bit related problems, please check these pages:
+
    - http://blog.victorjabur.com/2011/06/05/compiling-python-2-7-modules-on-windows-32-and-64-using-msvc-2008-express/
    - http://bugs.python.org/issue7511
 
-Step 1 - Install Visual Studio 2008 Express
--------------------------------------------
+Step 1 -- Install Visual Studio 2008 Express
+--------------------------------------------
 
 Optional: You can also install MinGW, but VS2008 installation is easier.
 
@@ -32,7 +33,7 @@
 (if not found or relocated, google for "visual studio 2008 express" for updated link. This link was taken from http://stackoverflow.com/questions/15318560/visual-c-2008-express-download-link-dead)
 
 You can also download full ISO file for offline installation, just
-choose "All - Offline Install ISO image file" in the previous page and
+choose "All -- Offline Install ISO image file" in the previous page and
 choose "Visual C++ 2008 Express" when installing.
 
 .. note::
--- a/docs/overview.rst	Wed Aug 26 17:28:58 2015 +0200
+++ b/docs/overview.rst	Wed Aug 26 17:28:58 2015 +0200
@@ -47,7 +47,7 @@
 Two different cases will pretty much cover the options for how it can be
 installed.
 
-- The Kallithea source repository can be cloned and used - it is kept stable and
+- The Kallithea source repository can be cloned and used -- it is kept stable and
   can be used in production. The Kallithea maintainers use the development
   branch in production. The advantage of installation from source and regularly
   updating it is that you take advantage of the most recent improvements. Using
--- a/docs/setup.rst	Wed Aug 26 17:28:58 2015 +0200
+++ b/docs/setup.rst	Wed Aug 26 17:28:58 2015 +0200
@@ -249,7 +249,7 @@
 .. _Certificate Checks:
 
 Certificate Checks : optional
-    How SSL certificates verification is handled - this is only useful when
+    How SSL certificates verification is handled -- this is only useful when
     `Enable LDAPS`_ is enabled.  Only DEMAND or HARD offer full SSL security
     while the other options are susceptible to man-in-the-middle attacks.  SSL
     certificates can be installed to /etc/openldap/cacerts so that the
@@ -700,7 +700,6 @@
     use = egg:PasteDeploy#prefix
     prefix = /<someprefix>
 
-
 then change ``<someprefix>`` into your chosen prefix
 
 
@@ -744,7 +743,6 @@
     WSGIScriptAlias / /srv/kallithea/dispatch.wsgi
     WSGIPassAuthorization On
 
-
 .. note::
    When running apache as root, please make sure it doesn't run Kallithea as
    root, for examply by adding: ``user=www-data group=www-data`` to the configuration.
@@ -754,7 +752,6 @@
    make sure you set ``instance_id = *`` in the configuration so each process
    gets it's own cache invalidation key.
 
-
 Example WSGI dispatch script:
 
 .. code-block:: python
--- a/docs/theme/nature/layout.html	Wed Aug 26 17:28:58 2015 +0200
+++ b/docs/theme/nature/layout.html	Wed Aug 26 17:28:58 2015 +0200
@@ -9,7 +9,7 @@
 <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 <input type="hidden" name="cmd" value="_s-xclick">
 <input type="hidden" name="hosted_button_id" value="EYXFS3SQPHYUL">
-<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
+<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal &ndash; The safer, easier way to pay online!">
 <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
 </form>
     <div style="padding:5px">