forked from scripting/feedland
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsource.opml
197 lines (195 loc) · 10.1 KB
/
source.opml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- OPML generated by OPML Editor v10.1b19 on Wed, 27 Sep 2023 22:48:17 GMT -->
<!--
Hi this is Dave Winer. I write all my project code in an outliner, which
generates all the files that make up this GitHub project. You'll see a
source.opml file like this in each of my projects. It contains the outline
source that the repo files were generated from. This is the most logical place
to store them. You can read the code in any outliner that supports OPML, which
includes https://drummer.land. You can use the Open URL command in
Drummer's File menu to open the "raw" version of this file straight from the
GitHub repo.
-->
<opml version="2.0">
<head>
<title>config.nodeEditor.projects.feedLand.scripts</title>
<dateCreated>Sat, 28 May 2022 16:17:20 GMT</dateCreated>
<dateModified>Wed, 27 Sep 2023 22:48:17 GMT</dateModified>
<ownerName>Dave Winer</ownerName>
<ownerId>http://davewiner.com/</ownerId>
<expansionState>1, 6, 7, 8, 12</expansionState>
<vertScrollState>1</vertScrollState>
<windowTop>316</windowTop>
<windowLeft>1050</windowLeft>
<windowBottom>1148</windowBottom>
<windowRight>2109</windowRight>
</head>
<body>
<outline text="/scripting.com/code/feedland/">
<outline text="package.json" created="Sat, 28 May 2022 16:17:31 GMT">
<outline text="{">
<outline text=""name": "feedland","/>
<outline text=""description": "Code and docs for generating and processing feeds.","/>
<outline text=""author": "Dave Winer <[email protected]>","/>
<outline text=""license": "MIT","/>
<outline text=""version": "0.4.0","/>
<outline text=""main": "feedland.js","/>
<outline text=""repository": {">
<outline text=""type": "git","/>
<outline text=""url": "https://github.com/scripting/feedland.git""/>
<outline text="},"/>
</outline>
<outline text=""files": [">
<outline text=""feedland.js""/>
<outline text="],"/>
</outline>
<outline text=""dependencies": {">
<outline text=""daveutils": "*""/>
<outline text="} "/>
</outline>
<outline text="}"/>
</outline>
</outline>
<outline text="feedland.js" created="Sat, 28 May 2022 16:17:37 GMT">
<outline text="const myProductName = "feedLand", myVersion = "0.4.0";" created="Sat, 28 May 2022 16:17:40 GMT"/>
<outline text="" created="Sat, 28 May 2022 16:19:48 GMT"/>
<outline text="console.log ("Welcome to " + myProductName);" created="Sat, 28 May 2022 16:19:48 GMT"/>
</outline>
<outline text="readme.md" created="Sat, 28 May 2022 16:22:59 GMT">
<outline text="# FeedLand" created="Sat, 28 May 2022 16:23:02 GMT">
<outline text="Code and docs for generating and processing feeds." created="Sat, 28 May 2022 16:23:10 GMT"/>
</outline>
<outline text="### Parts" created="Mon, 30 May 2022 15:04:55 GMT">
<outline text="There are lots of parts to this project, this section will list them." created="Mon, 30 May 2022 15:05:04 GMT">
<outline text="1. The <a href="https://github.com/scripting/reallysimple">reallySimple</a> package -- a simple JavaScript interface for reading feeds in all flavors of RSS, Atom and RDF. " created="Mon, 30 May 2022 15:05:27 GMT"/>
<outline text="2. The <a href="http://source.scripting.com/">source namespace</a> -- elements DW has been using with RSS feeds since RSS 2.0 was frozen. Includes elements that include the Markdown or OPML source for posts in feed items. " created="Mon, 30 May 2022 15:06:20 GMT"/>
<outline text="3. <a href="http://editsubscriptionlists.opml.org/">Editing subscription lists</a> in an outliner. " created="Mon, 30 May 2022 17:26:33 GMT"/>
</outline>
</outline>
</outline>
</outline>
<outline text="/scripting.com/nosoupforyou/">
<outline text="index.html" created="Thu, 21 Jul 2022 15:48:39 GMT">
<outline text="<html>">
<outline text="<head>">
<outline text="<title>No soup for you!</title>"/>
<outline text="<meta http-equiv="Content-Type" content="text/html; charset=utf-8">"/>
<outline text="<meta name="viewport" content="width=device-width, initial-scale=1.0">"/>
<outline text="<%basicIncludes2%>"/>
<outline text="<script>" created="Thu, 12 Dec 2013 17:06:51 GMT" pgfnum="33502">
<outline text="function startup () {">
<outline text="console.log ("startup");"/>
<outline text="hitCounter ();"/>
<outline text="}"/>
</outline>
<outline text="</script>" created="Thu, 12 Dec 2013 17:07:17 GMT" pgfnum="33504"/>
</outline>
<outline text="<style>" created="Wed, 11 Sep 2013 14:27:45 GMT" pgfnum="30095">
<outline text="body {">
<outline text="font-family: Ubuntu;"/>
<outline text="font-size: 18px;"/>
<outline text="background-color: whitesmoke;"/>
<outline text="}"/>
</outline>
<outline text=".divPageBody {">
<outline text="width: 550px;"/>
<outline text="margin-top: 120px;"/>
<outline text="margin-left: auto;"/>
<outline text="margin-right: auto;"/>
<outline text="}"/>
</outline>
<outline text="p {">
<outline text="font-size: 16px;"/>
<outline text="line-height: 150%;"/>
<outline text="margin-top: 15px;" created="Tue, 01 Feb 2022 18:42:11 GMT"/>
<outline text="}"/>
</outline>
<outline text="</style>" created="Wed, 11 Sep 2013 14:30:17 GMT" pgfnum="30105"/>
</outline>
<outline text="</head>"/>
</outline>
<outline text="<body>">
<outline text="<div class="divPageBody">">
<outline text="<h2 style="text-align: center">No soup for you!</h2>"/>
<outline text="<p><center><img src="http://scripting.com/images/2022/07/21/soupNazi.png"></center></p>"/>
<outline text="<p><center>You're very special and we love you, but the soup isn't ready.</center></p>" created="Mon, 18 Jul 2022 22:08:19 GMT"/>
<outline text="<p><center><i>Still diggin!</i></center></p>" created="Mon, 18 Jul 2022 22:08:19 GMT"/>
<outline text="</div>"/>
</outline>
<outline text="<script>">
<outline text="$(document).ready (function () {">
<outline text="startup ();" created="Wed, 30 Oct 2013 15:20:06 GMT" pgfnum="30656"/>
<outline text="});"/>
</outline>
<outline text="</script>"/>
</outline>
<outline text="</body>"/>
</outline>
<outline text="</html>"/>
</outline>
</outline>
</outline>
<outline text="dropbox:miami:pagepark:domains:feedland.org:" isComment="true">
<outline text="index.html">
<outline text="<html>">
<outline text="<head>">
<outline text="<title>feedland.org</title>"/>
<outline text="<meta http-equiv="Content-Type" content="text/html; charset=utf-8">"/>
<outline text="<meta name="viewport" content="width=device-width, initial-scale=1.0">"/>
<outline text="<%basicIncludes2%>"/>
<outline text="<script>" created="Thu, 12 Dec 2013 17:06:51 GMT" pgfnum="33502">
<outline text="function startup () {">
<outline text="console.log ("startup");"/>
<outline text="hitCounter ();"/>
<outline text="}"/>
</outline>
<outline text="</script>" created="Thu, 12 Dec 2013 17:07:17 GMT" pgfnum="33504"/>
</outline>
<outline text="<style>" created="Wed, 11 Sep 2013 14:27:45 GMT" pgfnum="30095">
<outline text="body {">
<outline text="font-family: Ubuntu;"/>
<outline text="font-size: 18px;"/>
<outline text="background-color: whitesmoke;"/>
<outline text="}"/>
</outline>
<outline text=".divPageBody {">
<outline text="width: 550px;"/>
<outline text="margin-top: 120px;"/>
<outline text="margin-left: auto;"/>
<outline text="margin-right: auto;"/>
<outline text="}"/>
</outline>
<outline text="p {">
<outline text="font-size: 16px;"/>
<outline text="line-height: 150%;"/>
<outline text="margin-top: 15px;" created="Tue, 01 Feb 2022 18:42:11 GMT"/>
<outline text="}"/>
</outline>
<outline text="</style>" created="Wed, 11 Sep 2013 14:30:17 GMT" pgfnum="30105"/>
</outline>
<outline text="</head>"/>
</outline>
<outline text="<body>">
<outline text="<div class="divPageBody">">
<outline text="<h2 style="text-align: center">~ feedland.org ~</h2>"/>
<outline text="<p><center><img src="cornflakes.png"></center></p>"/>
<outline text="</div>"/>
</outline>
<outline text="<script>">
<outline text="$(document).ready (function () {">
<outline text="startup ();" created="Wed, 30 Oct 2013 15:20:06 GMT" pgfnum="30656"/>
<outline text="});"/>
</outline>
<outline text="</script>"/>
</outline>
<outline text="</body>"/>
</outline>
<outline text="</html>"/>
</outline>
</outline>
</outline>
<outline text="build script" created="Sat, 28 May 2022 16:20:44 GMT">
<outline text="nodeEditorSuite.utilities.buildFeedland ()"/>
</outline>
</body>
</opml>