|
|
12 years ago | |
|---|---|---|
| config | 12 years ago | |
| content | 12 years ago | |
| system | 12 years ago | |
| themes | 12 years ago | |
| vendor | 12 years ago | |
| .htaccess | 12 years ago | |
| COPYRIGHT.txt | 12 years ago | |
| LICENSE.txt | 12 years ago | |
| README.md | 12 years ago | |
| changelog.txt | 12 years ago | |
| composer.json | 12 years ago | |
| composer.lock | 12 years ago | |
| composer.phar | 12 years ago | |
| favicon.ico | 12 years ago | |
| index.php | 12 years ago | |
| robots.txt | 12 years ago | |
HTMLy is an open source databaseless blogging platform prioritizing simplicity and speed.
You do not need to use a VPS to run HTMLy, fairly shared hosting or even a free hosting as long as those hosting already support at least PHP 5.3.
HTMLy requires PHP 5.3 or greater.
Download the latest version, extract it, then upload the extracted files to your server. Make sure the installation folder or at least the content folder is writeable by your server.
If HTMLy uploaded using FTP than sometimes the content folder is owned by those FTP user, if so please chmod the content folder to 0777 instead.
Rename config.ini.example inside config folder to config.ini, and than create YourUsername.ini inside config/users folder, write down your password there.
password = YourPassword
You can login to admin panel at www.example.com/login.
In addition using the built-in editor in the admin panel, you can also write it offline and then upload them into content/username/blog folder (the username must match with YourUsername.ini above).
For static pages you can upload it to content/static folder.
When you write a blog post and save it via the admin panel, HTMLy automatically create a .md file extension with the following name, example:
2014-01-31-12-56-40_tag1,tag2,tag3_databaseless-blogging-platform.md
Here's the explanation (separated by an underscore):
2014-01-31-12-56-40 is the published date. The date format is yyyy-mm-dd-hh-mm-sstag1,tag2,tag3 is the tag, separated by commadatabaseless-blogging-platform is the URLFor static pages, we use the following format:
about.md
That is means if about is the URL.
So if you write it offline then you must naming the .md file as above.
If you write it offline, for the title of the post you need to add a title in the following format:
<!--t Here is the post title t-->
Paragraph 1
Paragraph 2 etc.
So wrap the title with HTML comment with t for both side.
Visit a real blog powered by HTMLy at Danlogs.
People who give references and inspiration for HTMLy:
For copyright notice please read COPYRIGHT.txt. HTMLy licensed under the GNU General Public License Version 2.0 (or later).