Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunohost-apps/yeswiki_ynh
YesWiki package for YunoHost
https://github.com/yunohost-apps/yeswiki_ynh
php wiki yeswiki yunohost yunohost-apps
Last synced: about 2 months ago
JSON representation
YesWiki package for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/yeswiki_ynh
- Owner: YunoHost-Apps
- License: agpl-3.0
- Created: 2020-04-21T17:46:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T09:34:10.000Z (2 months ago)
- Last Synced: 2024-11-08T10:31:24.570Z (2 months ago)
- Topics: php, wiki, yeswiki, yunohost, yunohost-apps
- Language: Shell
- Homepage: https://yeswiki.net
- Size: 1 MB
- Stars: 6
- Watchers: 5
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YesWiki for YunoHost
[![Integration level](https://dash.yunohost.org/integration/yeswiki.svg)](https://ci-apps.yunohost.org/ci/apps/yeswiki/) ![Working status](https://ci-apps.yunohost.org/ci/badges/yeswiki.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/yeswiki.maintain.svg)
[![Install YesWiki with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=yeswiki)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install YesWiki 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.*## Overview
YesWiki is a wiki designed to remain simple, very easy to install, in French translated into English, Spanish, Catalan, Flemish...
However, with a YesWiki we can build a website with multiple uses:
- Gather all the information of a project or a group (function of "central station")
- Mapping members or places in a participatory way
- Share resources, lists, calendars thanks to powerful cooperative databases
- Communicate information flows
- Cultivate a bit of freedom...**Shipped version:** 4.4.5~ynh2
**Demo:**
## Screenshots
![Screenshot of YesWiki](./doc/screenshots/yeswiki_screenshots.png)
## Documentation and resources
- Official app website:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/yeswiki_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/yeswiki_ynh/tree/testing --debug
or
sudo yunohost app upgrade yeswiki -u https://github.com/YunoHost-Apps/yeswiki_ynh/tree/testing --debug
```**More info regarding app packaging:**