49 lines
3.8 KiB
Markdown
49 lines
3.8 KiB
Markdown
[](https://www.flatpress.org "Home page")
|
|
[](https://forum.flatpress.org "Support forum")
|
|
[](https://wiki.flatpress.org "Wiki")
|
|
[](./CHANGELOG.md "Change log")
|
|
[](./SECURITY.md "Security policy")
|
|
[](./CONTRIBUTORS.md "Contributors")
|
|
[](https://www.flatpress.org/donate "Send us a little Thank You")
|
|
|
|
[](https://github.com/flatpressblog/flatpress/releases "See all releases")
|
|
[](./LICENSE.md "License")
|
|
[](https://github.com/flatpressblog/flatpress/issues "See open issues")
|
|
[](https://github.com/flatpressblog/flatpress/commits/ "Last commit")
|
|
<a href="https://fosstodon.org/@flatpress" title="Follow on Mastodon"><img src="https://img.shields.io/mastodon/follow/326815?domain=https%3A%2F%2Ffosstodon.org&style=social" alt="Follow on Mastodon"></a> <a href="https://twitter.com/flatpress" title="Follow on Twitter"><img src="https://img.shields.io/twitter/follow/flatpress.svg?style=social&logo=twitter" alt="Follow on Twitter"></a>
|
|
|
|
# Welcome to FlatPress!
|
|
FlatPress is a lightweight, easy-to-set-up blogging engine. Plain and simple, just PHP. No database needed!
|
|
|
|
## Features
|
|
- Independent, standard-compliant blog software
|
|
- Works on files, __no database__
|
|
- Easy to setup, easy to backup
|
|
- Powerful __plugin system__ with widget support
|
|
- Easy to customize with __themes__, powered by [Smarty](http://www.smarty.net/)
|
|
- __Comments__ function with spam protection
|
|
- __Free software__ under [GNU GPLv2](LICENSE.md)
|
|
- Supported languages: [🇨🇿](## "Čeština") [🇩🇰](## "Dansk") [🇩🇪](## "Deutsch") [🇺🇸](## "English") [🇪🇸](## "Español") [🇫🇷](## "Français") [🇬🇷](## "Ελληνικά") [🇮🇹](## "Italiano") [🇯🇵](## "日本語") [🇳🇱](## "Nederlands") [🇧🇷](## "Português Brasileiro") [🇷🇺](## "Русский") [🇸🇮](## "Slovenski") (easy to add yours!)
|
|
|
|
## Getting started
|
|
Installing and running FlatPress is really easy:
|
|
- [Download FlatPress](https://www.flatpress.org/download), unzip, upload
|
|
- Browse to your web server, run simple FlatPress installer
|
|
- Enjoy blogging with FlatPress!
|
|
|
|
## Demo
|
|
You can view live demo here:
|
|
|
|
https://softaculous.com/demos/flatpress
|
|
|
|
## Help and support
|
|
Visit our [wiki](https://wiki.flatpress.org) to learn everything about blogging with FlatPress, how to work with themes and plugins and where to find them. The wiki also has the [General FAQ](https://wiki.flatpress.org/doc:faq) and the [Tech FAQ](https://wiki.flatpress.org/doc:techfaq).
|
|
|
|
Ask your questions, show off your FlatPress blog and meet fellow FlatPressers at the [support forum](https://forum.flatpress.org).
|
|
|
|
## Requirements
|
|
FlatPress runs on any web server (e.g. Apache or IIS) with PHP 7.1 to PHP 8.3 (more details [on the wiki](https://wiki.flatpress.org/doc:techfaq#what_is_required_to_run_flatpress)). Since all data is stored in files, no database is needed.
|
|
|
|
## Credits
|
|
There are many people who contributed to FlatPress over the years. [See them here.](./CONTRIBUTORS.md)
|