English 中文(简体)
CMS for plain HTML website [closed]
原标题:
  • 时间:2010-02-25 00:21:03
  •  标签:
  • opencms

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

Hello I got a website with around 5-6 pages (plain html). There are areas in these pages where I need to update occassionally. Is there any free / opensource CMS to maintain these editable areas of HTML page.

Thanks

最佳回答

http://drupal.org/ is very popular. Many people also use Wordpress - http://wordpress.org. Also try googling "simple cms".

The answer will obviously be dependent on the requirements of the software and the capabilities of your server.

问题回答

Perch is excellent for small sites.

At its very simplest, Perch allows you to replace static content in an HTML file with placeholders. A simple GUI then allows you to edit those placeholder values for individual pages. So, for example, if you have a file containing this chunk of markup:

<h1>My site</h1>

you can change that to:

<h1><?php perch_content( Main heading ); ?></h1>

and you ll then be able to edit Main heading through the GUI. Most CMS apps work in a similar way, but Perch is the first I ve come across that does very little else, which is a huge plus for small projects.

I haven t used Perch for a while, and I m sure they ve added some features since I last did, but I d still recommend you give it a try. It s cheap, too.

I think couchcms is a pretty good open source alternative to the likes of cushycms and perch

I recommend cushy http://www.cushycms.com/

You should also check out opensourcecms.com. You can try out various cms s there until you find one you like.

For a five-page website, Drupal is probably overkill; I d say Wordpress is good enough (just define a page for each page of the website, copy and paste your content, choose a theme, and you re done). (You would want to either use the blogging features of WP to take full advantage of it, though.)

If for some reason you really want to try out Drupal but don t want to invest a lot of time into figuring it out (it does take some ... well, a lot ... of time to figure out right out of the box), and you re not in a big hurry, you can wait a bit until it s possible to try out the new Drupal Gardens hosted CMS system (currently in beta). (You need a beta key to try it. Sign up for the beta on the site and then wait for your key.)

Since your most likely a programmer I would recommend github s very own Jekyll:

Here are some sites powered by it: https://github.com/mojombo/jekyll/wiki/sites

As a bonus you can use Github to provide you free hosting (your site will be a public repository that only you can edit).

Have you tried using mut8? They have pretty alright features.

http://mut8.me





相关问题
integrating WebApplication and OpenCms

Hey I just want to integrate already existing application with OpenCms Contents.Let me explain a example:i have an application like Demo.war now i want to integrate sreekanth.war and OpenCms how can i ...

Filesystem-based web content

I plan to pull my Java web apps s content from a filesystem, for the sake of simplicity of editing. These files will be most probably only a text in a simple markup like JTexy or Markdown. What I ...

查阅档案 - 开放式电脑

I m 开发一个使用开放式计算机监测系统的网站,在建立与我使用厘米的文档链接方面遇到问题:连续载荷:

如何从Java Web应用程序中访问WEB-INF下的文件

你知道如何从我的应用程序中访问WEB-INF/index文件夹中的文件吗?我正在使用OpenCMS进行应用程序开发,我想打开一个Lucene搜索索引(借助Lucene IndexReader...)。

CMS for plain HTML website [closed]

Hello I got a website with around 5-6 pages (plain html). There are areas in these pages where I need to update occassionally. Is there any free / opensource CMS to maintain these editable areas of ...

OpenCms and MySQL configation: max_alllowed_packed

I have installed OpenCms on my local machine and it works perfectly fine. But in order to work it correctly it is mentioned that i have to modify the my.ini file and set max_alllowed_packed site to 32 ...

OpenCMS - 301 redirect

Is there any easy way to configure permanent redirects (301) on openCMS? I would like to forward some of my old page urls to their new location. Thanks

热门标签