Labs/Ubiquity
< Labs
Back to Labs.
What is Ubiquity?
You can learn more about Ubiquity by reading Atul's blog post entitled Ubiquitous Interfaces, Ubiquitous Functionality, or try it out via the User Tutorial.
Other informative blog posts about Ubiquity include:
- Trusting Functionality by Atul
- Sharing Streamable Functionality by Aza
- Language-Based Interfaces, part 1: The Problem by Jono
- Our Presentation at Labs Night by Jono
- Why Verbs? by Jono
- Selected Press
Participation
- Ideas, Complaints, Forum, and "Customer Service"
- Ubiquity HG Repository - The Mercurial source code repository for Ubiquity.
- Issue Tracker - Used to report/discuss bugs and submit patches for Ubiquity.
- Google Group/mailing list - Useful for discussion of Ubiquity development and user interface.
- Buildbot - Continuous integration that runs Ubiquity unit tests after every commit. If the tests fail, they're reported immediately to the mailing list.
- #labs on irc.mozilla.org - Live internet relay chat discussion.
- Commands In The Wild Add links to your commands here.
- Suggestion List for possible Ubiquity commands. If you have any suggestions, add them here.
- Credits
- Ubiquitously, an Ubiquity developer geared forum
Meeting Notes
Getting the Source
To get the source code for Ubiquity and develop for it, you'll first have to install Mercurial and Python if they're not already on your system. Then, from the command line, enter:
hg clone http://hg.toolness.com/ubiquity-firefox
Now enter the newly-created ubiquity-firefox
directory and read the README
file contained in it for further instructions (an online version can be found here).