1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-24 06:59:52 +01:00

Update README.rst

Fix badges
This commit is contained in:
ikreymer 2014-03-10 19:25:14 -07:00
parent 1c85aebbf0
commit 681fd79974

View File

@ -1,8 +1,8 @@
PyWb 0.2.0 PyWb 0.2.0
============= =============
`|Build Status| <https://travis-ci.org/ikreymer/pywb>`_ `|Coverage .. image:: https://travis-ci.org/ikreymer/pywb.png?branch=master :target: https://travis-ci.org/ikreymer/pywb
Status| <https://coveralls.io/r/ikreymer/pywb?branch=master>`_ .. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=master :target: https://coveralls.io/r/ikreymer/pywb?branch=master
pywb is a new Python implementation of the Wayback Machine software and pywb is a new Python implementation of the Wayback Machine software and
tools. tools.
@ -73,7 +73,7 @@ Runnable Apps
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
The pywb tool suite currently includes two runnable applications in the The pywb tool suite currently includes two runnable applications in the
``pywb.apps`` package: ``pywb.apps`` package.
- ``python -m pywb.apps.wayback`` -- start the full wayback on port - ``python -m pywb.apps.wayback`` -- start the full wayback on port
8080 8080
@ -227,8 +227,3 @@ archiving replay
Please take a look at list of current Please take a look at list of current
`issues <https://github.com/ikreymer/pywb/issues?state=open>`_ and feel `issues <https://github.com/ikreymer/pywb/issues?state=open>`_ and feel
free to open new ones free to open new ones
.. |Build
Status| image:: https://travis-ci.org/ikreymer/pywb.png?branch=master
.. |Coverage
Status| image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=master