From: Albert Tugushev Date: Fri, 1 Jan 2016 07:52:28 +0000 (+0300) Subject: Add *.rst extension to README file X-Git-Tag: 2.2.0~2^2~7 X-Git-Url: https://git.mdrn.pl/django-pagination.git/commitdiff_plain/3cc56edb7888c2430e41ef0f2f4e38e4357e74ab Add *.rst extension to README file --- diff --git a/README b/README deleted file mode 100644 index ff4d063..0000000 --- a/README +++ /dev/null @@ -1,37 +0,0 @@ -About the fork --------------- - -This project is a fork of apparently dead "django-pagination" project -originally written by 'Eric Florenzano'. It is maintained by the Linaro -Validation/Infrastructure team. Latest releases can be found on launchpad and -pypi. - -We are in the process of deciding how to properly host and manage the project. -Feel free to hop to #linaro on irc.freenode.net and ask either 'zyga' or -'mwhudson' about this. - - -About top-level package name change ------------------------------------ -The top level package name was changed from `pagination` to -`linaro-django-pagination`. I did this to ensure that existing users of the -original package could easily transition, on their own terms. Since both -packages are co-installable you are free to check things out and see if the new -pagination code works well for you or not. - -Also, since the implementation of the actual tags was rewritten I would not -feel entirely confident that the new package is a drop-in replacement. - - -Contributors ------------- - -We would like to welcome any and all contributors. Please use the pull request -feature on github. - - -How to use linaro-django-pagination ------------------------------------ - -See our official documentation for more details. -http://packages.python.org/linaro-django-pagination/ diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..ff4d063 --- /dev/null +++ b/README.rst @@ -0,0 +1,37 @@ +About the fork +-------------- + +This project is a fork of apparently dead "django-pagination" project +originally written by 'Eric Florenzano'. It is maintained by the Linaro +Validation/Infrastructure team. Latest releases can be found on launchpad and +pypi. + +We are in the process of deciding how to properly host and manage the project. +Feel free to hop to #linaro on irc.freenode.net and ask either 'zyga' or +'mwhudson' about this. + + +About top-level package name change +----------------------------------- +The top level package name was changed from `pagination` to +`linaro-django-pagination`. I did this to ensure that existing users of the +original package could easily transition, on their own terms. Since both +packages are co-installable you are free to check things out and see if the new +pagination code works well for you or not. + +Also, since the implementation of the actual tags was rewritten I would not +feel entirely confident that the new package is a drop-in replacement. + + +Contributors +------------ + +We would like to welcome any and all contributors. Please use the pull request +feature on github. + + +How to use linaro-django-pagination +----------------------------------- + +See our official documentation for more details. +http://packages.python.org/linaro-django-pagination/ diff --git a/setup.py b/setup.py index 2686bd8..0fb6f20 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( author='Zygmunt Krynicki', author_email='zygmunt.krynicki@linaro.org', description="linaro-django-pagination", - long_description=open("README").read(), + long_description=open("README.rst").read(), keywords='pagination,django', url='https://github.com/zyga/django-pagination', test_suite='linaro_django_pagination.test_project.tests.run_tests',