Stuff:Votorola/t/Crossforum Theatre
From Wiki
< Stuff:Votorola | t
Crossforum Theatre is Votorola's embeddable user interface. It comprises a framework for decorating web pages (scenes) with specialized views and controls (props). The theatre stage frames the scene and provides access to the props. Commonly it hangs above each scene like a toolbar, and tends not to vary from scene to scene, as though it were part of the browser viewport. This page is a stub. We hope eventually to finish it.
- Description of theatre stage
- Java API (apidoc) (source) Numerous packages are scattered about the codebase, but this one is principal.
- Web UI (apidoc) - The stage runs atop this page if your browser supports it.1 It also runs in the vote-server and difference bridge scenes, in Votorola's home page and list archive, and in the remote draft pages of the Metagovernment wiki.2
Property settings
- Date (29 Jan 2012) 5
- Form (Java) 6
- Form (GWT) 76
- Origin (Votorola) 5
- Purpose (Stuff:Votorola/t)
- Stage (alpha) 8
Notes
- ^ To see it, you might need to rotate the toolset switch to Votorola.
- ^ Here for instance: http://metagovernment.org/wiki/User:Michael_Allan/draft/m00.
- ^ Mini-beta development plan. http://mail.zelea.com/list/votorola/2012-January/001290.html
- ^ Mini-beta and redesign of Crossforum Theatre. http://mail.zelea.com/list/votorola/2012-February/001295.html
- ^ a b Dating from the design overhaul that brough the stage into its current form.34 The previous design was non-embeddable.
- ^ a b http://reluk.ca/project/votorola/s/gwt/stage/
- ^ Google Web Toolkit. http://www.gwtproject.org/
- ^ It would at least need optimizing for a beta release, in particular a data cache on the client side; otherwise server communications will jam.