techrec/README.md

41 lines
886 B
Markdown
Raw Normal View History

2013-11-26 14:31:18 +01:00
TECHREC
=======
2013-11-26 14:31:18 +01:00
A Python2 web application that assist radio speakers in recording their shows.
At the moment, it relies on some details that are specific of our radio (like
the directory/format of the continous recording).
2013-11-26 14:31:18 +01:00
Implementation details
======================
2013-11-26 15:50:59 +01:00
It is based on bottle, to get a minimal framework. Simple APIs are offered
2013-11-26 14:31:18 +01:00
through it, and the static site uses them.
2013-11-26 15:50:59 +01:00
Here are some examples of APIs usage
2013-11-26 14:31:18 +01:00
Create
--------
2013-11-26 15:50:59 +01:00
starttime-rec-1385231288390: 2013/11/23 19:32:49
endtime-rec-1385231288390: 2013/11/23 19:32:49
recid: rec-1385231288390
name-rec-1385231288390: adasd
op: new
2013-11-26 14:31:18 +01:00
Update
-------
2013-11-25 00:29:24 +01:00
2013-11-26 15:50:59 +01:00
starttime-rec-1385231288390: 2013/11/23 19:32:49
endtime-rec-1385231288390: 2013/11/23 19:32:49
recid: rec-1385231288390
name-rec-1385231288390: adasd
op: update
2013-08-23 13:03:28 +02:00
2013-11-26 14:31:18 +01:00
Delete
------
2013-11-26 15:50:59 +01:00
recid: rec-1385231288390
op: delete