KioskWiki | RecentChanges | Preferences
Kiosk Edition Firefox
A custom firefox distro featuring:
- kiosk chrome pre intalled
- Custom cursors for use with touchscreens. Use:
- -moz-kiosk is a transparent cursor - The invisible cursor is a must for touchscreen use.
- -moz-kiosk-dot is a 2x2 pixel dot -This is good for testing and calibrating touchscreens.
- These custom cursor can be called from a stylesheet as in: * { cursor: -moz-kiosk; }
- or from javascript: window.setCursor("-moz-kiosk");
-
Note that the setCursor method and cursor property does NOT affect the webpage being displayed unless it is called from a script or stylesheet attached to the document. Each webpage should have a stylesheet that sets the cursor(s) for that documents content. Cursors can also be set from the home/user/.jtjsoftware/kioskbrowser/XXXXXXX.default/chrome/userChrome.css and userContent.css files and may override document authors styles
- Ability to disable/enable printing via a new boolean pref(kiosk.print.allowed), defaults to disabled(false).
- Ability to disable/enable downloads via a new boolean pref(kiosk.browser.downloads.enabled), defaults to disabled(false).
- Ability to create custom user interface using pre made overlays, there are many overlays included in the installation.
- Compiled for Linux - fedora
- Download it from http://downloads.mozdev.org/kiosk
Kiosk Edition Mozilla1.4
A custom mozilla distro feauring:
- Disabled drag-n-ndrop. This is real help for touchscreen evironments.
- Custom Cursors. Two custom cursors that may be used from css. Very helpfull for touchscreen environments.
- -moz-kiosk is a transparent cursor, -moz-kiosk-dot is a 2x2 pixel dot
- These custom cursor can be called from a stylesheet as in: * { cursor: -moz-kiosk; }
- or from javascript: window.setCursor("-moz-kiosk");
- The KioskBrowser is the default browser
note that the setCursor method and cursor property does NOT affect the webpage being displayed unless it is called from a script or stylesheet attached to the document. Each webpage should have a stylesheet that sets the cursor(s) for that documents content. Cursors can also be set from the home/user/.mozilla/default/chrome/userChrome.css and userContent.css files and may override document authors styles
Also the mozilla 'spinning' cursor (some call it the 'arrow with turd') that display's when a page is loading has been replaced with the 'watch' cursor in those situations.