From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from <gentoo-user+bounces-66936-garchives=archives.gentoo.org@gentoo.org>) id 1ICHJ7-0000iJ-EB for garchives@archives.gentoo.org; Sat, 21 Jul 2007 15:55:49 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l6LFsaHc026108; Sat, 21 Jul 2007 15:54:36 GMT Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l6LFoJ1h021402 for <gentoo-user@lists.gentoo.org>; Sat, 21 Jul 2007 15:50:20 GMT Received: by an-out-0708.google.com with SMTP id c8so254547ana for <gentoo-user@lists.gentoo.org>; Sat, 21 Jul 2007 08:50:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Yr9iFIzGawbFaTU7GN15X1AlmYr3c/8M2AoD6ApHzmCOY81OiuxEik36jrpqtN8FbWj9PL0FYAZjR6MFMznR3+chBhdm/SSYVkw7jqKrYEV4WDf4cIDLe9ytrZe8SffhC9M1Gv5RJ2o4xxBQszaFttZdgusO2ZMsAsicdBOQQpw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=MX2iu16x4BqUIq8IphN9mINjOWMc1VZCxa649wFbK3P5mdqWhPcADaTdCjDktKoh6kyuap/T2pxM8xdwKB/shKZ8POdg4+dZvFQmVTlSXBblvOlW+TPnvBhsAFtJfMXAbbm0s3ZVyAUqTjd2Lj3Bta7uyvnQe6V6aS2UNLDnKHw= Received: by 10.100.128.8 with SMTP id a8mr787005and.1185033019680; Sat, 21 Jul 2007 08:50:19 -0700 (PDT) Received: by 10.100.37.3 with HTTP; Sat, 21 Jul 2007 08:50:19 -0700 (PDT) Message-ID: <9acccfe50707210850i2c181de5i6fe6e5715634901@mail.gmail.com> Date: Sat, 21 Jul 2007 08:50:19 -0700 From: "Kevin O'Gorman" <kogorman@gmail.com> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Index to /usr/share/doc/...html... a reinvented wheel? In-Reply-To: <200707041326.17114.mcbrides9@comcast.net> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_135977_10900047.1185033019629" References: <9acccfe50707031519w73abc638qb001cc5e9bb64d88@mail.gmail.com> <20070704102830.10f2392f@osage.osagesoftware.com> <20070704163948.GA26427@princeton.edu> <200707041326.17114.mcbrides9@comcast.net> X-Archives-Salt: 7f03d439-7639-4831-a867-235c614f12d1 X-Archives-Hash: 22d6c754de7fab59fcec686d8f585a5f ------=_Part_135977_10900047.1185033019629 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 7/4/07, Jerry McBride <mcbrides9@comcast.net> wrote: > > On Wednesday 04 July 2007 12:39:48 pm Willie Wong wrote: > > > I doubt that his script (which he mentions is to be run in cron) is > > meant to actually be placed in the cgi-bin directory for apache. > > > > It would certainly be annoying to need to have an apache server > > running just to read documentation. > > > > There are some advantages serving the index out via httpd. Anyone you > allow > can read your documents... > > I've been working on (in my very spare time) on a similar project. Mine is > in > python. It scans an entire hard drive for index.html's, chm's and pdf's... > then pours it's findings into a single index.html. > > The script is no where complete, free for the asking though wth setup > tips... Hey, thanks for this script. It's an interesting start, at least. A couple of points: 1) Your copyright notice is kind of hidden in the html <head> tag. I couldn't immediatedly identify the author when looking at the code. I don't think you can copyright the output anyway... 2) As it stands, the code is not much use to me because of the copyright. If you'd license it under your favorite Open Source license, this would be pretty handy. 3) It outputs everything in the order found, which makes it hard to browse. -- Kevin O'Gorman, PhD ------=_Part_135977_10900047.1185033019629 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 7/4/07, <b class="gmail_sendername">Jerry McBride</b> <<a href="mailto:mcbrides9@comcast.net">mcbrides9@comcast.net</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> On Wednesday 04 July 2007 12:39:48 pm Willie Wong wrote:<br><br>> I doubt that his script (which he mentions is to be run in cron) is<br>> meant to actually be placed in the cgi-bin directory for apache.<br>><br> > It would certainly be annoying to need to have an apache server<br>> running just to read documentation.<br>><br><br>There are some advantages serving the index out via httpd. Anyone you allow<br>can read your documents... <br><br>I've been working on (in my very spare time) on a similar project. Mine is in<br>python. It scans an entire hard drive for index.html's, chm's and pdf's...<br>then pours it's findings into a single index.html.<br><br>The script is no where complete, free for the asking though wth setup tips...</blockquote><div><br>Hey, thanks for this script. It's an interesting start, at least. A couple of points:<br>1) Your copyright notice is kind of hidden in the html <head> tag. I couldn't <br> immediatedly identify the author when looking at the code. I don't think<br> you can copyright the output anyway...<br><br>2) As it stands, the code is not much use to me because of the copyright. If<br> you'd license it under your favorite Open Source license, this would be pretty <br> handy.<br></div><br></div>3) It outputs everything in the order found, which makes it hard to browse.<br><br><br><br clear="all"><br>-- <br>Kevin O'Gorman, PhD<br> ------=_Part_135977_10900047.1185033019629-- -- gentoo-user@gentoo.org mailing list