Ignore:
Timestamp:
2007/06/14 00:09:08 (19 years ago)
Author:
adati
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/test/adachi/LLReader/pless_release.php

    r14611 r14612  
    11<?php 
    22 
    3 ini_set('include_path', ini_get('include_path') . ';./;./Lib'); 
     3$_ps = PATH_SEPARATOR; 
     4$_include_path = ini_get('include_path') . $_ps . './' . $_ps . './Lib'; 
     5 
     6ini_set('include_path', $_include_path); 
    47 
    58require_once('LLReader.php'); 
     
    811    'plugins' => array( 
    912        'Subscription_Simple' => array( 
    10             'urls' => array( 
    11                 '', 
    12                 '' 
    13             ), 
    14         )/*, 
    15         'Publish_Mail'=> array( 
    16             'to' => array( 
    17                 '', 
    18                 '', 
    19             ), 
    20             'from' => '' 
    21         )*/ 
     13            'urls' => array('http://feeds.feedburner.jp/cnet/rss') 
     14        ), 
     15        'Filter_SearchEntry2Feed' => array( 
     16            'regex' => '/¥é¥¤¥Ö¥É¥¢/i' 
     17        ), 
    2218    ) 
    2319); 
Note: See TracChangeset for help on using the changeset viewer.