Commit Graph

29 Commits

Author SHA1 Message Date
Alex Schroeder
97b2ee5eb5 (UsemodRule): Changed an if into an elsif. 2006-09-12 16:39:35 +00:00
Alex Schroeder
1d34ea5224 Commend explaining a further dependency on portrait support. 2006-03-18 19:51:09 +00:00
Alex Schroeder
5570faace3 (UsemodRule, WikiHeading): Prevent H1. 2005-12-28 01:28:04 +00:00
Alex Schroeder
f65ad9e5d9 (UsemodRule): Allow attributes in HTML tags as
proposed by Peter Gervai.
2005-11-06 23:51:33 +00:00
Alex Schroeder
f56f4c41d1 Removed $DefaultStyleSheet. 2005-10-09 11:57:52 +00:00
Alex Schroeder
eb9c22dab8 (UsemodRule): Revers order of match and
InElement check as suggested by Markus Lude.  Without this patch,
single equal signs are eaten when $UseModMarkupInTitles is true.
2005-09-04 02:18:14 +00:00
Alex Schroeder
a20def2dc7 (ISBN): Small fix declaring $len. 2005-08-22 19:36:54 +00:00
Alex Schroeder
dcbc84dc75 (ISBN): Changed B&N ISBN search URL. 2005-07-22 13:45:03 +00:00
Alex Schroeder
5a01e9b432 (ISBN): ISBN numbers can be 10-14 digits, in
preparation of 2007-01-01 and beyond.
http://www.isbn-international.org/en/download/implementation-guidelines-04.pdf
2005-07-15 07:00:43 +00:00
Alex Schroeder
3c968bd27e Updated copyright years. 2005-01-06 11:35:04 +00:00
Alex Schroeder
92da846483 *** empty log message *** 2005-01-04 09:57:56 +00:00
Alex Schroeder
34c7a98afa Use @MyInitVariables. 2005-01-04 09:14:02 +00:00
Alex Schroeder
8f2152e96e (UsemodRule): Used /o for one of the rules.
Fixed a bug that added paragraphs in titles if
$UseModMarkupInTitles was set.
2004-12-05 21:37:10 +00:00
Alex Schroeder
3a72fa1050 (UsemodRule): AddHtmlEnvironment('p') 2004-12-05 04:04:41 +00:00
Alex Schroeder
6fc9930438 (UsemodRule): Fix hr handling. 2004-12-03 08:48:41 +00:00
Alex Schroeder
60799a114c (UsemodRule): Reset $PortraitSupportColor
after headers and hr.
2004-12-03 08:45:36 +00:00
Alex Schroeder
8ef12c6dae ($MyColorDiv): Renamed to $PortraitSupportColorDiv. 2004-11-27 21:25:07 +00:00
Alex Schroeder
6cafb5e7b6 (UsemodRule): Added PortraitSupportColorDiv support. 2004-11-27 21:23:33 +00:00
Alex Schroeder
84da613693 ($UseModMarkupInTitles): New option.
(UsemodRule): Use it.
2004-10-16 23:51:41 +00:00
Alex Schroeder
2f62c1169e ($UseModSpaceRequired, UsemodRule): Added a
copy of the unnumbered list rule and a new option.  If this option
is set to 0, the space after *, #, :, and ; is also no longer
required.
2004-10-15 22:52:02 +00:00
Alex Schroeder
d2c7e7ce5c Add DefaultCSS for tables. 2004-10-13 19:52:08 +00:00
Alex Schroeder
f09803f10e (UsemodRule): Better matching of indented pre. 2004-09-05 18:44:09 +00:00
Alex Schroeder
1292ced4a2 (UsemodTableAttributes): New.
(UsemodRule): Use it.
2004-08-31 23:24:59 +00:00
Alex Schroeder
3b9766741f (UsemodRule): XHTML conformance, use
InElement.
2004-08-13 02:32:14 +00:00
Alex Schroeder
2f447ccfca Comment only. 2004-08-07 00:44:40 +00:00
Alex Schroeder
47701007bf Set %RuleOrder. 2004-07-14 14:57:15 +00:00
Alex Schroeder
69b848c08d (UsemodRule): New regexp for the whitespace
prefix rule.
2004-07-06 00:53:25 +00:00
Alex Schroeder
92962c9a13 (NewUsemodInitVariables): Bugfix -- call
OldUsemodInitVariables().
2004-07-04 23:11:24 +00:00
Alex Schroeder
5f60b60aca Moved many rules from ApplyRules in wiki.pl to modules/usemod.pl.
(RFC, ISBN, WikiHeading): Moved to modules/usemod.pl.
(PrintSearchResult): No longer strip common HTML tags (since those
are now defined in modules/usemod.pl).
(ApplyRules): Moved many rules to modules/usemod.pl.
(InitLinkPatterns): No longer set $RFCPattern and $ISBNPattern.
(InitVariables): No longer set @HtmlTags
($RFCPattern, $ISBNPattern, @HtmlTags, $HtmlTags, $HtmlLinks)
($RawHtml): Moved to modules/usemod.pl.
2004-06-29 00:37:06 +00:00