Test post #1 for testing conundrum, a webframework agnostic blogging plugin.
Lets test syntax highliting
#!/usr/bin/python
print 'Code with shebang, and numbered lines
Test post #1 for testing conundrum, a webframework agnostic blogging plugin.
Lets test syntax highliting
#!/usr/bin/python
print 'Code with shebang, and numbered lines
Lets test if quotes work.
###The Zen of Python, by Tim Peters
Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated.
If all works well, the test site will have 3 entries -
#!/usr/bin/env python | |
""" | |
Download all the pdfs linked on a given webpage | |
Usage - | |
python grab_pdfs.py url <path/to/directory> | |
url is required | |
path is optional. Path needs to be absolute |