mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-03 13:45:31 +00:00
fix homepage URL in all remaining places
we update the documentation to mention the automatic updates, and also remove the hack in the makefile to update the github.io pages, which are gone.
This commit is contained in:
parent
2f9bdfe96b
commit
da2ec7995f
4 changed files with 7 additions and 20 deletions
|
@ -12,7 +12,7 @@ fully trusted targets.
|
|||
See the `installation manual`_ or, if you have already
|
||||
downloaded Borg, ``docs/installation.rst`` to get started with Borg.
|
||||
|
||||
.. _installation manual: http://borgbackup.github.io/borgbackup/installation.html
|
||||
.. _installation manual: https://borgbackup.readthedocs.org/installation.html
|
||||
|
||||
Main features
|
||||
~~~~~~~~~~~~~
|
||||
|
@ -112,7 +112,7 @@ Notes
|
|||
Borg is a fork of `Attic <https://github.com/jborg/attic>`_ and maintained by
|
||||
"`The Borg collective`_".
|
||||
|
||||
.. _The Borg collective: http://borgbackup.github.io/borgbackup/authors.html
|
||||
.. _The Borg collective: https://borgbackup.readthedocs.org/authors.html
|
||||
|
||||
Read `issue #1 <https://github.com/borgbackup/borg/issues/1>`_ about the initial
|
||||
considerations regarding project goals and policy of the Borg project.
|
||||
|
@ -123,7 +123,7 @@ CHANGES (like when going from 0.x.y to 1.0.0). Please read the
|
|||
`changelog`_ (or ``CHANGES.rst`` in the source distribution) for more
|
||||
information.
|
||||
|
||||
.. _changelog: https://borgbackup.github.io/borgbackup/changes.html
|
||||
.. _changelog: https://borgbackup.readthedocs.org/changes.html
|
||||
|
||||
NOT RELEASED DEVELOPMENT VERSIONS HAVE UNKNOWN COMPATIBILITY PROPERTIES.
|
||||
|
||||
|
@ -132,7 +132,7 @@ THIS IS SOFTWARE IN DEVELOPMENT, DECIDE YOURSELF WHETHER IT FITS YOUR NEEDS.
|
|||
Borg is distributed under a 3-clause BSD license, see `the license`_
|
||||
for the complete license.
|
||||
|
||||
.. _the license: https://borgbackup.github.io/borgbackup/authors.html#license
|
||||
.. _the license: https://borgbackup.readthedocs.org/authors.html#license
|
||||
|
||||
|build| |coverage|
|
||||
|
||||
|
|
|
@ -128,14 +128,3 @@ doctest:
|
|||
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
|
||||
@echo "Testing of doctests in the sources finished, look at the " \
|
||||
"results in $(BUILDDIR)/doctest/output.txt."
|
||||
|
||||
gh-io: html
|
||||
GH_IO_CLONE="`mktemp -d`" && \
|
||||
git clone git@github.com:borgbackup/borgbackup.github.io.git $$GH_IO_CLONE && \
|
||||
(cd $$GH_IO_CLONE && git rm -r *) && \
|
||||
cp -r _build/html/* $$GH_IO_CLONE && \
|
||||
(cd $$GH_IO_CLONE && git add -A && git commit -m 'Updated borgbackup.github.io' && git push) && \
|
||||
rm -rf $$GH_IO_CLONE
|
||||
|
||||
inotify: html
|
||||
while inotifywait -r . --exclude usage.rst --exclude '_build/*' ; do make html ; done
|
||||
|
|
|
@ -68,10 +68,8 @@ Now run::
|
|||
|
||||
Then point a web browser at docs/_build/html/index.html.
|
||||
|
||||
To update the web site, copy (and add, commit and push) the contents of the
|
||||
`_build` directory to the `borgbackup` directory in the web site's repository:
|
||||
https://github.com/borgbackup/borgbackup.github.io
|
||||
|
||||
The website is updated automatically through Github web hooks on the
|
||||
main repository.
|
||||
|
||||
Using Vagrant
|
||||
-------------
|
||||
|
|
2
setup.py
2
setup.py
|
@ -256,7 +256,7 @@ def run(self):
|
|||
},
|
||||
author='The Borg Collective (see AUTHORS file)',
|
||||
author_email='borgbackup@librelist.com',
|
||||
url='https://borgbackup.github.io/',
|
||||
url='https://borgbackup.readthedocs.org/',
|
||||
description='Deduplicated, encrypted, authenticated and compressed backups',
|
||||
long_description=long_description,
|
||||
license='BSD',
|
||||
|
|
Loading…
Reference in a new issue