Merge: Extends catalog with a *try it* and a *download apk* links
authorJean Privat <jean@pryen.org>
Wed, 16 Sep 2015 17:11:55 +0000 (13:11 -0400)
committerJean Privat <jean@pryen.org>
Wed, 16 Sep 2015 17:11:55 +0000 (13:11 -0400)
commitc5c30207f7ed23b4fa567cf850dc3d6d5b1892ea
tree0156276a376032d95e73f4a26e1887fed9218db3
parentaea40c3164facb7151e97c555f2aca4d45a49695
parent91708b1b27fe6b700373d33dc71de5780f7e093e
Merge: Extends catalog with a *try it* and a *download apk* links

Two new package metadata are added

* `upstream.tryit` for an URL that points to a demo version or a live version of the main web service offered by the package.
* `upstream.apk` for an URL that points to a dry `apk`, or an install page on some store, for the main android application offered by the package.

Moreover, packages that have one them will be respectively tagged `tryit` and `apk`

A demo is available: http://info.uqam.ca/~privat/catalog/#tag_tryit and http://info.uqam.ca/~privat/catalog/#tag_apk

Pull-Request: #1724
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>