| Paste number 64093: | HTML 5 Academic Paper Example (Approach 1) |
| Pasted by: | sbp |
| 2 months, 2 weeks ago | |
| #swhack | Context in IRC logs | |
| Paste contents: |
| <!DOCTYPE html> <title>Consideration of the Neutrino Gland Balances of Space Badgers</title> <h1>Space Badgers: Neutrino Characteristics Considered</h1> <p>Space badgers have very strange neutrino glands. We did a careful survey of a pool of space badgers who accepted our questionnaire, and the script we used to survey their glands is as follows:</p> <blockquote cite="survey.py"> <pre> #!/usr/bin/env python import spacebadgers spacebadgers.survey() </pre> </blockquote> <address> <a href="http://inamidst.com/sbp/">Sean B. Palmer</a> </address> |
Annotations for this paste:
| Annotation number 1: | HTML 5 Academic Paper Example (Approach 2) |
| Pasted by: | sbp |
| 2 months, 2 weeks ago | |
| Context in IRC logs | |
| Paste contents: |
| <!DOCTYPE html> <title>Consideration of the Neutrino Gland Balances of Space Badgers</title> <h1>Space Badgers: Neutrino Characteristics Considered</h1> <p>Space badgers have very strange neutrino glands. We did a careful survey of a pool of space badgers who accepted our questionnaire, and the script we used to survey their glands is as follows:</p> <pre title="Source: survey.py"> #!/usr/bin/env python import spacebadgers spacebadgers.survey() </pre> <address> <a href="http://inamidst.com/sbp/">Sean B. Palmer</a> </address> |
| Annotation number 2: | HTML 5 Academic Paper Example (Approach 3) |
| Pasted by: | sbp |
| 2 months, 2 weeks ago | |
| Context in IRC logs | |
| Paste contents: |
| <!DOCTYPE html> <title>Consideration of the Neutrino Gland Balances of Space Badgers</title> <h1>Space Badgers: Neutrino Characteristics Considered</h1> <p>Space badgers have very strange neutrino glands. We did a careful survey of a pool of space badgers who accepted our questionnaire, and the script we used to survey their glands is <a href="script.py">script.py</a>:</p> <pre> #!/usr/bin/env python import spacebadgers spacebadgers.survey() </pre> <address> <a href="http://inamidst.com/sbp/">Sean B. Palmer</a> </address> |
| Annotation number 3: | (note) |
| Pasted by: | sbp |
| 2 months, 2 weeks ago | |
| Context in IRC logs | |
| Paste contents: |
| These examples would need some kind of @class adornment to show which parts are to be processed; i.e. some microformat. I've been using class="include". |
| Annotation number 4: | script.py |
| Pasted by: | sbp |
| 2 months, 2 weeks ago | |
| Context in IRC logs | |
| Paste contents: |
| #!/usr/bin/env python import spacebadgers spacebadgers.survey() |