mirror of
https://github.com/YunoHost-Apps/lionwiki-t2t_ynh.git
synced 2024-09-03 19:36:27 +02:00
commit
9f2ce81014
3 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
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.
|
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:** 2024.02.02~ynh1
|
**Shipped version:** 2024.02.08~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
Lionwiki-t2t est un système de type wiki minimaliste, programmé en PHP. Il est extensible et n'utilise que des fichiers plats pour sa base de données. Il est adapté pour la création de petits sites web, de notes personnelles ou de journaux. Cette version utilise le langage de balisage léger TXT2TAGS.
|
Lionwiki-t2t est un système de type wiki minimaliste, programmé en PHP. Il est extensible et n'utilise que des fichiers plats pour sa base de données. Il est adapté pour la création de petits sites web, de notes personnelles ou de journaux. Cette version utilise le langage de balisage léger TXT2TAGS.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 2024.02.02~ynh1
|
**Version incluse :** 2024.02.08~ynh1
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ name = "Lionwiki"
|
||||||
description.en = "Lightweight wiki-style CMS using the txt2tags syntax"
|
description.en = "Lightweight wiki-style CMS using the txt2tags syntax"
|
||||||
description.fr = "CMS léger, géré sous forme de wiki utilisant la syntaxe txt2tags"
|
description.fr = "CMS léger, géré sous forme de wiki utilisant la syntaxe txt2tags"
|
||||||
|
|
||||||
version = "2024.02.02~ynh1"
|
version = "2024.02.08~ynh1"
|
||||||
|
|
||||||
maintainers = ["Eric Forgeot"]
|
maintainers = ["Eric Forgeot"]
|
||||||
|
|
||||||
|
@ -78,8 +78,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/farvardin/lionwiki-t2t/archive/6e523c7255fb89901be8322f3c2277c91f4cba4b.tar.gz"
|
url = "https://github.com/farvardin/lionwiki-t2t/archive/4fccabb165a25f026d7a96112daed78947171bcf.tar.gz"
|
||||||
sha256 = "c56c1e74f2faac68ed5b3c8195e37d552ca06247917c73a70904c399b28c9bb9"
|
sha256 = "f577327ea0a2d5be3506ff2a835355bf819dd8a70d10a4bf26af7e6ded7bb968"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_commit"
|
autoupdate.strategy = "latest_github_commit"
|
||||||
autoupdate.asset = "tarball"
|
autoupdate.asset = "tarball"
|
||||||
|
|
Loading…
Reference in a new issue