blob: 074c52b3339974217adf09a509535f02a83f44d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
This is a list of ideas and TODO-Items for live plugin.
- Add better support for the numerous CSS bugs in IE. Maybe by
splitting style files in a similar way like it is done for YAML
(http://www.yaml.de)
- Create a CSS-themeing friendly url scheme. I.E. something like
img/<theme>/button.png. Where default as theme is always taken if
<theme> is not found.
- Give users the chance to override the selected style with some
user-override settings.
- Deliver truely static content, like images, styles, ECMAscript
with tntnets sendfile functionality after resolving user selected
themes paths. Take care to support browser cache optimization.
- Deliver epg box infos through AJAX. This would make a ECMAScript
capable browser mandatory.
- Provide a way to get the infos on extra 'static' pages.
For Features regarding functionality and user suggestions please take
a look to the bugtracker: http://www.vdr-developer.org/mantisbt/
|