1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lionwiki-t2t_ynh.git synced 2024-09-03 19:36:27 +02:00
lionwiki-t2t_ynh/README.md

50 lines
2.3 KiB
Markdown
Raw Normal View History

2022-07-18 20:27:39 +02:00
<!--
2024-05-14 03:45:23 +02:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2022-07-18 20:27:39 +02:00
It shall NOT be edited by hand.
-->
2020-03-27 09:49:21 +01:00
2022-07-18 20:27:39 +02:00
# Lionwiki for YunoHost
2023-03-17 12:30:09 +01:00
[![Integration level](https://dash.yunohost.org/integration/lionwiki-t2t.svg)](https://dash.yunohost.org/appci/app/lionwiki-t2t) ![Working status](https://ci-apps.yunohost.org/ci/badges/lionwiki-t2t.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/lionwiki-t2t.maintain.svg)
2022-07-18 20:27:39 +02:00
[![Install Lionwiki with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=lionwiki-t2t)
2020-04-28 08:35:33 +02:00
2024-05-14 03:45:23 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2020-03-01 11:28:28 +01:00
2024-05-14 03:45:23 +02:00
> *This package allows you to install Lionwiki 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.*
2020-03-01 11:28:28 +01:00
## Overview
2020-04-23 12:36:08 +02:00
LionWiki-t2t is a minimalist Wiki engine programmed in PHP. It is extensible, templatable, file based (it doesn't need database like MySQL) and requires just one file to function (30 kb). It is suitable for small websites, personal notebooks or journals. This version is using the lightweight markup language TXT2TAGS.
2020-03-01 11:28:28 +01:00
2021-01-27 09:36:37 +01:00
2024-05-14 03:45:23 +02:00
**Shipped version:** 2024.05.13~ynh1
2022-08-28 12:51:23 +02:00
2022-07-18 20:27:39 +02:00
## Screenshots
![Screenshot of Lionwiki](./doc/screenshots/screenshot_lionwikit2t.png)
2020-03-01 11:28:28 +01:00
2022-07-18 20:27:39 +02:00
## Documentation and resources
2020-11-27 11:21:46 +01:00
2024-05-14 03:45:23 +02:00
- Official app website: <https://lionwiki-t2t.sourceforge.io/>
- Official user documentation: <https://github.com/farvardin/whatistxt2tags>
- Official admin documentation: <https://lionwiki-t2t.sourceforge.io/>
- Upstream app code repository: <https://sourceforge.net/projects/lionwiki-t2t>
- YunoHost Store: <https://apps.yunohost.org/app/lionwiki-t2t>
- Report a bug: <https://github.com/YunoHost-Apps/lionwiki-t2t_ynh/issues>
2020-11-27 11:21:46 +01:00
## Developer info
2024-05-14 03:45:23 +02:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/lionwiki-t2t_ynh/tree/testing).
2020-11-27 11:21:46 +01:00
2024-05-14 03:45:23 +02:00
To try the `testing` branch, please proceed like that:
2022-07-18 20:27:39 +02:00
2024-05-14 03:45:23 +02:00
```bash
2020-11-27 11:21:46 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/lionwiki-t2t_ynh/tree/testing --debug
or
sudo yunohost app upgrade lionwiki-t2t -u https://github.com/YunoHost-Apps/lionwiki-t2t_ynh/tree/testing --debug
```
2022-07-18 20:27:39 +02:00
2024-05-14 03:45:23 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>