On Wed, Apr 15, 2015 at 07:58:28AM +0930, Michael T. Pope wrote:
> On Tue, 14 Apr 2015 06:27:37 +0200
> Jonathan Aquilina <eagles051...@gmail.com> wrote:
> > Here I am goign to toot the wordpress horn here.
> 
> I stand by my previous objections.  Even the FBI have issued a warning
> about wordpress due to its chronic security problems.
> 
> On Mon, 13 Apr 2015 20:16:42 -0500
> Caleb Williams <cale...@gmail.com> wrote:
> > There is a reason why editing HTML files directly have fallen out of favor.
> 
> I understand that it is a poor solution.  OTOH, static web pages are
> hard to beat for low maintenance and high security, and I can update the site
> at release time in less than half the time it used to take me with the old
> joomla.  ATM I value these criteria more.

+1

Besides, with a well-done CSS even just plain vanilla HTML can be made
to look nice.  I don't think it's a poor solution.  We're not trying to
sell anything here afterall, just conserve development energy.

> I continue to suspect that the best fit for freecol would be a
> scheme where the web content all lives in the git tree, and we have a
> script that adds a new release, and a script that pushes the
> git-hosted-content to the website.  Whoever wants to hack the website can
> do that on their own machine with whatever tools they prefer (even
> wordpress:-), and commit back to git when done.  That would be even better
> than the current situation.
 
This is how the cairographics.org website works.  It used to be
maintained in wiki software but security got to be too much of a hassle
and it was moved to git.  It uses markdown and a git hook serverside
triggered by pushes to regen the site.

wayland.freedesktop.org is even more basic - the whole site is just html
files with a super simple wayland.css file.  Much of the content is in
the form of code and protocol documentation which is autogenerated from
the source code anyway.

Bryce


> ------------------------------------------------------------------------------
> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> Develop your own process in accordance with the BPMN 2 standard
> Learn Process modeling best practices with Bonita BPM through live exercises
> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF

> _______________________________________________
> Freecol-developers mailing list
> Freecol-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freecol-developers


------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Freecol-developers mailing list
Freecol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freecol-developers

Reply via email to