diff options
Diffstat (limited to 'doc/examples/include.txt')
-rw-r--r-- | doc/examples/include.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/examples/include.txt b/doc/examples/include.txt new file mode 100644 index 00000000..5bdc7991 --- /dev/null +++ b/doc/examples/include.txt @@ -0,0 +1,5 @@ +#include +# entries are one url per line. comment lines beginning with '#' are allowed +# urls are passed to urllib.urlopen, so the format must be supported there +http://www.ubuntu.com/robots.txt +http://www.w3schools.com/html/lastpage.htm |