forked from houshuang/folders2web
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.default.rb
More file actions
24 lines (21 loc) · 1010 Bytes
/
Copy pathsettings.default.rb
File metadata and controls
24 lines (21 loc) · 1010 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copy to settings.rb, and modify to suit your environment
# Settings.rb should also be generated automatically by install.rb (might be out of date)
Wiki_title = "My PhD wiki"
Wiki_desc = "Raw research notes and article annotations about online collaborative learning"
Downloads_path = "/Users/joeblow/Downloads"
Wiki_path = "/Library/WebServer/Documents/wiki"
Bibliography = "/Users/joeblow/Dropbox/Public/Bibliography.bib"
Internet_path = "/wiki"
Server_path = "http://joeblow.net/wiki"
Wiki_title = "My PhD wiki"
PDF_path = "/Users/joeblow/Bibdesk"
JSON_Path = "/Library/WebServer/Documents/wiki/lib/plugins/dokuresearchr/json.tmp"
# let's researchr know if it's accessing a page in your wiki, or somebody else's wiki
My_domains = ['localhost', 'joeblow.net']
Proxy_url = ''
# if you have a crossref_api, otherwise leave empty
Crossref_API = ''
# if you have a scrobble account, otherwise leave empty
Scrobble_token = ""
Scrobble_server_host = "stormy-leaf-9036.herokuapp.com"
Scrobble_server_port = "80"