2022-05-22 12:06:51 +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.
|
|
|
|
-->
|
|
|
|
|
2022-05-22 12:06:57 +02:00
|
|
|
# PmWiki for YunoHost
|
2022-05-22 12:06:51 +02:00
|
|
|
|
2023-03-25 12:10:33 +01:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/pmwiki.svg)](https://dash.yunohost.org/appci/app/pmwiki) ![Working status](https://ci-apps.yunohost.org/ci/badges/pmwiki.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/pmwiki.maintain.svg)
|
|
|
|
|
2022-05-22 12:06:57 +02:00
|
|
|
[![Install PmWiki with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pmwiki)
|
2022-05-22 12:06:51 +02:00
|
|
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
2022-05-22 12:06:57 +02:00
|
|
|
> *This package allows you to install PmWiki quickly and simply on a YunoHost server.
|
2022-05-22 12:06:51 +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-24 10:20:00 +02:00
|
|
|
PmWiki is a wiki-based content-management system (CMS) for collaborative creation and maintenance of websites.
|
2022-05-22 12:06:51 +02:00
|
|
|
|
2022-05-22 12:06:57 +02:00
|
|
|
### Features
|
2022-05-22 12:06:51 +02:00
|
|
|
|
2022-05-24 10:20:00 +02:00
|
|
|
- Custom look-and-feel;
|
|
|
|
- Access control;
|
|
|
|
- Customization and plugin architecture
|
2022-05-22 12:06:51 +02:00
|
|
|
|
2022-05-24 10:26:47 +02:00
|
|
|
**Shipped version:** 2.3.5~ynh1
|
2022-05-22 12:06:51 +02:00
|
|
|
|
2022-05-22 12:06:57 +02:00
|
|
|
## Screenshots
|
2022-05-22 12:06:51 +02:00
|
|
|
|
2022-05-24 10:20:00 +02:00
|
|
|
![Screenshot of PmWiki](./doc/screenshots/pmwiki.png)
|
2022-05-22 12:06:51 +02:00
|
|
|
|
|
|
|
## Documentation and resources
|
|
|
|
|
2022-05-24 10:20:00 +02:00
|
|
|
* Official app website: <https://www.pmwiki.org>
|
|
|
|
* Official user documentation: <https://www.pmwiki.org/wiki/PmWikiFr/PmWikiUsers>
|
|
|
|
* Official admin documentation: <https://www.pmwiki.org/wiki/PmWikiFr/PmWikiFr>
|
|
|
|
* YunoHost documentation for this app: <https://yunohost.org/app_pmwiki>
|
|
|
|
* Report a bug: <https://github.com/YunoHost-Apps/pmwiki_ynh/issues>
|
2022-05-22 12:06:51 +02:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
2022-05-22 12:06:57 +02:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/pmwiki_ynh/tree/testing).
|
2022-05-22 12:06:51 +02:00
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
2022-05-24 10:20:00 +02:00
|
|
|
|
|
|
|
``` bash
|
2022-05-22 12:06:57 +02:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/pmwiki_ynh/tree/testing --debug
|
2022-05-22 12:06:51 +02:00
|
|
|
or
|
2022-05-22 12:06:57 +02:00
|
|
|
sudo yunohost app upgrade pmwiki -u https://github.com/YunoHost-Apps/pmwiki_ynh/tree/testing --debug
|
2022-05-22 12:06:51 +02:00
|
|
|
```
|
|
|
|
|
2022-05-24 10:20:00 +02:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|