update project source links, kallithea -> forgejo
This commit is contained in:
parent
6a1a77cf64
commit
be28325a92
|
@ -16,7 +16,7 @@ Choice is yours. If you are interested in Fabric, see
|
|||
more info. That (rattail-fabric2) package is available on PyPI, or
|
||||
can peek at the `module source`_.
|
||||
|
||||
.. _module source: https://kallithea.rattailproject.org/rattail-project/rattail-fabric2/files/master/rattail_fabric2/backup.py
|
||||
.. _module source: https://forgejo.wuttaproject.org/rattail/rattail-fabric2/src/branch/master/rattail_fabric2/backup.py
|
||||
|
||||
Here we will only describe the manual installation.
|
||||
|
||||
|
@ -95,7 +95,7 @@ arguments you pass to it will be passed on to the command.
|
|||
Instead of listing the contents of this file here, we will direct you
|
||||
to the "official" copy which can be deployed via Fabric:
|
||||
|
||||
`<https://kallithea.rattailproject.org/rattail-project/rattail-fabric2/rawfile/master/rattail_fabric2/deploy/backup/rattail-backup.mako>`_
|
||||
`<https://forgejo.wuttaproject.org/rattail/rattail-fabric2/src/branch/master/rattail_fabric2/deploy/backup/rattail-backup.mako>`_
|
||||
|
||||
You will need to (globally) replace the text ``${envname}`` with
|
||||
``backup`` but otherwise that can be used as-is.
|
||||
|
@ -130,7 +130,7 @@ Really the ``rattail-backup`` script could be used for this too, but
|
|||
Again instead of listing the file contents we will direct you to the
|
||||
"official" copy which can be deployed via Fabric:
|
||||
|
||||
`<https://kallithea.rattailproject.org/rattail-project/rattail-fabric2/rawfile/master/rattail_fabric2/deploy/backup/backup-everything.mako>`_
|
||||
`<https://forgejo.wuttaproject.org/rattail/rattail-fabric2/src/branch/master/rattail_fabric2/deploy/backup/backup-everything.mako>`_
|
||||
|
||||
Again you will need to (globally) replace the text ``${envname}`` with
|
||||
``backup`` but you also should comment-out the line which tries to
|
||||
|
|
|
@ -22,7 +22,7 @@ for logging. Rattail `has a sample`_ ``rattail.conf`` which includes a typical
|
|||
logging section. (This is the source used to generate a new file when you run
|
||||
``rattail make-config -T rattail`` command.)
|
||||
|
||||
.. _has a sample: https://kallithea.rattailproject.org/rattail-project/rattail/files/master/rattail/data/config/rattail.conf
|
||||
.. _has a sample: https://forgejo.wuttaproject.org/rattail/rattail/src/branch/master/rattail/data/config/rattail.conf
|
||||
|
||||
See the Python docs for more info, in particular these sections:
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ Installing from Source
|
|||
If you need (or want) to install from source, then of course the first step is
|
||||
to obtain the source code for the app. Here we'll again use Theo as our example::
|
||||
|
||||
git clone https://kallithea.rattailproject.org/rattail-project/theo
|
||||
git clone https://forgejo.wuttaproject.org/rattail/theo.git
|
||||
|
||||
Then you would install that to your virtual environment like so::
|
||||
|
||||
|
|
|
@ -66,5 +66,5 @@ See :class:`rattail:rattail.vendors.catalogs.CatalogParser` for
|
|||
details of what attributes and methods you can implement.
|
||||
|
||||
See
|
||||
https://kallithea.rattailproject.org/rattail-project/rattail/files/master/rattail/contrib/vendors/catalogs/
|
||||
https://forgejo.wuttaproject.org/rattail/rattail/src/branch/master/rattail/contrib/vendors/catalogs
|
||||
for some example parsers.
|
||||
|
|
|
@ -138,7 +138,7 @@ rattail-fabric2
|
|||
Rattail offers some utilitiy functions for use with Fabric, in
|
||||
`rattail-fabric2`_.
|
||||
|
||||
.. _rattail-fabric2: https://kallithea.rattailproject.org/rattail-project/rattail-fabric2/
|
||||
.. _rattail-fabric2: https://forgejo.wuttaproject.org/rattail/rattail-fabric2
|
||||
|
||||
|
||||
The "machine bundle"
|
||||
|
|
Loading…
Reference in a new issue