]> git.sesse.net Git - vlc/commit
begining of a VLM interface and some code organisations changes. The vlm
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 22 Jan 2006 01:38:28 +0000 (01:38 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 22 Jan 2006 01:38:28 +0000 (01:38 +0000)
commit526b77611744cfd6739501b96d96c07914f44185
treea9219110b1bc9a5175811624d0baf9f392e90cb4
parenta1046c59fef11f6a35fd486b26826cea29b2fee2
begining of a VLM interface and some code organisations changes. The vlm
interface should be done pretty soon (i'll try to finish it tomorrow)

 vlm.html : vlm web interface. What works: sending broadcast and vod creation
            commands

 js/vlm.js : add code to handle sending vlm commands.

 requests/vlm_cmd.xml : used to send a vlm command and get the resulting
                        error message

 requests/vlm.xml : export the full vlm media/schedules "tree". I still need
                    to parse that in js/vlm.js in order to display it in
                    dialogs/vlm .

 dialogs/* : dialogs' code which is used as building blocks for the
             main pages. (in order to avoid code duplication)

 mosaic.html, js/mosaic.js, dialogs/mosaic : start of a mosaic help
            page. nothing works and it's almost empty but i didn't feel like
            sorting through the commited files.
21 files changed:
share/http/dialogs/.hosts [new file with mode: 0644]
share/http/dialogs/browse [new file with mode: 0644]
share/http/dialogs/footer [new file with mode: 0644]
share/http/dialogs/input [new file with mode: 0644]
share/http/dialogs/main [new file with mode: 0644]
share/http/dialogs/mosaic [new file with mode: 0644]
share/http/dialogs/playlist [new file with mode: 0644]
share/http/dialogs/sout [new file with mode: 0644]
share/http/dialogs/vlm [new file with mode: 0644]
share/http/index.html
share/http/js/functions.js [moved from share/http/functions.js with 96% similarity]
share/http/js/mosaic.js [new file with mode: 0644]
share/http/js/vlm.js [new file with mode: 0644]
share/http/mosaic.html [new file with mode: 0644]
share/http/requests/browse.xml
share/http/requests/playlist.xml
share/http/requests/status.xml
share/http/requests/vlm.xml [new file with mode: 0644]
share/http/requests/vlm_cmd.xml [new file with mode: 0644]
share/http/style.css
share/http/vlm.html [new file with mode: 0644]