SF.net SVN: docutils:[10082 ] trunk/sandbox/manpage-wr iter/ref-breakpoints.py
grubert--- via Docutils-checkins <[email protected]> Sat, 12 Apr 2025 17:36:01 +0000
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 10082
http://sourceforge.net/p/docutils/code/10082
Author: grubert
Date: 2025-04-12 17:36:01 +0000 (Sat, 12 Apr 2025)
Log Message:
-----------
add long references
Modified Paths:
--------------
trunk/sandbox/manpage-writer/ref-breakpoints.py
Modified: trunk/sandbox/manpage-writer/ref-breakpoints.py
===================================================================
--- trunk/sandbox/manpage-writer/ref-breakpoints.py 2025-04-12 17:27:51 UTC (rev 10081)
+++ trunk/sandbox/manpage-writer/ref-breakpoints.py 2025-04-12 17:36:01 UTC (rev 10082)
@@ -46,6 +46,10 @@
("http://abc.de/fg/?q=abc", r"http://\:abc.de/\:fg/?\:q=abc"),
("http://abc.de/fg/?q=abc&me#", r"http://\:abc.de/\:fg/?\:q=abc&\:me#"),
("[email protected]", r"me@\:home.here"),
+ ("https://docutils.sourceforge.io/docs/ref/rst/directives.html",
+ r"https://\:docutils.sourceforge.io/\:docs/\:ref/\:rst/\:directives.html"),
+ ("[email protected]",
+ r"docutils-develop@\:lists.sourceforge.net"),
)
# after a slash series of
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.