~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/media/browser/browser.js

  • Committer: mattgiuca
  • Date: 2008-01-18 01:07:48 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:244
interpret.py: Major refactor of CGI interpreter code. Still missing some
functionality but now buffers input correctly and can handle binary files.
Also code much more nicely separated.
    Note: May not present error message correctly any more (temp).

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
 
87
87
svn_icons_path = "media/images/svn";
88
88
 
89
 
published_icon = "media/images/interface/published.png";
90
 
 
91
89
/* List of MIME types considered "executable" by the system.
92
90
 * Executable files offer a "run" link, implying that the "serve"
93
91
 * application can interpret them.