From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tim O'Callaghan" Subject: Re: Re: Using org-mode and git to make a wiki Date: Thu, 25 Jun 2009 19:20:24 +0200 Message-ID: <3d6808890906251020k27b10075pe065bb4acf633163@mail.gmail.com> References: <30672390906170009s43afecb8w7ef92e6a48257273@mail.gmail.com> <87zlc6svew.fsf@fastmail.fm> <87d48xvqoq.fsf@bzg.ath.cx> <87k534tsc0.fsf@kassiopeya.MSHEIMNETZ> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJsci-0004kP-TT for emacs-orgmode@gnu.org; Thu, 25 Jun 2009 13:20:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJscd-0004fA-Nm for emacs-orgmode@gnu.org; Thu, 25 Jun 2009 13:20:32 -0400 Received: from [199.232.76.173] (port=43815 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJscd-0004ez-Ji for emacs-orgmode@gnu.org; Thu, 25 Jun 2009 13:20:27 -0400 Received: from mail-bw0-f217.google.com ([209.85.218.217]:51216) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJscd-0002L2-2u for emacs-orgmode@gnu.org; Thu, 25 Jun 2009 13:20:27 -0400 Received: by bwz17 with SMTP id 17so1889264bwz.42 for ; Thu, 25 Jun 2009 10:20:25 -0700 (PDT) In-Reply-To: <87k534tsc0.fsf@kassiopeya.MSHEIMNETZ> 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: Sebastian Rose Cc: Bastien , Matthew Lundin , emacs-orgmode@gnu.org I've been poking about for something like this and i think the closest solution is something called wigit (http://el-tramo.be/software/wigit) I've not had a chance to do anything about it yet, but it is essentially a "wiki rendering engine php" file, and and a "git backed wiki markup edting php" file. I'm guessing it would not be much to re-work the markup rendering engine to render .org files. Of course the agenda functionality and such is a different kettle of fish... A thing called quickie might also worth mentioning as a webserver based org-rendering engine (http://quickie.sourceforge.net/) for those that have the time to play with it. Tim. 2009/6/22 Sebastian Rose : > Bastien writes: >> Hi David, >> >> Matthew Lundin writes: >> >>> So the good news is: You can already do everything you mention with >>> org-mode and git. Just clone a bare repository somewhere and allow >>> others to push and pull from it. >> >> I second Matthew on this. =A0All the wiki-like features you mentioned ca= n >> be "emulated" with Emacs + Org-mode + a distributed versioning system. > > > Hm - suppose your not at home, but abroad or working somewhere and you > > a) have internet access to your files through a browser only, > b) use one of those cheep hosting packadges out there. > > How about editing *.org pages like this: > > =A0- http://www.yvoschaap.com/instantedit/ > =A0 =A0(click anywhere and edit the text inline) > > =A0- http://jqueryui.com/demos/datepicker/ > > =A0- http://dojocampus.org/explorer/#Dijit_Inline Edit Box_Auto Save > > =A0- ... > > What you need then, is an engine, that displays *.org files as HTML on > the fly, creates locks as needed (concurrent edits), authorization and > storage. In adition, one could use emacs + git/mtn/whatever to edit the > wiki in her favourite editor (org-protocol://open-source://). > > I'd love to have a simple run-everywhere solution at hand (my laptop has > died lately...). > > > > =A0 Sebastian > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >