From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Re: Using org-mode and git to make a wiki Date: Mon, 22 Jun 2009 13:34:39 +0200 Message-ID: <87k534tsc0.fsf@kassiopeya.MSHEIMNETZ> References: <30672390906170009s43afecb8w7ef92e6a48257273@mail.gmail.com> <87zlc6svew.fsf@fastmail.fm> <87d48xvqoq.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIhjh-0000w8-7V for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 07:30:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIhjc-0000ua-Ln for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 07:30:52 -0400 Received: from [199.232.76.173] (port=55136 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIhjc-0000uT-AR for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 07:30:48 -0400 Received: from mail.gmx.net ([213.165.64.20]:33984) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MIhjb-0006Wo-L3 for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 07:30:48 -0400 In-Reply-To: <87d48xvqoq.fsf@bzg.ath.cx> (Bastien's message of "Sat, 20 Jun 2009 20:56:47 +0200") 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: Bastien Cc: Matthew Lundin , emacs-orgmode@gnu.org 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. All the wiki-like features you mentioned can > 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: - http://www.yvoschaap.com/instantedit/ (click anywhere and edit the text inline) - http://jqueryui.com/demos/datepicker/ - http://dojocampus.org/explorer/#Dijit_Inline Edit Box_Auto Save - ... 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...). Sebastian