From owner-freebsd-questions@FreeBSD.ORG Wed Feb 10 22:45:24 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA78910656CD for ; Wed, 10 Feb 2010 22:45:24 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 82F8D8FC25 for ; Wed, 10 Feb 2010 22:45:24 +0000 (UTC) Received: from ncsd.bris.ac.uk ([137.222.10.59] helo=ncs.bris.ac.uk) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1NfLJC-00001Z-95; Wed, 10 Feb 2010 22:45:22 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1NfLJB-0007T8-Jf; Wed, 10 Feb 2010 22:45:21 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id o1AMjL1v060438; Wed, 10 Feb 2010 22:45:21 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id o1AMjJU6060437; Wed, 10 Feb 2010 22:45:19 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Wed, 10 Feb 2010 22:45:19 +0000 From: Anton Shterenlikht To: Nathan Vidican Message-ID: <20100210224519.GP58179@mech-cluster241.men.bris.ac.uk> References: <20100210150330.GC58179@mech-cluster241.men.bris.ac.uk> <20100210100536.150614a1.wmoran@potentialtech.com> <20100210151102.GD58179@mech-cluster241.men.bris.ac.uk> <201002101235.17641.dmw@coder.cl> <20100210163756.GJ58179@mech-cluster241.men.bris.ac.uk> <795fc2b81002100859s2bba2d61nec5c85524dc248bc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <795fc2b81002100859s2bba2d61nec5c85524dc248bc@mail.gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Daniel Molina Wegener , Anton Shterenlikht , freebsd-questions@freebsd.org, Bill Moran Subject: Re: creating htmls from a directory tree? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2010 22:45:24 -0000 On Wed, Feb 10, 2010 at 11:59:32AM -0500, Nathan Vidican wrote: > Could do something simple with a Perl script as such: > > #!/usr/bin/perl > > use strict; > my @filenames = `ls`; > > print "Content-type: text/html\n\n"; > > print "See the list below, click an item to open it:
\n\n"; > foreach my $F (@files) { > print "
  • $F
  • \n"; > } > print "
    \n"; > > # EOF > > You could, of course, get much fancier as it goes - but that's the quick and > dirty of doing it with a simple cgi script anyways. many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423