|
@@ -1,4 +1,9 @@
|
|
.. |project_name| replace:: ``darc``
|
|
.. |project_name| replace:: ``darc``
|
|
|
|
+.. |project_version| replace:: 0.6
|
|
|
|
+.. |package_dirname| replace:: darc-|project_version|
|
|
|
|
+.. |package_filename| replace:: |package_dirname|.tar.gz
|
|
|
|
+.. |package_url| replace:: https://pypi.python.org/packages/source/d/darc/darc-0.6.tar.gz
|
|
|
|
+
|
|
.. _deduplication: https://en.wikipedia.org/wiki/Data_deduplication
|
|
.. _deduplication: https://en.wikipedia.org/wiki/Data_deduplication
|
|
.. _AES: https://en.wikipedia.org/wiki/Advanced_Encryption_Standard
|
|
.. _AES: https://en.wikipedia.org/wiki/Advanced_Encryption_Standard
|
|
.. _HMAC-SHA256: http://en.wikipedia.org/wiki/HMAC
|
|
.. _HMAC-SHA256: http://en.wikipedia.org/wiki/HMAC
|
|
@@ -9,3 +14,4 @@
|
|
.. _Python: http://www.python.org/
|
|
.. _Python: http://www.python.org/
|
|
.. _`msgpack-python`: https://pypi.python.org/pypi/msgpack-python/
|
|
.. _`msgpack-python`: https://pypi.python.org/pypi/msgpack-python/
|
|
.. _homebrew: http://mxcl.github.io/homebrew/
|
|
.. _homebrew: http://mxcl.github.io/homebrew/
|
|
|
|
+.. _issue tracker: https://github.com/jborg/darc/issues
|