Do blogs and do it well!
 
 
 
 
 
Go to file
Nicolas 603fbd4bf1 Fix issue when testing editor
Translation for dcLegacyEditor and dcCKEditor are now managed
2014-08-25 22:08:50 +02:00
admin Fix issue when testing editor 2014-08-25 22:08:50 +02:00
build-tools Fix issue when testing editor 2014-08-25 22:08:50 +02:00
debian Add some people in CREDITS, remove trailing spaces and tabs. 2013-11-17 20:25:53 +01:00
inc Fix issue when testing editor 2014-08-25 22:08:50 +02:00
locales Addresses #1896 2014-08-25 09:20:20 +02:00
plugins Integrate dcCKEditor to distribution 2014-08-25 22:07:52 +02:00
tests/functional Upgrade jasmine to version 2.0.0 2014-07-09 15:03:41 +02:00
themes German locales for Berlin theme, thanks tbtip 2014-07-28 13:46:02 +02: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 Updated clearbricks 2014-08-18 12:43:16 +02:00
CHANGELOG Oups, thank's Moe - Fixes #1972 2014-05-31 08:56:40 +02:00
CONTRIBUTING.md Fix issue 1510 : add a better README file (using markdown syntax) 2013-08-25 18:23:19 +02:00
CREDITS Add some people in CREDITS, remove trailing spaces and tabs. 2013-11-17 20:25:53 +01:00
LICENSE 2.3 branch (trunk) first checkin 2011-04-08 07:35:36 +02:00
Makefile First update of Makefile for the new default theme berlin. Must be reviewed later for cleanup (Sass and so on) 2014-01-25 13:04:37 +01:00
README.md Update README.md with current repositories 2014-03-29 16:48:43 +01:00
favicon.ico Favicons 2013-09-30 10:50:32 +02:00
index.php Add some people in CREDITS, remove trailing spaces and tabs. 2013-11-17 20:25:53 +01: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.

Repositories:

https://hg.dotclear.org/dotclear/ (official) https://bitbucket.org/dotclear/dotclear (Bitbucket) https://github.com/dotclear/dotclear (Github, sync'ed with Bitbucket)