Using a Secure CMS to output static content

0

I'm looking specifically for CMS's that work by outputting static HTML.

Content management systems are in regular based on scripting languages and databases, like PHP and MySQL. This has some drawbacks: It requires to install, administer and maintain such systems on a web server, which is overkill for small and medium sized websites.

But most important: It implies vulnerabilities to hacker attacks. As we operate a high security site, I need to find a CMS that doesn't rely on traditional databases or PHP so that security can be tighter.

One example I found, for instance, used a C++ Compiler to output static HTML.

Any suggestions are welcome. Thanks in advance for the help :)

barntothemax

Posted 2013-07-09T12:31:29.027

Reputation: 199

Question was closed 2013-10-08T19:40:00.683

Answers

1

There are many: Jekyll, Octopress, Hyde, nanoblogger, Pelican, etc. Which one you use depends on which languages you prefer, which templating systems you prefer, etc. So, try a few out and see what you like most.

user235731

Posted 2013-07-09T12:31:29.027

Reputation:

1

I'll add my own in the comments since I don't want it to be the focus: m4-bloggery (only requires M4 and Make!)

– None – 2013-07-09T12:36:16.463

-1

I am really happy with Chronicle on Linux http://www.steve.org.uk/Software/chronicle/

Kam Salisbury

Posted 2013-07-09T12:31:29.027

Reputation: 1

2

Welcome to Superuser. Your answer appears very basic. Instead of blindly linking something with little explanation, I would include some information explaining why you would choose Chronicle to solve OP's issue. We like detailed answers here. Please see our help center for information on writing good answers.

– DanteTheEgregore – 2013-10-04T13:38:08.170