1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/getsimple_ynh.git synced 2024-09-03 18:36:25 +02:00
getsimple_ynh/README.md

56 lines
2.3 KiB
Markdown
Raw Normal View History

2022-05-15 16:02:06 +02:00
<!--
2024-02-20 05:15:14 +01:00
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
2022-05-15 16:02:06 +02:00
It shall NOT be edited by hand.
-->
2022-05-15 16:02:12 +02:00
# GetSimple for YunoHost
2022-05-15 16:02:06 +02:00
2023-06-10 11:21:44 +02:00
[![Integration level](https://dash.yunohost.org/integration/getsimple.svg)](https://dash.yunohost.org/appci/app/getsimple) ![Working status](https://ci-apps.yunohost.org/ci/badges/getsimple.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/getsimple.maintain.svg)
2022-05-15 16:02:12 +02:00
[![Install GetSimple with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=getsimple)
2022-05-15 16:02:06 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2022-05-15 16:02:12 +02:00
> *This package allows you to install GetSimple quickly and simply on a YunoHost server.
2022-05-15 16:02:06 +02:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
2022-05-15 16:02:12 +02:00
GetSimple is an XML based, stand-alone, fully independent and lite Content Management System. To go along with its best-in-class user interface, we have loaded it with features that every website needs, but with nothing it doesn't. GetSimple is truly the simplest way to manage a small-business website.
2022-05-15 16:02:06 +02:00
2022-05-15 16:02:12 +02:00
### Features
2022-05-15 16:02:06 +02:00
2022-05-15 16:02:12 +02:00
- XML Based
- You can "Undo" Almost Everything
- Easy to Learn UI
- Simple Installation
- Simple Theme Customization
- Designed For the Small-Site Market
2022-05-15 16:02:06 +02:00
2023-06-10 17:55:29 +02:00
**Shipped version:** 3.3.16~ynh3
2022-05-15 16:02:06 +02:00
2022-05-15 16:02:12 +02:00
## Screenshots
2022-05-15 16:02:06 +02:00
2022-07-28 01:09:51 +02:00
![Screenshot of GetSimple](./doc/screenshots/screenshot_editpage.png)
2022-05-15 16:02:06 +02:00
## Documentation and resources
2022-07-28 01:09:51 +02:00
* Official app website: <http://get-simple.info>
* Official admin documentation: <http://get-simple.info/wiki/fr:start>
* Upstream app code repository: <https://github.com/GetSimpleCMS/GetSimpleCMS>
2024-02-20 05:15:14 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/getsimple>
2022-07-28 01:09:51 +02:00
* Report a bug: <https://github.com/YunoHost-Apps/getsimple_ynh/issues>
2022-05-15 16:02:06 +02:00
## Developer info
2022-05-15 16:02:12 +02:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/getsimple_ynh/tree/testing).
2022-05-15 16:02:06 +02:00
To try the testing branch, please proceed like that.
2022-07-28 01:09:51 +02:00
``` bash
2022-05-15 16:02:12 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/getsimple_ynh/tree/testing --debug
2022-05-15 16:02:06 +02:00
or
2022-05-15 16:02:12 +02:00
sudo yunohost app upgrade getsimple -u https://github.com/YunoHost-Apps/getsimple_ynh/tree/testing --debug
2022-05-15 16:02:06 +02:00
```
2024-02-20 05:15:14 +01:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>