-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.txt
28 lines (20 loc) · 928 Bytes
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
example Tike with curl:
curl "http://localhost:8080/solr/RebSearch/update/extract?commit=true&literal.id=testing&fmap.content=content" -F "myfile=@Golde_2000.pdf"
1) Create Zot_Timestamp, then index all zotero citations
- need schema, start simple, build out
2) Look into searching by filename on Dropbox
- if so, for each record in Zotero, consider looking for "Frank_Yakel_2010", etc.
- consider renaming files
3) Barring much success there, put effort into utility for paring Zotero to Dropbox
- simple table, click "rename" to rename, or enter name
########################################
API Documentation
########################################
mysolr - http://mysolr.redtuna.org/en/latest/index.html
########################################
Dependencies
########################################
pip install Flask-OAuth
pip install mysolr
pip install eulfedora
pip install pyzotero