Changeset 1297 for plugins/sitemaps
- Timestamp:
- 06/30/09 11:11:33 (14 years ago)
- Location:
- plugins/sitemaps
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/sitemaps/_define.php
r975 r1297 14 14 /* Description*/ "Add XML Sitemaps", 15 15 /* Author */ "Pep and contributors", 16 /* Version */ '1.0-RC 3',16 /* Version */ '1.0-RC4', 17 17 /* Permissions */ 'contentadmin' 18 18 ); -
plugins/sitemaps/_install.php
r975 r1297 56 56 'mslive' => array( 57 57 'name' => 'MS Live Search', 58 'url' => 'http://webmaster.live.com/webmaster/ping.aspx', 58 'url' => 'http://webmaster.live.com/webmaster/ping.aspx' 59 ), 60 'bing' => array( 61 'name' => 'MS Bing', 62 'url' => 'http://www.bing.com/webmaster/ping.aspx' 59 63 ), 60 64 'yahoo' => array( 61 65 'name' => 'Yahoo!', 62 'url' => 'http://search.yahooapis.com/SiteExplorerService/V1/ping' ,66 'url' => 'http://search.yahooapis.com/SiteExplorerService/V1/ping' 63 67 ) 64 68 );
Note: See TracChangeset
for help on using the changeset viewer.