ZotPad

An iPad client to Zotero reference management software

  • Owner: mronkko/ZotPad
  • Platform:
  • License:: GNU General Public License v3.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

README for ZotPad

ZotPad is a Zotero client for accessing Zotero database with iPad or iPhone.
The sofware is focused on reading and annotating PDF as well as note taking and
tagging.

ZotPad is currently looking for additional developers. If you are interested,
please contact developers@zotpad.com. The source code is available under an open
source license (GPL 3) and the software is available in the App Store for a
small fee.

The project has a UserVoice page for feature requests. Please use the issue
tracker only for bugs, and request features here instead

http://zotpad.uservoice.com

More information can be found on the website

http://www.zotpad.com

Checking out and compiling the code

  1. Prerequisites

Some of the features of ZotPad require closed source software or authentication
keys that cannot be distributed through GitHub, but need to be obtained
separately. ZotPad project contains three products ZotPad, ZotPad beta, and
ZotPad iAnnotate. The ZotPad beta is the only product that can be compiled
from a fresh checkout without creating authentication keys or installing
third party software. The keys are defined in the file ZotPad/ZPSecrets.h.

Zotero OAuth keys

The public repository includes the keys for ZotPad beta. New keys can be created
at http://www.zotero.org/support/dev/server_api/oauth.

Dropbox OAuth keys

The public repository includes the keys for ZotPad beta. New keys can be created
at https://www.dropbox.com/developers/apps.

UserVoice OAuth keys

The public repository does not include any keys for UserVoice. UserVoice is used
for user support and testing of the official builds and is of very little use
for third party builds. All versions of ZotPad can be compiled without UserVoice
key. Attempting to use the in-app support in a build that does not contain a key
results in a harmless error message explaining that UserVoice is not available
in that build.

TestFlight key

The public repository does not include any keys for TestFlight. TestFlight is
used for testing of the official builds and is of very little use for third
party builds. All versions of ZotPad can be compiled without TestFlight key.

iAnnotate library

ZotPad iAnnotate requires a demo version of iAnnotate library. This can be
obtained at http://www.branchfire.com/download/demo/.

  1. Checking out the project

ZotPad can be cloned with the following command

git clone --recursive  https://github.com/mronkko/ZotPad.git .

Or if you are using ssh key based authentication, use this command instead

git clone --recursive git@github.com:mronkko/ZotPad.git .

ZotPad has dependencies that have their own dependencies that are not pulled automatically
these are configured with the following commands

cd DTCoreText
git submodule init
git submodule update

Finally, the ZPSecrets file needs to be untracked so that any keys that you might add will
not be shared with the world.

git update-index --assume-unchanged ZotPad/ZPSecrets.h

Main metrics

Overview
Name With Ownermronkko/ZotPad
Primary LanguageObjective-C
Program languageObjective-C (Language Count: 5)
Platform
License:GNU General Public License v3.0
所有者活动
Created At2011-11-17 20:46:26
Pushed At2013-09-12 06:43:48
Last Commit At2013-02-14 20:37:15
Release Count2
Last Release Namev1.0.2 (Posted on 2012-02-02 21:06:16)
First Release Namev1.0.1 (Posted on 2012-02-02 15:11:58)
用户参与
Stargazers Count70
Watchers Count9
Fork Count13
Commits Count329
Has Issues Enabled
Issues Count134
Issue Open Count51
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private