A MediaWiki directory lister extension

I wrote this simple Mediawiki extension that lists the directories contained in a hardwired directory: its output is like the following XHTML list:

<ul>
<li>http://www.foo.org/aaa/</li>
<li>http://www.foo.org/aab/</li>
<li>...</li>
<li>http://www.foo.org/zzz/</li>
</ul>

The directories are returned in the order in which they are stored by the filesystem. Change the values of $dir and $url_foo before using the extension.

Last update: 2008-05-20

If you enjoyed this post, make sure you subscribe to my RSS feed!

0 Responses to “A MediaWiki directory lister extension”


  1. No Comments
  1. 1 temporaneità » Blog Archive » A DokuWiki directory lister plugin

Leave a Reply