php-censor/docs/en/README.md

64 lines
2.4 KiB
Markdown
Raw Normal View History

2016-07-19 13:05:02 +02:00
PHP Censor documentation
2017-01-04 13:22:20 +01:00
========================
2016-07-19 11:12:28 +02:00
Getting Started
2017-01-04 13:22:20 +01:00
---------------
2016-07-19 11:12:28 +02:00
2016-07-19 13:05:02 +02:00
* [Installing PHP Censor](installing.md)
2016-07-17 16:20:35 +02:00
* [Adding a Virtual Host](virtual_host.md)
2017-01-09 17:58:44 +01:00
* [Run builds using a worker](workers/worker.md)
* [Run builds using cronjob](workers/cron.md)
2017-02-02 13:32:17 +01:00
* [Adding PHP Censor Support to Your Projects](configuring_project.md)
2016-07-17 16:20:35 +02:00
* [Setting up Logging](logging.md)
2016-07-19 13:05:02 +02:00
* [Updating PHP Censor](updating.md)
* [Configuring PHP Censor](configuring.md)
2016-07-17 16:20:35 +02:00
2016-07-19 13:05:02 +02:00
Using PHP Censor
2017-01-04 13:22:20 +01:00
----------------
2016-07-19 11:12:28 +02:00
2016-07-17 16:20:35 +02:00
* Automatically building commits pushed to
2016-07-19 11:12:28 +02:00
* [Github](sources/github.md)
* [Bitbucket](sources/bitbucket.md)
* [GitLab](sources/gitlab.md)
* [Git](sources/git.md)
2016-07-17 16:20:35 +02:00
* [Injecting variables into messages](interpolation.md)
* [Project Status Images and Status Page](status.md)
2016-07-19 11:12:28 +02:00
Plugins
2017-01-04 13:22:20 +01:00
-------
2016-07-19 11:12:28 +02:00
2016-07-17 16:20:35 +02:00
* [Atoum](plugins/atoum.md) - `atoum`
* [Behat](plugins/behat.md) - `behat`
* [Campfire](plugins/campfire.md) - `campfire`
* [Clean Build](plugins/clean_build.md) - `clean_build`
* [Codeception](plugins/codeception.md) - `codeception`
* [Composer](plugins/composer.md) - `composer`
* [Copy Build](plugins/copy_build.md) - `copy_build`
* [Deployer](plugins/deployer.md) - `deployer`
* [Email](plugins/email.md) - `email`
* [Env](plugins/env.md) - `env`
* [Grunt](plugins/grunt.md) - `grunt`
* [Hipchat](plugins/hipchat_notify.md) - `hipchat_notify`
* [IRC](plugins/irc.md) - `irc`
* [Lint](plugins/lint.md) - `lint`
* [MySQL](plugins/mysql.md) - `mysql`
* [Package Build](plugins/package_build.md) - `package_build`
* [PDepend](plugins/pdepend.md) - `pdepend`
* [PostgreSQL](plugins/pgsql.md) - `pgsql`
2016-08-25 17:54:28 +02:00
* [SQLite](plugins/sqlite.md) - `sqlite`
2016-07-17 16:20:35 +02:00
* [Phar](plugins/phar.md) - `phar`
* [Phing](plugins/phing.md) - `phing`
* [PHP Code Sniffer](plugins/php_code_sniffer.md) - `php_code_sniffer`
* [PHP Copy/Paste Detector](plugins/php_cpd.md) - `php_cpd`
* [PHP Coding Standards Fixer](plugins/php_cs_fixes.md) - `php_cs_fixer`
* [PHP Docblock Checker](plugins/php_docblock_checker.md) - `php_docblock_checker`
* [PHP Loc](plugins/php_loc.md) - `php_loc`
* [PHP Mess Detector](plugins/php_mess_detector.md) - `php_mess_detector`
* [PHP Parallel Lint](plugins/php_parallel_lint.md) - `php_parallel_lint`
* [PHP Spec](plugins/php_spec.md) - `php_spec`
* [PHP Unit](plugins/php_unit.md) - `php_unit`
* [Shell](plugins/shell.md) - `shell`
* [Slack](plugins/slack_notify.md) - `slack_notify`
* [Technical Debt](plugins/technical_dept.md) - `technical_debt`
* [XMPP](plugins/xmpp.md) - `xmpp`