Re: Website Redo Kick Off

From: Kevin Carr <kscarr73(at)gmail(dot)com>
To: dmp <danap(at)ttc-cmc(dot)net>
Cc: PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Website Redo Kick Off
Date: 2013-07-13 01:29:11
Message-ID: CAC92xsp72rrdz3iroARWgm1T=WY_0XFydpBrRuJM928HiJY-EQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

What about just using maven and adding the static pages in the build
process? That way it can automatically update the current version, and
various other information from the project file?

Just a thought. I don't see there being too much to the site, so plain
xhtml would be feasible as well, without a generator. Once created, a
properly stylesheet enabled xhtml is easy to maintain.

On Wed, Jul 10, 2013 at 11:25 PM, dmp <danap(at)ttc-cmc(dot)net> wrote:

> Thanks dirk for the feedback on pelican.
>
> danap.
>
>
> Dirk Olmes wrote:
>
>> * 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/<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
>>
>
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/**mailpref/pgsql-jdbc<http://www.postgresql.org/mailpref/pgsql-jdbc>
>

--
Scott Carr

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message dmp 2013-07-13 15:41:38 Re: Website Redo Kick Off
Previous Message Tomonari Katsumata 2013-07-12 14:46:54 Re: a problem about setQueryTimeout is not fixed?