Dotclear

source: README.md @ 3069:67676d1fff6f

Revision 3069:67676d1fff6f, 3.1 KB checked in by franck <carnet.franck.paul@…>, 10 years ago (diff)

Discreetly switch to PHP 5.3, but Dotclear should still runs with 5.2 (but it will be not more supported)

Line 
1# README
2
3## WHAT IS DOTCLEAR ?
4
5Dotclear is an open-source web publishing software.
6Take control over your blog!
7
8Dotclear project's purpose is to provide a user-friendly
9tool allowing anyone to publish on the web, regardless of
10their technical skills.
11
12### Features:
13 * Easy publication
14 * Fully customizable theme
15 * User-friendly administration
16 * Flexible template system
17 * Media management
18 * Choose from several editing syntax (wiki, markdown, textile or directly in wysiwyg)
19 * Flexible comment system
20 * Built-in antispam
21 * Localization
22 * Presentation widgets
23 * Themes and plugins
24 * Pages
25 * Tags and categories
26 * Automated installation
27 * Support for several database types
28 * Multiblog
29 * Multi-user with permissions
30 * Standards compliant
31 * Accessible
32 * Importing / exporting
33 * Naturally optimized for search engines
34 * Syndication feeds
35 * Complete trackback support
36 * Full Unicode support
37 * XML/RPC client support
38 * Extensible
39 * Performance and scalability
40 * Twice free
41
42
43## REQUIREMENTS
44
45In order to run Dotclear you need:
46
47 * A web server (Apache, Cherokee, Nginx, lighttpd, etc.)
48 * PHP 5.3 with the following modules:
49    * mbstring
50    * iconv
51    * simplexml
52    * mysql, mysqli, postgresql or sqlite
53 * A database server (MySQL or PostgreSQL) or SQLite.
54
55
56## INSTALLATION
57
58### Automatic installation
59   The easiest way to install the blog engine is automatic installation.
60   Download the [one minute install file][1], 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][2] for more information.
61
62### Standard installation.
63   You need to download [Dotclear archive][3], extract it then upload your files to your web space using an FTP client.
64   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.
65
66
67## DOCUMENTATION
68Still unsure if you want to move? A "[guided tour][4]" is what you need.
69
70Dotclear is fully documented:
71
72 * If you have moved in already, the [User Manual][5] is there for you.
73 * The managers will turn to the [Administration Guide][6].
74 * Decorators and craftsmen will surely enjoy reading the [Developer and designer resources][7].
75
76Dotclear documentation uses a wiki. Feel free to contribute.
77
78
79CONTRIBUTING
80------------
81Dotclear is an open source project. If you'd like to contribute, please read the [CONTRIBUTING file](CONTRIBUTING.md).
82You can submit a pull request, or feel free to use any other way you'd prefer.
83
84Repositories:
85-------------
86https://hg.dotclear.org/dotclear/ (official)
87https://bitbucket.org/dotclear/dotclear (Bitbucket)
88https://github.com/dotclear/dotclear (Github, sync'ed with Bitbucket)
89
90
91[1]: http://download.dotclear.org/loader/dotclear-loader.php
92[2]: http://dotclear.org/documentation/2.0/admin/install
93[3]: http://dotclear.org/download
94[4]: http://dotclear.org/documentation/2.0/overview/tour
95[5]: http://dotclear.org/documentation/2.0/usage
96[6]: http://dotclear.org/documentation/2.0/admin
97[7]: http://dotclear.org/documentation/2.0/resources
98
Note: See TracBrowser for help on using the repository browser.

Sites map