[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Introducing Octopress Exporter
From: |
Tom Alexander |
Subject: |
Re: [O] Introducing Octopress Exporter |
Date: |
Thu, 2 Aug 2012 13:44:20 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
Aurélien Aptel <aurelien.aptel <at> gmail.com> writes:
>
> I've never heard of octopress, interesting. The only thing I don't
> like is how comments are handled. Since it's all static you relying on
> an external service like Disqus. I'm not so fond of losing control
> over user contribution like that. Besides, the actual service (disqus)
> is pretty terrible anyway. I'm always pissed when the comment I sent
> gets processed in weird ways yet doesn't do verbatim/code blocks.
>
> On Thu, Aug 2, 2012 at 1:21 AM, Tom Alexander <tomalexander <at> paphus.com>
wrote:
> > The important changes are all at the bottom of the file. Basically I
> > just grab the text before the html preprocessor gets to it and go
> > through line-by-line to find the code blocks.
>
> Have you tried Nicolas Goaziou new parser? org-element.el is a big
> improvement for org-mode IMHO.
>
>
Yeah, the whole Disqus comments thing can be a pain, but since the pages are
all
static its a lot easier on your web server and possibly faster since you don't
have a server side language rendering the page. Also, having the posts written
mostly in plain HTML (with some special markup for the header and code blocks)
its easy for anyone who has written HTML to pick it up, and even easier to use
other tools like org-mode to post to it.
In terms of org-element, I did look at it when I was writing this, and it looks
significantly better, but I was getting errors loading org-mode from the
repository at the time. After writing this I learned that apparently master is
the development branch for this project, not the stable branch. I might
re-write
this for the new exporter later since I'm sure the old exporter is on its way
out.
- [O] Introducing Octopress Exporter, Tom Alexander, 2012/08/02
- Re: [O] Introducing Octopress Exporter, Aurélien Aptel, 2012/08/02
- Re: [O] Introducing Octopress Exporter,
Tom Alexander <=
- Re: [O] Introducing Octopress Exporter, Jambunathan K, 2012/08/02
- Re: [O] Introducing Octopress Exporter, Neil Smithline, 2012/08/06
- Re: [O] Introducing Octopress Exporter, Neil Smithline, 2012/08/06
- [O] The Quantified Shower (was: Introducing Octopress Exporter), Bastien, 2012/08/07
- Re: [O] The Quantified Shower, Christopher J. White, 2012/08/07
- Re: [O] The Quantified Shower, Aurélien Aptel, 2012/08/09
- Re: [O] The Quantified Shower (was: Introducing Octopress Exporter), Myles English, 2012/08/07
- Re: [O] The Quantified Shower (was: Introducing Octopress Exporter), Nick Dokos, 2012/08/07
- Re: [O] The Quantified Shower (was: Introducing Octopress Exporter), Nick Dokos, 2012/08/07
- Re: [O] The Quantified Shower, Bastien, 2012/08/07