[1578] | 1 | # README |
---|
| 2 | |
---|
| 3 | ## WHAT IS DOTCLEAR ? |
---|
| 4 | |
---|
| 5 | Dotclear is an open-source web publishing software. |
---|
| 6 | Take control over your blog! |
---|
| 7 | |
---|
| 8 | Dotclear project's purpose is to provide a user-friendly |
---|
| 9 | tool allowing anyone to publish on the web, regardless of |
---|
| 10 | their 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 | |
---|
| 45 | In order to run Dotclear you need: |
---|
| 46 | |
---|
| 47 | * A web server (Apache, Cherokee, Nginx, lighttpd, etc.) |
---|
| 48 | * PHP 5.2 with the following modules: |
---|
| 49 | * mbstring |
---|
| 50 | * iconv |
---|
| 51 | * simplexml |
---|
[1743] | 52 | * mysql, mysqli, postgresql or sqlite |
---|
[1578] | 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 |
---|
| 68 | Still unsure if you want to move? A "[guided tour][4]" is what you need. |
---|
| 69 | |
---|
| 70 | Dotclear 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 | |
---|
| 76 | Dotclear documentation uses a wiki. Feel free to contribute. |
---|
| 77 | |
---|
| 78 | |
---|
| 79 | CONTRIBUTING |
---|
| 80 | ------------ |
---|
| 81 | Dotclear is an open source project. If you'd like to contribute, please read the [CONTRIBUTING file](CONTRIBUTING.md). |
---|
| 82 | You can submit a pull request, or feel free to use any other way you'd prefer. |
---|
| 83 | |
---|
[2686] | 84 | Repositories: |
---|
| 85 | ------------- |
---|
| 86 | https://hg.dotclear.org/dotclear/ (official) |
---|
| 87 | https://bitbucket.org/dotclear/dotclear (Bitbucket) |
---|
| 88 | https://github.com/dotclear/dotclear (Github, sync'ed with Bitbucket) |
---|
| 89 | |
---|
[1578] | 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 | |
---|