You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by George Sanderson <ge...@xorgate.com> on 2001/10/26 00:04:37 UTC

ANNOUNCE: Apache::OpenIndex 1.03

OpenIndex provides a file manager for an Apache modperl web site from a web
browser. 
OpenIndex also provides the same functionality as autoindex, therefore it
can be used to both manage and navigate a web site.

An Apache::OpenIndex (OpenIndex-1.03.tar.gz) update was uploaded to CPAN on
25 Oct 2001.  The module can also be downloaded at:

http://www.xorgate.com/Apache/OpenIndex/

OpenIndex now supports Cascading Style Sheets and individual HTML tab
configurable attributes. For example, you can now add TAG attributes like:
<TAG attributes>
or add TAG text, like:
<TAG>  text </TAG>

Two new directives were added to support this feature:
IndexHtmlTag    tag    attributes
IndexHtmlText   tag    text

The following tags have attribute support:
<head> <style> <frameset> <noframe> <body> <table> <form> <font> 
<input> <textarea> <th> <tr> <hr> <h1> <h2> <h3> <td> <a> <p>

The following tags have text support:
<frame> <noframe> <style>

The FoldersFirst index option was also added.

Again, a demo is available at:


http://www.xorgate.com/Apache/OpenIndex/demo
Enjoy:)
+================================+
| George Sanderson <ge...@xorgate.com>
| http://www.xorgate.com
+================================+