Skip to content

This is perl script that can be used in conjunction with an exported site tree to generate a custom word list from terms used in the site's URLs.

License

Notifications You must be signed in to change notification settings

tbwolfe/CreateWordList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CreateWordList

This is perl script that can be used in conjunction with an exported site tree to generate a custom word list from terms used in the site's URLs.

Usage:

You can run this script in the following way:
perl createWorkdList.pl [input_file]

as a note, the default output is to the console. If you'd like to create a new file or overwrite an existing one:
perl createWordList.pl [input_file] > [output_file]

if you'd like to append to an existing file:
perl createWordList.pl [input_file] >> [output_file]

Credits:

Charlie Campbell for the concept and direction

About

This is perl script that can be used in conjunction with an exported site tree to generate a custom word list from terms used in the site's URLs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages