Skip to content

Commit a7ac74e

Browse files
committed
Added new themes to README. Incremented version number.
1 parent 49e5e44 commit a7ac74e

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
## node-build-monitor
77

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.
99
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>
1111
<br />
1212
<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>
1313

@@ -258,10 +258,15 @@ Run `grunt` to execute the tests and check the source code with [JSHint](http://
258258

259259
### Theming support
260260

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.
264262

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`.
265270
e.g.: [http://localhost:3000?theme=list](http://localhost:3000?theme=list)
266271

267272
#### Creating a new theme
@@ -307,7 +312,7 @@ fi
307312

308313
The MIT License (MIT)
309314

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)
311316

312317
Permission is hereby granted, free of charge, to any person obtaining a copy
313318
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-build-monitor",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "A Build Monitor written in Node.js, which supports several build services and can be extended easily.",
55
"author": "Marcell Spies <marcells@gmx.de>",
66
"contributors": [

0 commit comments

Comments
 (0)