Version 1.x.x (not updated anymore).
Mecha is a file–based CMS that survives on a principle that a database–less site should be personal, portable, light and easy to be exported and backed up. That’s why most of the projects associated with Mecha are created with personal natures and are dedicated to be used for personal purposes such as blog, journal and diary. Mecha’s market share are people with high creativity and individuals who want to dedicate themselves to the freedom of speech; people who want to share their ideas to the world, that probably don’t have much time to learn web programming languages. By introducing Mecha as files and folders that used to be seen by people everyday in their working desktop, we hope you will soon be familiar with how Mecha CMS works. Mecha is as simple as files and folders.
Yet, this doesn’t mean that Mecha is weak. Mecha has fairly flexible set of API that you can use without having to make it bloated, keeping you happy focused on developing your own site, according to your personality.
If you want to make something that is super huge with Mecha, it would be possible, but remember that Mecha wasn’t created to replace databases. Mecha is created to help people getting rid of various resources that are not needed from the start (such as databases). There will be times when you need a database, and when that time comes, just use a database. Mecha is fairly open to be extended with other database–based applications.
public_html
, www
or htdocs
http://example.org/knock.php
in the address bar of your web browser. Or, if for some reason you have to upload this CMS in a sub-folder, then just type http://example.org/your-sub-folder-name/knock.php
— Seriously, if you really typed domain http://example.org, then you really are in a big trouble!If you want to do a pull request, make sure that you are using the latest development version of this CMS. You can download it from the front page, not from the release version page. Do not do a pull request from a file that is derived from your installed Mecha CMS, your CMS version maybe already out of date. Always use fresh installed CMS. This is done to prevent ambiguous in those files that are combined. For example, if someone is editing a file, and then someone else also editing the same file, then most likely the file that has been edited at the end of time will erase the previous user edits.
I use Zepto and Font Awesome resources through the public CDN from here and here. I just don’t like to create a commit that only contains version updates of external resources. That’s a waste.