Labs/Ubiquity/Ubiquity 0.1 Development Tutorial: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
If you just want to write new commands for Ubiquity, you should read [https://wiki.mozilla.org/Labs/Ubiquity/Ubiquity_0.1_Author_Tutorial the Command Author Tutorial] instead.  This page is about how to do development on the Ubiquity core.
If you just want to write new commands for Ubiquity, you should read [https://wiki.mozilla.org/Labs/Ubiquity/Ubiquity_0.1_Author_Tutorial the Command Author Tutorial] instead.  This page is about how to do development on the Ubiquity core.


Line 43: Line 42:


Welcome to Ubiquity.
Welcome to Ubiquity.
== Keeping Up to Date ==
I recommend that you frequently update your repository to get the latest changes from the central repository.  In case you're not familiar with using Mercurial, pulling the code is a two-step process:
hg pull
hg update
You can also view the latest changes to the central repository on the web at [http://hg.toolness.com/ubiquity-firefox/ hg.toolness.com].
== Submitting Patches ==
1,007

edits