Jean-Paul Calderone 8645462f4e Base64 encode the swissnum
Typically swissnums themselves are base32 encoded but there's no requirement
that this is the case.  Base64 encoding in the header ensures we can represent
whatever the value was.
2023-03-21 10:39:58 -04:00
..
2021-05-27 14:51:30 +02:00
2022-01-07 13:29:45 -07:00
2023-03-21 10:39:58 -04:00
2021-07-16 12:14:45 +05:30
2020-12-09 10:50:03 -05:00
2020-02-10 16:53:35 -05:00
2016-03-30 01:26:47 -07:00
2022-09-28 09:35:17 -06:00
2021-03-25 17:56:59 +01:00
2022-06-06 11:15:51 -04:00
2019-06-22 23:39:21 -06:00
2021-01-06 13:39:52 -05:00
2021-01-06 13:39:52 -05:00
2023-02-27 17:33:53 -07:00
2022-02-15 14:33:00 -05:00
2022-09-28 09:34:54 -06:00

If you are reading Tahoe-LAFS documentation
-------------------------------------------

If you are reading Tahoe-LAFS documentation at a code hosting site or
from a checked-out source tree, the preferred place to view the docs
is http://tahoe-lafs.readthedocs.io/en/latest/. Code-hosting sites do
not render cross-document links or images correctly.


If you are writing Tahoe-LAFS documentation
-------------------------------------------

To edit Tahoe-LAFS docs, you will need a checked-out source tree. You
can edit the `.rst` files in this directory using a text editor, and
then generate HTML output using Sphinx, a program that can produce its
output in HTML and other formats.

Files with `.rst` extension use reStructuredText markup format, which
is the format Sphinx natively handles. To learn more about Sphinx, and
for a friendly primer on reStructuredText, please see Sphinx project's
documentation, available at:

https://www.sphinx-doc.org/

If you have `tox` installed, you can run `tox -e docs` and then open
the resulting docs/_build/html/index.html in your web browser.

Note that Sphinx can also process Python docstrings to generate API
documentation. Tahoe-LAFS currently does not use Sphinx for this
purpose.