Revert rss20 to using $ENV{PATH_INFO} in self link.
[blosxom-plugins.git] / xtaran / README
blobce2afda758d6e6dd2452ce0acc60c848de751b9b
1 These plugins are plugins written or at least extended by Axel Beckert
2 <xtaran@users.sf.net>. They're usually also available at
3 http://noone.org/blosxom/
5 Axel's blog (of course powered by blosxom) can be found at
6 http://noone.org/blog and his blog posts about and around blosxom can be
7 found at http://noone.org/blog/English/Computer/Web/Blosxom
9 Purpose and state of these plugins:
11 + pathbasedtagging: 
13   Only useful together with the tagging plugin. Adds the possibility to
14   use URL paths like blosxom.cgi/tags/whatever instead of
15   blosxom.cgi?tags=whatever to show only posts tagged with "whatever".
17   Status: Works, but bugs have been reported.
19 + xml_ping_generic: 
21   Can "ping" arbitrary services. URLs and formats have to be configured,
22   though.
24   Status: Worked. Should still work. Haven't checked for a long time. ;-)
26 + multcat:
28   Allows the use of symbolic links in categories. Useful only on unixoid
29   operating systems which support symbolic links. The tagging plugin is
30   much more straight forward and also works on Windows platforms.
32   Status: Works, but won't get further development. Succeeded by the
33   tagging plugin, but it's still there for legacy reasons. May get
34   bugfixes if necessary.
36 + tagging: 
38   Allows tagging of posts as used by Technorati and others. Is able to
39   filter by tags. Offers a tagcloud either with font-size, colour or both.
41   Status: Got a few bug reports, but seems quite popular and generally
42   working. :-)
44 + dept: 
46   Shows a "From the ... department" line as on Slashdot. Cheap language
47   recognition based on paths.
49   Status: Small, probably not that many bugs. Language recognition could
50   be more generic or more configurable.
52 + date_rf822: 
54   Offers variables with RFC822 compliant dates, e.g. for feeds.
56   Status: Wild hack. Not sure, if it's really necessary.
58 + acronyms: 
60   Automatic marking of words as <acronym>s or <abbr>eviations inside
61   postings.
63   Status: Works fine, the core has been used also in other environments
65 + comments_antispam: 
67   Forked from the comment plugin. Offers the use of an external
68   blacklist and a very cheap but though effective text based (Question +
69   Answer) static captcha.
71   Status: Has a few known bugs (traceback doesn't work anymore) and some
72   probably useless legacy code in. Needs a revamp...