1<?php
2/**
3 * Options for the anewssystem plugin
4 */
5
6$conf['d_format']          = 'd. M Y';
7$conf['news_datafile']     = 'news:newsdata';
8$conf['news_output']       = 'news:allnewsdata';
9$conf['prev_length']       = '500';
10$conf['newsflash_link']    = 1;
11$conf['hide_anchorID']     = 1;
12$conf['wysiwyg']           = 0;
13$conf['soapp']             = 0;                 // soapp = show one article per page (instead of all news)
14$conf['yh_level']          = 2;                 // headline level for year cluster of All News articles
15$conf['mh_level']          = 3;                 // headline level for month clusetr of All News articles
16$conf['h_level']           = 4;                 // headline level for All News articles itself
17$conf['lnk_newsarchive']   = 'News Archive &raquo;';    // text for archive link
18$conf['act_delim']         = '&';               // newer templates / dw-version seem to use questionmark instead of ampersand at action links
19$conf['convert']           = 'http://fadeout.de/thumbshot-pro/?scale=3&url=%s&effect=2'; //the online service, which converts the linked page into a preview picture
20// http://www.thumbshots.de/cgi-bin/show.cgi?url=%s
21// http://images.websnapr.com/?size=s&nocache=81&url=%s
22// http://www.artviper.net/screenshots/screener.php?sdx=1024&sdy=768&w=120&h=80&q=100&url=%s
23// http://image.thumber.de/?size=XXL&amp;url=%s
24// http://fadeout.de/thumbshot-pro/?scale=3&url=%s&effect=2