This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new 1ccf217 add some more text
new 80f74ce Merge branch 'master' of
github.com:apache/incubator-ponymail-foal
1ccf217 is described below
commit 1ccf21744f6f425046015e829cbdb0644e0e2e8b
Author: Daniel Gruno <[email protected]>
AuthorDate: Tue Jan 25 00:36:49 2022 +0100
add some more text
---
server/endpoints/plain.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/server/endpoints/plain.py b/server/endpoints/plain.py
index 14d2f9b..88c1fd0 100644
--- a/server/endpoints/plain.py
+++ b/server/endpoints/plain.py
@@ -16,6 +16,10 @@
# limitations under the License.
"""Plain text endpoint for enabling some search engines to index mail
archives"""
+"""This feature shows all publicly available lists and threads as plain HTML,
+ which may be needed for some search engines to index the lists. It has a
+ canonical link to the standard corresponding URLs, which should make
+ the indexed data available under the right URLs when searching."""
import plugins.server
import plugins.session