X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by lists.alpinelinux.org (Postfix) with ESMTP id 18A8617003B8C for ; Thu, 8 Jan 2009 15:50:59 +0000 (UTC) Received: by ewy14 with SMTP id 14so10616384ewy.1 for ; Thu, 08 Jan 2009 07:50:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=qKABHvEH6//vh6VYU3pgQQk7yVbXLu87MNfKa2O0C+c=; b=F8QqlT5ElYEYRoC2f2LCu8BAo5o1wyOsgE8m/6dkkeEbx2nsqGRfRZt3Vg0KFBVzvv IUMQspgkE29Oqa9edmvtnjigtvAXaU4sijk/e4BYCsHUmv61qmAulvy8dOZubfUWw4F2 xBprjFz+xjcnWLstR9AgpYtDpf1tF02pHrE+g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=eZFrS7mj/hDxJxVyUJ5W+vDXRXWDWK8559q9C6j40rz3uCoygblHsmzgvoVe8zHrCH R/1bi2HG9j1ouSSqSeylUZd1CT1hk6IM6WTehXajVOztOotMqPpXJRhhjgQmbsRQKCEe Cubr2gmCMffZlV/jvOo0NfZq8uOGq/g61An1k= Received: by 10.210.29.11 with SMTP id c11mr4078563ebc.44.1231429857497; Thu, 08 Jan 2009 07:50:57 -0800 (PST) Received: from ?10.65.0.5? (ti211310a081-5172.bb.online.no [85.164.20.62]) by mx.google.com with ESMTPS id 7sm3446169nfv.14.2009.01.08.07.50.55 (version=SSLv3 cipher=RC4-MD5); Thu, 08 Jan 2009 07:50:56 -0800 (PST) Subject: Re: [alpine-devel] lighttpd nice dir listing From: Natanael Copa To: Carlo Landmeter Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <1b2623ac0901070442j7e1846e8gc0735f17cca4e383@mail.gmail.com> References: <1b2623ac0901070442j7e1846e8gc0735f17cca4e383@mail.gmail.com> Content-Type: text/plain Date: Thu, 08 Jan 2009 16:49:57 +0100 Message-Id: <1231429797.26236.41.camel@nc> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit On Wed, 2009-01-07 at 13:42 +0100, Carlo Landmeter wrote: > Natanael as promissed: > > > Need to set the correct path for http'url' and I'm ot sure if we can > set footer like this and maybe the exclude should be a proper regex to > hide the dirlisting directory. > > $HTTP["url"] =~ "^/download($|/)" { > dir-listing.activate = "enable" > dir-listing.external-css = "/dirlisting/style.css" > dir-listing.hide-header-file = "enable" > dir-listing.exclude = "dirlisting" > dir-listing.set-footer = "
Alpine Linux > Mirror
" > } I could not get it use the header.html. I copied the default lighttpd css, added the bg-main.jpg as a background image for h2 and adjusted the margins a bit. almost as good :) http://dev.alpinelinux.org/alpine/ -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---