koblog/README.md

30 lines
1.5 KiB
Markdown
Raw Normal View History

# 🦎 Koblog
2015-06-26 06:54:39 +02:00
Koblog is a fork of bludit, a simple, fast and flexible CMS, with a more IndieWeb/Personnal Web direction. It's made for my personnal [blog](https://blog.kazhnuz.space) and [quarante-douze.net](https://quarante-douze.net). Like Bludit, Koblog is a flat-file cms/blog that stores content in JSON format, eliminating the need for database installation or configuration. It support both markdown and HTML.
2017-10-14 15:51:38 +02:00
It's not yet ready for use (I need some more features first, the reason why it's forked), and isn't really made for public use (but it's open-source, just there won't be doc and stuff).
2015-09-08 03:42:57 +02:00
2022-09-07 17:03:45 +02:00
## Requirements
2015-06-26 06:54:39 +02:00
2022-09-07 17:03:45 +02:00
- Webserver with PHP support.
2020-10-01 13:34:29 +02:00
- PHP v5.6 or higher version.
2015-11-05 04:09:12 +01:00
- PHP [mbstring](http://php.net/manual/en/book.mbstring.php) module for full UTF-8 support.
2016-10-07 13:46:45 +02:00
- PHP [gd](http://php.net/manual/en/book.image.php) module for image processing.
- PHP [dom](http://php.net/manual/en/book.dom.php) module for DOM manipulation.
- PHP [json](http://php.net/manual/en/book.json.php) module for JSON manipulation.
2015-06-26 06:54:39 +02:00
2022-09-07 17:03:45 +02:00
## Installation
2015-06-26 06:54:39 +02:00
1. Download the latest version from here.
2. Extract the zip file into a directory, such as `koblog`.
3. Upload the `koblog` directory to your web server or hosting.
4. Visit your domain (e.g., https://example.com/koblog/).
5. Follow the installer to set up your website.
2019-05-31 13:06:49 +02:00
2022-09-07 17:03:45 +02:00
## Quick installation for testing
2018-01-17 09:50:27 +01:00
You can use PHP Built-in web server (`php -S localhost:8000`)
2020-07-13 11:43:00 +02:00
2022-09-07 17:03:45 +02:00
## License
2018-01-17 09:50:27 +01:00
Koblog is open source software licensed under the [MIT license](https://tldrlegal.com/license/mit-license).