]> git.parisson.com Git - telecaster-client.git/commit
use psutil for pids, cleanup fulljs
authoryomguy <yomguy@parisson.com>
Mon, 25 Jun 2012 11:49:34 +0000 (13:49 +0200)
committeryomguy <yomguy@parisson.com>
Mon, 25 Jun 2012 11:49:34 +0000 (13:49 +0200)
commit88b24251e89b533a928aab5691193a39a16dcb4c
tree3e66091b25e31b0eb395639f092945c7e1bf52e4
parent2afb0f1a3db12db0f8f1104a0cd0156771790300
use psutil for pids, cleanup
113 files changed:
example/__init__.py [deleted file]
example/manage.py [deleted file]
example/settings.py [deleted file]
example/urls.py [deleted file]
setup.py
telecaster/htdocs/css/telecaster.css [deleted file]
telecaster/htdocs/images/accept.png [deleted file]
telecaster/htdocs/images/arrow_refresh.png [deleted file]
telecaster/htdocs/images/bin.png [deleted file]
telecaster/htdocs/images/cancel.png [deleted file]
telecaster/htdocs/images/control_pause_blue.png [deleted file]
telecaster/htdocs/images/control_play_blue.png [deleted file]
telecaster/htdocs/images/control_stop.png [deleted file]
telecaster/htdocs/images/control_stop_blue.png [deleted file]
telecaster/htdocs/images/desktop/128x128/apps/preferences-desktop-rotate.png [deleted file]
telecaster/htdocs/images/desktop/16x16/apps/preferences-desktop-rotate.png [deleted file]
telecaster/htdocs/images/desktop/22x22/apps/preferences-desktop-rotate.png [deleted file]
telecaster/htdocs/images/desktop/32x32/apps/preferences-desktop-rotate.png [deleted file]
telecaster/htdocs/images/desktop/48x48/apps/preferences-desktop-rotate.png [deleted file]
telecaster/htdocs/images/desktop/64x64/apps/preferences-desktop-rotate.png [deleted file]
telecaster/htdocs/images/desktop/8x8/apps/preferences-desktop-rotate.png [deleted file]
telecaster/htdocs/images/drive_add.png [deleted file]
telecaster/htdocs/images/drive_burn.png [deleted file]
telecaster/htdocs/images/drive_delete.png [deleted file]
telecaster/htdocs/images/drive_error.png [deleted file]
telecaster/htdocs/images/folder_go.png [deleted file]
telecaster/htdocs/images/folder_link.png [deleted file]
telecaster/htdocs/images/ipod_cast.png [deleted file]
telecaster/htdocs/images/logo_telecaster_wh.png [deleted file]
telecaster/htdocs/images/rotate_desktop.desktop [deleted file]
telecaster/htdocs/images/stop.png [deleted file]
telecaster/htdocs/images/tick.png [deleted file]
telecaster/htdocs/images/transmit.png [deleted file]
telecaster/htdocs/images/transmit_add.png [deleted file]
telecaster/htdocs/images/transmit_blue.png [deleted file]
telecaster/htdocs/images/transmit_delete.png [deleted file]
telecaster/htdocs/images/transmit_edit.png [deleted file]
telecaster/htdocs/images/transmit_error.png [deleted file]
telecaster/htdocs/images/transmit_go.png [deleted file]
telecaster/htdocs/images/tux.png [deleted file]
telecaster/htdocs/js/application.js [deleted file]
telecaster/htdocs/js/jquery-1.6.min.js [deleted file]
telecaster/htdocs/video-js/LGPLv3-LICENSE.txt [deleted file]
telecaster/htdocs/video-js/README.md [deleted file]
telecaster/htdocs/video-js/demo.html [deleted file]
telecaster/htdocs/video-js/video-js.css [deleted file]
telecaster/htdocs/video-js/video-js.min.css [deleted file]
telecaster/htdocs/video-js/video-js.png [deleted file]
telecaster/htdocs/video-js/video-js.swf [deleted file]
telecaster/htdocs/video-js/video.js [deleted file]
telecaster/htdocs/video-js/video.min.js [deleted file]
telecaster/migrations/0001_initial.py
telecaster/migrations/0002_auto__chg_field_session_description__chg_field_department_description_.py [deleted file]
telecaster/migrations/0003_auto__add_record.py [deleted file]
telecaster/migrations/0004_auto__chg_field_station_professor__chg_field_station_session__chg_fiel.py [deleted file]
telecaster/migrations/0005_auto__chg_field_station_professor__chg_field_station_session__chg_fiel.py [deleted file]
telecaster/migrations/0006_auto__chg_field_station_conference__chg_field_station_professor__chg_f.py [deleted file]
telecaster/migrations/0007_auto__chg_field_station_datetime_start.py [deleted file]
telecaster/migrations/0008_auto__chg_field_station_datetime_start.py [deleted file]
telecaster/migrations/0009_auto__add_field_station_professor_free.py [deleted file]
telecaster/migrations/0010_auto__chg_field_station_comment.py [deleted file]
telecaster/models.py
telecaster/static/css/telecaster.css [new file with mode: 0644]
telecaster/static/images/accept.png [new file with mode: 0644]
telecaster/static/images/arrow_refresh.png [new file with mode: 0644]
telecaster/static/images/bin.png [new file with mode: 0644]
telecaster/static/images/cancel.png [new file with mode: 0644]
telecaster/static/images/control_pause_blue.png [new file with mode: 0644]
telecaster/static/images/control_play_blue.png [new file with mode: 0644]
telecaster/static/images/control_stop.png [new file with mode: 0644]
telecaster/static/images/control_stop_blue.png [new file with mode: 0644]
telecaster/static/images/desktop/128x128/apps/preferences-desktop-rotate.png [new file with mode: 0644]
telecaster/static/images/desktop/16x16/apps/preferences-desktop-rotate.png [new file with mode: 0644]
telecaster/static/images/desktop/22x22/apps/preferences-desktop-rotate.png [new file with mode: 0644]
telecaster/static/images/desktop/32x32/apps/preferences-desktop-rotate.png [new file with mode: 0644]
telecaster/static/images/desktop/48x48/apps/preferences-desktop-rotate.png [new file with mode: 0644]
telecaster/static/images/desktop/64x64/apps/preferences-desktop-rotate.png [new file with mode: 0644]
telecaster/static/images/desktop/8x8/apps/preferences-desktop-rotate.png [new file with mode: 0644]
telecaster/static/images/drive_add.png [new file with mode: 0644]
telecaster/static/images/drive_burn.png [new file with mode: 0644]
telecaster/static/images/drive_delete.png [new file with mode: 0644]
telecaster/static/images/drive_error.png [new file with mode: 0644]
telecaster/static/images/folder_go.png [new file with mode: 0644]
telecaster/static/images/folder_link.png [new file with mode: 0644]
telecaster/static/images/ipod_cast.png [new file with mode: 0644]
telecaster/static/images/logo_telecaster_wh.png [new file with mode: 0644]
telecaster/static/images/rotate_desktop.desktop [new file with mode: 0644]
telecaster/static/images/stop.png [new file with mode: 0644]
telecaster/static/images/tick.png [new file with mode: 0644]
telecaster/static/images/transmit.png [new file with mode: 0644]
telecaster/static/images/transmit_add.png [new file with mode: 0644]
telecaster/static/images/transmit_blue.png [new file with mode: 0644]
telecaster/static/images/transmit_delete.png [new file with mode: 0644]
telecaster/static/images/transmit_edit.png [new file with mode: 0644]
telecaster/static/images/transmit_error.png [new file with mode: 0644]
telecaster/static/images/transmit_go.png [new file with mode: 0644]
telecaster/static/images/tux.png [new file with mode: 0644]
telecaster/static/js/application.js [new file with mode: 0644]
telecaster/static/js/jquery-1.6.min.js [new file with mode: 0644]
telecaster/static/video-js/LGPLv3-LICENSE.txt [new file with mode: 0644]
telecaster/static/video-js/README.md [new file with mode: 0644]
telecaster/static/video-js/demo.html [new file with mode: 0644]
telecaster/static/video-js/video-js.css [new file with mode: 0644]
telecaster/static/video-js/video-js.min.css [new file with mode: 0644]
telecaster/static/video-js/video-js.png [new file with mode: 0644]
telecaster/static/video-js/video-js.swf [new file with mode: 0644]
telecaster/static/video-js/video.js [new file with mode: 0644]
telecaster/static/video-js/video.min.js [new file with mode: 0644]
telecaster/templates/telecaster/index.html
telecaster/tools/status.py
telecaster/tools/tools.py
telecaster/urls.py
telecaster/views.py