
    ptiblogphp - a tiny PHP blog that is easy to set up and easy to run
                  Copyright (C) 2021-2025 Mateusz Viste


ptiblogphp is a tiny, extremely light PHP blog engine. It stores all its
content in filesystem, hence it requires no database. Only a web server with
PHP.

Homepage: https://ptiblogphp.sourceforge.io


=== INSTALLATION AND SETUP ===================================================

Installing ptiblogphp is as simple as copying all its files to a directory
that is exposed by your web server. Then, edit out the settings.php file to
set an admin account and adapt ptiblogphp to your preferences.
You might also want to tune the CSS styles, banner image and site icon.png
(and possibly add a background image).


=== ARTICLES FORMAT ==========================================================

All messages are filtered through a markdown processor, this means that you
can use the markdown syntax to format your entries.


=== CONTACT ==================================================================

Wanna get in touch with me? Follow this trail: http://mateusz.viste.fr


=== LICENSE ==================================================================

ptiblogphp has been created by Mateusz Viste, who published it under the terms
of the MIT license, as listed below.

Copyright (C) 2021-2025 Mateusz Viste

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
