Do blogs and do it well!
Find a file
2024-12-09 11:32:13 +01:00
admin UX: Add a required attribute to password of the chosen action is delete on blogs page management 2024-12-08 11:02:26 +01:00
bin Composer update 2024-09-20 15:46:06 +02:00
build-tools Fix CK builder 2024-12-02 09:51:22 +01:00
inc Fix some warnings/error given by PHPStan analysis 2024-11-29 13:55:30 +01:00
locales New translations main.pot (Serbian) 2024-12-05 13:36:31 +01:00
plugins Fix: cast given value to string for hidden field 2024-12-07 11:59:22 +01:00
src No need to test twice if the array is empty or not :-p 2024-12-09 11:32:13 +01:00
tests/unit Some XML Parser attributes could be missing (now initialized to ''/[]/null if necessary) 2024-11-29 22:20:46 +01:00
themes Fix some warnings/error given by PHPStan analysis 2024-11-29 13:55:30 +01:00
.atoum.coverage.php Fix Unit tests 2023-03-07 17:26:14 +01:00
.atoum.php Fix unit test boostrap to be able to use __() function 2023-03-09 13:57:13 +01:00
.doxygen.conf Adjust doxygen config file 2024-11-25 11:48:58 +01:00
.editorconfig Config for Makefile editor 2020-03-05 13:51:44 +01:00
.gitignore Remove CB as submodule, includes it into inc/helper (keep unit tests), addresses #202 2022-12-26 11:19:06 +01:00
.gitmodules Remove CB as submodule, includes it into inc/helper (keep unit tests), addresses #202 2022-12-26 11:19:06 +01:00
.php-cs-fixer.dist.php Switch from PHP 7.4 to 8.1 2023-08-13 10:26:18 +02:00
CHANGELOG Release 2.32.1 2024-11-27 08:52:34 +01:00
composer.json Composer update (PHPStan 1.12.x to 2.0.x) 2024-11-29 11:09:19 +01:00
composer.lock Composer update (PHPStan 1.12.x to 2.0.x) 2024-11-29 11:09:19 +01:00
CONTRIBUTING.md Add Psalm info in CONTRIBUTING 2023-07-17 09:06:48 +02:00
CREDITS Update CREDITS 2022-04-29 09:52:50 +02:00
crowdin.yml Add theme help to crowdin config 2023-09-02 15:33:30 +02:00
favicon.ico Favicons 2013-09-30 10:50:32 +02:00
index.php Add doxygen conditional command to avoid misinterpreting global else variable in documentation 2024-11-25 12:07:22 +01:00
LICENSE Switch from GNU GPL-2.0-only to AGPL-3.0 2024-03-08 08:59:06 +01:00
Makefile Remove unnecessary sass folders from production archive 2024-05-20 16:27:25 +02:00
phpstan.bootstrap No need to declare constants in PHPStan bootstrap 2023-10-25 19:24:01 +02:00
phpstan.neon Avoid using magic methods as far as possible 2023-10-23 14:14:36 +02:00
psalm-baseline.xml Code review (with PSalm) 2023-10-26 14:15:40 +02:00
psalm.attributes.php Switch from GNU GPL-2.0-only to AGPL-3.0 2024-03-08 08:59:06 +01:00
psalm.bootstrap.php PHP 8.4 compliance 2024-11-29 22:17:43 +01:00
psalm.constants.php Switch from GNU GPL-2.0-only to AGPL-3.0 2024-03-08 08:59:06 +01:00
psalm.xml Code review (via Psalm) 2023-09-08 18:32:22 +02:00
README.md Update README.md 2024-05-02 11:07:50 +02:00
release.json Release 2.32.1 2024-11-27 08:52:34 +01:00
SECURITY.md Review some very old contributions 2024-02-25 09:22:23 +01:00

README

Crowdin

WHAT IS DOTCLEAR

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

REQUIREMENTS

In order to run Dotclear you need:

  • A web server (Apache, Nginx, lighttpd, Caddy, etc)
  • PHP 8.1 to 8.3 with the following modules:
    • mbstring
    • iconv
    • simplexml
    • mysqli, postgresql or sqlite
    • intl (required for PHP 8.2+)
  • A database server (MySQL/MariaDB or PostgreSQL) or SQLite.

INSTALLATION

Automatic installation

The easiest way to install the blog engine is automatic installation. Download the one minute install file, upload it to your web space. Then open it in your favorite browser. You'll only have to follow the instructions on screen. See the documentation for more information.

Standard installation

You need to download Dotclear archive, extract it then upload your files to your web space using an FTP client. Then open your favorite browser and go to https://your.host.name/dotclear/admin/install/. A message alerts you that you haven't got a configuration file and offers to run the wizard. Click this link.

DOCUMENTATION

Still unsure if you want to move? A "guided tour" is what you need.

Dotclear is fully documented:

Dotclear documentation uses a wiki. Feel free to contribute.

License

Copyright Olivier Meunier & Association Dotclear

AGPL-v3 https://www.gnu.org/licenses/agpl-3.0.html

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

CONTRIBUTING

Dotclear is an open source project. If you'd like to contribute, please read the CONTRIBUTING file. You can submit a pull request, or feel free to use any other way you'd prefer.

Repositories

https://git.dotclear.org/dotclear/ (official) https://github.com/dotclear/dotclear (Github mirror)

https://dotclear.crowdin.com/dotclear (online translations)