summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2022-03-04 01:11:37 -0500
committercyfraeviolae <cyfraeviolae>2022-03-04 01:11:37 -0500
commit324222c730d1014f94adc4c6915de5b8cdeac9ff (patch)
tree955582307c43e900be4b0d1da544ac6de18a0a1d /static
parent6885a88ba04f34b133d2f92d560c52a766130504 (diff)
fix poem
Diffstat (limited to 'static')
-rw-r--r--static/poems.js42
1 files changed, 21 insertions, 21 deletions
diff --git a/static/poems.js b/static/poems.js
index 3b4c780..5b5d514 100644
--- a/static/poems.js
+++ b/static/poems.js
@@ -77,6 +77,27 @@ Melodious birds sing madrigals.`,
"link": "https://en.wikipedia.org/wiki/The_Passionate_Shepherd_to_His_Love",
},
{
+ "line": "To dew her orbs upon the green".split(' '),
+ "scansion": ['x', '/', 'x', '/', 'x/', 'x', '/'],
+ "title": "Puck, Act II, Scene I",
+ "collection": "A Midsummer's Night Dream",
+ "author": "William Shakespeare",
+ "meter": "iambic tetrameter",
+ "ctx": `Over hill, over dale,
+Thorough bush, thorough brier,
+Over park, over pale,
+Thorough flood, thorough fire,
+I do wander everywhere,
+Swifter than the moon's sphere;
+And I serve the fairy queen,
+To dew her orbs upon the green.
+The cowslips tall her pensioners be:
+In their gold coats spots you see;
+Those be rubies, fairy favours,
+In those freckles live their savours:`,
+ "link": "http://shakespeare.mit.edu/midsummer/full.html#2.1.2",
+ },
+ {
"line": "What lips my lips have kissed and where and why".split(' '),
"scansion": ['x', '/', 'x', '/', 'x', '/', 'x', '/', 'x', '/'],
"title": "Sonnet XLIII",
@@ -99,25 +120,4 @@ I only know that summer sang in me
A little while, that in me sings no more.`,
"link": "https://www.poetryfoundation.org/poems/46557/what-lips-my-lips-have-kissed-and-where-and-why",
},
- {
- "line": "To dew her orbs upon the green".split(' '),
- "scansion": ['x', '/', 'x', '/', 'x/', 'x', '/'],
- "title": "Puck, Act II, Scene I",
- "collection": "A Midsummer's Night Dream",
- "author": "William Shakespeare",
- "meter": "iambic tetrameter",
- "ctx": `Over hill, over dale,
-Thorough bush, thorough brier,
-Over park, over pale,
-Thorough flood, thorough fire,
-I do wander everywhere,
-Swifter than the moon's sphere;
-And I serve the fairy queen,
-To dew her orbs upon the green.
-The cowslips tall her pensioners be:
-In their gold coats spots you see;
-Those be rubies, fairy favours,
-In those freckles live their savours:`,
- "link": "http://shakespeare.mit.edu/midsummer/full.html#2.1.2",
- },
]