mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-22 15:57:15 +00:00
Documentation: Added info about mailing list
This commit is contained in:
parent
3b4875cf2e
commit
9ebeb0f98d
4 changed files with 21 additions and 20 deletions
|
@ -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 <https://github.com/jborg/attic/issues>`_.
|
||||
|
||||
You can also ask the author a question directly by
|
||||
`email <mailto:jonas@borgstrom.se>`_.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
.. _userspace filesystems: https://en.wikipedia.org/wiki/Filesystem_in_Userspace
|
||||
.. _librelist: http://librelist.com/
|
||||
|
|
|
@ -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 <mailto:jonas@borgstrom.se>`_.
|
||||
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 <http://librelist.com/browser/attic/>`_.
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue