No Database. No Forms. No CMS.
Just edit your web pages smart!
Runty. The NoCMS is using Aloha Editor as HTML5 inline WYSIWYG editor. See our guides for more information about the usage.
Open one of our demos:
- Runty.html -- The Runty. The NoCMS app website
- News.html -- The Moby Dick CSS3 demo with dynamic JSON data
Remove everything except:
- .runty (your project related Runty / Aloha Editor settings)
- runty (Runty App Core - can be used for diffent projects)
and create your own web page.
- Authentication via BrowserID
- Aloha Editor HTML5 editor
- Supporting HTML5 and CSS3
See the Runty. The NoCMS getting started guide: http://runtyapp.org/guides/
It is easy to install Runty. The NoCMS!
- Download the latest version of Runty. The NoCMS to your computer.
- Extract the runty-x.y.zip archive to your web server root folder.
- Navigate to http://<your.webserver.com>/runty/ and sign in to activate your admin account.
- Make the web server user (eg. www-data) able to read all files in the /.runty/ (your user specific files) and /runty/ (the Runty app files) also the ./ root direcory should be writeable by the web server user.
Navigate to your web page root folder and run the following command:
wget https://raw.github.com/evo42/runty/installer/runty-installer && php runty-installer
To turn an area on the website editable with Aloha Editor assign it one of the following CSS classes.
- runty-editable
- editable
To edit content on your website you need to be authenticated.
- Add your e-Mail address to ./.runty/users.json
- Navigate to ./runty/signin.php
Just click on any contentEditable area to change the content.
No database is required. The changes will be written directly into the DOM structure of the HTML page.
It's the most comfortable way to start editing data on the web. Smart. Simple.
Please navigate to http://runtyapp.org/support/