2021-12-01 23:11:28 +01:00
|
|
|
<!--
|
|
|
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
2019-03-09 10:14:08 +01:00
|
|
|
# BlogoText for YunoHost
|
2018-01-24 20:18:53 +01:00
|
|
|
|
2023-02-06 20:46:26 +01:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/blogotext.svg)](https://dash.yunohost.org/appci/app/blogotext) ![Working status](https://ci-apps.yunohost.org/ci/badges/blogotext.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/blogotext.maintain.svg)
|
2020-12-20 09:16:15 +01:00
|
|
|
[![Install BlogoText with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=blogotext)
|
2018-01-24 20:18:53 +01:00
|
|
|
|
2019-03-09 10:14:08 +01:00
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
2021-12-01 23:11:28 +01:00
|
|
|
> *This package allows you to install BlogoText 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.*
|
2019-03-09 10:14:08 +01:00
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
|
|
This is BlogoText, the lightweight Blog-Engine.
|
|
|
|
|
2021-12-01 23:13:15 +01:00
|
|
|
### Features
|
|
|
|
|
|
|
|
- Blog with comments and RSS feeds
|
|
|
|
- Links sharing
|
|
|
|
- RSS Reader
|
|
|
|
- Images/Files uploading and sharing
|
|
|
|
- JSON/ZIP/HTML import-export; WordPress import
|
|
|
|
- Support Addons
|
|
|
|
|
|
|
|
|
|
|
|
**Shipped version:** 3.7.6~ynh5
|
2019-03-09 10:14:08 +01:00
|
|
|
|
2021-12-01 23:11:28 +01:00
|
|
|
**Demo:** https://blogotext.org/blog/
|
2019-03-09 10:14:08 +01:00
|
|
|
|
2021-12-01 23:11:28 +01:00
|
|
|
## Screenshots
|
2019-03-09 10:14:08 +01:00
|
|
|
|
2023-02-06 20:46:26 +01:00
|
|
|
![Screenshot of BlogoText](./doc/screenshots/preview.png)
|
2019-03-09 10:14:08 +01:00
|
|
|
|
2021-12-01 23:11:28 +01:00
|
|
|
## Disclaimers / important information
|
2019-03-09 10:14:08 +01:00
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
How to configure this app: by the admin panel `https://domain.tld/admin`.
|
2021-12-01 23:11:28 +01:00
|
|
|
## Documentation and resources
|
2019-03-09 10:14:08 +01:00
|
|
|
|
2023-02-06 20:46:26 +01:00
|
|
|
* Official app website: <https://blogotext.org/>
|
|
|
|
* Official admin documentation: <https://github.com/BlogoText/blogotext/wiki>
|
|
|
|
* Upstream app code repository: <https://github.com/BlogoText/blogotext>
|
|
|
|
* YunoHost documentation for this app: <https://yunohost.org/app_blogotext>
|
|
|
|
* Report a bug: <https://github.com/YunoHost-Apps/blogotext_ynh/issues>
|
2019-03-09 10:14:08 +01:00
|
|
|
|
2021-12-01 23:11:28 +01:00
|
|
|
## Developer info
|
2019-03-09 10:14:08 +01:00
|
|
|
|
2021-12-01 23:11:28 +01:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/blogotext_ynh/tree/testing).
|
2018-01-24 20:18:53 +01:00
|
|
|
|
2019-03-09 10:14:08 +01:00
|
|
|
To try the testing branch, please proceed like that.
|
2023-02-06 20:46:26 +01:00
|
|
|
|
|
|
|
``` bash
|
2021-12-01 23:11:28 +01:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/blogotext_ynh/tree/testing --debug
|
2019-03-09 10:14:08 +01:00
|
|
|
or
|
2021-12-01 23:11:28 +01:00
|
|
|
sudo yunohost app upgrade blogotext -u https://github.com/YunoHost-Apps/blogotext_ynh/tree/testing --debug
|
2019-03-09 10:14:08 +01:00
|
|
|
```
|
2021-12-01 23:11:28 +01:00
|
|
|
|
2023-02-06 20:46:26 +01:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|