Skip to content

Create XML representation of a content page walking on UpCloo meta information [***deprecated*** use jupcloo-site-walker]

Notifications You must be signed in to change notification settings

upcloo/upcloo-site-walker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UpCloo Site Walker - Build Status

This software create the XML representation of a content page using UpCloo meta information.

How it works

php upcloo-walk.php --site http://walterdalmut.com --sitekey mysitekey 

Actually two walkers are provided, a spider crawler and the sitemap crawler.

By default the spider will be used but you can set the sitemap crawler using the --sitemap option.

php upcloo-walk.php --site http://walterdalmut.com/your-site-map.xml --sitemap --sitekey my-site-key

You can set the output folder using --output option.

php upcloo-walk.php --site http://walterdalmut.com --output /tmp/files/ --sitekey my-site-key

Options

Options that you can use

Usage: upcloo-walk.php [ options ]
--site|--domain|-d|-s <string> Set the site to walk [mandatory]
--sitekey|-k <string>          Sitekey for the site [mandatory]
--output|-o <string>           Set the output directory [optional], if missing this folder will be set.
--sitemap|-m                   Use sitemap strategy during your walk...

About

Create XML representation of a content page walking on UpCloo meta information [***deprecated*** use jupcloo-site-walker]

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages