Changeset - 295900ff473d
[Not reviewed]
default
0 2 0
Andrew Shadura - 11 years ago 2015-03-12 09:43:05
andrew@shadura.me
docs: don't use fixed-width fonts when not needed
2 files changed with 7 insertions and 7 deletions:
0 comments (0 inline, 0 general)
README.rst
Show inline comments
 
@@ -5,7 +5,7 @@ Kallithea README
 
About
 
-----
 

	
 
``Kallithea`` is a fast and powerful management tool for Mercurial_ and Git_
 
**Kallithea** is a fast and powerful management tool for Mercurial_ and Git_
 
with a built-in push/pull server, full text search and code-review.
 
It works on http/https and has a built in permission/authentication system with
 
the ability to authenticate via LDAP or ActiveDirectory. Kallithea also provides
 
@@ -93,7 +93,7 @@ Kallithea Features
 
License
 
-------
 

	
 
``Kallithea`` is released under the GPLv3 license. ``Kallithea`` is a
 
**Kallithea** is released under the GPLv3 license. Kallithea is a
 
`Software Freedom Conservancy`_ project and thus controlled by a non-profit organization.
 
No commercial entity can take ownership of the project and change the direction.
 

	
 
@@ -107,7 +107,7 @@ with a different mix of Free Software pe
 
Community
 
---------
 

	
 
``Kallithea`` is maintained by its users who contribute the fixes they would like to see.
 
**Kallithea** is maintained by its users who contribute the fixes they would like to see.
 

	
 
Get in touch with the rest of the community:
 

	
 
@@ -117,7 +117,7 @@ Get in touch with the rest of the commun
 
- Use IRC and join #kallithea on FreeNode (irc.freenode.net)
 
  or use http://webchat.freenode.net/?channels=kallithea.
 

	
 
- Follow ``Kallithea`` on Twitter, **@KallitheaSCM**.
 
- Follow Kallithea on Twitter, **@KallitheaSCM**.
 

	
 
- Issues can be reported at `issue tracker <https://bitbucket.org/conservancy/kallithea/issues>`_.
 

	
docs/installation.rst
Show inline comments
 
@@ -4,7 +4,7 @@
 
Installation on Unix/Linux
 
==========================
 

	
 
``Kallithea`` is written entirely in Python.  Kallithea requires Python version
 
**Kallithea** is written entirely in Python.  Kallithea requires Python version
 
2.6 or higher.
 

	
 
.. Note:: Alternative very detailed installation instructions for Ubuntu Server
 
@@ -14,7 +14,7 @@ Installation on Unix/Linux
 
Installing Kallithea from Python Package Index (PyPI)
 
-----------------------------------------------------
 

	
 
``Kallithea`` can be installed from PyPI with::
 
**Kallithea** can be installed from PyPI with::
 

	
 
    pip install kallithea
 

	
 
@@ -137,7 +137,7 @@ isn't listed, change virtual environment
 
 source /srv/kallithea/venv/bin/activate
 

	
 

	
 
Once you have verified the environment you can upgrade ``Kallithea`` with::
 
Once you have verified the environment you can upgrade Kallithea with::
 

	
 
 pip install --upgrade kallithea
 

	
0 comments (0 inline, 0 general)