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 package for YunoHost
Find a file
2023-03-18 10:22:43 +01:00
.github [autopatch] Update issue and PR templates 2021-05-13 17:48:48 +02:00
conf upgrade to latest lionwiki 2023-03-17 12:29:40 +01:00
doc Charset 2022-07-18 20:26:45 +02:00
scripts fix pkg depend 2023-03-18 10:22:43 +01:00
check_process Update check_process 2022-07-18 20:25:49 +02:00
LICENSE Fix 2020-11-27 11:21:46 +01:00
manifest.json upgrade to latest lionwiki 2023-03-17 12:29:40 +01:00
README.md Auto-update README 2022-08-28 10:51:23 +00:00
README_fr.md Auto-update README 2022-08-28 10:51:23 +00:00

Lionwiki for YunoHost

Integration level Working status Maintenance status
Install Lionwiki with YunoHost

Lire ce readme en français.

This package allows you to install Lionwiki quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

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.

Shipped version: 3.2.12~ynh2

Screenshots

Screenshot of Lionwiki

Disclaimers / important information

Configuration

In the root folder of this app, there are two files: config.php and config.t2t

  • 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)

  • config.t2t is for tweaking your wiki syntax. You can define more tags (using the txt2tags rules) for specific behaviors.

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.

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.

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

It will modify the templates/minimaxing/minimaxing.less file and compile it using the lessc command (from the node-less package).

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

Then compile it with:

lessc templates/minimaxing/minimaxing.less > templates/minimaxing/minimaxing.css

If something goes wrong, you can go back to the original default file:

cp templates/minimaxing/minimaxing_org.css templates/minimaxing/minimaxing.css

Documentation and resources

Developer info

Please send your pull request to the testing branch.

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

More info regarding app packaging: https://yunohost.org/packaging_apps