Skip to content

Commit 49c582c

Browse files
committed
[SHARE-321][Fix] Remove dup of ukansas
1 parent dcb7156 commit 49c582c

8 files changed

Lines changed: 96 additions & 154 deletions

File tree

project/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@
135135
'providers.edu.iwu_commons',
136136
'providers.edu.kent',
137137
'providers.edu.krex',
138-
'providers.edu.ku',
139138
'providers.edu.mason',
140139
'providers.edu.mit',
141140
'providers.edu.mizzou',

providers/edu/ku/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

providers/edu/ku/apps.py

Lines changed: 0 additions & 106 deletions
This file was deleted.

providers/edu/ku/favicon.ico

-2.19 KB
Binary file not shown.

providers/edu/ku/migrations/0001_initial.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

providers/edu/ku/migrations/0002_favicon.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

providers/edu/ku/migrations/__init__.py

Whitespace-only changes.

providers/edu/ukansas/apps.py

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,99 @@ class AppConfig(OAIProviderAppConfig):
88
long_title = 'KU ScholarWorks'
99
home_page = 'https://kuscholarworks.ku.edu'
1010
url = 'https://kuscholarworks.ku.edu/oai/request'
11+
property_list = ['publisher', 'language', 'relation', 'date', 'identifier', 'type']
12+
approved_sets = [
13+
'com_1808_978',
14+
'com_1808_118',
15+
'com_1808_84',
16+
'com_1808_1666',
17+
'com_1808_1029',
18+
'com_1808_7799',
19+
'com_1808_8834',
20+
'com_1808_377',
21+
'com_1808_7165',
22+
'com_1808_1069',
23+
'com_1808_65',
24+
'com_1808_907',
25+
'com_1808_7105',
26+
'com_1808_3892',
27+
'com_1808_5894',
28+
'com_1808_62',
29+
'com_1808_224',
30+
'com_1808_64',
31+
'com_1808_97',
32+
'com_1808_1776',
33+
'com_1808_5634',
34+
'com_1808_1260',
35+
'com_1808_8219',
36+
'com_1808_8701',
37+
'com_1808_9235',
38+
'com_1808_4471',
39+
'com_1808_291',
40+
'com_1808_267',
41+
'com_1808_231',
42+
'com_1808_592',
43+
'com_1808_979',
44+
'com_1808_8717',
45+
'com_1808_1049',
46+
'com_1808_1050',
47+
'com_1808_1051',
48+
'com_1808_1052',
49+
'com_1808_1483',
50+
'com_1808_1815',
51+
'com_1808_87',
52+
'com_1808_408',
53+
'com_1808_776',
54+
'com_1808_5725',
55+
'com_1808_5724',
56+
'com_1808_284',
57+
'com_1808_6210',
58+
'com_1808_54',
59+
'com_1808_363',
60+
'com_1808_3604',
61+
'com_1808_913',
62+
'com_1808_9053',
63+
'com_1808_7115',
64+
'com_1808_276',
65+
'com_1808_748',
66+
'com_1808_9219',
67+
'com_1808_21',
68+
'com_1808_9232',
69+
'com_1808_238',
70+
'com_1808_275',
71+
'com_1808_263',
72+
'com_1808_100',
73+
'com_1808_5423',
74+
'com_1808_8837',
75+
'com_1808_984',
76+
'com_1808_56',
77+
'com_1808_1060',
78+
'com_1808_2088',
79+
'com_1808_80',
80+
'com_1808_981',
81+
'com_1808_96',
82+
'com_1808_109',
83+
'com_1808_234',
84+
'com_1808_89',
85+
'com_1808_4073',
86+
'com_1808_594',
87+
'com_1808_8689',
88+
'com_1808_3598',
89+
'com_1808_9214',
90+
'com_1808_466',
91+
'com_1808_6080',
92+
'com_1808_60',
93+
'com_1808_7240',
94+
'com_1808_735',
95+
'com_1808_789',
96+
'com_1808_4373',
97+
'com_1808_287',
98+
'com_1808_82',
99+
'com_1808_2076',
100+
'com_1808_774',
101+
'com_1808_6803',
102+
'com_1808_1811',
103+
'com_1808_197',
104+
'com_1808_8721',
105+
'com_1808_6204'
106+
]

0 commit comments

Comments
 (0)