Skip to content

Commit

Permalink
initial import, added Djangocong '11 presentation slides
Browse files Browse the repository at this point in the history
  • Loading branch information
n1k0 committed Apr 17, 2011
0 parents commit ac4f0b9
Show file tree
Hide file tree
Showing 55 changed files with 2,182 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
*.sublime-project
13 changes: 13 additions & 0 deletions 2011-Djangocong/conf.js
@@ -0,0 +1,13 @@
function r(f){/loaded|complete/.test(document.readyState)?f():setTimeout("r("+f+")",9);}
function go() {
var body = document.getElementsByTagName('body')[0];
var e = document.createElement('p');
e.setAttribute('class', 'cop');
e.innerHTML =
'<strong>Intégration continue d\'un projet Django</strong> | '
+ 'Nicolas Perriault — <a href="http://www.akei.com/">Akei</a> | '
+ '<a href="http://rencontres.django-fr.org/">Rencontres Django Francophones</a>, Marseille, 2011 | '
+ 'Slides powered by <a href="https://github.com/n1k0/landslide">Landslide</a>';
body.appendChild(e);
}
r(go);
6 changes: 6 additions & 0 deletions 2011-Djangocong/config.cfg
@@ -0,0 +1,6 @@
[landslide]
;theme = /Users/niko/Sites/AkeiTheme
source = slides/
destination = presentation.html
css = styles.css
js = conf.js

0 comments on commit ac4f0b9

Please sign in to comment.