update project source links, kallithea -> forgejo

This commit is contained in:
Lance Edgar 2024-09-14 13:17:51 -05:00
parent 6a1a77cf64
commit be28325a92
5 changed files with 7 additions and 7 deletions

View file

@ -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 more info. That (rattail-fabric2) package is available on PyPI, or
can peek at the `module source`_. 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. 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 Instead of listing the contents of this file here, we will direct you
to the "official" copy which can be deployed via Fabric: 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 You will need to (globally) replace the text ``${envname}`` with
``backup`` but otherwise that can be used as-is. ``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 Again instead of listing the file contents we will direct you to the
"official" copy which can be deployed via Fabric: "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 Again you will need to (globally) replace the text ``${envname}`` with
``backup`` but you also should comment-out the line which tries to ``backup`` but you also should comment-out the line which tries to

View file

@ -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 logging section. (This is the source used to generate a new file when you run
``rattail make-config -T rattail`` command.) ``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: See the Python docs for more info, in particular these sections:

View file

@ -30,7 +30,7 @@ Installing from Source
If you need (or want) to install from source, then of course the first step is 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:: 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:: Then you would install that to your virtual environment like so::

View file

@ -66,5 +66,5 @@ See :class:`rattail:rattail.vendors.catalogs.CatalogParser` for
details of what attributes and methods you can implement. details of what attributes and methods you can implement.
See 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. for some example parsers.

View file

@ -138,7 +138,7 @@ rattail-fabric2
Rattail offers some utilitiy functions for use with Fabric, in Rattail offers some utilitiy functions for use with Fabric, in
`rattail-fabric2`_. `rattail-fabric2`_.
.. _rattail-fabric2: https://kallithea.rattailproject.org/rattail-project/rattail-fabric2/ .. _rattail-fabric2: https://forgejo.wuttaproject.org/rattail/rattail-fabric2
The "machine bundle" The "machine bundle"