Commit Graph

14 Commits

Author SHA1 Message Date
Alex Schroeder
b20625ba44 smarttitles.pl allow intermap links in suburl
maybe this feature should have been called "sublink"...
2014-08-24 06:33:50 +03:00
Alex Schroeder
871d0b8e48 smarttitles.pl: added #SUBURL
SUBURL is another optional feature that allows you to specify some arbitrary link to be displayed in the subtitle.
This might be handy to wikis where some pages are associated with particular URLs
2014-08-23 09:04:12 +03:00
Alex Schroeder
7e884e2498 smarttitles.pl: do not match in the middle of the string 2014-08-23 06:27:15 +03:00
Alex Schroeder
47a85a1e52 smarttitles.pl: fixed XSS, fixed wrong behaviour when #TITLE was not specified but #SUBTITLE was, fixed wrong behaviour when title or subtitle was specified in the end of the page, some refactoring 2014-08-22 22:01:50 +03:00
Alex Schroeder
e6d3ad8382 Fixed typo in AddModuleDescription sub name 2014-08-21 22:23:23 +02:00
Alex Schroeder
17bd795ef0 Automatically reformatted modules 2014-08-21 07:29:46 +03:00
Alex Schroeder
c9e39a4c19 getting rid of $Id$ tags in $WikiDescription
Replaced the $Id$ tags in $WikiDescription for all the modules and wiki.pl itself with a link to the source and an appropriate wiki page, if possible. This is shown in action=version and should help users figure out what another wiki has installed.
2012-04-19 02:18:45 +02:00
Alex Schroeder
3b7e14031d Improved perldoc-style documentation. 2008-09-22 10:59:15 +00:00
Alex Schroeder
8ae87645ab modules/smarttitles.pl: Refactored. This is a flashy rewrite; it improves integration with creole.pl, poetry.pl, et al., HTML configurability, CSS styleability, and perldoc-style documentation. 2008-09-22 10:08:23 +00:00
Alex Schroeder
91d80fb14f Added #SUBTITLE support to smarttitles, made backlinks generation a little
more script and human friendly.
2006-10-01 04:26:11 +00:00
Alex Schroeder
e8e9df12db fixed bug in smarttitles where freelinks were not being detected correctly
due to an incorrect use of the $name and $id variables.
2006-09-22 04:36:00 +00:00
Alex Schroeder
1307a5b5ee more regexp tweaks (sigh) 2006-09-18 17:31:36 +00:00
Alex Schroeder
7611cdf621 minor fix for search regexp, added return $header unless $id; before OpenPage($id); 2006-09-18 16:07:39 +00:00
Alex Schroeder
98fa49c12f initial smarttitles.pl submission. It may need a little more work, but it
seems to work fine.
2006-09-18 15:54:13 +00:00