URL List Generator (or 'unique list generator/permeator')

The 'URL List Generator' was designed to generate lists of URL's built upon variable parts of the url, but could also be used for building up test or dummy data sets.

For example, given the URL: "http://xkcd.com/1113/", we might want to generate a list of similar URL's to download or browse, for example "http://xkcd.com/1/", or "http://xkcd.com/327/".

To do this, we can define url 'parts', which may be static text (text which is the same in every url), a numeric range (a number which increments in every url) or a specific list of text values (a different value is used for each url). The generator will then produce a list containing every possible URL permutation.

So, to produce a list of every XKCD cartoon URL: first add a static part, and enter "http://xkcd.com/", then add a numeric range part (starting a 1 and ended at 1113), then add another text part with the value "/". Click the 'preview' button to check the first URL is correctly generated. When you are happy with the preview, press the 'Generate complete list' button.