forked from good/openweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
255 lines (248 loc) · 11.5 KB
/
index.html
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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mac Open Web, by Brian Warren</title>
<meta charset="utf-8" />
<meta name="description" content="Mac Open Web - A collection of open and indie Mac, iOS, and web apps that help promote the open web." />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link href="https://fonts.googleapis.com/css?family=Bitter:400,700" rel="stylesheet">
<style>
* { margin: 0; padding: 0; line-height: 1.5; }
html { background: #f4f7fb; background: radial-gradient(circle, rgba(208,230,237,.2) 0%, rgba(208,230,237,0.6) 100%); }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 13px;
font-style: normal;
}
h1, h2, h3, h4, h5, h6 { font-weight: bold; font-family: 'Bitter', serif; font-weight: 700;}
a { color: rgba(61, 81, 118, 0.9); color: rgba(53, 119, 190, 0.9)}
a:hover, a:active { color: #f60; }
.date { font-style: italic; }
.subhead { font-size: 1em; padding: .5em 0 0 0;}
ul { list-style-type: none; margin: 1em 0; }
li { margin-bottom: .75em; }
li p, li h2 { margin: 0;/* border: 1px solid red; */}
header, footer { padding: 20px 5%; margin: 0 0 1em; color: #666; }
header h1 { font-weight: normal; font-size: 3em; float: left; margin: 0 .5em 0 0;}
header h1 a { color: rgba(108,130,137,1); text-decoration: none; }
h2 { font-size: 1.3em; line-height: .9em; display: inline-block}
h2 a { font-weight: normal; text-decoration: none; }
#content { margin: 0 5%; width: 90%; }
.col1, .col2 { width: 48%; float: left; margin: 0; } .col2 { margin: 0 0 0 1.5%;}
article { background: #fff; width: 95%; margin: 0 0 1em; padding: 2.5%; }
footer { clear: both; padding-top: 0; }
@media screen and (max-width: 600px) {
.col1, .col2 { width: 100%; float: none; margin: 0; } .col2 { margin: 0;}
#content { width: 95%; margin: 0 2%; }
header, footer { padding: 20px 2%; }
header h1 { float: none; margin: 0;}
}
</style>
</head>
<body id="home">
<header>
<h1><a href="/">Mac Open Web</a></h1>
<p class="subhead">A collection of open and indie Mac, iOS, and web apps that help promote the open web. <span class="date">Updated May 20, 2019</span></p>
<p>Submit any new links & issues on <a href="https://github.com/good/openweb">this project at Github</a></p>
</header>
<div id="content">
<section class="col1">
<article>
<h1>RSS Readers & Discovery</h1>
<ul>
<li>
<h2><a href="https://vincode.io/feed-compass/">Feed Compass</a></h2>
<em>by <a href="https://vincode.io/blog/">Maurice Parker</a></em>
<p>A Mac app to help you find, preview, and subscribe to blogs.</p>
</li>
<li>
<h2><a href="https://www.goldenhillsoftware.com/feed-hawk/">Feed Hawk</a></h2>
<em>by <a href="https://www.goldenhillsoftware.com/blog/"> John Brayton</a></em>
<p>Subscribe to a web site’s RSS feed from within Safari. </p>
</li>
<li>
<h2><a href="http://cocoacake.net/apps/fiery/">Fiery Feeds</a></h2>
<em>by <a href="http://blog.cocoacake.net">CocoaCake</a></em>
<p>A feature-loaded reader for iOS. </p>
</li>
<li>
<h2><a href="https://ranchero.com/netnewswire/">NetNewsWire</a></h2>
<em>by <a href="https://inessential.com">Brent Simmons</a></em>
<p>A free and open source feed reader for macOS. </p>
</li>
<li>
<h2><a href="https://reederapp.com/">Reeder</a></h2>
<em>by Silvio Rizzi</em>
<p>A news reader for the Mac & iOS with support for various sync services. </p>
</li>
<li>
<h2><a href="https://www.goldenhillsoftware.com/unread/">Unread</a></h2>
<em>by <a href="https://www.goldenhillsoftware.com/blog/"> John Brayton</a></em>
<p>A beautiful RSS reader for iOS that supports syncing.</p>
</li>
</ul>
</article>
<article>
<h1>Blogging</h1>
<ul>
<li>
<h2><a href="https://reinventedsoftware.com/feeder/">Feeder</a></h2>
<em>by <a href="https://reinventedsoftware.com/blog/">Reinvented Software</a></em>
<p>Create, edit and publish RSS feeds and iTunes Podcasts with Feeder</p>
</li>
<li>
<h2><a href="https://www.red-sweater.com/marsedit/">MarsEdit</a></h2>
<em>by <a href="https://red-sweater.com/blog/">Red Sweater</a></em>
<p>Write, preview, and publish to just about anywhere from your Mac</p>
</li>
<li>
<h2><a href="https://joinmastodon.org">Mastodon</a></h2>
<em>by <a href="https://blog.joinmastodon.org">Eugen Rochko</a></em>
<p>A federated open-source alternative to social networking</p>
</li>
<li>
<h2><a href="https://micro.blog">Micro.blog</a></h2>
<em>by <a href="https://www.manton.org">Manton Reece</a></em>
<p>A fast, safe, and independent community of microblogs</p>
</li>
</ul>
</article>
<article>
<h1>Text & Writing</h1>
<ul>
<li>
<h2><a href="https://bear.app">Bear</a></h2>
<em>by <a href="https://blog.bear.app">Shiny Frog</a></em>
<p>A beautiful, flexible writing app for crafting notes and prose</p>
</li>
<li>
<h2><a href="https://bywordapp.com/">Byword</a></h2>
<em>by Metaclassy</em>
<p>Markdown app for writing in plain text efficiently. Available for Mac, iPhone and iPad</p>
</li>
<li>
<h2><a href="https://ia.net/writer">iA Writer</a></h2>
<em>by <a href="https://ia.net/topics">iA</a></em>
<p>Markdown writing app that removes distractions, giving you a calm, focused writing space</p>
</li>
<li>
<h2><a href="https://ulysses.app">Ulysses</a></h2>
<em>by <a href="https://ulysses.app/blog/">Ulysses GmbH & Co</a></em>
<p>A pleasant, focused writing experience with flexible exporting options</p>
</li>
</ul>
</article>
<article>
<h1>Programming</h1>
<ul>
<li>
<h2><a href="https://www.barebones.com/products/bbedit/">BBEdit</a></h2>
<em>by <a href="https://www.barebones.com">Bare Bones</a></em>
<p>A text editor that doesn't suck®</p>
</li>
<li>
<h2><a href="https://panic.com/coda/">Coda</a></h2>
<em>by <a href="https://panic.com/blog/">Panic</a></em>
<p>A well-rounded Mac & iOS application for coding websites by our friends at Panic</p>
</li>
<li>
<h2><a href="https://www.sublimetext.com/">Sublime Text</a></h2>
<em>by <a href="https://www.sublimetext.com/blog/">Sublime</a></em>
<p>A cross-platform, highly extensible text editor</p>
</li>
</ul>
</article>
</section>
<section class="col2">
<article>
<h1>Podcasting</h1>
<ul>
<li>
<h2><a href="http://supertop.co/castro/">Castro</a></h2>
<em>by <a href="https://blog.supertop.co">Supertop</a></em>
<p>An iOS podcast app focused on tracking a broad range of shows without getting overwhelmed</p>
</li>
<li>
<h2><a href="http://www.downcastapp.com">Downcast</a></h2>
<em>by <a href="http://www.downcastapp.com/blog.html">George Cox</a></em>
<p>A very cool podcast player for iOS, Mac, Apple Watch, and CarPlay</p>
</li>
<li>
<h2><a href="https://overcast.fm">Overcast</a></h2>
<em>by <a href="https://marco.org">Marco Arment</a></em>
<p>A powerful yet simple podcast player for iPhone, iPad, and Apple Watch</p>
</li>
<li>
<h2><a href="https://www.pocketcasts.com">Pocket Casts</a></h2>
<em>by <a href="https://blog.pocketcasts.com">Podcast Media LLC</a></em>
<p>A a powerful, easy-to-use app for managing your podcast listening across Android, iOS, and the Web</p>
</li>
<li>
<h2><a href="https://help.micro.blog/2018/microcasting/">Wavelength</a></h2>
<em>by <a href="https://micro.blog">Micro.blog</a></em>
<p>Record, edit, and publish a microcast (short-form podcast) to your microblog</p>
</li>
</ul>
</article>
<article>
<h1>Read Later & Bookmarking</h1>
<ul>
<li>
<h2><a href="https://www.instapaper.com/">Instapaper</a></h2>
<em>by <a href="https://blog.instapaper.com/">Instant Paper</a></em>
<p>Save anything, read anywhere</p>
</li>
<li>
<h2><a href="https://pinboard.in">Pinboard</a></h2>
<em>by <a href="https://blog.pinboard.in">Maciej Cegłowski</a></em>
<p>A no-nonsense bookmarking site for people who value privacy and speed</p>
</li>
</ul>
</article>
<article>
<h1>Photo Sharing</h1>
<ul>
<li>
<h2><a href="https://web.500px.com">500px</a></h2>
<em>by <a href="https://iso.500px.com">500px</a></em>
<p>A photo sharing community catering to professional photographers</p>
</li>
<li>
<h2><a href="http://sunlit.io">Sunlit</a></h2>
<em>by <a href="https://micro.blog">Micro.blog</a></em>
<p>Publish photos to your own blog and discover beautiful photos from other users</p>
</li>
<li>
<h2><a href="https://www.flickr.com">Flickr</a></h2>
<em>by <a href="https://blog.flickr.net/en">Flickr Team</a></em>
<p>Photo sharing & organizing, and one of the original photo-based social networks</p>
</li>
</ul>
</article>
<article>
<h1>Design</h1>
<ul>
<li>
<h2><a href="https://flyingmeat.com/acorn/">Acorn</a></h2>
<em>by <a href="https://flyingmeat.com/blog/">Flying Meat</a></em>
<p>A powerful image editor that feels right at home on a Mac</p>
</li>
<li>
<h2><a href="https://tumult.com/hype/">Hype</a></h2>
<em>by <a href="https://blog.tumult.com">Tumult</a></em>
<p>Create stunning animated and interactive web content with Hype</p>
</li>
<li>
<h2><a href="https://www.pixelmator.com/pro/">Pixelmator</a></h2>
<em>by <a href="https://www.pixelmator.com/blog/">Pixelmator Team</a></em>
<p>An image editor for Mac and iOS designed to make the most powerful professional image editing tools accessible to everyone</p>
</li>
</ul>
</article>
</section>
</div>
<footer>
<p>© 2019 <a href="http://begoodnotbad.com">Brian Warren</a>. Thanks to <a href="http://scriptweb.org">ScriptWeb</a>, the spiritual predecessor to this thing.</p>
</footer>
</body>
</html>