Another update for about.

This commit is contained in:
barnold 2022-10-13 09:09:41 +01:00
parent 92ddca2c0d
commit 12b8f797c5
2 changed files with 16 additions and 6 deletions

3
README
View File

@ -2,7 +2,8 @@ ABOUT
This is a Mojolicious web site app for looking through the catalog
provided by Project Gutenberg <https://www.gutenberg.org/>. It uses
the database provided by <https://tildegit.org/barnold/pgc-db>.
the database and perl modules provided by
<https://tildegit.org/barnold/pgc-db>.
COPYING

View File

@ -22,9 +22,9 @@ more <em>contributors</em> - authors, editors, illustrators etc. So
really the relationship between "book" and "author" is many-to-many
between "book" and "contributor". For simplicity, this site ignores
the distinction and pretends that a book has exactly one author. Books
with "excessive" numbers of contributors (more than 64 bytes' worth)
are excluded from this site. A future version might aim to represent
the book-contributor relationship more faithfully.
with "excessive" numbers of contributors (more than 128 characters'
worth) are excluded from this site. A future version might aim to
represent the book-contributor relationship more faithfully.
</p>
<p>
@ -35,12 +35,14 @@ distinct editions or versions. Each book title shown on this site
links to its page on PG's site.
</p>
<h2>Logs, cookies and tracking</h2>
<p>
We keep the usual kind of web site logs that include your ip
address, user agent and the page you requested. We use a session
cookie so that you can change the number of records per page. We
don't use javascript, analytics, tracking, CDNs or other third-party
web services.
don't use javascript, tracking, CDNs or any third-party web
services.
</p>
<h2 id="search-help">Searching</h2>
@ -66,7 +68,14 @@ or "Name like" on the authors page). Other non-authors are
"Anonymous" and "Unknown".
</p>
<h2>Software</h2>
This site is an instance of
<a href="https://tildegit.org/barnold/pgc-www">pgc-www</a>.
% if (config->{'email-address'}) {
<h2>Contact</h2>
<p>
Comments and questions are welcome at
<a href="mailto:<%= config->{'email-address'} %>"><%= config->{'email-name'} %></a>.