Commit Graph

2124 Commits

Author SHA1 Message Date
Todd Neal
0846d4ebc5 Initial commit, needs some cleaning up adding header and such
* Seperates words at case change "camelCase" => "camel"  "Case"
* Seperates words at "_"  my_Page => "my" "Page"
* Stems each subword
2004-10-07 21:06:09 +00:00
Alex Schroeder
4c44a2ea6a (StaticFileName): Fix encoding issue. When called from
StaticScriptLink, the $id is already UrlEncoded, so we have to
decode it again to get the filename.
(StaticUrlDecode): New.
2004-10-07 01:05:45 +00:00
Alex Schroeder
434f152809 Rewrite to correctly extract and link
uploaded files.
2004-10-07 00:22:38 +00:00
Todd Neal
24622eb432 * Equation labeling with \[(mylabel) some equation \] and then local reference
with EQ(mylabel)

* Equation counter and css to format it's display
2004-10-04 21:27:14 +00:00
Alex Schroeder
13c1bb4ef4 Renamed UsemodTableAttributes to TableAttributes 2004-10-04 21:13:18 +00:00
Alex Schroeder
1850a07ab1 new 2004-10-04 21:10:56 +00:00
Alex Schroeder
3e27ad5448 *** empty log message *** 2004-10-04 21:00:42 +00:00
Alex Schroeder
3fbe24f0db (UpdatePageTrail): Eliminate duplicates. 2004-10-04 20:41:01 +00:00
Todd Neal
9f11b5fbdb Added option to allow ImageMagick convert instead of dvipng .
Should work on most servers now with no configuration changes
2004-10-04 15:25:12 +00:00
Todd Neal
081aa602fe Added $allowPlainLaTeX option to allow $[ and ]$ to delimit plain LaTeX commands.
Disabled by default because of possible security risk
2004-10-04 04:15:18 +00:00
Todd Neal
edb251afe4 Added $useMD5 option to allow user to use MD5 hashes instead, it automatically falls back to urlencode if $useMD5 is set but the Digest::MD5 module is not available 2004-10-04 03:58:22 +00:00
Todd Neal
33c891e2a8 Specify path to dvipng, prevents a possible security hole and allows for better error checking 2004-10-04 02:58:29 +00:00
Todd Neal
32a147b649 Fixed comments about dvipng and modified HTML output to validate correctly. 2004-10-03 19:56:01 +00:00
Sebastian Blatt
30df9d594e Fixed configuration and added example. 2004-10-02 08:40:00 +00:00
Alex Schroeder
3d9c7c804b (LatexRule): Don't require newlines when using
the $$ and $ rules.
2004-09-29 21:50:32 +00:00
Sebastian Blatt
d7f827b59d dynlogo.pl: Added. Enables date dependent wiki logo.
show-comments.pl: Added. Include comment pages in journal collections.
2004-09-27 23:01:28 +00:00
Alex Schroeder
a5bf57089d (MarkupRule): Remove stray call to warn. 2004-09-27 21:38:52 +00:00
Alex Schroeder
792fc44329 (%MarkupLines): New option.
(%MarkupSingles): Unquote HTML.
(NewMarkupInitVariables): Use %MarkupLines.
(MarkupTag): New, factored out of MarkupRule.
(MarkupRule): Use MarkupTag and support %MarkupLines.
2004-09-27 21:38:08 +00:00
Alex Schroeder
f81fd4a098 copied from thelackthereof 2004-09-26 10:59:48 +00:00
Alex Schroeder
ca2673a819 *** empty log message *** 2004-09-25 18:00:37 +00:00
Alex Schroeder
00f520c98e (AdminPowerRename): Use FreeToNormal and
ValidOrDie to make sure no invalid filename can be used.
2004-09-20 23:49:02 +00:00
Alex Schroeder
a894415f4e *** empty log message *** 2004-09-19 02:20:49 +00:00
Alex Schroeder
ae5250fe3e new 2004-09-19 01:14:59 +00:00
Alex Schroeder
c4b3455ae8 (ImageSupportRule): Support full urls for the
image.
2004-09-15 22:55:53 +00:00
Alex Schroeder
ed23f90c4e (Cal): Highlight current day in the yearly
calendar as well.  No longer accept $mday as a parameter.
(PrintYearCalendar): No longer pass $mday parameter.
2004-09-08 23:37:47 +00:00
Alex Schroeder
156a898176 nouveau 2004-09-08 20:00:29 +00:00
Alex Schroeder
df057088ce (ImageSupportRule): Local images don't get the
"local" class, because they already have the "image" class, and
the default rule in wiki.pl doesn't add the local class, either.
They are always local.  We just add the "outside" class when an
external URL was given.
2004-09-05 19:40:20 +00:00
Alex Schroeder
e085e2808d (ImageSupportRule): Changed regular expression
a bit.
2004-09-05 19:23:24 +00:00
Alex Schroeder
ac84d70e02 (UsemodRule): Better matching of indented pre. 2004-09-05 18:44:09 +00:00
Alex Schroeder
8bd51134bd new 2004-09-04 09:43:19 +00:00
Alex Schroeder
df7bc8f7bd (Cal): Translate weekdays. 2004-09-04 09:41:00 +00:00
Alex Schroeder
1554e9449c $DefaultStyleSheet modified. 2004-09-04 09:28:35 +00:00
Alex Schroeder
e4ae637afe Add to $DefaultStyleSheet.
(Cal): Translate month names.
2004-09-04 09:16:50 +00:00
Alex Schroeder
f3ccefd104 (%MarkupPairs): No longer use the u element.
Use em with a style attribute instead.
(MarkupRule): Handle arrays in %MarkupPairs.
2004-09-02 20:34:52 +00:00
Alex Schroeder
7a9e65ede3 (SeTextRule): No longer use the u element.
Use em with a style attribute instead.
2004-09-02 20:31:58 +00:00
Alex Schroeder
5e812942cc (UsemodTableAttributes): New.
(UsemodRule): Use it.
2004-08-31 23:24:59 +00:00
Alex Schroeder
46ea89e6a3 (DoStatic): Use static.css. 2004-08-31 15:10:19 +00:00
Alex Schroeder
9a61cbb34c (DoStatic): Produce valid XHTML. 2004-08-31 15:05:04 +00:00
Alex Schroeder
c561b5490c ($TemplatePattern): New option.
(TemplateList): Translate _ to space when printing links.
2004-08-22 16:35:34 +00:00
Alex Schroeder
8c6d896335 new 2004-08-22 16:10:22 +00:00
Alex Schroeder
1a7bba7ac5 license 2004-08-18 16:51:02 +00:00
Alex Schroeder
e238f91362 new 2004-08-18 16:43:25 +00:00
Alex Schroeder
66719e4226 Rewrite to make it customizable. 2004-08-18 13:01:48 +00:00
Alex Schroeder
42196becd9 (AnchorsRule): Allow free link pattern for
anchor names.
2004-08-17 15:00:42 +00:00
Alex Schroeder
f7231774a7 new 2004-08-17 14:03:09 +00:00
Alex Schroeder
2dd4c19d85 (GetRcAtom): Only print content when full=1. 2004-08-16 01:50:12 +00:00
Alex Schroeder
abb752f48f (GetRcAtom): Take $RssExclude into account, UrlEncode pagenames. 2004-08-16 01:46:39 +00:00
Alex Schroeder
e8905c80fc (AtomTime): Fix format.
(AtomTag): Add escaped parameter.
(GetRcAtom): Fix person entities, don't call AtomPage anymore.
(AtomPage): Deleted.
2004-08-16 01:24:38 +00:00
Alex Schroeder
7153506387 (NewFootnotePrintFooter): Use a <p> for
each footnote item, instead of separating them via <br>.
2004-08-16 01:03:22 +00:00
Alex Schroeder
acc1fc3e09 (UsemodRule): XHTML conformance, use
InElement.
2004-08-13 02:32:14 +00:00