##// END OF EJS Templates
docs: don't use fixed-width fonts when not needed
Andrew Shadura -
r4912:295900ff default
parent child Browse files
Show More
@@ -5,7 +5,7 b' Kallithea README'
5 About
5 About
6 -----
6 -----
7
7
8 ``Kallithea`` is a fast and powerful management tool for Mercurial_ and Git_
8 **Kallithea** is a fast and powerful management tool for Mercurial_ and Git_
9 with a built-in push/pull server, full text search and code-review.
9 with a built-in push/pull server, full text search and code-review.
10 It works on http/https and has a built in permission/authentication system with
10 It works on http/https and has a built in permission/authentication system with
11 the ability to authenticate via LDAP or ActiveDirectory. Kallithea also provides
11 the ability to authenticate via LDAP or ActiveDirectory. Kallithea also provides
@@ -93,7 +93,7 b' Kallithea Features'
93 License
93 License
94 -------
94 -------
95
95
96 ``Kallithea`` is released under the GPLv3 license. ``Kallithea`` is a
96 **Kallithea** is released under the GPLv3 license. Kallithea is a
97 `Software Freedom Conservancy`_ project and thus controlled by a non-profit organization.
97 `Software Freedom Conservancy`_ project and thus controlled by a non-profit organization.
98 No commercial entity can take ownership of the project and change the direction.
98 No commercial entity can take ownership of the project and change the direction.
99
99
@@ -107,7 +107,7 b' with a different mix of Free Software pe'
107 Community
107 Community
108 ---------
108 ---------
109
109
110 ``Kallithea`` is maintained by its users who contribute the fixes they would like to see.
110 **Kallithea** is maintained by its users who contribute the fixes they would like to see.
111
111
112 Get in touch with the rest of the community:
112 Get in touch with the rest of the community:
113
113
@@ -117,7 +117,7 b' Get in touch with the rest of the commun'
117 - Use IRC and join #kallithea on FreeNode (irc.freenode.net)
117 - Use IRC and join #kallithea on FreeNode (irc.freenode.net)
118 or use http://webchat.freenode.net/?channels=kallithea.
118 or use http://webchat.freenode.net/?channels=kallithea.
119
119
120 - Follow ``Kallithea`` on Twitter, **@KallitheaSCM**.
120 - Follow Kallithea on Twitter, **@KallitheaSCM**.
121
121
122 - Issues can be reported at `issue tracker <https://bitbucket.org/conservancy/kallithea/issues>`_.
122 - Issues can be reported at `issue tracker <https://bitbucket.org/conservancy/kallithea/issues>`_.
123
123
@@ -4,7 +4,7 b''
4 Installation on Unix/Linux
4 Installation on Unix/Linux
5 ==========================
5 ==========================
6
6
7 ``Kallithea`` is written entirely in Python. Kallithea requires Python version
7 **Kallithea** is written entirely in Python. Kallithea requires Python version
8 2.6 or higher.
8 2.6 or higher.
9
9
10 .. Note:: Alternative very detailed installation instructions for Ubuntu Server
10 .. Note:: Alternative very detailed installation instructions for Ubuntu Server
@@ -14,7 +14,7 b' 2.6 or higher.'
14 Installing Kallithea from Python Package Index (PyPI)
14 Installing Kallithea from Python Package Index (PyPI)
15 -----------------------------------------------------
15 -----------------------------------------------------
16
16
17 ``Kallithea`` can be installed from PyPI with::
17 **Kallithea** can be installed from PyPI with::
18
18
19 pip install kallithea
19 pip install kallithea
20
20
@@ -137,7 +137,7 b" isn't listed, change virtual environment"
137 source /srv/kallithea/venv/bin/activate
137 source /srv/kallithea/venv/bin/activate
138
138
139
139
140 Once you have verified the environment you can upgrade ``Kallithea`` with::
140 Once you have verified the environment you can upgrade Kallithea with::
141
141
142 pip install --upgrade kallithea
142 pip install --upgrade kallithea
143
143
General Comments 0
You need to be logged in to leave comments. Login now