Commit graph

13 commits

Author SHA1 Message Date
59a199c69d Don't put broken links in HTML info pages
Pass the valid info page names to emp2html.pl, and convert only valid
references to links there.
2013-05-12 18:53:02 +02:00
7a730be185 Tighten up emp2html's info reference recognition
Combine the two loops looking for \*QNAME\*U and "info NAME" into one.
Recognize "info NAME" only with the closing '"' to be present.

No change with current info sources.
2013-05-12 18:52:58 +02:00
955bdeb223 Fold subj2html.pl into emp2html.pl 2013-05-11 16:04:11 +02:00
333f106137 Implement request ig, except for argument. 2004-03-22 10:34:49 +00:00
966d3e7820 \" comments weren't recognized in column 0. 2004-02-28 17:32:30 +00:00
a09d36121f Fix generated HTML: proper !DOCTYPE, head, body, p.
Fix request parsing, so empty requests are properly ignored.
2004-02-15 19:21:52 +00:00
72cc68b837 Stricter tests for requests.
Request s3 doesn't exist, remove translation.
2004-02-15 17:29:21 +00:00
cb5c45dcd2 Fix indentation; $ in the middle of regexps confuses Emacs, so use \Z
instead.  No functional changes.
2004-02-15 16:22:02 +00:00
eca121f709 Parse requests properly. Simpler, more correct and more robust.
Fix translation of escapes.  Still a hack.

Fix Empire client prompt in translation of EX and SY.
2004-02-15 16:14:46 +00:00
b285fbf9ac .SA starts a paragraph. 2004-02-06 21:30:08 +00:00
f71b9a6de2 Fix off-by-one in arguments of substr() that ate first letter of .SY,
.EX and .L text.
2004-02-06 19:31:41 +00:00
759d3185ad Use strict & warnings. Fix several minor bugs uncovered by it.
Semantics of assigning to $[ changed in Perl 5, and its use is `highly
discouraged'.  Programs obviously assumed $[ affects all arrays, but
it doesn't in Perl 5.  If these programs ever worked, then certainly
not with Perl 5.  Remove the assignments and shift indexes
accordingly.
2004-01-28 21:21:48 +00:00
d8b7fdfae1 Import of Empire 4.2.12 2003-08-23 12:23:04 +00:00