1. 22 Jan, 2006 3 commits
    • Antoine Cellerier's avatar
      begining of a VLM interface and some code organisations changes. The vlm · 526b7761
      Antoine Cellerier authored
      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.
      
      526b7761
    • Antoine Cellerier's avatar
      remove dirty debug messages. · a1046c59
      Antoine Cellerier authored
      a1046c59
    • Antoine Cellerier's avatar
      new "vlm_cmd" (or "vlm_command") rpn function. · d7460d44
      Antoine Cellerier authored
      Since vlm commands are often full of spaces, you need to use the ";"
      command delimiter to mark the end of a command.
      
      For example : <vlc id="rpn" param1="; broadcast name new vlm_cmd" />
      
      d7460d44
  2. 21 Jan, 2006 17 commits
  3. 20 Jan, 2006 4 commits
  4. 19 Jan, 2006 4 commits
  5. 18 Jan, 2006 2 commits
  6. 17 Jan, 2006 4 commits
  7. 16 Jan, 2006 6 commits