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 This is a Mojolicious web site app for looking through the catalog
provided by Project Gutenberg <https://www.gutenberg.org/>. It uses 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 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 really the relationship between "book" and "author" is many-to-many
between "book" and "contributor". For simplicity, this site ignores between "book" and "contributor". For simplicity, this site ignores
the distinction and pretends that a book has exactly one author. Books the distinction and pretends that a book has exactly one author. Books
with "excessive" numbers of contributors (more than 64 bytes' worth) with "excessive" numbers of contributors (more than 128 characters'
are excluded from this site. A future version might aim to represent worth) are excluded from this site. A future version might aim to
the book-contributor relationship more faithfully. represent the book-contributor relationship more faithfully.
</p> </p>
<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. links to its page on PG's site.
</p> </p>
<h2>Logs, cookies and tracking</h2>
<p> <p>
We keep the usual kind of web site logs that include your ip 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 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 cookie so that you can change the number of records per page. We
don't use javascript, analytics, tracking, CDNs or other third-party don't use javascript, tracking, CDNs or any third-party web
web services. services.
</p> </p>
<h2 id="search-help">Searching</h2> <h2 id="search-help">Searching</h2>
@ -66,7 +68,14 @@ or "Name like" on the authors page). Other non-authors are
"Anonymous" and "Unknown". "Anonymous" and "Unknown".
</p> </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'}) { % if (config->{'email-address'}) {
<h2>Contact</h2>
<p> <p>
Comments and questions are welcome at Comments and questions are welcome at
<a href="mailto:<%= config->{'email-address'} %>"><%= config->{'email-name'} %></a>. <a href="mailto:<%= config->{'email-address'} %>"><%= config->{'email-name'} %></a>.