From 986b06dadee7f98fbc6b62de4ad59e3dd212b782 Mon Sep 17 00:00:00 2001 From: kakwa Date: Wed, 21 May 2014 23:40:23 +0200 Subject: [PATCH] correct readme --- README.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 0293c57..a8f15cb 100644 --- a/README.rst +++ b/README.rst @@ -7,13 +7,13 @@ Small cherrypy application to manage dns zone files :target: http://travis-ci.org/kakwa/dnscherry :alt: Travis CI -.. .. image:: https://pypip.in/d/dnscherry/badge.png -.. :target: https://pypi.python.org/pypi/dnscherry -.. :alt: Number of PyPI downloads + .. image:: https://pypip.in/d/dnscherry/badge.png + :target: https://pypi.python.org/pypi/dnscherry + :alt: Number of PyPI downloads ---- -:PyPI: Coming soon +:PyPI: `Package `_ :Doc: `Documentation `_ :License: MIT :Author: Pierre-Francois Carpentier - copyright 2014 @@ -27,7 +27,6 @@ Dnscherry is a small cherrypy application to manage dns zones. It can add/delete records from any dns server using tsig and dynamic updates. -**It's still a work in progress.** Screenshots =========== @@ -54,4 +53,4 @@ Quick installation guide: # launch dnscherryd dnscherryd -c /etc/dnscherry/dnscherry.ini -Now, it should be accessible from your browser. +It should be accessible from your browser on http://localhost:8080.