Changeset 3361
- Timestamp:
- 02/16/15 23:31:23 (8 years ago)
- Location:
- plugins/sitemaps
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/sitemaps/README
r3359 r3361 1 Help Google:2 Webmaster tools (https://www.google.com/webmasters/tools/home?hl=fr) for Google (you need a Google account to access).3 Help Center dedicated to webmasters: https://support.google.com/webmasters/?hl=fr#topic=3309469.4 5 Help Bing:6 Webmaster tools (http://www.bing.com/toolbox/webmaster) for Bing (you need a Microsoft account to access). -
plugins/sitemaps/_define.php
r3359 r3361 15 15 /* Description*/ "Add XML Sitemaps", 16 16 /* Author */ "Pep and contributors", 17 /* Version */ '1.1-RC 5',17 /* Version */ '1.1-RC6', 18 18 /* Properties */ 19 19 array( -
plugins/sitemaps/changelog
r3359 r3361 1 v1.1-RC 5 - 10-02-2015 - Pierre Van Glabeke1 v1.1-RC6 - 13-02-2015 - Pierre Van Glabeke 2 2 * intégration du ticket http://lab.dotclear.org/ticket/642 3 * intégration modif http://forum.dotclear.org/viewtopic.php?id=47812 3 4 * comme ms live et yahoo sont intégrés à Bing, les trois adresses deviennent identiques 4 5 * modifications cosmétiques pour charte dc2.6 -
plugins/sitemaps/index.php
r3359 r3361 145 145 <!-- Configuration panel --> 146 146 <div class="multi-part" id="sitemaps_options" title="<?php echo __('Configuration'); ?>"> 147 <form method="post" action="<?php echo http::getSelfURI(); ?>">147 <form method="post" action="<?php echo $p_url; ?>"> 148 148 <div class="fieldset"> 149 149 <h4><?php echo __('Plugin activation'); ?></h4> … … 199 199 <!-- Notifications panel --> 200 200 <div class="multi-part" id="sitemaps_notifications" title="<?php echo __('Search engines notification'); ?>"> 201 <form method="post" action="<?php echo http::getSelfURI(); ?>">201 <form method="post" action="<?php echo $p_url; ?>"> 202 202 <div class="fieldset"> 203 203 <h4><?php echo __('Available search engines'); ?></h4>
Note: See TracChangeset
for help on using the changeset viewer.