150
edits
Heatherpedia (talk | contribs) (added draft template) |
Heatherpedia (talk | contribs) (→The Source Code of Built-In Commands: fixed the path to nountypes.js) |
||
| Line 685: | Line 685: | ||
== The Source Code of Built-In Commands == | == The Source Code of Built-In Commands == | ||
Looking at the source code of built-in commands and built-in noun types can be a very useful aid to development. If you have the source checkout of Ubiquity (see [ | Looking at the source code of built-in commands and built-in noun types can be a very useful aid to development. If you have the source checkout of Ubiquity (see [Labs/Ubiquity/Ubiquity_0.1_Development_Tutorial | the development tutorial] to find out how to get this), the source code can be found in the files: | ||
ubiquity/standard-feeds/ | ubiquity/standard-feeds/ | ||
ubiquity/builtin-feeds/en/builtincmds.js | ubiquity/builtin-feeds/en/builtincmds.js | ||
ubiquity/ | ubiquity/modules/nountypes.js | ||
If you don't have a checkout of the source code, you can view the latest version on the web here: | If you don't have a checkout of the source code, you can view the latest version on the web here: | ||
| Line 695: | Line 695: | ||
[http://hg.toolness.com/ubiquity-firefox/file/tip/ubiquity/standard-feeds/ standard-feeds] | [http://hg.toolness.com/ubiquity-firefox/file/tip/ubiquity/standard-feeds/ standard-feeds] | ||
[http://hg.toolness.com/ubiquity-firefox/file/tip/ubiquity/builtin-feeds/en/builtincmds.js builtincmds.js] | [http://hg.toolness.com/ubiquity-firefox/file/tip/ubiquity/builtin-feeds/en/builtincmds.js builtincmds.js] | ||
[http://hg.toolness.com/ubiquity-firefox/file/tip/ubiquity/ | [http://hg.toolness.com/ubiquity-firefox/file/tip/ubiquity/modules/nountypes.js nountypes.js] | ||
== Interacting with Other Extensions == | == Interacting with Other Extensions == | ||
edits