Re: Website Redo Kick Off

From: Dirk Olmes <dirk(dot)olmes(at)exentra(dot)de>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Website Redo Kick Off
Date: 2013-07-11 04:14:56
Message-ID: 51DE3140.90104@exentra.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

> * If you have experience with one listed please comment, seems good/not
> so good and the language used if possible.

> Pelican
> http://docs.getpelican.com/en/3.2/

Pelican's main usage seems to be for blogs but it can also generate
regular pages. I recently converted my personal blog to pelican. I went
with Markdown as the markup language because I'm already quite familiar
with it from github.

The use of pelican is dead simple. If you stick to the suggested
directory structure it's all about handling files and running "make
html" to generate the output which is then published to the web server.

I chose pelican because it's python based. Python's "virtualenv" tool
allows to set up all the required libraries in a local folder - I wasn't
able to find a 1:1 equivalent for the ruby based frameworks.

-dirk

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message dmp 2013-07-11 04:25:41 Re: Website Redo Kick Off
Previous Message dmp 2013-07-11 00:58:13 Re: Website Redo Kick Off