diff --git a/README.rst b/README.rst index 31bdfd6f9..5687b3bcd 100644 --- a/README.rst +++ b/README.rst @@ -54,11 +54,3 @@ The tests are in the attic/testsuite package. To run the test suite use the following command:: $ python -m attic.testsuite.run - -Contribute ----------- -Found a bug? Have any ideas to improve attic? Add bug reports and feature -requests to the `issue tracker `_. - -You can also ask the author a question directly by -`email `_. diff --git a/docs/conf.py b/docs/conf.py index b7c2eb289..458746235 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = attic.__version__ +version = attic.__version__.split('-')[0] # The full version, including alpha/beta/rc tags. -release = attic.__version__ +release = version # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/global.rst.inc b/docs/global.rst.inc index 4254034b2..15e24abe3 100644 --- a/docs/global.rst.inc +++ b/docs/global.rst.inc @@ -1,9 +1,8 @@ .. highlight:: bash .. |project_name| replace:: ``Attic`` -.. |project_version| replace:: 0.7 -.. |package_dirname| replace:: Attic-|project_version| +.. |package_dirname| replace:: Attic-|version| .. |package_filename| replace:: |package_dirname|.tar.gz -.. |package_url| replace:: https://pypi.python.org/packages/source/A/Attic/Attic-0.7.tar.gz +.. |package_url| replace:: https://pypi.python.org/packages/source/A/Attic/|package_filename| .. |git_url| replace:: https://github.com/jborg/attic.git .. _deduplication: https://en.wikipedia.org/wiki/Data_deduplication .. _AES: https://en.wikipedia.org/wiki/Advanced_Encryption_Standard @@ -16,4 +15,5 @@ .. _`msgpack-python`: https://pypi.python.org/pypi/msgpack-python/ .. _homebrew: http://mxcl.github.io/homebrew/ .. _issue tracker: https://github.com/jborg/attic/issues -.. _userspace filesystems: https://en.wikipedia.org/wiki/Filesystem_in_Userspace \ No newline at end of file +.. _userspace filesystems: https://en.wikipedia.org/wiki/Filesystem_in_Userspace +.. _librelist: http://librelist.com/ diff --git a/docs/index.rst b/docs/index.rst index d929e6813..5e26d9e11 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -38,11 +38,20 @@ User's Guide usage faq -Contribute -========== +Getting help +============ -Found a bug? Have any ideas to improve |project_name|? Add bug reports and -feature requests to the `issue tracker`_. +If you've found a bug or have a concrete feature request you can add your bug +report or feature request directly to the project `issue tracker`_. For more +general questions or discussions a post to the mailing list is preferred. -You can also ask the author a question directly by -`email `_. +Mailing list +------------ + +There is a mailing list for Attic on librelist_ you can use for feature +requests and general discussions about Attic. A mailing list archive is +available `here `_. + +To subscribe to the list send an email to attic@librelist.com and reply +to the confirmation mail. Likevise To unsubscribe send an email to +attic-unsubscribe@librelist.com and reply to the confirmation mail.