Skip to content

WonderCMS - the smallest CMS in the world (flat file database)

Notifications You must be signed in to change notification settings

hypnito/wondercms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WonderCMS v0.9.8 beta

WonderCMS is simple, small and secure. The smallest flat file CMS which enables you to create a website in seconds.

WonderCMS demo

Installation

  1. Unzip.
  2. Upload the files wherever you wish WonderCMS to be installed at.

If any errors occur, please correct file permissions to 644 and folder permissions to 755. You can do this manually or with the script below (added by Bill Carson)

  • find ./ -type d -exec chmod 755 {} \;
  • find ./ -type f -exec chmod 644 {} \;

Requirements

  • PHP 5.5 or higher
  • .htaccess support

Features

  • simple click and edit functionality
  • no configuration required, unzip and upload
  • lightweight - runs on less than 500 lines of code and has less than 10 files
  • simplified code
  • custom login URL
  • custom homepage
  • rebuilt mostly from scratch + MIT license
  • better password protection
  • patched vulnerabilities (directory traversal, file inclusion)
  • no other known vulnerabilities
  • highlighted current page
  • mobile responsive, easy to theme, 404 pages, clean URLs
  • page deleting easier than ever
  • better SEO support (keywords and description for each page)
  • (optional) functions.php file includes itself when you create it
  • made with PHP, jQuery, HTML, CSS and a flat JSON database

Links

About

WonderCMS - the smallest CMS in the world (flat file database)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.4%
  • CSS 5.1%
  • ApacheConf 1.5%