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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?