[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/kernel/rss/ -> module.php (source)

   1  <?php
   2  //
   3  // Created on: <18-Sep-2002 10:05:08 kk>
   4  //
   5  // SOFTWARE NAME: eZ publish
   6  // SOFTWARE RELEASE: 3.9.0
   7  // BUILD VERSION: 17785
   8  // COPYRIGHT NOTICE: Copyright (C) 1999-2006 eZ systems AS
   9  // SOFTWARE LICENSE: GNU General Public License v2.0
  10  // NOTICE: >
  11  //   This program is free software; you can redistribute it and/or
  12  //   modify it under the terms of version 2.0  of the GNU General
  13  //   Public License as published by the Free Software Foundation.
  14  //
  15  //   This program is distributed in the hope that it will be useful,
  16  //   but WITHOUT ANY WARRANTY; without even the implied warranty of
  17  //   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18  //   GNU General Public License for more details.
  19  //
  20  //   You should have received a copy of version 2.0 of the GNU General
  21  //   Public License along with this program; if not, write to the Free
  22  //   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  23  //   MA 02110-1301, USA.
  24  //
  25  //
  26  
  27  
  28  $Module = array( 'name' => 'eZRSS' );
  29  
  30  $ViewList = array();
  31  $ViewList['list'] = array(
  32      'script' => 'list.php',
  33      'functions' => array( 'edit' ),
  34      'default_navigation_part' => 'ezsetupnavigationpart',
  35      'unordered_params' => array( 'language' => 'Language' ) );
  36  
  37  $ViewList['edit_export'] = array(
  38      'script' => 'edit_export.php',
  39      'functions' => array( 'edit' ),
  40      'ui_context' => 'edit',
  41      'default_navigation_part' => 'ezsetupnavigationpart',
  42      'single_post_actions' => array( 'StoreButton' => 'Store',
  43                                      'Update_Item_Class' => 'UpdateItem',
  44                                      'AddSourceButton' => 'AddItem',
  45                                      'RemoveButton' => 'Cancel',
  46                                      'BrowseImageButton' => 'BrowseImage',
  47                                      'RemoveImageButton' => 'RemoveImage' ),
  48      'params' => array( 'RSSExportID', 'RSSExportItemID', 'BrowseType' ) );
  49  
  50  $ViewList['edit_import'] = array(
  51      'script' => 'edit_import.php',
  52      'functions' => array( 'edit' ),
  53      'ui_context' => 'edit',
  54      'default_navigation_part' => 'ezsetupnavigationpart',
  55      'single_post_actions' => array( 'StoreButton' => 'Store',
  56                                      'RemoveButton' => 'Cancel',
  57                                      'AnalyzeFeedButton' => 'AnalyzeFeed',
  58                                      'Update_Class' => 'UpdateClass',
  59                                      'DestinationBrowse' => 'BrowseDestination',
  60                                      'UserBrowse' => 'BrowseUser' ),
  61      'params' => array( 'RSSImportID', 'BrowseType' ) );
  62  
  63  
  64  $ViewList['feed'] = array(
  65      'script' => 'feed.php',
  66      'functions' => array( 'feed' ),
  67      'params' => array ( 'RSSFeed' ) );
  68  
  69  $FunctionList['feed'] = array();
  70  
  71  ?>


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7