Skip to content

Commit ef00a98

Browse files
authored
Update README.md
1 parent 70c4c3e commit ef00a98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ All of these scripts require a secrets.py file in the same directory that must c
55
baseURL='https://dspace.myuni.edu'
66
email='dspace_user@.myuni.edu'
77
password='my_dspace_password'
8-
filePath = '/Users/dspace_user/dspace-data-collection/data/' # directory into which to store output files
9-
handlePrefix = 'http://dspace.myuni.edu/handle/' # handlePrefix may vary from your dspace url (or may not)
8+
filePath = '/Users/dspace_user/dspace-data-collection/data/'
9+
handlePrefix = 'http://dspace.myuni.edu/handle/'
1010
```
11-
This secrets.py file will be ignored according to the repository's .gitignore file so that DSpace login details will not be inadvertently exposed through Github
11+
The 'filePath' is directory into which output files will be written and 'handlePrefix' may or may not vary from your DSpace URL depending on your configuration. This secrets.py file will be ignored according to the repository's .gitignore file so that DSpace login details will not be inadvertently exposed through Github
1212

13-
*Note that all of these scripts skip collection '24' for local reasons. To change this, edit the following portion of the script (typically between line 27-39)
13+
*Note that all of these scripts skip collection '24' for local reasons. To change this, edit the following portion of the script (typically between line 27-39)*
1414

1515
Skips collection 24
1616

0 commit comments

Comments
 (0)