Skip to content

Instantly share code, notes, and snippets.

@scripting
Last active November 11, 2020 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scripting/3c9bcf62123d20c6001d087b8722a6d5 to your computer and use it in GitHub Desktop.
Save scripting/3c9bcf62123d20c6001d087b8722a6d5 to your computer and use it in GitHub Desktop.
An OPML file for use with Old School, that shows how to include an About page.
<?xml version="1.0"?>
<opml version="2.0">
<head>
<title>demoblog.opml</title>
<dateCreated>Wed, 11 Nov 2020 17:14:44 GMT</dateCreated>
<dateModified>Wed, 11 Nov 2020 17:20:45 GMT</dateModified>
<flPublic>true</flPublic>
<expansionState>1,2,4,14,15</expansionState>
<lastCursor>14</lastCursor>
<ownerId>https://twitter.com/davewiner/</ownerId>
<ownerName>dave@scripting.com</ownerName>
<urlPublic>http://electricserver.scripting.com/users/davewiner/electric/demoblog.opml</urlPublic>
<urlJson>http://electricserver.scripting.com/users/davewiner/electric/demoblog.json</urlJson>
<urInstant>http://instantoutliner.com/mg</urInstant>
<urlUpdateSocket>ws://electricserver.scripting.com:5383/</urlUpdateSocket>
</head>
<body>
<outline text="November 2020" created="Wed, 11 Nov 2020 17:18:18 GMT" name="november2020" type="calendarMonth">
<outline text="November 11" created="Wed, 11 Nov 2020 17:18:19 GMT" type="calendarDay" name="11">
<outline text="Let's get thing started with a one-line post with no title. " created="Wed, 11 Nov 2020 17:18:20 GMT" type="outline"/>
<outline text="A titled post" created="Wed, 11 Nov 2020 17:18:50 GMT" type="outline">
<outline text="I've taken my bows" created="Wed, 11 Nov 2020 17:19:26 GMT"/>
<outline text="And my curtain calls"/>
<outline text="You brought me fame and fortune and everything that goes with it"/>
<outline text="I thank you all"/>
<outline text="But it's been no bed of roses"/>
<outline text="No pleasure cruise"/>
<outline text="I consider it a challenge before the whole human race"/>
<outline text="And I ain't gonna lose"/>
<outline text="(And I need just go on and on, and on, and on)"/>
</outline>
</outline>
</outline>
<outline text="Standalone pages" created="Wed, 11 Nov 2020 17:19:50 GMT">
<outline text="About the demo" created="Wed, 11 Nov 2020 17:19:58 GMT" type="page" relpath="about.html">
<outline text="This is a little site I have around to test new features and make sure old ones still work." created="Wed, 11 Nov 2020 17:20:05 GMT"/>
</outline>
</outline>
</body>
</opml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment