Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
dev:client_coding [2012/06/26 18:52] – [Plugin Development] simondev:client_coding [2023/05/21 20:32] dstillman
Line 2: Line 2:
  
   * [[dev/Source Code]]   * [[dev/Source Code]]
-    * Learn where you find the Zotero source code, how to use the issue tracker and how to contribute code.+    * Learn where you find the Zotero source code, how to use the issue trackerand how to contribute code
 +  * [[dev/client_coding/Building the Zotero Desktop App|Building Zotero]] 
 +    * Learn how to build the Zotero client from scratch.
   * [[dev/client_coding/Coding Guidelines]]   * [[dev/client_coding/Coding Guidelines]]
     * When you write code for the Zotero project, there are some naming and formatting preferences we ask you to follow.     * When you write code for the Zotero project, there are some naming and formatting preferences we ask you to follow.
-  * [[dev/Modifying Zotero Files]] +  * Client APIs and technical details 
-    * Most developers will want to work from a local copy of the Zotero codebase. However, it is also possible to make (small) code changes to your existing Zotero installation. This section will show you how. +    * [[dev/client_coding/JavaScript API]] 
-  * [[dev/client_coding/Connector HTTP Server]] +      * The Zotero client's internal API 
-    * The Connector HTTP Server in the Zotero clients talks to the Google Chrome and Safari extensions. +    * [[dev/client_coding/Direct SQLite Database Access]] 
-  * [[dev/client_coding/Building the Standalone Client|Building the Zotero Standalone client]] +      The Zotero client stores most of its data in a SQLite database. Here you will find some details on accessing this database. 
-  [[dev/client_coding/Building PythonExt for Zotero MacWord Integration]] +    * [[dev/client_coding/Connector HTTP Server]] 
- +      The Zotero Connector for Chrome, Firefox, and Safari talk to the HTTP server in the Zotero client
-===== Changes Affecting Third-Party Developers ===== +    * Word Processor Integration API 
- +      * Zotero word processor plugins are components implementing a small set of interfaces. Development guidelines for these interfaces are described for [[https://github.com/zotero/zotero-libreoffice-integration/|LibreOffice]][[https://github.com/zotero/zotero-word-for-windows-integration|Word for Windows]], and [[https://github.com/zotero/zotero-word-for-mac-integration|Word for Mac]]. 
-  * [[dev/client_coding/Changes in Zotero 3.0]] +    * [[dev/client_coding/http_integration_protocol|HTTP Citing Protocol]] 
-  [[dev/client_coding/Changes in Zotero 2.1]] +      * The Google Docs plugin implements the HTTP citing protocol, by performing sequence of HTTP requests in a transaction. This is the preferred way to provide citing integration with Zotero for document processors
- +    * [[dev/client_coding/LibreOffice Plugin Wire Protocol]] 
-====== Plugin Development ====== +      * The LibreOffice plugin implements the word processor integration API by acting as a server for a simple TCP/IP protocol. If out-of-process communication mechanisms such as COM and AppleScript as well as HTTP messaging protocol is not availablethe TCP/IP protocol can be used instead. 
- +  * [[:dev:client_coding:plugin development|Zotero Plugin Development]] 
-Plugins can be divided in two groups. XUL plugins for Firefox or Zotero Standalone that closely integrate with the Zotero client, and external plugins, which are more likely to rely on the [[Server API]] to access Zotero libraries+    Learn how to extend the Zotero client with a plugin.
- +
-Existing (open source) plugins can be very helpful in helping you develop you own plugins (see the list of [[:plugins|Zotero plugins]])If you plan to write a XUL plugin, you can start by taking a look at the [[dev/sample_plugin|Hello World Zotero plugin]]+
- +
-  * [[dev/client_coding/JavaScript API]] +
-    * Whereas the [[Server API]] allows access to online Zotero libraries, the JavaScript API allows you to connect to the local Zotero client. +
-  * [[dev/client_coding/Direct SQLite Database Access]] +
-    * The Zotero client stores most of its data in a SQLite database. Here you will find some details on accessing this database. +
-  * [[https://github.com/zotero/zotero-libreoffice-integration/blob/master/build/zoteroIntegration.idl|Word Processor Integration API]] +
-    * Zotero word processor plugins are [[https://developer.mozilla.org/en/XPCOM|XPCOM]] components implementing small set of interfaces. These interfaces are described in detail here+
-  * [[dev/client_coding/LibreOffice Plugin Wire Protocol]] +
-    * The LibreOffice plugin implements the word processor integration API by acting as a server for a simple TCP/IP protocol. If out-of-process communication mechanisms such as COM and AppleScript are unavailablenew word processor plugins can implement this protocol instead. +
-====== - Outdated/Incomplete - ====== +
- +
-  * [[dev/client_coding/Extension Files]] (very outdated, written for Zotero 1.0) +
-  [[dev/data_model|Zotero Data Model]] (can this be merged with Direct SQLite Database Access?) +
-  * [[dev/Getting Started]]+
dev/client_coding.txt · Last modified: 2023/05/22 04:00 by dstillman