diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-05-07 23:51:09 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-05-07 23:51:09 +0200 |
commit | 356bc35800d4d5af4afc037a9cc72a888ffc28a2 (patch) | |
tree | efd62da037e998b0b2f7022d6003149d3ef1407a | |
parent | a5ba19d48da91651ef3053df9de0129a4b0e0e8d (diff) | |
download | vtcol-356bc35800d4d5af4afc037a9cc72a888ffc28a2.tar.gz |
readme: update links
-rw-r--r-- | README.rst | 28 |
1 files changed, 16 insertions, 12 deletions
@@ -88,19 +88,23 @@ Dresden, so expect the commit history to exhibit a certain lack continuity. Its author_ is Philipp Gesang; see the Bitbucket (author-bb_) and Github (author-gh_) pages. -**vtcol** is redistributable under the terms of the GNU General Public License -version 3 (exactly). The full text of the license is contained in the file -``COPYING`` in the root of the repository. Email the author_ if you wish to use -it under a different license, there’s a non-zero chance that you might convince -me. +The **vtcol** source code is available from the `canonical repository`_. + +**vtcol** is redistributable under the terms of the +`GNU General Public License`_ version 3 (exactly). The full text of the +license is contained in the file ``COPYING`` in the root of the +repository. Email the author_ if you wish to use it under a different +license, there’s a non-zero chance that you might convince me. Patches or suggestions welcome. -:: _setcolors: https://github.com/EvanPurkhiser/linux-vt-setcolors -:: _Solarized: https://FIXME -:: _Github: https://github.com/phi-gamma/vtcols -:: _author: `Philipp Gesang <mailto:phg@phi-gamma.net>` -:: _author-bb: https://bitbucket.org/phg -:: _author-gh: https://github.com/phi-gamma -:: _Cargo: https://github.com/rust-lang/cargo +.. _setcolors: https://github.com/EvanPurkhiser/linux-vt-setcolors +.. _Solarized: http://ethanschoonover.com/solarized +.. _Github: https://github.com/phi-gamma/vtcols +.. _author: mailto:phg@phi-gamma.net +.. _author-bb: https://bitbucket.org/phg +.. _author-gh: https://github.com/phi-gamma +.. _Cargo: https://github.com/rust-lang/cargo +.. _GNU General Public License: http://www.gnu.org/licenses/gpl.txt +.. _canonical repository: https://github.com/phi-gamma/vtcol |