ZotPad

An iPad client to Zotero reference management software

  • 所有者: mronkko/ZotPad
  • 平台:
  • 许可证: GNU General Public License v3.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

主要指标

概览
名称与所有者mronkko/ZotPad
主编程语言Objective-C
编程语言Objective-C (语言数: 5)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2011-11-17 20:46:26
推送于2013-09-12 06:43:48
最后一次提交2013-02-14 20:37:15
发布数2
最新版本名称v1.0.2 (发布于 2012-02-02 21:06:16)
第一版名称v1.0.1 (发布于 2012-02-02 15:11:58)
用户参与
星数70
关注者数9
派生数13
提交数329
已启用问题?
问题数134
打开的问题数51
拉请求数0
打开的拉请求数0
关闭的拉请求数2
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?