mirror of
https://github.com/YunoHost-Apps/lionwiki-t2t_ynh.git
synced 2024-09-03 19:36:27 +02:00
Merge 8b33042df3
into 554c5cf62e
This commit is contained in:
commit
1b6a96af19
8 changed files with 11 additions and 12 deletions
|
@ -19,7 +19,7 @@ It shall NOT be edited by hand.
|
|||
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.07.04~ynh1
|
||||
**Shipped version:** 2024.07.12~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ No se debe editar a mano.
|
|||
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.
|
||||
|
||||
|
||||
**Versión actual:** 2024.07.04~ynh1
|
||||
**Versión actual:** 2024.07.12~ynh1
|
||||
|
||||
## Capturas
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ EZ editatu eskuz.
|
|||
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.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 2024.07.04~ynh1
|
||||
**Paketatutako bertsioa:** 2024.07.12~ynh1
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
|
|||
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.07.04~ynh1
|
||||
**Version incluse :** 2024.07.12~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ NON debe editarse manualmente.
|
|||
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.
|
||||
|
||||
|
||||
**Versión proporcionada:** 2024.07.04~ynh1
|
||||
**Versión proporcionada:** 2024.07.12~ynh1
|
||||
|
||||
## Capturas de pantalla
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
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.
|
||||
|
||||
|
||||
**分发版本:** 2024.07.04~ynh1
|
||||
**分发版本:** 2024.07.12~ynh1
|
||||
|
||||
## 截图
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Lionwiki"
|
|||
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"
|
||||
|
||||
version = "2024.07.04~ynh1"
|
||||
version = "2024.07.12~ynh1"
|
||||
|
||||
maintainers = ["Eric Forgeot"]
|
||||
|
||||
|
@ -78,8 +78,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/farvardin/lionwiki-t2t/archive/9d64b7866194c7ec7e4f6551e2fb4fef708e9064.tar.gz"
|
||||
sha256 = "590da8702d6cc25ce654fb02dba2baecc3f67692b1cefda5f1302849168368f6"
|
||||
url = "https://github.com/farvardin/lionwiki-t2t/archive/dddf8984dc09b3ba1a8908e97ba6248661a6f9b1.tar.gz"
|
||||
sha256 = "f3334577897fcde8dc69e7e05ec6928ec656de4bbdfcffe0e8cb627e6b5092da"
|
||||
|
||||
autoupdate.strategy = "latest_github_commit"
|
||||
autoupdate.asset = "tarball"
|
||||
|
@ -94,7 +94,7 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.apt]
|
||||
packages = [
|
||||
"php8.2-fpm",
|
||||
"php7.4-fpm",
|
||||
"node-less",
|
||||
"acl",
|
||||
]
|
||||
|
|
|
@ -3,5 +3,4 @@
|
|||
test_format = 1.0
|
||||
|
||||
[default]
|
||||
|
||||
test_upgrade_from.f1cb863347dd3555159f014fccd055b32a256427.name = "Last packaging v1 version"
|
||||
test_upgrade_from.54b4f7ec9217516a3621cefab75a281ed21541b6.name = "2024.02.02~ynh1"
|
||||
|
|
Loading…
Add table
Reference in a new issue