aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-10-03 16:27:49 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-10-03 16:27:49 +0200
commit3dcb6e8be1c2b6048cfc908cb3a6bd324356c57e (patch)
treea98667cfd5a5ce9e818f410aa3e36cfef352bbe6
parentb445258f28708bf5c709e3db7dc2c0363b41a99f (diff)
parent50e4015c1c251cdf5a49257ab9f6a2f4ff909cc1 (diff)
Merge branch 'master' into types
-rw-r--r--.gitignore2
-rw-r--r--README.rst9
-rw-r--r--docs/.gitignore1
-rw-r--r--docs/source/index.rst14
4 files changed, 20 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 004a8d7..8534f9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
*.pyc
.coverage
+
+.*.sw?
diff --git a/README.rst b/README.rst
index 366446b..8bcc251 100644
--- a/README.rst
+++ b/README.rst
@@ -25,6 +25,10 @@ by simply writing a personalized ``settings.yaml``.
Installation
------------
+The source code for lesana can be downloaded from the git repository at
+https://git.trueelena.org/cgit.cgi/software/lesana/; releases are made
+on `pypi <https://pypi.org/project/lesana/>`_.
+
lesana expects to run on a POSIX-like system and requires the following
dependencies:
@@ -39,9 +43,6 @@ Under debian (and derivatives), the packages to install are::
apt install python3-jinja2 python3-ruamel.yaml python3-xapian python3-git
-(some of those are only available on stretch+ because earlier
-versions lacked python3 support.)
-
lesana can be run in place from the git checkout / extracted tarball; to
use ``setup.py`` you will also need setuptools (e.g. from the
``python3-setuptools`` package under debian and derivatives).
@@ -49,7 +50,7 @@ use ``setup.py`` you will also need setuptools (e.g. from the
License
-------
-Copyright (C) 2016-2019 Elena Grandi
+Copyright (C) 2016-2020 Elena Grandi
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/docs/.gitignore b/docs/.gitignore
new file mode 100644
index 0000000..378eac2
--- /dev/null
+++ b/docs/.gitignore
@@ -0,0 +1 @@
+build
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 292a0ce..fe3c821 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -3,8 +3,18 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
-Welcome to lesana's documentation!
-==================================
+.. include:: ../../README.rst
+
+Documentation
+-------------
+
+The documentation for the latest development version of lesana can be
+browsed online at https://lesana.trueelena.org; `PDF
+<https://lesana.trueelena.org/lesana.pdf>`_ and `epub
+<https://lesana.trueelena.org/lesana.epub>`_ versions are also
+available.
+
+The author can be contacted via email: webmaster AT trueelena DOT org.
.. toctree::
:maxdepth: 2