An open API service indexing awesome lists of open source software.

https://github.com/tarlepp/phpundercontrolbuildmonitor

Simple build monitor for phpUnderControl
https://github.com/tarlepp/phpundercontrolbuildmonitor

Last synced: about 1 year ago
JSON representation

Simple build monitor for phpUnderControl

Awesome Lists containing this project

README

          

phpUnderControlBuildMonitor
===========================

Simple build monitor for phpUnderControl - Continuous Integration for PHP (http://phpundercontrol.org/)

### Demo
http://wunder.sytes.net/phpUnderControlBuildMonitor/ - maybe down or not, may work or not, no guarantees.

### Requirements
todo

### What are we using to do this all:
- PHP 5.4+ (http://php.net/)
- jQuery (http://www.jquery.com/)
- jQuery UI (http://www.jqueryui.com/)
- jQuery Timeago plugin (http://timeago.yarp.com/)
- Twitter Bootstrap (https://github.com/twitter/bootstrap)
- Bootbox.js (http://bootboxjs.com/)
- ColorBox - a jQuery lightbox (http://www.jacklmoore.com/colorbox/)
- Handlebars (http://handlebarsjs.com/)
- jFeed: JavaScript jQuery RSS/ATOM feed parser plugin (http://hovinne.com/articles/jfeed-jquery-rss-atom-feed-parser-plugin)

Installation
---------------
1. Download sources
2. Extract package to your web server
3. Configure alias for html/ -directory
OR
Make symlink for html/ -directory to your web root

Development / Contributing
--------------------------
### Baseline
1. Fork it, please.
2. Create a branch (`git checkout -b xxx`)
3. Commit your changes (`git commit -am "some changes..."`)
4. Push to the branch (`git push origin xxx`)
5. Open a [Pull Request][1]
6. Take some Jaloviina (*) enjoy and wait

### Questions?
Contact me via IRC at da_wunder@IRCnet

### IDE recommendation
Really, use PhpStorm (http://www.jetbrains.com/phpstorm/) it rocks!

The MIT License (MIT)
---------------------
Copyright (c) 2013 Tarmo Leppänen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note: html/libs/ -directories contains 3rd party software, which may have different license that MIT so check them also. Basically every 3rd party software is "freeware" for non-commercial use.

Read more from wikipedia, http://en.wikipedia.org/wiki/MIT_License