Provided by: umegaya_1.0+nmu1_all
NAME
Umegaya - Umegaya is a MEtadata GAtherer using YAml
SYNOPSIS
curl http://localhost/umegaya/package/key /usr/lib/cgi-bin/umegaya package=package key=key curl http://localhost/umegaya/table/key /usr/lib/cgi-bin/umegaya table=1 key=key curl http://localhost/umegaya/yaml/key /usr/lib/cgi-bin/umegaya yaml=1 key=key
DESCRIPTION
Umegaya is a gatherer of meta information about the software packaged in Debian. This metadata is accumlated by the package maintainer in the version control system containing the Debian souce package, in a file called "debian/upstream/metadata", and it is collected by the Umegaya web service each time it is accessed. The Umegaya web service then aggregates information about all the packages it knows, and outputs as tables or YAML records that can be loaded in central information hubs like the Ultimate Debian Database. Optionally, Umegaya will keep a local copy if the files it retrieves from the VCS, if a path is indicated in the "store_files" configuration variable.
SPECIAL KEYS
YAML-ALL, YAML-REFRESH-DATE, YAML-URL
FILES
/etc/umegaya/umegaya.conf
SEE ALSO
http://wiki.debian.org/UpstreamMetadata umegaya-adm(1)
SOURCE
http://umegaya.branchable.com/
LIMITATIONS
Only source packages stored in Subversion and Git are supported for the moment. The CGI interface of Umegaya is currently read-only. But PUT and DELETE operations are considered.