Labs/Ubiquity: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 41: Line 41:
= Documentation =
= Documentation =
# [[Labs/Ubiquity/Latest Ubiquity User Tutorial|Ubiquity User Tutorial]]  
# [[Labs/Ubiquity/Latest Ubiquity User Tutorial|Ubiquity User Tutorial]]  
# The latest[[Labs/Ubiquity/Ubiquity_Source_Tip_Author_Tutorial|Command Authoring Tutorial]] (Or the [[Labs/Ubiquity/Ubiquity 0.1_Author_Tutorial|old tutorial for v0.1]].)
# The latest [[Labs/Ubiquity/Ubiquity_Source_Tip_Author_Tutorial|Command Authoring Tutorial]] (for command authors using a Ubiquity source checkout); or the frozen [[Labs/Ubiquity/Ubiquity 0.5_Author_Tutorial|Ubiquity 0.5 Command Authoring Tutorial]] for those using version 0.5 of the extension.
# [[Labs/Ubiquity/Parser_2_API_Conversion_Tutorial|Command Update Tutorial]] for how to take a command written for Ubiquity 0.1 and make it work in Ubiquity 0.5.
# [[Labs/Ubiquity/Parser_2_API_Conversion_Tutorial|Command Update Tutorial]] for how to take a command written for Ubiquity 0.1 and make it work in Ubiquity 0.5.
# [[Labs/Ubiquity/Locked-Down_Feed_Tutorial|Locked-Down Feed Tutorial]]
# [[Labs/Ubiquity/Locked-Down_Feed_Tutorial|Locked-Down Feed Tutorial]]

Revision as of 20:16, 23 June 2009

Back to Labs.

Install latest version of Ubiquity for Firefox

Install the latest beta of Ubiquity for Firefox

Install older versions (if the current version is breaking for you)

What is Ubiquity?

Ubiquity is an extension that allows you to enter commands that have knowledge of page content and return new information.

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:

  1. Trusting Functionality by Atul
  2. Mouse-Based Ubiquity
  3. Sharing Streamable Functionality by Aza
  4. Language-Based Interfaces, part 1: The Problem by Jono
  5. Our Presentation at Labs Night by Jono
  6. Why Verbs? by Jono
  7. Selected Press

Participation

  1. General Google Group/mailing list - Useful for discussion of command development, user interface, feature suggestions, and other high-level discussions.
  2. Core Google Group/mailing list - Discussion of low-level internals of Ubiquity.
  3. Get Satisfaction - Ideas, Complaints, Forum, and "Customer Service"
  4. #ubiquity irc.mozilla.org - Live internet relay chat discussion.
  5. Good-for-beginners bugs - bug tickets which may be good for a Ubiquity beginner to attack
  6. Frequently Encountered Bugs - bugs that get reported a lot on the mailing list and Get Satisfaction that would make lots of people happy if they got fixed
  7. Commands In The Wild Add links to your commands here.
  8. Issue Tracker - Used to report/discuss bugs and submit patches for Ubiquity.
  9. Trac Components and Keywords - Keywords and categories to use when filing Trac tickets.
  10. Ubiquity HG Repository - The Mercurial source code repository for Ubiquity.
  11. Buildbot - Continuous integration that runs Ubiquity unit tests after every commit. If the tests fail, they're reported immediately to the mailing list.
  12. Credits

Meetings

Documentation

  1. Ubiquity User Tutorial
  2. The latest Command Authoring Tutorial (for command authors using a Ubiquity source checkout); or the frozen Ubiquity 0.5 Command Authoring Tutorial for those using version 0.5 of the extension.
  3. Command Update Tutorial for how to take a command written for Ubiquity 0.1 and make it work in Ubiquity 0.5.
  4. Locked-Down Feed Tutorial
  5. Secure Coding Practices
  6. Skinning Ubiquity Tutorial
  7. Ubiquity Code Documentation - Generated from the latest source code via Code Illuminated.
  8. Contributing to Core Development
  9. Localizing Ubiquity to Your Language
  10. Noun-types Reference
  11. Bundled libraries
  12. Using jQuery in Ubiquity
  13. JavaScript style guide
  14. Ubiquity 0.1.3 Architecture
  15. Labs/Ubiquity/Parser_Documentation
  16. Labs/Ubiquity/Parser_Interface
  17. Help Document the 0.5 code here - working copies of the wiki documentation for the latest source version
  18. Help us improve the built-in command documentation by editing this page
  19. Help us improve the interactive tutorial by editing this page

Blogs

  1. Planet Ubiquity
  2. Aza
  3. Atul
  4. Rey
  5. Jono
  6. Abi
  7. Blair
  8. Zach
  9. mitcho (see also his future topics to blog on)

Twitter

  1. @mozillaubiquity: The main source of news & info about the Ubiquity project via Twitter. Be sure to follow.
  2. @azaaza: Mozilla's co-lead developer for the Ubiquity project
  3. @toolness: Mozilla's co-lead developer for the Ubiquity project
  4. @reybango: Evangelist for the Ubiquity project
  5. @theunfocused: Fellow Mozillian Blair McBride
  6. @_abi_: Created the Devo Firefox extension which provided a keyboard command launcher similar to what Ubiquity is today.
  7. @fernando_takai: Major supporter of Ubiquity.
  8. @mitchoyoshitaka: Resident linguist

The Herd

The Herd keeps track of all Ubiquity scripts. For more information, see the following links:

  1. Herd HG Repository
  2. Herd Developer FAQ
  3. CouchDB - database used for Herd
  4. The Herd-The Herd Itself.

Proposals

  1. Ubiquity Roadmap - from 0.5 to 1.0
  2. Command Suggestions - use this page to suggest new Ubiquity commands you'd like to see.
  3. Proposals for New Nouns
  4. Proposals for new "Magic Words"
  5. Ubiquity Commands Center - an idea for a web-panel that maintains a database of Ubiquity scripts.
  6. Ubiquity Trust Network - a proposal for a distributed trust network
  7. Ubiquity In Thunderbird - let's make Ubiquity work in Thunderbird!
  8. 0.2 Roadmap Proposals - Brainstorming on possible directions to go for Ubiquity 0.2.
  9. 0.2 Design: UI and Security Extensibility - Design-related thoughts on how to make Ubiquity extensible in regards to security/command-execution and access by other Firefox UIs.
  10. Proposed commands for uplift into Ubiquity 0.2
  11. Writing commands with semantic roles - would enable commands to be automagically localized
  12. The Great Renaming -- proposal for renaming all built-in commands for consistency and to work with the Overlord Verbs system.

Internationalization and Localization

  1. internationalization and localization pages
  2. Ubiquity i18n Google Group/mailing list for discussion of internationalization and localization topics

Release Notes

  1. Ubiquity 0.1.1 Release Notes
  2. Ubiquity 0.1.2 Release Notes (Raging Stream)
  3. Ubiquity 0.1.3 Release Notes
  4. Ubiquity 0.1.5 Release Notes
  5. Ubiquity 0.1.6 Release Notes
  6. Ubiquity 0.1.7 Release Notes
  7. Ubiquity 0.1.8 Release Notes
  8. Ubiquity 0.5 Release Notes