2021-08-24 17:00:04 +02: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.
-->
2021-08-24 17:00:11 +02:00
# Sitemagic CMS for YunoHost
2021-08-24 17:00:04 +02:00
2022-08-15 18:26:37 +02:00
[![Integration level ](https://dash.yunohost.org/integration/sitemagiccms.svg )](https://dash.yunohost.org/appci/app/sitemagiccms) ![Working status ](https://ci-apps.yunohost.org/ci/badges/sitemagiccms.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/sitemagiccms.maintain.svg )
2021-08-24 18:11:47 +02:00
[![Install Sitemagic CMS with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=sitemagiccms)
2021-08-24 17:00:04 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2021-08-24 17:00:11 +02:00
> *This package allows you to install Sitemagic CMS quickly and simply on a YunoHost server.
2021-08-24 17:00:04 +02:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
## Overview
2021-08-29 11:17:29 +02:00
Sitemagic is a Content Management System. It's very unique in its approach to design. Sitemagic CMS is a comprehensive Content Management System that allows anyone to easily manage pages, files, menu, forms, and external modules such as maps, social media plugins, videos, and more. But there's also a ton of hidden features that helps you save time such as automatic mobile and search engine optimizations (SEO).
2021-08-24 17:00:04 +02:00
2022-08-27 09:27:33 +02:00
**Shipped version:** 4.4.2~ynh4
2021-08-24 17:00:04 +02:00
## Screenshots
2022-08-15 18:26:37 +02:00
![Screenshot of Sitemagic CMS ](./doc/screenshots/Designer.jpeg )
2021-08-24 17:00:04 +02:00
## Documentation and resources
2022-08-15 18:26:37 +02:00
* Official app website: < https: // sitemagic . org />
* Official admin documentation: < https: // sitemagic . org / sites / cms-guide />
* Upstream app code repository: < https: // github . com / Jemt / SitemagicCMS >
* YunoHost documentation for this app: < https: // yunohost . org / app_sitemagiccms >
* Report a bug: < https: // github . com / YunoHost-Apps / sitemagiccms_ynh / issues >
2021-08-24 17:00:04 +02:00
## Developer info
2021-08-24 18:11:47 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/sitemagiccms_ynh/tree/testing ).
2021-08-24 17:00:04 +02:00
To try the testing branch, please proceed like that.
2022-08-15 18:26:37 +02:00
``` bash
2021-08-24 18:11:47 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/sitemagiccms_ynh/tree/testing --debug
2021-08-24 17:00:04 +02:00
or
2021-08-24 18:11:47 +02:00
sudo yunohost app upgrade sitemagiccms -u https://github.com/YunoHost-Apps/sitemagiccms_ynh/tree/testing --debug
2021-08-24 17:00:04 +02:00
```
2022-08-15 18:26:37 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >