Skip to content

Commit

Permalink
Updated includes to point into the GitHub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
scripting committed Sep 12, 2013
1 parent a4c9eed commit a0cfbe0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
2 changes: 0 additions & 2 deletions concord.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ var concordEnvironment = {
"version" : concord.version
};
var concordClipboard = undefined;
document.write('<link rel="stylesheet" href="http://static.smallpicture.com/concord-assets/fontawesome/3.2.1/css/font-awesome.min.css"/>');
document.write('<link rel="stylesheet" href="http://outliner.smallpicture.com/concord.css"/>');
jQuery.fn.reverse = [].reverse;
//Constants
var nil = null;
Expand Down
10 changes: 6 additions & 4 deletions example1/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<html>
<head>
<title>Hello world outliner</title>
<title>Hello outliner</title>
<meta name="copyright" content="Copyright 2013, Small Picture, Inc.">
<link href="http://static.smallpicture.com/bootstrap/css/bootstrap.css" rel="stylesheet">
<script src="http://static.smallpicture.com/bootstrap/js/jquery-1.9.1.min.js"></script>
<script src="http://static.smallpicture.com/bootstrap/js/bootstrap.min.js"></script>
<link href="https://raw.github.com/scripting/concord/master/libraries/bootstrap.css" rel="stylesheet">
<script src="https://raw.github.com/scripting/concord/master/libraries/jquery-1.9.1.min.js"></script>
<script src="https://raw.github.com/scripting/concord/master/libraries/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://raw.github.com/scripting/concord/master/libraries/font-awesome.min.css"/>
<link rel="stylesheet" href="https://raw.github.com/scripting/concord/master/concord.css"/>
<script src="http://outliner.smallpicture.com/strings.js"></script>
<script src="http://outliner.smallpicture.com/utils.js"></script>
<script src="http://outliner.smallpicture.com/concord.js"></script>
Expand Down
42 changes: 21 additions & 21 deletions opml/concord.opml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- OPML generated by OPML Editor v11.0.6 on Thu, 12 Sep 2013 14:07:23 GMT -->
<!-- OPML generated by OPML Editor v11.0.6 on Thu, 12 Sep 2013 15:01:09 GMT -->
<opml version="2.0">
<head>
<title>Concord on Github</title>
<dateCreated>Wed, 11 Sep 2013 23:41:31 GMT</dateCreated>
<dateModified>Thu, 12 Sep 2013 14:07:23 GMT</dateModified>
<dateModified>Thu, 12 Sep 2013 15:01:09 GMT</dateModified>
<ownerName>admin</ownerName>
<ownerEmail></ownerEmail>
<expansionState>1, 3, 4, 32, 33</expansionState>
<expansionState>1, 3, 4, 25, 26, 27, 48, 49</expansionState>
<vertScrollState>1</vertScrollState>
<windowTop>113</windowTop>
<windowLeft>1192</windowLeft>
Expand Down Expand Up @@ -346,8 +346,6 @@
<outline text="};" created="Wed, 30 Jan 2013 17:44:23 GMT" pgfnum="644"/>
</outline>
<outline text="var concordClipboard = undefined;" created="Thu, 16 May 2013 01:13:33 GMT" pgfnum="2476"/>
<outline text="document.write('&lt;link rel=&quot;stylesheet&quot; href=&quot;http://static.smallpicture.com/concord-assets/fontawesome/3.2.1/css/font-awesome.min.css&quot;/&gt;');"/>
<outline text="document.write('&lt;link rel=&quot;stylesheet&quot; href=&quot;http://outliner.smallpicture.com/concord.css&quot;/&gt;');"/>
<outline text="jQuery.fn.reverse = [].reverse;"/>
<outline text="//Constants" created="Thu, 07 Feb 2013 03:24:29 GMT" pgfnum="121">
<outline text="var nil = null;" created="Thu, 07 Feb 2013 03:26:00 GMT" pgfnum="122"/>
Expand Down Expand Up @@ -4235,26 +4233,16 @@
</outline>
</outline>
<outline text="" created="Thu, 12 Sep 2013 13:59:56 GMT" pgfnum="30154"/>
<outline text="" created="Thu, 12 Sep 2013 13:59:57 GMT" pgfnum="30155"/>
<outline text="Concord docs" name="concordDocs" type="blogpost">
<outline text="&lt;rules (blogSectionsRules)&gt;"/>
<outline text="What is Concord?" created="Wed, 11 Sep 2013 23:43:11 GMT" pgfnum="30136">
<outline text="Concord is the outline editor engine that's at the core of Small Picture's Fargo outliner. " created="Wed, 11 Sep 2013 23:44:02 GMT" pgfnum="30138"/>
<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 text="It's licensed under the GPL because we want outliners are an incredibly useful way to edit structured information, and we want Concord to fill every conceivable niche that an outliner can help. " created="Wed, 11 Sep 2013 23:44:29 GMT" pgfnum="30139"/>
</outline>
<outline text="Hello World outliner" created="Wed, 11 Sep 2013 23:45:31 GMT" pgfnum="30140">
<outline text="" created="Wed, 11 Sep 2013 23:45:45 GMT" pgfnum="30141"/>
</outline>
</outline>
<outline text="Hello world outliner" created="Wed, 11 Sep 2013 23:48:55 GMT" domain="hello.blorkmark.com" name="helloWorldOutliner" pgfnum="30144" type="html">
<outline text="Hello outliner" created="Wed, 11 Sep 2013 23:48:55 GMT" domain="hello.blorkmark.com" name="helloWorldOutliner" pgfnum="30144" type="html">
<outline text="&lt;html&gt;" created="Fri, 17 Aug 2012 02:09:44 GMT" pgfnum="11872">
<outline text="&lt;head&gt;">
<outline text="&lt;title&gt;&lt;%text%&gt;&lt;/title&gt;"/>
<outline text="&lt;meta name=&quot;copyright&quot; content=&quot;Copyright 2013, Small Picture, Inc.&quot;&gt;"/>
<outline text="&lt;link href=&quot;http://static.smallpicture.com/bootstrap/css/bootstrap.css&quot; rel=&quot;stylesheet&quot;&gt;"/>
<outline text="&lt;script src=&quot;http://static.smallpicture.com/bootstrap/js/jquery-1.9.1.min.js&quot;&gt;&lt;/script&gt;"/>
<outline text="&lt;script src=&quot;http://static.smallpicture.com/bootstrap/js/bootstrap.min.js&quot;&gt;&lt;/script&gt;"/>
<outline text="&lt;link href=&quot;https://raw.github.com/scripting/concord/master/libraries/bootstrap.css&quot; rel=&quot;stylesheet&quot;&gt;"/>
<outline text="&lt;script src=&quot;https://raw.github.com/scripting/concord/master/libraries/jquery-1.9.1.min.js&quot;&gt;&lt;/script&gt;"/>
<outline text="&lt;script src=&quot;https://raw.github.com/scripting/concord/master/libraries/bootstrap.min.js&quot;&gt;&lt;/script&gt;"/>
<outline text="&lt;link rel=&quot;stylesheet&quot; href=&quot;https://raw.github.com/scripting/concord/master/libraries/font-awesome.min.css&quot;/&gt;"/>
<outline text="&lt;link rel=&quot;stylesheet&quot; href=&quot;https://raw.github.com/scripting/concord/master/concord.css&quot;/&gt;"/>
<outline text="&lt;script src=&quot;http://outliner.smallpicture.com/strings.js&quot;&gt;&lt;/script&gt;"/>
<outline text="&lt;script src=&quot;http://outliner.smallpicture.com/utils.js&quot;&gt;&lt;/script&gt;"/>
<outline text="&lt;script src=&quot;http://outliner.smallpicture.com/concord.js&quot;&gt;&lt;/script&gt;"/>
Expand Down Expand Up @@ -4512,6 +4500,18 @@
<outline text="&lt;/html&gt;" created="Fri, 17 Aug 2012 02:09:49 GMT" pgfnum="11873"/>
</outline>
</outline>
<outline text="" created="Thu, 12 Sep 2013 13:59:57 GMT" pgfnum="30155"/>
<outline text="Concord docs" name="concordDocs" type="blogpost">
<outline text="&lt;rules (blogSectionsRules)&gt;"/>
<outline text="What is Concord?" created="Wed, 11 Sep 2013 23:43:11 GMT" pgfnum="30136">
<outline text="Concord is the outline editor engine that's at the core of Small Picture's Fargo outliner. " created="Wed, 11 Sep 2013 23:44:02 GMT" pgfnum="30138"/>
<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 text="It's licensed under the GPL because we want outliners are an incredibly useful way to edit structured information, and we want Concord to fill every conceivable niche that an outliner can help. " created="Wed, 11 Sep 2013 23:44:29 GMT" pgfnum="30139"/>
</outline>
<outline text="Hello World outliner" created="Wed, 11 Sep 2013 23:45:31 GMT" pgfnum="30140">
<outline text="" created="Wed, 11 Sep 2013 23:45:45 GMT" pgfnum="30141"/>
</outline>
</outline>
<outline text="" created="Thu, 12 Sep 2013 00:28:24 GMT" pgfnum="30148"/>
<outline text="" created="Thu, 12 Sep 2013 00:28:24 GMT" pgfnum="30149"/>
<outline text="github build script" created="Wed, 11 Sep 2013 23:35:32 GMT" pgfnum="30134">
Expand Down

0 comments on commit a0cfbe0

Please sign in to comment.