-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
76 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,136 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<!-- OPML generated by OPML Editor v11.0.6 on Thu, 19 Sep 2013 12:08:30 GMT --> | ||
|
||
<!-- OPML generated by OPML Editor v10.1a16 on Wed, 18 Jun 2014 19:46:16 GMT --> | ||
|
||
<opml version="2.0"> | ||
|
||
<head> | ||
|
||
<title>Concord docs on Github</title> | ||
<dateCreated>Thu, 19 Sep 2013 11:57:11 GMT</dateCreated> | ||
<dateModified>Thu, 19 Sep 2013 12:08:30 GMT</dateModified> | ||
<ownerName></ownerName> | ||
<ownerEmail></ownerEmail> | ||
|
||
<dateCreated>Sat, 22 Feb 2014 22:26:05 GMT</dateCreated> | ||
|
||
<dateModified>Wed, 18 Jun 2014 19:46:16 GMT</dateModified> | ||
|
||
<ownerName>Dave Winer</ownerName> | ||
|
||
<ownerId>http://davewiner.com/</ownerId> | ||
|
||
<expansionState>1, 2, 7, 9, 11, 14, 18, 22, 26, 31, 33, 36</expansionState> | ||
|
||
<vertScrollState>1</vertScrollState> | ||
|
||
<windowTop>117</windowTop> | ||
|
||
<windowLeft>1073</windowLeft> | ||
|
||
<windowBottom>1078</windowBottom> | ||
|
||
<windowRight>2225</windowRight> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<outline text="Concord docs" domain="concorddocs.blorkmark.com" name="concordDocs" type="blogpost"> | ||
|
||
<outline text="Outliners everywhere!" created="Mon, 16 Sep 2013 15:14:06 GMT" pgfnum="30332"> | ||
<outline text="I've long felt that every operating system and web browser should have a great outliner baked-in. " created="Mon, 16 Sep 2013 15:14:11 GMT" pgfnum="30333"/> | ||
|
||
<outline text="I've long felt that every operating system and web browser should have a great outliner baked-in. " created="Mon, 16 Sep 2013 15:14:11 GMT" pgfnum="30333"/> | ||
|
||
<outline text="If you were going to try to do that today, you'd release it under the GPL written in JavaScript. " created="Mon, 16 Sep 2013 16:06:34 GMT" pgfnum="30322"/> | ||
|
||
<outline text="That's exactly what Concord is. " created="Mon, 16 Sep 2013 16:07:15 GMT" pgfnum="30323"/> | ||
|
||
<outline text="<i><a href="http://scripting.com/2013/09/16/concordOurGplOutliner">Dave Winer</a>, 9/16/13.</i>" created="Mon, 16 Sep 2013 16:05:43 GMT" pgfnum="30321"/> | ||
|
||
</outline> | ||
|
||
<outline text="Concord is an outliner" created="Sat, 14 Sep 2013 15:31:18 GMT" pgfnum="30273"> | ||
|
||
<outline text="<a href="http://docs.fargo.io/outlinerHowto">An outliner</a> is a text editor that organizes information in a hierarchy, allowing users to control the level of detail and to reorganize according to structure. Your notes can have full detail, yet be organized so a casual reader can get a quick overview. Outlining is a great way for teams to organize work. " created="Sat, 14 Sep 2013 15:31:22 GMT" pgfnum="30274"/> | ||
|
||
</outline> | ||
|
||
<outline text="Written in JavaScript" created="Sat, 14 Sep 2013 15:31:46 GMT" pgfnum="30275"> | ||
|
||
<outline text="It's a jQuery plug-in that implements a full-featured outliner that you can drop into other applications with a minimum of work. " created="Wed, 11 Sep 2013 23:43:14 GMT" pgfnum="30137"/> | ||
|
||
</outline> | ||
|
||
<outline text="It's the core of Fargo" created="Sat, 14 Sep 2013 15:33:47 GMT" pgfnum="30276"> | ||
|
||
<outline text="<a href="http://fargo.io/">Fargo</a> is our browser-based outliner that hooks into Dropbox. " created="Sat, 14 Sep 2013 15:33:52 GMT" pgfnum="30277"/> | ||
|
||
<outline text="Concord is the outlining engine in Fargo." created="Sat, 14 Sep 2013 15:34:39 GMT" pgfnum="30279"/> | ||
|
||
</outline> | ||
|
||
<outline text="GPL-licensed" created="Sat, 14 Sep 2013 15:37:42 GMT" pgfnum="30283"> | ||
|
||
<outline text="<a href="https://github.com/scripting/concord">Concord</a> is licensed under the GPL because outliners are an incredibly useful way to edit structured information. We want Concord to be able to fill every conceivable need for outlining technology. " created="Wed, 11 Sep 2013 23:44:29 GMT" pgfnum="30139"/> | ||
|
||
<outline text="Ideas include file systems, mailboxes, chatrooms, databases, documents, presentations, product plans, code, libraries, laws, systems of laws, contracts, rules, guidelines, principles, docs, manifestos, journals, blogs, etc. " created="Sat, 14 Sep 2013 15:38:43 GMT" pgfnum="30286"/> | ||
|
||
<outline text="Here's an important 11-minute <a href="http://scripting.com/2013/09/17/importantPodcastAboutConcordGpl">podcast</a> about Concord and the GPL. "/> | ||
|
||
</outline> | ||
|
||
<outline text="Example 0: The bare minimum" created="Mon, 16 Sep 2013 13:32:57 GMT" pgfnum="30317"> | ||
|
||
<outline text="This <a href="https://github.com/scripting/concord/blob/master/example0/index.html">example</a> has the bare minimum to add an outliner to an existing app."/> | ||
|
||
<outline text="This saves developers the trouble of having to factor it out of Example 1, below." created="Tue, 17 Sep 2013 12:49:40 GMT" pgfnum="30324"/> | ||
|
||
<outline text="You can try it out <a href="http://static.smallpicture.com/concord/example0/index.html">here</a>. " created="Mon, 16 Sep 2013 13:35:45 GMT" pgfnum="30320"/> | ||
|
||
</outline> | ||
|
||
<outline text="Example 1: Hello Outliner" created="Wed, 11 Sep 2013 23:45:31 GMT" pgfnum="30140"> | ||
|
||
<outline text="This <a href="https://github.com/scripting/concord/tree/master/example1/index.html">example</a> is a functional outliner, with most of the capabilities of the Little Outliner app and the same basic approach. You edit a single outline, saved in local storage, so it's there when you come back to it, but only on that machine." created="Mon, 16 Sep 2013 13:34:27 GMT" pgfnum="30319"/> | ||
|
||
<outline text="It has a simple menubar, with menus containing Outliner commands, links to OPML documents you can view and edit, and links to docs." created="Mon, 16 Sep 2013 13:44:05 GMT" pgfnum="30321"/> | ||
|
||
<outline text="You can try it out <a href="http://static.smallpicture.com/concord/example1/index.html">here</a>." created="Mon, 16 Sep 2013 13:35:45 GMT" pgfnum="30320"/> | ||
|
||
</outline> | ||
|
||
<outline text="Example 2: Small Picture Reader" created="Wed, 11 Sep 2013 23:45:31 GMT" pgfnum="30140"> | ||
|
||
<outline text="We've released the <a href="https://github.com/scripting/concord/blob/master/example2/index.html">source</a> for <a href="http://docs.fargo.io/fargo/reader">Small Picture Reader</a> under the GPL as part of the Concord release." created="Wed, 18 Sep 2013 15:15:07 GMT" pgfnum="30464"/> | ||
|
||
<outline text="This app provides a way to read any OPML file even if you aren't using an outliner." created="Wed, 18 Sep 2013 15:05:00 GMT" pgfnum="30461"/> | ||
|
||
<outline text="There's a command in Fargo that creates a link between the document you're editing and a reader version." created="Wed, 18 Sep 2013 15:05:41 GMT" pgfnum="30462"/> | ||
|
||
<outline text="If you want to run the app, <a href="http://reader.blorkmark.com/">click here</a>." created="Wed, 18 Sep 2013 15:06:02 GMT" pgfnum="30463"/> | ||
|
||
</outline> | ||
|
||
<outline text="Inaugural blog post" created="Mon, 16 Sep 2013 14:51:34 GMT" pgfnum="30330"> | ||
|
||
<outline text="<a href="http://scripting.com/2013/09/16/concordOurGplOutliner">Here's the post</a> I ran on Scripting News when Concord was publicly announced. It includes a link to a podcast." created="Mon, 16 Sep 2013 14:51:38 GMT" pgfnum="30331"/> | ||
|
||
</outline> | ||
|
||
<outline text="Worknotes" created="Thu, 19 Sep 2013 11:57:18 GMT" pgfnum="30465"> | ||
|
||
<outline text="I keep a log of work I do on Concord, in an <a href="https://raw.github.com/scripting/concord/master/opml/worknotes.opml">outline</a> of course. " created="Thu, 19 Sep 2013 11:57:21 GMT" pgfnum="30466"/> | ||
|
||
<outline text="There's a <a href="https://github.com/scripting/concord/blob/master/worknotes.md">markdown rendering</a> of the worknotes file. " created="Thu, 19 Sep 2013 12:08:11 GMT" pgfnum="30471"/> | ||
|
||
</outline> | ||
|
||
<outline text="Community" created="Mon, 16 Sep 2013 13:44:55 GMT" pgfnum="30322"> | ||
|
||
<outline text="We have a <a href="https://groups.google.com/forum/?fromgroups#!forum/smallpicture-concord">Google Group mail list</a> for technical support." created="Mon, 16 Sep 2013 13:44:57 GMT" pgfnum="30323"/> | ||
|
||
</outline> | ||
|
||
</outline> | ||
|
||
</body> | ||
</opml> | ||
|
||
</opml> | ||
|