Koozali.org: home of the SME Server

Contribs Modindexer Testet Successfull on sme 7.0. Final

Janm

Contribs Modindexer Testet Successfull on sme 7.0. Final
« 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]

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Contribs Modindexer Testet Successfull on sme 7.0. Final
« Reply #1 on: June 29, 2006, 02:48:33 AM »
Here is a similar indexer..

http://autoindex.sourceforge.net/

I have not installed this one yet.
Regards,
William

IF I give advise.. It's only if it was me....

Janm

Contribs Modindexer Testet Successfull on sme 7.0. Final
« Reply #2 on: June 29, 2006, 03:32:13 AM »
Hej
Looks very nice to just loked at a demo site

 :lol:

Offline byte

  • *
  • 2,183
  • +2/-0
Contribs Modindexer Testet Successfull on sme 7.0. Final
« Reply #3 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
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Janm

Re: Contribs Modindexer Testet Successfull on sme 7.0 final
« Reply #4 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-)

Offline piran

  • *****
  • 502
  • +0/-0
Contribs Modindexer Testet Successfull on sme 7.0. Final
« Reply #5 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?

Offline piran

  • *****
  • 502
  • +0/-0
Contribs Modindexer Testet Successfull on sme 7.0. Final
« Reply #6 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)