Просмотр файла sitemap/readme.txt

Размер файла: 3.81Kb
+------------------------------------------------------------------------------+
| Sitemap Creator 0.2 beta  build 20080514                                     |
+------------------------------------------------------------------------------+

#Description 
--------------
Sitemap Creator crawls/spiders your website creating XML sitemaps compatible with the standard sitemaps.org
protocol supported by Google, Yahoo!, MSN and MoreOver.  The script  pings Google, Yahoo!, MSN and MoreOver
bots to download the sitemap file, then tracks the bot and sends you an email on every scan to your Sitemap
and gives you a full report of the Search Engine respond.  
Sitemaps are created from a CSV file which could easily be edited using any text editor before creating the
sitemap.  Sitemap Creator has three built in ranking mechanism which decide priorities of your pages depending 
on the number and the placement of link backs, crawled first links or URL structure. You can also limit the 
crawler by memory, run time or number of URLs.

#Contact 
--------------
Email         [email protected]                                          
Web           www.gadelkareem.com                                            
																			                                       
#License 
--------------
This script is free software; you can redistribute it and/or                 
modify it under the terms of the GNU General Public                          
License as published by the Free Software Foundation; either                 
version 2 of the License, or (at your option) any later version.             
                                                                             
This script is distributed in the hope that it will be useful,               
but WITHOUT ANY WARRANTY; without even the implied warranty of               
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU            
General Public License for more details.                                     
Before using, modifying or publishing this class, you should refer to the    
GNU GENERAL PUBLIC LICENSE. This is available at:                  
http://www.gnu.org/licenses/gpl.txt                                           


#Important FAQ
--------------
- The crawler stopped without crawling any pages?
you either run out of memory or the script timed out before crawling your website, 
try decreasing memory limit or crawler timeout

- More FAQ about sitemaps could be found at : 
http://www.sitemaps.org/

#Webmaster Centers
-------------------
it is very important to sign up and add your sitemaps to these webmaster tools :
	https://www.google.com/webmasters/tools/siteoverview
	https://siteexplorer.search.yahoo.com/mysites
	http://webmaster.live.com/

#installation
-------------
- Extract files into your root dir. Make sure you have "sitemap.php" and "sitemap" directory in your root.
- CHMOD 777 'data' folder.
- Open .config.inc.php and add your information as adviced.
- Go to /sitemap/sitemap.php from your web browser, and click crawl.
- you can optionally edit the csv file to insert more links or edit Priority, last modified or Frequency fields.
	The file is separated by tabs, each line contains one URL.
	* URL : URL of the page. This URL must begin with the protocol (such as http) and end with a trailing slash, 
	        if your web server requires it. This value must be less than 2,048 characters. 
	* Priority (optional): The priority of this URL relative to other URLs on your site. Valid values range 
						   from 0.0 to 1.0. (put 0 to skip)
	* Last Modified (optional):  Last Modified date in Unix time format(put 0 to skip)
	* Frequency (optional): How frequently the page is likely to change 
						    (always, hourly, daily, weekly, monthly, yearly, never).
- To execute this script on a time based you need to edit corntab on unix or add schedule task on win.