From c5071720314325d7371e73e66ce83f1f20a2761c Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 15 Aug 2023 19:02:46 +0200 Subject: [PATCH] Appease linter --- doc/DESCRIPTION.md | 35 +++++++++++++++++++++++++++++++++++ doc/DISCLAIMER.md | 9 --------- manifest.toml | 6 +++--- 3 files changed, 38 insertions(+), 12 deletions(-) create mode 100644 doc/DESCRIPTION.md delete mode 100644 doc/DISCLAIMER.md diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..f4c2455 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1,35 @@ +Dotclear is an open-source web publishing software. +Take control over your blog! + +Dotclear project's purpose is to provide a user-friendly +tool allowing anyone to publish on the web, regardless of their technical skills. + +### Features + +- Easy publication +- Fully customizable theme +- User-friendly administration +- Flexible template system +- Media management +- Choose from several editing syntax (wiki, markdown or directly in wysiwyg) +- Flexible comment system +- Built-in antispam +- Localization +- Presentation widgets +- Themes and plugins +- Pages +- Tags and categories +- Automated installation +- Support for several database types +- Multiblog +- Multi-user with permissions +- Standards compliant +- Accessible +- Importing / exporting +- Naturally optimized for search engines +- Syndication feeds +- Complete trackback/pingback/webmention support +- Full Unicode support +- Extensible +- Performance and scalability +- Twice free diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md deleted file mode 100644 index 2567513..0000000 --- a/doc/DISCLAIMER.md +++ /dev/null @@ -1,9 +0,0 @@ -## Configuration - -How to configure this app: by an admin panel. - -#### Multi-users support - -Are LDAP supported? **Yes** -Are HTTP auth supported? **No** (PR are welcome!) -Can the app be used by multiple users? **Yes** diff --git a/manifest.toml b/manifest.toml index 7f539be..b65eb40 100644 --- a/manifest.toml +++ b/manifest.toml @@ -61,8 +61,8 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen [resources.permissions] main.url = "/" + [resources.apt] + packages = "mariadb-server, php8.2, php8.2-fpm" + [resources.database] type = "mysql" - - [resources.apt] - packages = "php8.2, php8.2-fpm"