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

106 lines
4.3 KiB
Markdown
Raw Normal View History

2020-03-27 09:49:21 +01:00
# Lionwiki-t2t for YunoHost
2020-11-27 10:49:00 +01:00
[![Integration level](https://dash.yunohost.org/integration/lionwiki-t2t.svg)](https://dash.yunohost.org/appci/app/lionwiki-t2t) ![](https://ci-apps.yunohost.org/ci/badges/lionwiki-t2t.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/lionwiki-t2t.maintain.svg)
2020-12-31 16:18:51 +01:00
[![Install Lionwiki-t2t 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
2020-03-01 11:28:28 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2020-03-27 09:49:21 +01:00
> *This package allow you to install Lionwiki-t2t quickly and simply on a YunoHost server.
2020-03-01 11:28:28 +01:00
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
## 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-05-26 01:35:02 +02:00
**Shipped version:** 3.2.12e
2021-01-27 09:36:37 +01:00
## Screenshot
2020-03-01 11:28:28 +01:00
![](screenshot_lionwikit2t.png)
2020-03-01 11:28:28 +01:00
## Configuration
2020-11-27 11:37:56 +01:00
In the root folder of this app, there are two files: `config.php` and `config.t2t`
2020-04-23 12:36:08 +02:00
2020-11-27 11:37:56 +01:00
- `config.php` is for changing password, the template used, default page. You can also define an administrator password which has some more rights (it's possible to lock some pages and modify them only with the administrator password, add some IP address to a blacklist)
2020-04-23 12:36:08 +02:00
2020-11-27 11:37:56 +01:00
- `config.t2t` is for tweaking your wiki syntax. You can define more tags (using the txt2tags rules) for specific behaviors.
2020-04-23 12:36:08 +02:00
2020-11-27 11:37:56 +01:00
The `pheditor.php` tool at the root of the site allows you to edit all the necessary configuration files. You can remove or rename it from its interface. The password is the same as the one defined during installation.
2020-03-01 11:28:28 +01:00
## Documentation
* Official documentation: https://lionwiki-t2t.sourceforge.io/
* More about txt2tags: https://github.com/farvardin/whatistxt2tags
2020-03-01 11:28:28 +01:00
## YunoHost specific features
#### Multi-users support
This is only a single password for editing the wiki (it's not multi-user), and one other password for administration. Both are set to the same one defined in the lionwiki-t2t during the installation by YunoHost.
You can set the wiki to private (only readable when you are connected to YunoHost SSO) or public (readable by the whole internet).
You can install multiple instance of this app.
2020-03-01 11:28:28 +01:00
#### Supported architectures
2020-04-28 08:35:33 +02:00
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/lionwikit2t%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/lionwikit2t/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/lionwikit2t%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/lionwikit2t/)
2020-03-01 11:28:28 +01:00
## Limitations
* No different user accounts.
2020-03-01 11:28:28 +01:00
## Additional information
You must define a base color during the installation (in hexadecimal format). You can choose it using this online tool for example: https://www.w3schools.com/colors/colors_picker.asp
2020-03-01 11:28:28 +01:00
2020-11-27 11:21:46 +01:00
It will modify the `templates/minimaxing/minimaxing.less` file and compile it using the lessc command (from the node-less package).
2020-03-01 11:28:28 +01:00
2020-11-27 11:21:46 +01:00
After the installation, you can edit the base color found in `/var/www/lionwikit2t/templates/minimaxing/minimaxing.less` file.
Search for:
```
/* For YunoHost config */
@MainColor: #D17732;
```
Go inside your installation folder (adapt it to your case, if it's the second instance you've installed, it will be named /var/www/lionwikit2t__2/):
```
cd /var/www/lionwikit2t
```
2020-03-01 11:28:28 +01:00
Then compile it with:
2020-03-01 11:28:28 +01:00
```
lessc templates/minimaxing/minimaxing.less > templates/minimaxing/minimaxing.css
```
2020-03-01 11:28:28 +01:00
If something goes wrong, you can go back to the original default file:
2020-03-01 11:28:28 +01:00
```
cp templates/minimaxing/minimaxing_org.css templates/minimaxing/minimaxing.css
2020-03-01 11:28:28 +01:00
```
2020-04-23 10:02:55 +02:00
## Links
2020-04-27 22:02:53 +02:00
* Report a bug: https://github.com/YunoHost-Apps/lionwiki-t2t_ynh/issues
* App website: https://lionwiki-t2t.sourceforge.io/
* YunoHost website: https://yunohost.org/
2020-11-27 11:21:46 +01:00
---
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/lionwiki-t2t_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
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
```