From mboxrd@z Thu Jan 1 00:00:00 1970 From: 'Mash Subject: Re: Publishing notes to a website Date: Tue, 26 Apr 2011 16:36:39 +0100 Message-ID: <20110426163639.77013qols2h9j6vk@webmail.tuffmail.net> References: <20110315002842.97947dzdm85pn484@webmail.tuffmail.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEkJe-0000GK-Dp for emacs-orgmode@gnu.org; Tue, 26 Apr 2011 11:36:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QEkJd-0000So-0g for emacs-orgmode@gnu.org; Tue, 26 Apr 2011 11:36:42 -0400 Received: from mxout-08.mxes.net ([216.86.168.183]:31767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEkJc-0000Se-TF for emacs-orgmode@gnu.org; Tue, 26 Apr 2011 11:36:40 -0400 Received: from wm1.irbs.net (wm1.irbs.net [216.86.168.168]) by smtp.mxes.net (Postfix) with ESMTP id 56212509DB for ; Tue, 26 Apr 2011 11:36:39 -0400 (EDT) Received: from localhost (wm1.irbs.net [216.86.168.168]) by wm1.irbs.net (Postfix) with ESMTPA id 315BF500E7A for ; Tue, 26 Apr 2011 11:36:39 -0400 (EDT) In-Reply-To: <20110315002842.97947dzdm85pn484@webmail.tuffmail.net> Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs Org mode mailing list Quoting Thomas Herbert : > Kyle Sexton mocker.org> writes: > >> I'm looking for advice on ways people are publishing their org notes >> to a website. So far I've looked at blorgit and it's really nice, but >> the dependency for a backend emacs session and running through sinatra >> makes me wary of putting it out on my server for the world. >> >> 1. What methods are people using to publish their org notes? >> 2. Anyone have sample sites that I can see what the output looks like? > > Kyle, > > I have been actually been working on a simple clean solution for =20 > writing in org-mode and keeping the file as org-mode. What I have =20 > come up with is a "Textile" like PHP class that translates org-mode =20 > files into HTML. > > It is still very very alpha and hope to release the code soon for =20 > people to look at, work and improve or completely scrap and take my =20 > idea and do it better. As I mentioned earlier I have been playing around building a regex =20 parser in PHP for Org-Mode files. As you will see I am obviously an =20 amateur programmer and my hope is that if this is at all useful then =20 someone else will rewrite it. My site http://toshine.org uses both the =20 classOrgile and the Orgile CMS. If you look at the bottom of any =20 article you will see the link to the raw .org file that is =20 parsed/converted to HTML. --- The classOrgile PHP class (very limited currently!). http://toshine.org/etc/files/classorgile.php.txt The Orgile PHP flat file CMS (currently used for http://toshine.org). http://toshine.org/etc/files/orgile.php.txt The Orgile PHP flat file CMS (fully commented code). http://toshine.org/etc/files/orgile-commented.php.txt --- Well I hope it is at least interesting for someone on this list. 'Mash