From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?q?S=E9bastien_Kirche?= Newsgroups: gmane.emacs.help Subject: Re: generate some html from directory content Date: Fri, 21 Jan 2005 17:19:34 +0100 Organization: Aucune. Message-ID: References: Reply-To: =?iso-8859-1?q?S=E9bastien_Kirche?= NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1106324577 2224 80.91.229.6 (21 Jan 2005 16:22:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Jan 2005 16:22:57 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 21 17:22:50 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cs1Yg-0007jj-00 for ; Fri, 21 Jan 2005 17:22:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cs1kk-0007W5-FF for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Jan 2005 11:35:18 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.icl.net!newsfeed.fjserv.net!oleane.net!oleane!freenix!news.cuq.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: 195.25.216.129 Original-X-Trace: yeuse.cuq.org 1106324474 20335 195.25.216.129 (21 Jan 2005 16:21:14 GMT) Original-X-Complaints-To: abuse@cuq.org Original-NNTP-Posting-Date: Fri, 21 Jan 2005 16:21:14 +0000 (UTC) X-Face: ; T}O6aj2o*d:|9po%NCuYvExN3]<#cHr0"FaWCh[}WVn6&@L)YWO'&6AO5Ex:MX=H; .^e}o Td*OaFQEBc_xu%+ChwRl!KK`I'["$^aO1gIN{4OyBdO@1HHD5YO#[kiVCk|/-|mmYnU8yTp+eOv."d 1.G3; ro0Q/`,UY+vY/#5b/{OYxE+X\)tc~p~1vbmZ!o4sciW+e8MW|Pz|nl`l*}]8[#1zQO"]d2*{d wrTKu]5t*Gy_pm3e8o=:(c_ju'zlQ<[oJ|\XjgQQmWZC7S]-Fmp\eBHnBO']/te~/; \@l" D#:h)8Q Cancel-Lock: sha1:kbZPT9DXHpU1cC3a0uMLbwDD5vU= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) Original-Xref: shelby.stanford.edu gnu.emacs.help:128033 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:23525 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23525 Le 21 Jan 2005, Drew Adams a formulé : > My library `mkhtml.el' (Make HTML) does just that. It uses Hrvoje Niksic's > `htmlize.el', which creates HTML files from fontified buffers. Thank you for your suggestion, it sounds interesting. I will take a look tonight. Until now, i was suggested different solutions. Maybe it could be helpful to someone else if i expose them ? Simple ones : - Matthew Huggett directory-file solution in the current thread - viewing the directory with a browser then saving the buffer (eg: lynx -source for doing programatically) Otherwise the best solution i was told is not in elisp but with a tiny-but-powerfull shell script from a fr.comp.application.emacs contributor (Matthieu Moy): htmllist.sh (here : http://www-verimag.imag.fr/~moy/utils/) Thank you for your contributions :) -- Sébastien Kirche