|
5 | 5 |
|
6 | 6 | ## node-build-monitor
|
7 | 7 |
|
8 |
| -> A __Build Monitor__ written in __Node.js__, which supports several build services. It can __be easily extended__ to support new services. You can __mix different services__ as you like and you'll always see the newest builds in its __responsive web frontend__ automatically. And finally, everything is prepared to run as a __Docker__ container. |
| 8 | +> A __Build Monitor__ written in __Node.js__, which supports several build services. It can __be easily extended__ to support new services. You can __mix different services__ as you like and you'll always see the newest builds in its __responsive and themable web frontend__ automatically. And finally, everything is prepared to run as a __Docker__ container. |
9 | 9 |
|
10 |
| -__Here's a demo:__ http://builds.mspi.es |
| 10 | +__Here's a demo:__ http://builds.mspi.es <sub><sup>([other themes](#theming-support))</sup></sub> |
11 | 11 | <br />
|
12 | 12 | <sub>(automatically deployed from [this repository](docker/) with [Tutum](https://www.tutum.co) as a [Docker](https://www.docker.com/) container to the [Microsoft Azure Cloud](http://azure.microsoft.com/))</sub>
|
13 | 13 |
|
@@ -258,10 +258,15 @@ Run `grunt` to execute the tests and check the source code with [JSHint](http://
|
258 | 258 |
|
259 | 259 | ### Theming support
|
260 | 260 |
|
261 |
| -Currently different themes are supported. You can switch the themes by the url parameter `theme`. |
262 |
| -- `default`: Default theme (will be selected, even when the parameter is not in the url)) |
263 |
| -- `list`: Preview of a theme which will show the builds as a list |
| 261 | +Here you can check out the existing themes. Feel free to [add your own](#creating-a-new-theme) and make a pull request. It can be done very easy. |
264 | 262 |
|
| 263 | +| Theme | Description | Preview | |
| 264 | +|---------|------------------------------------------------------------------------------------|-------------------------------------------| |
| 265 | +| default | Works best on bigger screens with a high resolution | [Demo](http://builds.mspi.es) | |
| 266 | +| list | Displays the builds as a list. Should also work on devices with a lower resolution | [Demo](http://builds.mspi.es?theme=list) | |
| 267 | +| lingo | Describes the build status in form of a hand-written sentence | [Demo](http://builds.mspi.es?theme=lingo) | |
| 268 | + |
| 269 | +You can switch the themes by the url parameter `theme`. |
265 | 270 | e.g.: [http://localhost:3000?theme=list](http://localhost:3000?theme=list)
|
266 | 271 |
|
267 | 272 | #### Creating a new theme
|
|
307 | 312 |
|
308 | 313 | The MIT License (MIT)
|
309 | 314 |
|
310 |
| -Copyright (c) 2014 Marcell Spies ([@marcells](https://twitter.com/marcells) | http://mspi.es) |
| 315 | +Copyright (c) 2015 Marcell Spies ([@marcells](https://twitter.com/marcells) | http://mspi.es) |
311 | 316 |
|
312 | 317 | Permission is hereby granted, free of charge, to any person obtaining a copy
|
313 | 318 | of this software and associated documentation files (the "Software"), to deal
|
|
0 commit comments