From 3de32c1ac3e810a9bd8e61524f0fd1a3abf9682f Mon Sep 17 00:00:00 2001 From: Vincent Peugnet Date: Sun, 22 Dec 2024 12:37:13 +0100 Subject: [PATCH] Add W software (wiki) (#991) --- software/w.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 software/w.yml diff --git a/software/w.yml b/software/w.yml new file mode 100644 index 0000000000..1ca93cb57c --- /dev/null +++ b/software/w.yml @@ -0,0 +1,10 @@ +name: "W" +website_url: "https://w.club1.fr" +source_code_url: "https://github.com/vincent-peugnet/wcms" +description: "Lightweight, mutli-user, flat-file-database Wiki engine. Create pages quickly and edit them in your Web browser using Mardown/HTML/CSS/JS. The main difference with other wiki is that you are encouraged to customize each page style individually." +licenses: + - AGPL-3.0 +platforms: + - PHP +tags: + - Wikis