From owner-freebsd-isp@FreeBSD.ORG Wed Jul 7 15:02:04 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B77316A4CF for ; Wed, 7 Jul 2004 15:02:04 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB54643D1F for ; Wed, 7 Jul 2004 15:02:03 +0000 (GMT) (envelope-from freebsd-isp@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BiDvu-0004gh-00 for ; Wed, 07 Jul 2004 17:02:02 +0200 Received: from c66612a.m-sp.bostream.se ([194.236.30.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Jul 2004 17:02:02 +0200 Received: from mc by c66612a.m-sp.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Jul 2004 17:02:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-isp@freebsd.org From: Michael Widerkrantz Date: Wed, 07 Jul 2004 17:01:58 +0200 Organization: Temple of the Moby Hack Lines: 26 Message-ID: <87vfgz97yx.fsf@fuckup.i.hack.org> References: <20040707071010.8840so00sc04ccoc@mail.encontacto.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c66612a.m-sp.bostream.se User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) Cancel-Lock: sha1:fopgylmx19GUh21YkjMnu/f+PxU= Sender: news Subject: Re: I need a "brain dead" simple, web-based, web page builder for individual users. X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2004 15:02:04 -0000 > I have no idea where to find a "brain dead" simple, web-based web > page builder for individual users. Have you looked at txt2tags? It's a Python script that transforms very simple, almost natural, markup in plain text files into HTML and a whole lot of other formats. You can write something like this: = Introduction to txt2tags = [author.jpg] This is an introduction to the [txt2tags http://txt2tags.sourceforge.net/] program... and have it converted to fairly standard, readable HTML with links, inline images and the lot. You can specify a CSS stylesheet to use as well. See: http://txt2tags.sourceforge.net/ for more.