From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Dunsmore Subject: Re: Re: Worg needs some reorganizing Date: Sun, 16 Jan 2011 14:31:36 -0600 Message-ID: <87oc7glhef.fsf@riotblast.dunsmor.com> References: <4CAD81B0.6090807@manor-farm.org> <87iq197ool.fsf@mail.bantercat.co.uk> <87pqveyct2.fsf@gmail.com> <87ocayl81d.fsf@manor-farm.org> <0E084C6C-6FD1-4C74-BD9F-34F2830B93C5@gmail.com> <87bp6ytacd.fsf_-_@stats.ox.ac.uk> <87fwsubckf.fsf@gnu.org> <87aaj2w5x4.fsf@fastmail.fm> <87d3nyuhkw.fsf@altern.org> <87aaj0kggo.fsf@gmail.com> <87zkr0load.fsf@riotblast.dunsmor.com> <87pqrwipjd.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=49486 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeZGG-0006x8-NL for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 15:31:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PeZGF-0001qp-HH for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 15:31:40 -0500 Received: from deathroller.dunsmor.com ([98.129.169.48]:58787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PeZGF-0001qj-Du for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 15:31:39 -0500 In-Reply-To: <87pqrwipjd.fsf@gmail.com> (Eric Schulte's message of "Sun, 16 Jan 2011 13:04:06 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: Dan Davison , Ian Barton , Jason Dunsmore , Bastien , Matt Lundin , emacs-orgmode@gnu.org, Carsten Dominik "Eric Schulte" writes: > Jason Dunsmore writes: > >> "Eric Schulte" writes: >> >>> I recall a discussion of holding a competition to select a new css style >>> for Worg (found it here [1]). I think that such a change could >>> fruitfully be combined with the Worg re-organization. >> >> I'm not a web-designer, but here's my stab at re-designing Worg: >> http://orgmode.org/tmp/worg/ >> > > Nice, here's my minimal stylesheet contribution -- most notable for the > expandable TOC in the corner. The source is below [1] and the resulting > style.css is attached below [2] I've uploaded yours to: http://orgmode.org/tmp/worg-eric/ So far we have option #1: http://orgmode.org/tmp/worg/ http://orgmode.org/tmp/worg.css and option #2: http://orgmode.org/tmp/worg-eric/ http://orgmode.org/tmp/worg-eric.css I didn't copy the images, so there will be some broken image links. If anybody else wants to contribute one, here are a few commands to get you started: --8<---------------cut here---------------start------------->8--- cd /tmp wget http://orgmode.org/tmp/worg.tar.gz tar zxvf worg.tar.gz cd worg wget http://orgmode.org/tmp/worg.css find . -type f -exec sed -i 's|/worg/worg.css|worg.css|' '{}' \; --8<---------------cut here---------------end--------------->8--- Then edit worg.css, view file:///tmp/worg/index.html in your browser to see your changes take effect, and, when finished, send me the css file.