Skip to content

Commit

Permalink
fix some broken stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Apr 1, 2012
1 parent 27a0e73 commit d1cb56b
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 7 deletions.
32 changes: 32 additions & 0 deletions atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1554,5 +1554,37 @@
<summary>Lightweight promises (or futures, or deffered). Includes AJAX REST functions.</summary>
</entry>

<entry>
<title>DOMinate</title>
<link href="https://github.com/adius/DOMinate/" />
<id>urn:uuid:2ecc74f0-7baf-11e1-a0c5-75a8c4a317a3</id>
<updated>2012-04-01'T'04:00:03Z</updated>
<summary>DOMinate the DOM with this simple, yet powerful DOM building utility and template engine.</summary>
</entry>

<entry>
<title>swiftcore.js</title>
<link href="https://github.com/cburgdorf/swiftcore.js" />
<id>urn:uuid:366f42a0-7baf-11e1-a0c5-75a8c4a317a3</id>
<updated>2012-04-01'T'04:00:03Z</updated>
<summary>A lightweight (3.4k) and flexible microkernel/IOC container to help to build testable decoupled systems</summary>
</entry>

<entry>
<title>mix.js</title>
<link href="https://github.com/bripkens/mix.js" />
<id>urn:uuid:36707b20-7baf-11e1-a0c5-75a8c4a317a3</id>
<updated>2012-04-01'T'04:00:03Z</updated>
<summary>Mixins with dependency resolution and private properties (without closures).</summary>
</entry>

<entry>
<title>Moment.js</title>
<link href="http://momentjs.com/" />
<id>urn:uuid:36960480-7baf-11e1-a0c5-75a8c4a317a3</id>
<updated>2012-04-01'T'04:00:03Z</updated>
<summary>A lightweight (3.7k) library for parsing, manipulating, and formatting dates.</summary>
</entry>


</feed>
14 changes: 7 additions & 7 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var MicroJS = [
tags: ["dom-builder", "dom", "templating"],
description: "DOMinate the DOM with this simple, yet powerful DOM building utility and template engine.",
url: "https://github.com/adius/DOMinate/",
source: "https://raw.github.com/adius/DOMinate/master/src/dominate.min.js"
source: "https://raw.github.com/adius/DOMinate/master/src/dominate.js"
},
{
name: "soma.js",
Expand Down Expand Up @@ -1455,21 +1455,21 @@ var MicroJS = [
github: "https://github.com/timrwood/moment",
tags: ["date"],
description: "A lightweight (3.7k) library for parsing, manipulating, and formatting dates.",
url: 'http://momentjs.com/',
source: 'https://raw.github.com/JerrySievert/node-date-utils/master/lib/date-utils.js'
url: "http://momentjs.com/",
source: "https://raw.github.com/JerrySievert/node-date-utils/master/lib/date-utils.js"
},
{
name: "swiftcore.js",
tags: ["IOC", "dependency injection", "microkernel"],
description: "A lightweight (3.4k) and flexible microkernel/IOC container to help to build testable decoupled systems",
url: 'https://github.com/cburgdorf/swiftcore.js',
source: 'https://github.com/cburgdorf/swiftcore.js/blob/master/build/swiftcore.js'
url: "https://github.com/cburgdorf/swiftcore.js",
source: "https://raw.github.com/cburgdorf/swiftcore.js/master/build/swiftcore.js"
},
{
name: "mix.js",
tags: ["mixin"],
description: "Mixins with dependency resolution and private properties (without closures).",
url: 'https://github.com/bripkens/mix.js',
source: 'https://raw.github.com/bripkens/mix.js/master/mix.js'
url: "https://github.com/bripkens/mix.js",
source: "https://raw.github.com/bripkens/mix.js/master/mix.js"
}
];

0 comments on commit d1cb56b

Please sign in to comment.