Hello, Im need a simple cms script (without MySql) for minites. Someone can help me? Thanks in advance
Without MySQL and CMS ?? Am I dreaming or am i drunk ?? Dude,you cant have any CMS atleast without the support of a database..
If it's only a mini site you could just make a static HTML like dcristo says. Don't listen to Mr Goldberg though, he's drunk. If you want a non mysql database CMS you need to search for a flat file cms, where your info is in a text file or similar - I'm making a custom one myself at the moment for a client. There are a few open source examples out there too like http://www.limboportal.com (runs off text files or sql databases).
you could always try CMsimple, but it is absolutely useless for SEO.... creates one file and then sub divides if there is a h2 tag.... however if you do not want MYSQL or a DB of sorts then just learn HTML and CSS
What Astroman said... true. Here are some to get you started: RazorCMS NanoCMS Limbo flatCMS CMSimple JAF CMS Eclatis Have fun! I feel a blog post coming on
Nice list einsteingboi, do you have any suggestions, just to test them in an order? I suppose that you've tried them, haven't you?
Glad you like the list. I've actually only tried NanoCMS and RazorCMS and I liked them both a lot. I haven't tried the rest yet but I plan to. I've been a little preoccupied with Drupal and MODx lately, they're both rocking my world! I would suggest starting with RazorCMS just because I like it a lot and I think it's well maintained. But really you can try them in any order you like. Have fun!
I like FlatPress (http://www.flatpress.org). It simple CMS with text database and Wordpress functionality.
I have used FlatCMS.org it served its purpose, but honestly a static HTML layout for a very basic site is the easiest route, you can then put your Meta Tags towards the top of each page and easily create search engine friendly URLS.