Rephrase the link to MobileOrg for Android
[Worg.git] / org-blog-wiki.org
blob9f73539037952ae2df731640ff3500e68c9df570
1 #+STARTUP:    align fold nodlcheck hidestars oddeven lognotestate
2 #+SEQ_TODO:   TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@)
3 #+TAGS:       Write(w) Update(u) Fix(f) Check(c)
4 #+TITLE:      Org Blogs and Wikis
5 #+AUTHOR:     Worg people
6 #+EMAIL:      mdl AT imapmail DOT org
7 #+LANGUAGE:   en
8 #+PRIORITIES: A C B
9 #+CATEGORY:   worg
10 #+OPTIONS:    H:3 num:nil toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t TeX:t LaTeX:t skip:nil d:(HIDE) tags:not-in-toc
12 [[file:index.org][{Back to Worg's index}]]
14 There is a strong desire to use Org-mode to manage both blogs and
15 wikis.  There are a number of tools which address parts of this need,
16 this page will serve as a collecting of the names of these tools with
17 links and brief descriptions.  I'm sure I've forgotten many relevant
18 tools so *please contribute*!
20 Blogging tools
22 - [[http://www.emacswiki.org/emacs/Blorg][Blorg]] is the original Org-mode blogging engine (but it's not
23   maintained anymore).
25 - [[http://jekyllrb.com/][Jekyll]] is a simple, blog aware, static site generator.  There are
26   instructions for combining Org-mode with jekyll at [[file:org-tutorials/org-jekyll.org][Org-Jekyll]].
27 - [[file:blorgit.org][Blorgit]] publishes an interactive website based on Org-mode
28   documents.  While blorgit has many nice features including the fact
29   that Org-mode documents can be edited through the web interface with
30   automatic commits to a git or svn repository however it is fairly
31   complicated to set up.  Blorgit is one or two small changes from
32   being a full-fledged Org-mode based wiki.
34 Wiki tools
35 - [[http://ikiwiki.info/][ikiwiki]] is a web site compiler written in Perl. In many ways it is
36   similar to Jekyll, but has closer integration with version control
37   systems. It supports blogging and has many plugins.
39   There is an org mode plugin by [[http://www.golden-gryphon.com/blog/manoj/blog/2008/06/08/Using_org-mode_with_Ikiwiki/][Manoj]], which lets you write your
40   posts in org and converts them to html suitable for processing by
41   ikiwiki.
43 Other tools
44 - [[file:org-tutorials/org-ruby.org][org-ruby]] is a Ruby gem for converting org-mode files to HTML. The
45   goal is to make it easier to use org-mode files in website tools
46   like [[http://webby.rubyforge.org/][Webby]], [[http://jekyllrb.com/][Jekyll]], or [[http://webgen.rubyforge.org/][webgen]].