Changeset 6a38a3c in trunk


Ignore:
Timestamp:
2014-09-09T17:51:44Z (11 years ago)
Author:
Daira Hopwood <daira@…>
Branches:
master
Children:
62a4b27
Parents:
2584169
Message:

Rename README.txt to README.rst, and add Travis-CI and Coveralls badges to it.

Signed-off-by: Daira Hopwood <daira@…>

Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • TabularUnified README.rst

    r2584169 r6a38a3c  
    2929.. _COPYING.TGPPL.rst: https://github.com/tahoe-lafs/tahoe-lafs/blob/master/COPYING.TGPPL.rst
    3030.. _TGPPL.PDF: https://tahoe-lafs.org/~zooko/tgppl.pdf
     31
     32----
     33
     34.. image:: https://travis-ci.org/tahoe-lafs/tahoe-lafs.png?branch=master
     35  :target: https://travis-ci.org/tahoe-lafs/tahoe-lafs
     36
     37.. image:: https://coveralls.io/repos/tahoe-lafs/tahoe-lafs/badge.png?branch=master
     38  :target: https://coveralls.io/r/tahoe-lafs/tahoe-lafs?branch=master
  • TabularUnified docs/about.rst

    r2584169 r6a38a3c  
    113113=======
    114114
    115 Tahoe-LAFS is an open-source project; please see README.txt_ for details.
     115Tahoe-LAFS is an open-source project; please see README.rst_ for details.
    116116
    117 .. _README.txt: ../README.txt
     117.. _README.rst: ../README.rst
  • TabularUnified setup.py

    r2584169 r6a38a3c  
    435435setup(name=APPNAME,
    436436      description='secure, decentralized, fault-tolerant filesystem',
    437       long_description=open('README.txt', 'rU').read(),
     437      long_description=open('README.rst', 'rU').read(),
    438438      author='the Tahoe-LAFS project',
    439439      author_email='tahoe-dev@tahoe-lafs.org',
    440440      url='https://tahoe-lafs.org/',
    441       license='GNU GPL', # see README.txt -- there is an alternative licence
     441      license='GNU GPL', # see README.rst -- there is an alternative licence
    442442      cmdclass={"trial": Trial,
    443443                "make_executable": MakeExecutable,
Note: See TracChangeset for help on using the changeset viewer.