forked from dozens/protoadandsuperbowl
		
	Merge pull request 'Use git for pub date in RSS' (#2) from kindrobot/protoadandsuperbowl:kr-fix_rss into master
Reviewed-on: http://git.tilde.town/dozens/protoadandsuperbowl/pulls/2
This commit is contained in:
		
						commit
						bbff6d9319
					
				| @ -1,13 +1,16 @@ | ||||
| #bin/sh | ||||
| #!/bin/sh | ||||
| echo "<rss version=\"2.0\"><channel><title>It's Pro Toad and Superb Owl</title>" > feed.xml | ||||
| echo "<link>https://git.tilde.town/dozens/protoadandsuperbowl</link><description>It's Pro Toad and Superb Owl!</description><atom:link rel=\"self\" type=\"application/rss+xml\" href=\"https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/feed.xml\"/><generator>/bin/sh</generator>" >> feed.xml | ||||
| 
 | ||||
| 
 | ||||
| for f in $(find . -type f -iname '*.md' -depth 1 ! -name 'README.md' | sed 's/\.\///'); do | ||||
| for f in *.md; do | ||||
|   if [ $f == "README.md" ]; then | ||||
|     continue | ||||
|   fi | ||||
|   echo "<item> | ||||
|   <title>$f</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/$f</link> | ||||
|   <pubDate>$(stat -f "%m%t%Sm %N" $f | cut -f2 | cut -f1-4 -d ' ')</pubDate> | ||||
|   <pubDate>$(git log --follow --format=%ad --date default $f | tail -1)</pubDate> | ||||
|   <description><![CDATA[" >> feed.xml | ||||
|   pandoc $f >> feed.xml | ||||
|   echo "]]></description> | ||||
|  | ||||
							
								
								
									
										438
									
								
								feed.xml
									
									
									
									
									
								
							
							
						
						
									
										438
									
								
								feed.xml
									
									
									
									
									
								
							| @ -1,9 +1,80 @@ | ||||
| <rss version="2.0"><channel><title>It's Pro Toad and Superb Owl</title> | ||||
| <link>https://git.tilde.town/dozens/protoadandsuperbowl</link><description>It's Pro Toad and Superb Owl!</description><atom:link rel="self" type="application/rss+xml" href="https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/feed.xml"/><generator>/bin/sh</generator> | ||||
| <item> | ||||
|   <title>00001.md</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00001.md</link> | ||||
|   <pubDate>Wed Feb 10 12:28:44 2021 -0700</pubDate> | ||||
|   <description><![CDATA[ | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| ya see, some people go real fast  | ||||
| and other people they go real slow  | ||||
| yeah that's it doncha know </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}  -- Hoo? | ||||
|  (~~~~)    ./) )           | ||||
|  (>vv<)      " "          </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| yeah that's the real root cause of most  | ||||
| workplace conflict </code></pre> | ||||
| ]]></description> | ||||
|   </item> | ||||
| <item> | ||||
|   <title>00002.md</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00002.md</link> | ||||
|   <pubDate>Wed Feb 10 12:28:44 2021 -0700</pubDate> | ||||
|   <description><![CDATA[ | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| ...and that's how I became a YAML engineer. </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}  -- Hoo? | ||||
|  (~~~~)    ./) )           | ||||
|  (>vv<)      " "          </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| To be honest, I'm not sure it's a real job either.  | ||||
| But they keep giving me YAML and I keep  | ||||
| ENGINEERING it! </code></pre> | ||||
| ]]></description> | ||||
|   </item> | ||||
| <item> | ||||
|   <title>00003.md</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00003.md</link> | ||||
|   <pubDate>Wed Feb 10 12:28:44 2021 -0700</pubDate> | ||||
|   <description><![CDATA[ | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| So did you watch the Super Bowl? </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}  -- Hoo? | ||||
|  (~~~~)    ./) )           | ||||
|  (>vv<)      " "          </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| Yeah, me neither. </code></pre> | ||||
| ]]></description> | ||||
|   </item> | ||||
| <item> | ||||
|   <title>00004.md</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00004.md</link> | ||||
|   <pubDate>Aug 25 11:13:16 2022</pubDate> | ||||
|   <pubDate>Wed Feb 10 12:28:44 2021 -0700</pubDate> | ||||
|   <description><![CDATA[ | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
| @ -24,101 +95,12 @@ Budweiser beer? </code></pre> | ||||
|      \              | ||||
| Yep! I guess you could say it was a SUPER BOWL  | ||||
| PROTO AD! </code></pre> | ||||
| ]]></description> | ||||
|   </item> | ||||
| <item> | ||||
|   <title>00010.md</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00010.md</link> | ||||
|   <pubDate>Aug 25 11:13:17 2022</pubDate> | ||||
|   <description><![CDATA[ | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| a guy was looking for a priest to officiate his  | ||||
| wedding and narrowed it down to his final two  | ||||
| choices. the first one walked in with two  | ||||
| beetles and started praying over the bugs. the  | ||||
| second one started spraying everybody with  | ||||
| holy water from a water gun. Know who he chose? </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}  -- Hoo? | ||||
|  (~~~~)    ./) )           | ||||
|  (>vv<)      " "          </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| He chose the blesser of two weevils  | ||||
|  </code></pre> | ||||
| ]]></description> | ||||
|   </item> | ||||
| <item> | ||||
|   <title>00001.md</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00001.md</link> | ||||
|   <pubDate>Aug 25 11:13:16 2022</pubDate> | ||||
|   <description><![CDATA[ | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| ya see, some people go real fast  | ||||
| and other people they go real slow  | ||||
| yeah that's it doncha know </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}  -- Hoo? | ||||
|  (~~~~)    ./) )           | ||||
|  (>vv<)      " "          </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| yeah that's the real root cause of most  | ||||
| workplace conflict </code></pre> | ||||
| ]]></description> | ||||
|   </item> | ||||
| <item> | ||||
|   <title>00011.md</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00011.md</link> | ||||
|   <pubDate>Aug 25 11:13:17 2022</pubDate> | ||||
|   <description><![CDATA[ | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| So I was down by the capitol and I noticed some  | ||||
| kind of protest was happening. I saw a couple  | ||||
| people wearing US flags and thought to myself,  | ||||
| ew, probably a bunch of treasonous right-wing  | ||||
| fundamentalist bastards. Which, you know, is  | ||||
| always the first thing you think when you see  | ||||
| somebody wearing the US flag. But then I saw  | ||||
| somebody holding a "My Body My Choice" sign and  | ||||
| thought, aw, it must be some pro-choicers! And I  | ||||
| decided to get a little closer to check it out. </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}  -- Hoo? | ||||
|  (~~~~)    ./) )           | ||||
|  (>vv<)      " "          </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| I got close enough to see a bunch of the other  | ||||
| signs and they were all like, "No Jab! No  | ||||
| Vaccine!" and that's when I knew I had been  | ||||
| tricked. It WAS a bunch of treasonous  | ||||
| right-wing fundamentalist bastards! I said  | ||||
| "ew" again and turned around and ran away. </code></pre> | ||||
| ]]></description> | ||||
|   </item> | ||||
| <item> | ||||
|   <title>00005.md</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00005.md</link> | ||||
|   <pubDate>Aug 25 11:13:17 2022</pubDate> | ||||
|   <pubDate>Fri Feb 12 10:38:57 2021 -0700</pubDate> | ||||
|   <description><![CDATA[ | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
| @ -139,133 +121,12 @@ All I want is like a small cute remote | ||||
| information HIKING TRAIL somewhere out in the  | ||||
| woods where I can see some flowers and leaves and  | ||||
| listen to the birds and stuff. </code></pre> | ||||
| ]]></description> | ||||
|   </item> | ||||
| <item> | ||||
|   <title>00008.md</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00008.md</link> | ||||
|   <pubDate>Aug 25 11:13:17 2022</pubDate> | ||||
|   <description><![CDATA[ | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| There was a sense of euphoria while we were in  | ||||
| flow, like we were invinsible, but afterwards  | ||||
| everything seemed brittle and fragile like it  | ||||
| was held together with duct tape and kite string  | ||||
| and like it might all come crumbling down if the  | ||||
| wind blew in from the wrong direction. And there  | ||||
| we were in the aftermath, unsure whether we  | ||||
| accomplished our goals, who we hurt in the  | ||||
| process, or if there was anything good about it  | ||||
| all. </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}  -- Hoo? | ||||
|  (~~~~)    ./) )           | ||||
|  (>vv<)      " "          </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| So anyway that's what we call a "hackathon". The  | ||||
| tech bros invited me to "do some lines" and at  | ||||
| this point I can't remember if it was code or  | ||||
| coke. </code></pre> | ||||
| ]]></description> | ||||
|   </item> | ||||
| <item> | ||||
|   <title>00009.md</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00009.md</link> | ||||
|   <pubDate>Aug 25 11:13:17 2022</pubDate> | ||||
|   <description><![CDATA[ | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| So I picked up a book in the middle of this epic  | ||||
| fantasy series. It's by this author who I heard  | ||||
| does really good sword and sorcery stories, and  | ||||
| I'm into that. Anyway the story opens on a  | ||||
| tragic, lonely noble lord, last of his line,  | ||||
| subject to disfigurement because of the family  | ||||
| curse and whatnot. But, get this, it totally  | ||||
| takes place in Old Germany during the rise of the  | ||||
| Nazi party! </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}  -- Hoo? | ||||
|  (~~~~)    ./) )           | ||||
|  (>vv<)      " "          </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| I was so disoriented that I looked it up, and  | ||||
| there will eventually be a classic fantasy  | ||||
| storyline that interweaves with the modern  | ||||
| nazi storyline.  | ||||
|   | ||||
| Which means eventually the hero is literally  | ||||
| going ride a dragon to Hitler's bunker and punch  | ||||
| him in the face and if there's one thing this  | ||||
| world needs more of, it's mother fucking  | ||||
| dragons beating the shit out of nazis. </code></pre> | ||||
| ]]></description> | ||||
|   </item> | ||||
| <item> | ||||
|   <title>00002.md</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00002.md</link> | ||||
|   <pubDate>Aug 25 11:13:16 2022</pubDate> | ||||
|   <description><![CDATA[ | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| ...and that's how a became a YAML engineer. </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}  -- Hoo? | ||||
|  (~~~~)    ./) )           | ||||
|  (>vv<)      " "          </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| To be honest, I'm not sure it's a real job either.  | ||||
| But they keep giving me YAML and I keep  | ||||
| ENGINEERING it! </code></pre> | ||||
| ]]></description> | ||||
|   </item> | ||||
| <item> | ||||
|   <title>00012.md</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00012.md</link> | ||||
|   <pubDate>Aug 25 11:13:17 2022</pubDate> | ||||
|   <description><![CDATA[ | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| Ed is the standard text editor! </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}  -- Hoo? | ||||
|  (~~~~)    ./) )           | ||||
|  (>vv<)      " "          </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| ?  | ||||
| ?  | ||||
| ? </code></pre> | ||||
| ]]></description> | ||||
|   </item> | ||||
| <item> | ||||
|   <title>00006.md</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00006.md</link> | ||||
|   <pubDate>Aug 25 11:13:17 2022</pubDate> | ||||
|   <pubDate>Fri Feb 26 08:28:46 2021 -0700</pubDate> | ||||
|   <description><![CDATA[ | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
| @ -304,7 +165,7 @@ people. </code></pre> | ||||
| <item> | ||||
|   <title>00007.md</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00007.md</link> | ||||
|   <pubDate>Feb 26 08:11:25 2021</pubDate> | ||||
|   <pubDate>Wed Feb 10 12:28:44 2021 -0700</pubDate> | ||||
|   <description><![CDATA[ | ||||
| <h1 id="pro-toad-and-superb-owl">Pro Toad and Superb Owl</h1> | ||||
| <pre><code> (@)(@)     {0,0} | ||||
| @ -323,16 +184,25 @@ people. </code></pre> | ||||
| ]]></description> | ||||
|   </item> | ||||
| <item> | ||||
|   <title>00003.md</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00003.md</link> | ||||
|   <pubDate>Aug 25 11:13:16 2022</pubDate> | ||||
|   <title>00008.md</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00008.md</link> | ||||
|   <pubDate>Fri Feb 26 08:28:46 2021 -0700</pubDate> | ||||
|   <description><![CDATA[ | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| So did you watch the Super Bowl? </code></pre> | ||||
| There was a sense of euphoria while we were in  | ||||
| flow, like we were invinsible, but afterwards  | ||||
| everything seemed brittle and fragile like it  | ||||
| was held together with duct tape and kite string  | ||||
| and like it might all come crumbling down if the  | ||||
| wind blew in from the wrong direction. And there  | ||||
| we were in the aftermath, unsure whether we  | ||||
| accomplished our goals, who we hurt in the  | ||||
| process, or if there was anything good about it  | ||||
| all. </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}  -- Hoo? | ||||
|  (~~~~)    ./) )           | ||||
|  (>vv<)      " "          </code></pre> | ||||
| @ -341,7 +211,137 @@ So did you watch the Super Bowl? </code></pre> | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| Yeah, me neither. </code></pre> | ||||
| So anyway that's what we call a "hackathon". The  | ||||
| tech bros invited me to "do some lines" and at  | ||||
| this point I can't remember if it was code or  | ||||
| coke. </code></pre> | ||||
| ]]></description> | ||||
|   </item> | ||||
| <item> | ||||
|   <title>00009.md</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00009.md</link> | ||||
|   <pubDate>Sat Apr 17 11:45:40 2021 -0600</pubDate> | ||||
|   <description><![CDATA[ | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| So I picked up a book in the middle of this epic  | ||||
| fantasy series. It's by this author who I heard  | ||||
| does really good sword and sorcery stories, and  | ||||
| I'm into that. Anyway the story opens on a  | ||||
| tragic, lonely noble lord, last of his line,  | ||||
| subject to disfigurement because of the family  | ||||
| curse and whatnot. But, get this, it totally  | ||||
| takes place in Old Germany during the rise of the  | ||||
| Nazi party! </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}  -- Hoo? | ||||
|  (~~~~)    ./) )           | ||||
|  (>vv<)      " "          </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| I was so disoriented that I looked it up, and  | ||||
| there will eventually be a classic fantasy  | ||||
| storyline that interweaves with the modern  | ||||
| nazi storyline.  | ||||
|   | ||||
| Which means eventually the hero is literally  | ||||
| going ride a dragon to Hitler's bunker and punch  | ||||
| him in the face and if there's one thing this  | ||||
| world needs more of, it's mother fucking  | ||||
| dragons beating the shit out of nazis. </code></pre> | ||||
| ]]></description> | ||||
|   </item> | ||||
| <item> | ||||
|   <title>00010.md</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00010.md</link> | ||||
|   <pubDate>Wed Dec 1 07:51:43 2021 -0700</pubDate> | ||||
|   <description><![CDATA[ | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| a guy was looking for a priest to officiate his  | ||||
| wedding and narrowed it down to his final two  | ||||
| choices. the first one walked in with two  | ||||
| beetles and started praying over the bugs. the  | ||||
| second one started spraying everybody with  | ||||
| holy water from a water gun. Know who he chose? </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}  -- Hoo? | ||||
|  (~~~~)    ./) )           | ||||
|  (>vv<)      " "          </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| He chose the blesser of two weevils  | ||||
|  </code></pre> | ||||
| ]]></description> | ||||
|   </item> | ||||
| <item> | ||||
|   <title>00011.md</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00011.md</link> | ||||
|   <pubDate>Thu Feb 3 22:24:58 2022 -0700</pubDate> | ||||
|   <description><![CDATA[ | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| So I was down by the capitol and I noticed some  | ||||
| kind of protest was happening. I saw a couple  | ||||
| people wearing US flags and thought to myself,  | ||||
| ew, probably a bunch of treasonous right-wing  | ||||
| fundamentalist bastards. Which, you know, is  | ||||
| always the first thing you think when you see  | ||||
| somebody wearing the US flag. But then I saw  | ||||
| somebody holding a "My Body My Choice" sign and  | ||||
| thought, aw, it must be some pro-choicers! And I  | ||||
| decided to get a little closer to check it out. </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}  -- Hoo? | ||||
|  (~~~~)    ./) )           | ||||
|  (>vv<)      " "          </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| I got close enough to see a bunch of the other  | ||||
| signs and they were all like, "No Jab! No  | ||||
| Vaccine!" and that's when I knew I had been  | ||||
| tricked. It WAS a bunch of treasonous  | ||||
| right-wing fundamentalist bastards! I said  | ||||
| "ew" again and turned around and ran away. </code></pre> | ||||
| ]]></description> | ||||
|   </item> | ||||
| <item> | ||||
|   <title>00012.md</title> | ||||
|   <link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00012.md</link> | ||||
|   <pubDate>Wed Feb 10 12:28:44 2021 -0700</pubDate> | ||||
|   <description><![CDATA[ | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| Ed is the standard text editor! </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}  -- Hoo? | ||||
|  (~~~~)    ./) )           | ||||
|  (>vv<)      " "          </code></pre> | ||||
| <pre><code> (@)(@)     {0,0}   | ||||
|  (~~~~)    ./) )    | ||||
|  (>vv<)      " "    | ||||
|                     | ||||
|      \              | ||||
| ?  | ||||
| ?  | ||||
| ? </code></pre> | ||||
| ]]></description> | ||||
|   </item> | ||||
| </channel></rss> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user