@@ -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