Changeset 7971 for extensions/akBookStyle
- Timestamp:
- Dec 2, 2010, 1:53:06 PM (14 years ago)
- Location:
- extensions/akBookStyle/trunk
- Files:
-
- 4 edited
- 6 copied
Legend:
- Unmodified
- Added
- Removed
-
extensions/akBookStyle/trunk/CHANGELOG
r6852 r7971 1 akBookStyle 0.2.3 - 2010-12-02 2 ================================ 3 * Add lv_LV (Latvian) thanks to Aivars Baldone 4 1 5 akBookStyle 0.2.3 - 2010-09-06 2 6 ================================ -
extensions/akBookStyle/trunk/MANIFEST
r6852 r7971 10 10 akBookStyle/main.inc.php 11 11 akBookStyle/default_values.inc.php 12 akBookStyle/language/fr_FR/index.php 12 13 akBookStyle/language/fr_FR/description.txt 13 14 akBookStyle/language/fr_FR/plugin.lang.php 15 akBookStyle/language/de_DE/index.php 14 16 akBookStyle/language/de_DE/description.txt 15 17 akBookStyle/language/de_DE/plugin.lang.php 18 akBookStyle/language/templates/index.php 16 19 akBookStyle/language/templates/plugin.lang.php 20 akBookStyle/language/en_UK/index.php 17 21 akBookStyle/language/en_UK/plugin.lang.php 22 akBookStyle/language/lv_LV/description.txt 23 akBookStyle/language/lv_LV/plugin.lang.php 24 akBookStyle/language/it_IT/index.php 25 akBookStyle/language/it_IT/description.txt 18 26 akBookStyle/language/it_IT/plugin.lang.php 27 akBookStyle/language/es_ES/index.php 19 28 akBookStyle/language/es_ES/description.txt 20 29 akBookStyle/language/es_ES/plugin.lang.php 30 akBookStyle/language/cs_CZ/plugin.lang.php 31 akBookStyle/language/hu_HU/index.php 21 32 akBookStyle/language/hu_HU/description.txt 22 33 akBookStyle/language/hu_HU/plugin.lang.php -
extensions/akBookStyle/trunk/language/de_DE/index.php
r7970 r7971 21 21 // +-----------------------------------------------------------------------+ 22 22 23 /* 24 Plugin Name: akBookStyle 25 Version: 0.2.3 26 Description: Book style for designers 27 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=307 28 Author: nikrou,vdigital 29 Author URI: http://www.nikrou.net/ 30 */ 31 32 if (!defined('PHPWG_ROOT_PATH')) { 33 die('Hacking attempt!'); 34 } 35 36 include_once(dirname(__FILE__).'/init.php'); 23 // Recursive call 24 $url = '../'; 25 header( 'Request-URI: '.$url ); 26 header( 'Content-Location: '.$url ); 27 header( 'Location: '.$url ); 28 exit(); 37 29 ?> -
extensions/akBookStyle/trunk/language/en_UK/index.php
r7970 r7971 21 21 // +-----------------------------------------------------------------------+ 22 22 23 /* 24 Plugin Name: akBookStyle 25 Version: 0.2.3 26 Description: Book style for designers 27 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=307 28 Author: nikrou,vdigital 29 Author URI: http://www.nikrou.net/ 30 */ 31 32 if (!defined('PHPWG_ROOT_PATH')) { 33 die('Hacking attempt!'); 34 } 35 36 include_once(dirname(__FILE__).'/init.php'); 23 // Recursive call 24 $url = '../'; 25 header( 'Request-URI: '.$url ); 26 header( 'Content-Location: '.$url ); 27 header( 'Location: '.$url ); 28 exit(); 37 29 ?> -
extensions/akBookStyle/trunk/language/es_ES/index.php
r7970 r7971 21 21 // +-----------------------------------------------------------------------+ 22 22 23 /* 24 Plugin Name: akBookStyle 25 Version: 0.2.3 26 Description: Book style for designers 27 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=307 28 Author: nikrou,vdigital 29 Author URI: http://www.nikrou.net/ 30 */ 31 32 if (!defined('PHPWG_ROOT_PATH')) { 33 die('Hacking attempt!'); 34 } 35 36 include_once(dirname(__FILE__).'/init.php'); 23 // Recursive call 24 $url = '../'; 25 header( 'Request-URI: '.$url ); 26 header( 'Content-Location: '.$url ); 27 header( 'Location: '.$url ); 28 exit(); 37 29 ?> -
extensions/akBookStyle/trunk/language/fr_FR/index.php
r7970 r7971 21 21 // +-----------------------------------------------------------------------+ 22 22 23 /* 24 Plugin Name: akBookStyle 25 Version: 0.2.3 26 Description: Book style for designers 27 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=307 28 Author: nikrou,vdigital 29 Author URI: http://www.nikrou.net/ 30 */ 31 32 if (!defined('PHPWG_ROOT_PATH')) { 33 die('Hacking attempt!'); 34 } 35 36 include_once(dirname(__FILE__).'/init.php'); 23 // Recursive call 24 $url = '../'; 25 header( 'Request-URI: '.$url ); 26 header( 'Content-Location: '.$url ); 27 header( 'Location: '.$url ); 28 exit(); 37 29 ?> -
extensions/akBookStyle/trunk/language/hu_HU/index.php
r7970 r7971 21 21 // +-----------------------------------------------------------------------+ 22 22 23 /* 24 Plugin Name: akBookStyle 25 Version: 0.2.3 26 Description: Book style for designers 27 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=307 28 Author: nikrou,vdigital 29 Author URI: http://www.nikrou.net/ 30 */ 31 32 if (!defined('PHPWG_ROOT_PATH')) { 33 die('Hacking attempt!'); 34 } 35 36 include_once(dirname(__FILE__).'/init.php'); 23 // Recursive call 24 $url = '../'; 25 header( 'Request-URI: '.$url ); 26 header( 'Content-Location: '.$url ); 27 header( 'Location: '.$url ); 28 exit(); 37 29 ?> -
extensions/akBookStyle/trunk/language/it_IT/index.php
r7255 r7971 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 <<<<<<< HEAD 3 4 // | PhpWebGallery - a PHP based picture gallery | 4 5 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | … … 9 10 // | last modifier : $Author: ddtddt $ 10 11 // | revision : $Revision: 6934 $ 12 ======= 13 // | akBookStyle - a plugin for Piwigo | 14 // +-----------------------------------------------------------------------+ 15 // | Copyright(C) 2009-2010 Nicolas Roudaire http://www.nikrou.net | 16 // | Copyright(C) 2009 vdigital | 17 >>>>>>> Forget indexes 11 18 // +-----------------------------------------------------------------------+ 12 19 // | This program is free software; you can redistribute it and/or modify | … … 21 28 // | You should have received a copy of the GNU General Public License | 22 29 // | along with this program; if not, write to the Free Software | 30 <<<<<<< HEAD 23 31 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | 24 32 // | USA. | 33 ======= 34 // | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | 35 // | MA 02110-1301 USA | 36 >>>>>>> Forget indexes 25 37 // +-----------------------------------------------------------------------+ 26 38 … … 31 43 header( 'Location: '.$url ); 32 44 exit(); 45 <<<<<<< HEAD 33 46 ?> 47 ======= 48 ?> 49 >>>>>>> Forget indexes -
extensions/akBookStyle/trunk/language/templates/index.php
r7970 r7971 21 21 // +-----------------------------------------------------------------------+ 22 22 23 /* 24 Plugin Name: akBookStyle 25 Version: 0.2.3 26 Description: Book style for designers 27 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=307 28 Author: nikrou,vdigital 29 Author URI: http://www.nikrou.net/ 30 */ 31 32 if (!defined('PHPWG_ROOT_PATH')) { 33 die('Hacking attempt!'); 34 } 35 36 include_once(dirname(__FILE__).'/init.php'); 23 // Recursive call 24 $url = '../'; 25 header( 'Request-URI: '.$url ); 26 header( 'Content-Location: '.$url ); 27 header( 'Location: '.$url ); 28 exit(); 37 29 ?> -
extensions/akBookStyle/trunk/main.inc.php
r7765 r7971 23 23 /* 24 24 Plugin Name: akBookStyle 25 Version: 0. 2.325 Version: 0.3.0 26 26 Description: Book style for designers 27 27 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=307
Note: See TracChangeset
for help on using the changeset viewer.