188BET靠谱吗Zotero Source Code
Note:188BET靠谱吗If you do not plan to make any code changes yourself, and only wish to run the latest prerelease versions of Zotero, you can just install abeta build.
Licensing
188BET靠谱吗Zotero code is available under theAGPLv3license, except where the source code specifies otherwise.
Code Repositories
188BET靠谱吗Zotero Code
188BET靠谱吗Zotero source code is hosted在 GitHub 上.
Third-Party Components
Issue Tracking
188BET靠谱吗We don't use GitHub Issues for bug reports or feature requests regarding the Zotero client or website.Please post all such requests to the188BET靠谱吗Zotero Forums188BET靠谱吗, where Zotero developers and many others can help.188BET靠谱吗Keeping product discussions in the Zotero Forums allows the entire Zotero community to participate, including domain experts that can address many questions better than Zotero developers.See188BET靠谱吗How Zotero Support Worksfor more information.
188BET靠谱吗For confirmed bugs or agreed-upon changes, Zotero developers will create new issues in the relevant repositories.
188BET靠谱吗Working with the Zotero Source Code
188BET靠谱吗
188BET靠谱吗Zotero Connector
To run a Git build of the Google Chrome Connector, you need to:
-
188BET靠谱吗git clone --recursive https://github.com/zotero/zotero-connectors/
-
188BET靠谱吗cd zotero-connectors
-
npm i
-
./build -d && gulp
-
188BET靠谱吗Run Zotero and Chrome
-
Load the Connector extension in Chrome
-
Browse to chrome://extensions/
-
Expand the "Developer mode" bar
-
Click the button "Load unpacked extension…", and give the path to the
build/browserExt
directory within the local repository
-
188BET靠谱吗You should now see a Zotero icon in the address bar when visiting translatable webpages (e.g.,this articleorthis book188BET靠谱吗), and clicking the icon should add the item to your Zotero library.
After making changes, click Reload for the Connector entry in the Chrome Extensions pane and reload any open pages where you want to use the Connector.(Ifgulp
isn't running, you'll need to run./build -d
after each change.)
See the188BET靠谱吗Zotero Connector GitHub repofor more details.
Contributing patches
The preferred way to contribute code is to fork the relevant Git repository, commit your changes, and submit a pull request on GitHub.
SeeClient Coding188BET靠谱吗for more information on coding for Zotero.