Skip to content

Commit

Permalink
md trans
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Jan 9, 2014
1 parent cf48509 commit 16640e4
Showing 1 changed file with 17 additions and 25 deletions.
42 changes: 17 additions & 25 deletions README.md
@@ -1,38 +1,30 @@
== Clansuite - just an eSports CMS
[![Build Status](https://secure.travis-ci.org/Clansuite/Clansuite.png?branch=master)](https://travis-ci.org/Clansuite/Clansuite)
[![Build Status](https://secure.travis-ci.org/Clansuite/Clansuite.png?branch=develop](https://travis-ci.org/Clansuite/Clansuite)
### Clansuite - just an eSports CMS [![Build Status](https://secure.travis-ci.org/Clansuite/Clansuite.png?branch=master)](https://travis-ci.org/Clansuite/Clansuite) [![Build Status](https://secure.travis-ci.org/Clansuite/Clansuite.png?branch=develop)](https://travis-ci.org/Clansuite/Clansuite)

Clansuite is a Free Content Management System especially for Clans and eSports Teams.
Based on PHP5, Doctrine2, Smarty3, Ajax. - Easy, comfortable, fast, flexible.

*Website* | http://clansuite.com/
*Issues* | https://github.com/Clansuite/Clansuite/issues/
*Forum* | http://forum.clansuite.com/
*Contributors* | https://github.com/Clansuite/Clansuite/graphs/contributors/

### What is it?
[Website](http://clansuite.com/)
| [Forum](http://forum.clansuite.com/)
| [Documentation](http://docs.clansuite.com)
| [Bugtracker](https://github.com/Clansuite/Clansuite/issues/)

Clansuite is a CMS developed for Clans and eSports Teams to setup their gaming websites.
It aims to be state-of-the-art, has a modular design approach, feature-richness and easy-maintainance.
It's even suitable for "esport" and "real-life" sports teams, associations, personal web pages, freelancers
or to create the business website for your company.

or to create the business website for your company. It's easy, comfortable, fast and flexible.
Clansuite is written in PHP and requires version 5.3+. It's an Application based on Koch Framework.

The system aims to be compliant with
link:/https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md[PSR-0],
link:/https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md[PSR-1],
and link:/https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md[PSR-2].
The system aims to be compliant with the latest PHP development standards:
[PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md),
[PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md),
and
[PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md).
If you notice compliance oversights, please send a patch via pull request.

You can find more information about Clansuite on the official website http://clansuite.com/.

### Documentation

Documentation is available in ASCIIDOC format in the /docs/manuals directory.
In particular, open any of the asciidoc files (*.asciidoc) to see the clansuite manual.

The http://docs.clansuite.com[Documentation] is also available on our website.
The [Documentation](http://docs.clansuite.com) is also available on our website.

### Authors

Expand All @@ -42,24 +34,24 @@ Clansuite is written and developed by the Clansuite Development Team.
This software consists of voluntary contributions made by many individuals.

For detailed contributor informations and to get an overview of the
people involved here, look at https://github.com/Clansuite/Clansuite/contributors[the List of Contributors]
people involved here, look at [the List of Contributors](https://github.com/Clansuite/Clansuite/contributors)

### Licensing
### License

Clansuite is licensed under GPL version 2 and any later version.
Clansuite's Documentation is licensed under the "GNU Free Documentation License".

### Bugs

If you find any bugs, please submit them to the https://github.com/Clansuite/Clansuite/issues[bugtracker]
If you find any bugs, please submit them to the [bugtracker](https://github.com/Clansuite/Clansuite/issues)

More information can be found on the official website.

== Contributing

If you are a developer, we need your help. Growing this project means lot's of stuff to do. Some developers are contributing with new features, others with bug fixes. You might also dedicate yourself to refactoring the current codebase and improving what we already have. This is very important, we want the project to be a state-of-the-art application, and we need your help for that.

* https://github.com/Clansuite/Clansuite/blob/develop/CONTRIBUTE.md[How to contribute]
* [How to contribute](https://github.com/Clansuite/Clansuite/blob/develop/CONTRIBUTE.md)
* Examine possible bugs, suboptimal code, duplicated code, overcomplicated expressions and unused code with in our CI server
* Try to fix any https://travis-ci.org/#!/Clansuite/Clansuite[violations] reported
* Try to fix any [errors](https://travis-ci.org/#!/Clansuite/Clansuite) reported
* Improve the test coverage by creating unit and functional tests

0 comments on commit 16640e4

Please sign in to comment.