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

Title: Contribs Modindexer Testet Successfull on sme 7.0. Final
Post 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]
Title: Contribs Modindexer Testet Successfull on sme 7.0. Final
Post by: william_syd on June 29, 2006, 02:48:33 AM
Here is a similar indexer..

http://autoindex.sourceforge.net/

I have not installed this one yet.
Title: Contribs Modindexer Testet Successfull on sme 7.0. Final
Post by: Janm on June 29, 2006, 03:32:13 AM
Hej
Looks very nice to just loked at a demo site

 :lol:
Title: Contribs Modindexer Testet Successfull on sme 7.0. Final
Post by: byte on June 29, 2006, 11:01:42 AM
Quote from: "william_syd"

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
Title: Re: Contribs Modindexer Testet Successfull on sme 7.0 final
Post by: Janm on July 03, 2006, 08:00:47 AM
Quote from: "Janm"
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-)
Title: Contribs Modindexer Testet Successfull on sme 7.0. Final
Post by: piran on October 25, 2006, 05:08:42 PM
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...
Code: [Select]
#text_title     Hello World!
#browser_title  HELLO WORLD
#sort_file_by_date      1
#show_hidden 0


Code: [Select]
pico /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/Apache/ModIndex.pm

...and still nothing;~/
What's the magic?
Title: Contribs Modindexer Testet Successfull on sme 7.0. Final
Post by: piran on October 25, 2006, 05:21:35 PM
The magic was...
Code: [Select]
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)