Skip to content

Commit

Permalink
published programmatically on Tue, Sep 07 @ 10:51AM
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed Sep 7, 2010
1 parent 5951859 commit 7870c43
Show file tree
Hide file tree
Showing 13 changed files with 1,274 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@
./cache/swfobject/2.2.0/javascripts/swfobject-min.js
./cache/swfupload/2.0.2/javascripts/swfupload.js
./cache/swfupload/2.0.2/javascripts/swfupload-min.js
./cache/mustache/0.3.0/javascripts/mustache.js
./cache/mustache/0.3.0/javascripts/mustache-min.js
./cache/jslitmus/0.0.0/javascripts/jslitmus.js
./cache/jslitmus/0.0.0/javascripts/jslitmus-min.js
./cache/qunit/1.0.0/javascripts/qunit.js
Expand All @@ -238,6 +240,8 @@
./cache/wmd-editor/0.0.0/javascripts/wmd-editor-min.js
./cache/datejs/1.0.0/javascripts/date.js
./cache/datejs/1.0.0/javascripts/date-min.js
./cache/json2/0.0.0/javascripts/json2.js
./cache/json2/0.0.0/javascripts/json2-min.js
./cache/sexy-js/0.8.0/javascripts/sexy.js
./cache/sexy-js/0.8.0/javascripts/sexy-min.js
./cache/underscore/1.1.0/javascripts/underscore.js
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end

desc "Deploy to Github Pages"
task :deploy => :generate do
message = ENV["msg"] || "published programmatically at #{Time.now.strftime("%a, %b %d @ %I:%M%p")}"
message = ENV["msg"] || "published programmatically on #{Time.now.strftime("%a, %b %d @ %I:%M%p")}"
manifest = ""
site.find_posts_by_category("cache").each do |post|
next if post.slug.value == "index"
Expand Down
12 changes: 12 additions & 0 deletions _app/content/cache/jquery/jquery-cloud-carousel.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Jquery Cloud Carousel
src: /cache/jquery-cloud-carousel/1.0.4/javascripts/jquery-cloud-carousel.js
home: http://www.professorcloud.com/mainsite/carousel.htm
demo: ""
docs: http://www.professorcloud.com/mainsite/carousel-integration.htm
repo: ""
tags: []
description: ""
dependencies: ""
---

5 changes: 5 additions & 0 deletions _app/content/cache/templating/index.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Templating Engines
position: 1
---

12 changes: 12 additions & 0 deletions _app/content/cache/templating/mustache.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Mustache
src: /cache/mustache/0.3.0/javascripts/mustache.js
home: http://mustache.github.com/
demo: http://mustache.github.com/#demo
docs: http://mustache.github.com/mustache.5.html
repo: http://github.com/janl/mustache.js
tags: []
description: Logic-less templates in JavaScript
dependencies: ""
---

12 changes: 12 additions & 0 deletions _app/content/cache/utils/json2.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Json2
src: /cache/json2/0.0.0/javascripts/json2.js
home: http://www.json.org/js.html
demo: ""
docs: ""
repo: ""
tags: []
description: ""
dependencies: ""
---

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7870c43

Please sign in to comment.