Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: Janm on June 29, 2006, 12:42:11 AM
-
Sme-server-modindex On 7.0 Final from schirrms.net OK
Modindex is a neat module that permits a great listing of any web directory. This module starts automagically when a web browser asks for a directory without any index.{php|htm|html|shtml|cgi} page. with an otpional 'descriptions.txt' file in the same directory, it's possible to add a description for each file, but also to alter the 'look&feel' of the page. ?ModIndex is a work from Greg Zartman The original page, I only did a (poor) SME 7 port. Installation :
cd /tmp
wget http://www.schirrms.net/files/smeserver-modindex-0.0.6-01.noarch.rpm
yum localinstall smeserver-modindex-0.0.6-01.noarch.rpm
Thanks Schirrms
Jan :hammer:
[/b]
-
Here is a similar indexer..
http://autoindex.sourceforge.net/
I have not installed this one yet.
-
Hej
Looks very nice to just loked at a demo site
:lol:
-
http://autoindex.sourceforge.net/
I installed this one althought not on SME and it does work great. One thing to remeber though is version 2 of the indexer requires php5 which is not complied with SME
-
Sme-server-modindex On 7.0 Final from schirrms.net OK
Modindex is a neat module that permits a great listing of any web directory. This module starts automagically when a web browser asks for a directory without any index.{php|htm|html|shtml|cgi} page. with an otpional 'descriptions.txt' file in the same directory, it's possible to add a description for each file, but also to alter the 'look&feel' of the page. ?ModIndex is a work from Greg Zartman The original page, I only did a (poor) SME 7 port. Installation :
cd /tmp
wget http://www.schirrms.net/files/smeserver-modindex-0.0.6-01.noarch.rpm
yum localinstall smeserver-modindex-0.0.6-01.noarch.rpm
Thanks Schirrms
Jan :hammer:
[/b]
Ready for 7.0 to 8-)
-
Have ModIndex running, would like to customise it (SME7). Followed the HOWTO:
http://mirror.contribs.org/smeserver/contribs/gzartman/Beta/ModIndex/indexer-howto-beta.htm
Put actual 'repository' directories around in the ibays and /opt/ModIndex/.
Seeded them and other plain directories with descriptions.txt files with
various content combinations of...
#text_title Hello World!
#browser_title HELLO WORLD
#sort_file_by_date 1
#show_hidden 0
pico /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/Apache/ModIndex.pm
...and still nothing;~/
What's the magic?
-
The magic was...
pico /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/Apache/ModIndex.pm
/etc/rc7.d/S86httpd-e-smith restart
...;~) (ho hum)