2021-05-30 19:43:10 +02:00
<!--
2024-06-23 13:28:47 +02:00
N.B.: This README was automatically generated by < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
2021-05-30 19:43:10 +02:00
It shall NOT be edited by hand.
-->
2020-10-14 12:53:53 +02:00
# Bludit for YunoHost
2023-03-06 08:09:00 +01:00
[![Integration level ](https://dash.yunohost.org/integration/bludit.svg )](https://dash.yunohost.org/appci/app/bludit) ![Working status ](https://ci-apps.yunohost.org/ci/badges/bludit.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/bludit.maintain.svg )
2021-03-16 08:32:14 +01:00
[![Install Bludit with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=bludit)
2020-10-14 12:53:53 +02:00
2024-06-23 13:28:47 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2020-10-14 12:53:53 +02:00
2024-06-23 13:28:47 +02:00
> *This package allows you to install Bludit quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2020-10-14 12:53:53 +02:00
## Overview
2023-09-11 14:49:47 +02:00
Bludit is a web application to build your own website or blog in seconds, it's completely free and open source. Bludit uses files in JSON format to store the content, you don't need to install or configure a database. You only need a web server with PHP support. Bludit is a Flat-File CMS. Bludit supports Markdown and HTML code for the content.
2020-10-14 12:53:53 +02:00
2023-09-11 14:49:47 +02:00
**Shipped version:** 3.15.0~ynh2
2022-09-24 07:36:40 +02:00
2024-06-23 13:28:47 +02:00
**Demo:** < https: / / demo . bludit . com >
2020-10-14 12:53:53 +02:00
2021-05-30 19:43:10 +02:00
## Screenshots
2020-10-14 12:53:53 +02:00
2022-08-27 19:20:52 +02:00
![Screenshot of Bludit ](./doc/screenshots/bludit_1_en.png )
2020-10-14 12:53:53 +02:00
2021-05-30 19:43:10 +02:00
## Documentation and resources
2020-10-14 12:53:53 +02:00
2024-06-23 13:28:47 +02:00
- Official app website: < www.bludit.com >
- Official admin documentation: < https: // docs . bludit . com / en />
- Upstream app code repository: < https: // github . com / bludit / bludit >
- YunoHost Store: < https: // apps . yunohost . org / app / bludit >
- Report a bug: < https: // github . com / YunoHost-Apps / bludit_ynh / issues >
2020-10-14 12:53:53 +02:00
2021-05-30 19:43:10 +02:00
## Developer info
2020-10-14 12:53:53 +02:00
2024-06-23 13:28:47 +02:00
Please send your pull request to the [`testing` branch ](https://github.com/YunoHost-Apps/bludit_ynh/tree/testing ).
2020-10-14 12:53:53 +02:00
2024-06-23 13:28:47 +02:00
To try the `testing` branch, please proceed like that:
2022-08-27 19:20:52 +02:00
2024-06-23 13:28:47 +02:00
```bash
2020-10-14 12:53:53 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/bludit_ynh/tree/testing --debug
or
sudo yunohost app upgrade bludit -u https://github.com/YunoHost-Apps/bludit_ynh/tree/testing --debug
```
2021-05-30 19:43:10 +02:00
2022-08-27 19:20:52 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >