projects
/
matthijs
/
upstream
/
blosxom.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add Setup script for test script symlinks, and README; remove test scripts.
[matthijs/upstream/blosxom.git]
/
t
/
plugin_dir
/
plugins
/
dump_plugins
1
package dump_plugins;
2
use vars qw($list);
3
sub start { 1 };
4
sub head { $list = sprintf "<pre>\n%s\n</pre>\n", join("\n", @blosxom::plugins); }
5
1;