freifunk-versions/README.md

46 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2014-04-08 13:05:29 +02:00
freifunk-versions
=================
2014-06-29 20:02:34 +02:00
[![Build Status](https://travis-ci.org/freifunkhamburg/freifunk-versions.svg?branch=master)](https://travis-ci.org/freifunkhamburg/freifunk-versions)
2014-04-08 13:15:20 +02:00
Wordpress plugin to render latest (Hamburg-flavoured)
[gluon firmware](https://github.com/freifunkhamburg/gluon) version table.
Provides shortcode `[ff_hh_versions]` to display table.
2017-11-17 21:37:10 +01:00
Input data is read from i.e.
https://updates.hamburg.freifunk.net/ffhh/stable/sysupgrade/stable.manifest
2014-04-08 13:15:20 +02:00
Output looks like this:
![shortcode output example](http://mschuette.name/wp/wp-upload/freifunk_versions.png)
2014-05-25 22:06:18 +02:00
Arguments
---------
2017-11-17 21:37:10 +01:00
The optional argument `domain` (default: `ffhh`) allows you to choose the
firmware's domain.
Example:
```
Hamburg-Süd Firmware: [ff_hh_versions domain="ffhh-sued"]
```
The optional argument `branch` (default: `stable`) allows you to choose the
firmware's branch.
Example:
```
Experimental Firmware: [ff_hh_versions branch="experimental"]
```
The optional argument `grep` allows you show a subset of hardware versions.
2014-05-25 22:06:18 +02:00
Example:
```
TP-Link Firmware: [ff_hh_versions grep="tp-link"]
Ubiquiti Firmware: [ff_hh_versions grep="ubiquiti"]
```