From 1654f1311409a71c886d7245f409cfb08da5a212 Mon Sep 17 00:00:00 2001 From: ndparker Date: Sun, 13 Oct 2013 21:43:23 +0200 Subject: [PATCH] reference github. --- README.rst | 29 +++++++++++++++++------------ docs/DESCRIPTION | 5 +++-- docs/_userdoc/index.txt | 9 +++++++++ 3 files changed, 29 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index eba1bb5..38b12aa 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,11 @@ .. -*- coding: utf-8 -*- +=========================================== + rJSmin - A Javascript Minifier For Python +=========================================== + TABLE OF CONTENTS -================= +----------------- 1. Introduction 2. Copyright and License @@ -13,7 +17,7 @@ TABLE OF CONTENTS INTRODUCTION -============ +------------ rJSmin is a javascript minifier written in python. @@ -49,7 +53,7 @@ rjsmin.c is a reimplementation of rjsmin.py in C and speeds it up even more. COPYRIGHT AND LICENSE -===================== +--------------------- Copyright 2011 - 2013 André Malo or his licensors, as applicable. @@ -61,13 +65,13 @@ root directory of the distribution or online at: SYSTEM REQUIREMENTS -=================== +------------------- Both python 2 (>=2.4) and python 3 are supported. INSTALLATION -============ +------------ rJSmin is set up using the standard python distutils. So you can install it using the usual command: @@ -92,7 +96,7 @@ Alternatively just copy rjsmin.py into your project and use it. DOCUMENTATION -============= +------------- A generated API documentation is available in the docs/apidoc/ directory. But you can just look into the module. It provides a simple function, @@ -109,19 +113,20 @@ The latest documentation is also available online at BUGS -==== +---- No bugs, of course. ;-) -But if you've found one or have an idea how to improve rjsmin, -please send a mail to . +But if you've found one or have an idea how to improve rjsmin, feel free +to send a pull request on `github `_ +or send a mail to . AUTHOR INFORMATION -================== +------------------ André "nd" Malo GPG: 0x8103A37E -If God intended people to be naked, they would be born that way. - -- Oscar Wilde + If God intended people to be naked, they would be born that way. + -- Oscar Wilde diff --git a/docs/DESCRIPTION b/docs/DESCRIPTION index a57dd8b..9e898d8 100644 --- a/docs/DESCRIPTION +++ b/docs/DESCRIPTION @@ -53,8 +53,9 @@ Bugs ~~~~ No bugs, of course. ;-) -But if you've found one or have an idea how to improve rjsmin, please -send a mail to . +But if you've found one or have an idea how to improve rjsmin, feel free +to send a pull request on `github `_ +or send a mail to . Author Information diff --git a/docs/_userdoc/index.txt b/docs/_userdoc/index.txt index e2eda82..a29afcf 100644 --- a/docs/_userdoc/index.txt +++ b/docs/_userdoc/index.txt @@ -91,6 +91,15 @@ directory of the source distribution package or online at .. placeholder: Download +Bugs +~~~~ + +No bugs, of course. ;-) +But if you've found one or have an idea how to improve |rjsmin|, feel free +to send a pull request on `github `_ +or send a mail to . + + Author Information ~~~~~~~~~~~~~~~~~~