--- Sudev Barar <[EMAIL PROTECTED]> wrote: > I am writing some intranet pages under ~/public_html > directory. As I > keep adding more and more pages under this directory > I want to create > a index.html page here that will constantly update > itself whenever a > new page is added and provide a link to that page. > > Suggestions? I continue to google for this.
Two options 1) Write a index.html which gathers list of files using javascript (use body.onload event) and display the list. 2) if you have php enabled on your webserver then use http://autoindex.sourceforge.net/ rest of the solutoins are pretty bulky IMHO. regards VK > > -- > Regards, > Sudev Barar > > _______________________________________________ > ilugd mailinglist -- [email protected] > http://frodo.hserus.net/mailman/listinfo/ilugd > Archives at: > http://news.gmane.org/gmane.user-groups.linux.delhi > http://www.mail-archive.com/[email protected]/ > Engineers normally have problem with every solution. If not they have a solution in search of a problem. Disclaimer The facts expressed here belong to everybody, the opinions to me. The distinction is yours to draw... ____________________________________________________________________________________ Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. http://farechase.yahoo.com/ _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
