Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeetienne committed Apr 10, 2012
1 parent d0943e4 commit 8c64874
Show file tree
Hide file tree
Showing 133 changed files with 16,497 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
@@ -0,0 +1,11 @@
# makefile to automatize simple operations

server:
python -m SimpleHTTPServer

deploy:
# assume there is something to commit
# use "git diff --exit-code HEAD" to know if there is something to commit
# so two lines: one if no commit, one if something to commit
git commit -a -m "New deploy" && git push -f origin HEAD:gh-pages && git reset HEAD~

11 changes: 11 additions & 0 deletions boilerplate-builder/Makefile
@@ -0,0 +1,11 @@
# makefile to automatize simple operations

server:
python -m SimpleHTTPServer

deploy:
# assume there is something to commit
# use "git diff --exit-code HEAD" to know if there is something to commit
# so two lines: one if no commit, one if something to commit
git commit -a -m "New deploy" && git push -f origin HEAD:gh-pages && git reset HEAD~

Empty file added boilerplate-builder/README
Empty file.
29 changes: 29 additions & 0 deletions boilerplate-builder/images/.svn/all-wcprops
@@ -0,0 +1,29 @@
K 25
svn:wc:ra_dav:version-url
V 29
/svn/!svn/ver/12/trunk/images
END
google-logo-small.png
K 25
svn:wc:ra_dav:version-url
V 51
/svn/!svn/ver/12/trunk/images/google-logo-small.png
END
googleio-logo.png
K 25
svn:wc:ra_dav:version-url
V 46
/svn/!svn/ver/3/trunk/images/googleio-logo.png
END
colorbar.png
K 25
svn:wc:ra_dav:version-url
V 41
/svn/!svn/ver/3/trunk/images/colorbar.png
END
google-logo.png
K 25
svn:wc:ra_dav:version-url
V 44
/svn/!svn/ver/9/trunk/images/google-logo.png
END
164 changes: 164 additions & 0 deletions boilerplate-builder/images/.svn/entries
@@ -0,0 +1,164 @@
10

dir
20
http://html5slides.googlecode.com/svn/trunk/images
http://html5slides.googlecode.com/svn



2011-05-20T17:19:33.425808Z
12
mwichary@google.com














5963eb91-a1a4-c111-6e9c-cdd99a89fa83

google-logo-small.png
file




2011-12-21T14:27:08.000000Z
135f45372a8c114bf3e2aeb599e4f936
2011-05-20T17:19:33.425808Z
12
mwichary@google.com
has-props




















8466

googleio-logo.png
file




2011-12-21T14:27:08.000000Z
1f7e00dc3ff015f831ce3eb5dbd23550
2011-05-20T16:49:11.026922Z
3
mwichary@google.com
has-props




















84742

colorbar.png
file




2011-12-21T14:27:08.000000Z
4a80fb8dc88969ddb33e1b69d2d0127a
2011-05-20T16:49:11.026922Z
3
mwichary@google.com
has-props




















213

google-logo.png
file




2011-12-21T14:27:08.000000Z
e8734f1b87d204e4d325f5fc73fab31e
2011-05-20T17:14:27.670900Z
9
mwichary@google.com
has-props




















31769

@@ -0,0 +1,9 @@
K 14
svn:executable
V 1
*
K 13
svn:mime-type
V 24
application/octet-stream
END
@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END
@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 9
image/png
END
@@ -0,0 +1,9 @@
K 14
svn:executable
V 1
*
K 13
svn:mime-type
V 24
application/octet-stream
END
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added boilerplate-builder/images/colorbar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added boilerplate-builder/images/google-logo-small.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added boilerplate-builder/images/google-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added boilerplate-builder/images/googleio-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8c64874

Please sign in to comment.