Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dev:translator_overview [2010/07/18 10:14] tomrochewiki what to do once one has developed one's translator |
dev:translator_overview [2017/11/12 19:53] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | <html><p id="zotero-5-update-warning" style="color: red; font-weight: bold">We’re | ||
+ | in the process of updating the documentation for | ||
+ | <a href="https://www.zotero.org/blog/zotero-5-0">Zotero 5.0</a>. Some documentation | ||
+ | may be outdated in the meantime. Thanks for your understanding.</p></html> | ||
+ | |||
+ | |||
Site translators are discrete pieces of code that extract web-based metadata and then insert it into a Zotero item. Writing them sometimes requires a little ingenuity, but this overview should help to simplify the process. This document will not cover the nitty gritty of GUIDs, sqlite insertion, etc. It intended instead to get developers thinking about how translators work. | Site translators are discrete pieces of code that extract web-based metadata and then insert it into a Zotero item. Writing them sometimes requires a little ingenuity, but this overview should help to simplify the process. This document will not cover the nitty gritty of GUIDs, sqlite insertion, etc. It intended instead to get developers thinking about how translators work. | ||
Line 34: | Line 40: | ||
===== Step 5: Contribute Your Translator ===== | ===== Step 5: Contribute Your Translator ===== | ||
- | If your new or modified translator would be useful to others, cut'n'paste its code into a post to the [[http://groups.google.com/group/zotero-dev|Zotero developers mailing list]]. | + | If your new or modified translator would be useful to others, |
+ | - upload your JavaScript to [[http://groups.google.com/group/zotero-dev/files|section=Files of the Zotero developers googlegroup]]. | ||
+ | - notify the [[http://groups.google.com/group/zotero-dev|Zotero developers mailing list]]. | ||