Changeset 8666 for extensions/rv_sitemap


Ignore:
Timestamp:
Jan 14, 2011, 10:20:00 PM (13 years ago)
Author:
rvelices
Message:

rv_gmaps feature 2102 : rename item/image/picture to photo

Location:
extensions/rv_sitemap
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_sitemap/changelog.txt

    r6260 r8666  
     12.2.a
     2        - compatible with piwigo core 2.1.0
     3
    142.1.a
    25        - compatible with piwigo core 2.1.0
  • extensions/rv_sitemap/main.inc.php

    r6260 r8666  
    11<?php /*
    22Plugin Name: RV sitemap
    3 Version: 2.1.a
     3Version: 2.2.a
    44Description: Creates a sitemap for your gallery. Sitemaps are used to inform search engines about pages that are available for crawling.
    55Plugin URI: http://piwigo.org/ext/extension_view.php?eid=78
  • extensions/rv_sitemap/sitemap.php

    r6260 r8666  
    8888  'best_rated' => array( 'L'=>l10n('Best rated'), 'P'=>0.8 ) ,
    8989  'most_visited' => array('L'=>l10n('Most visited'), 'P'=>0.8 ),
    90   'recent_pics' => array('L'=>l10n('Recent pictures'), 'P'=>0.8, 'F'=>'weekly' ),
     90  'recent_pics' => array('L'=>l10n('Recent photos'), 'P'=>0.8, 'F'=>'weekly' ),
    9191  'tags' => array('L'=>l10n('Tags'), 'PAGE'=>'tags' . ($conf['php_extension_in_urls'] ? '.php' : '' ), 'P'=>0.8 ),
    9292  );
Note: See TracChangeset for help on using the changeset viewer.