Skip to content

Commit 7efa2bb

Browse files
gmcharltDyrcona
authored andcommitted
LP#2132541: (follow-up) move the Amazon base_url to be next to the rest
Also adds some newlines for readability. Signed-off-by: Galen Charlton <[email protected]> Signed-off-by: Jason Stephenson <[email protected]>
1 parent bf929a9 commit 7efa2bb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Open-ILS/examples/opensrf.xml.example

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,16 +277,22 @@ vim:et:ts=4:sw=4:
277277
-->
278278
<!-- load the OpenLibrary added content module -->
279279
<module>OpenILS::WWW::AddedContent::OpenLibrary</module>
280+
280281
<!-- load the Syndetics added content module -->
281282
<!-- <module>OpenILS::WWW::AddedContent::Syndetic</module> -->
282283
<!-- <base_url>http://syndetics.com/index.aspx</base_url> -->
284+
283285
<!-- load the ContentCafe added content module -->
284286
<!-- <module>OpenILS::WWW::AddedContent::ContentCafe</module> -->
287+
285288
<!-- load the Chilifresh added content module -->
286289
<!-- <module>OpenILS::WWW::AddedContent::Chilifresh</module> -->
287290
<!-- <base_url>https://content.chilifresh.com/</base_url> -->
291+
288292
<!-- load the Amazon added content module -->
289293
<!-- <module>OpenILS::WWW::AddedContent::Amazon</module> -->
294+
<!-- <base_url>http://images.amazon.com/images/P/</base_url> -->
295+
290296
<!-- load the Obalkyknih added content module -->
291297
<!-- <module>OpenILS::WWW::AddedContent::ObalkyKnih</module> -->
292298

@@ -326,11 +332,6 @@ vim:et:ts=4:sw=4:
326332
<!-- If a userid is required to access the added content.. -->
327333
<userid>MY_USER_ID</userid>
328334

329-
<!--
330-
Base URL for Amazon added content fetching. Not needed by OpenLibrary
331-
<base_url>http://images.amazon.com/images/P/</base_url>
332-
-->
333-
334335
<!--
335336
Segregating the details for ContentCafe out for easier use. At some point, we
336337
may want to support multiple services at one time.

0 commit comments

Comments
 (0)