Changeset 2488
- Timestamp:
- Sep 28, 2009, 9:45:16 PM (15 years ago)
- Location:
- package_branches/invirt-web/cherrypy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy/code/templates/vnc.mako
r2414 r2488 16 16 <applet code="VncViewer.class" archive="https://${hostname}:446/static/VncViewer.jar" 17 17 width="100%" height="1000"> 18 <param name="PASSWORD" value="moocow">19 18 <param name="PORT" value="${port}"> 20 19 <param name="HOST" value="${hostname}"> -
package_branches/invirt-web/cherrypy/debian/changelog
r2485 r2488 1 invirt-web (0. 0.22) unstable; urgency=low1 invirt-web (0.1.0) unstable; urgency=low 2 2 3 3 * Depend on python-cherrypy3 and python-mako in preparation of migrating the … … 6 6 7 7 -- Quentin Smith <quentin@mit.edu> Mon, 28 Sep 2009 01:26:06 -0400 8 9 invirt-web (0.0.22) unstable; urgency=low 10 11 * Don't supply a password to the VNC server, since one is no longer 12 required. 13 14 -- Evan Broder <broder@mit.edu> Mon, 28 Sep 2009 21:24:06 -0400 8 15 9 16 invirt-web (0.0.21) unstable; urgency=low
Note: See TracChangeset
for help on using the changeset viewer.