Do blogs and do it well!
 
 
 
 
 
Go to file
franck 5ffbf4cf38 Add touch capacity for drag'n'drop gestures on screen, addresses #1802 2013-10-27 09:46:02 +01:00
admin Add touch capacity for drag'n'drop gestures on screen, addresses #1802 2013-10-27 09:46:02 +01:00
build-tools dclegacy is officially distributed 2013-10-05 16:39:14 +02:00
debian Add mysqli support, step 1, addresses #1450 2013-09-06 21:36:57 +02:00
inc default branch is now the future 2.7 2013-10-13 12:14:06 +02:00
locales Fusion avec default 2013-10-16 23:05:37 +02:00
plugins Add touch capacity for drag'n'drop gestures on screen, addresses #1802 2013-10-27 09:46:02 +01:00
tests/functional Fix : on page with anchor and hash for tabs (on aboutConfig for example); after selecting an anchor and reload page, must open first tab. 2013-10-13 15:07:58 +02:00
themes Add touch capacity for drag'n'drop gestures on screen, addresses #1802 2013-10-27 09:46:02 +01:00
.hgignore Oops 2013-07-11 22:14:07 +02:00
.hgsub Changed clearbricks hg repo (from bb to clearbricks.org) 2011-12-15 08:23:48 +01:00
.hgsubstate update subrepo 2013-10-13 14:22:39 +02:00
CHANGELOG CHANGELOG of 2.5.3 2013-09-11 10:01:34 +02:00
CONTRIBUTING.md Fix issue 1510 : add a better README file (using markdown syntax) 2013-08-25 18:23:19 +02:00
CREDITS 2.3 branch (trunk) first checkin 2011-04-08 07:35:36 +02:00
LICENSE 2.3 branch (trunk) first checkin 2011-04-08 07:35:36 +02:00
Makefile dclegacy is officially distributed 2013-10-05 16:39:14 +02:00
README.md Add mysqli support, step 1, addresses #1450 2013-09-06 21:36:57 +02:00
favicon.ico Favicons 2013-09-30 10:50:32 +02:00
index.php Update copyright notice 2013-07-14 10:36:29 +02:00

README.md

README

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, textile 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 support
  • Full Unicode support
  • XML/RPC client support
  • Extensible
  • Performance and scalability
  • Twice free

REQUIREMENTS

In order to run Dotclear you need:

  • A web server (Apache, Cherokee, Nginx, lighttpd, etc.)
  • PHP 5.2 with the following modules:
    • mbstring
    • iconv
    • simplexml
    • mysql, mysqli, postgresql or sqlite
  • A database server (MySQL 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 http://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.

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.