Skip to content

Commit

Permalink
Structuring the last chapters in the slides. Added license
Browse files Browse the repository at this point in the history
  • Loading branch information
peter committed Aug 15, 2011
1 parent d308b86 commit d7cec51
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions LICENSE.html
@@ -0,0 +1,10 @@
<html>
<head>
<title>Ruby Basic License</title>
</head>
<body>
<div style="text-align: center">
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">Ruby Basic</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://marklunds.com" property="cc:attributionName" rel="cc:attributionURL">Peter Marklund</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="https://github.com/peter/ruby_basic" rel="dct:source">github.com</a>.
</div>
</body>
</html>
Binary file added LICENSE.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Binary file modified Slides.key
Binary file not shown.
4 changes: 4 additions & 0 deletions TODO
@@ -1,3 +1,7 @@
- SLIDE: Using instance_eval to create a DSL (under metaprogramming)
- README
- Markdown

- Make this a RubyGem hosted on Github
- Course Material Slide
- Schedule Slide
Expand Down
6 changes: 6 additions & 0 deletions resources.rdoc
Expand Up @@ -3,11 +3,17 @@
== Books

* {The Ruby Programming Language}[http://www.amazon.com/Ruby-Programming-Language-David-Flanagan/dp/0596516177] - by David Flanagan.
* Programming Ruby
* Ruby Best Practices

== Courses

Freiburg Course

http://rubyreloaded.com/

Mendicant University

== News/Blogs

* {Ruby Inside}[http://www.rubyinside.com]
Expand Down

0 comments on commit d7cec51

Please sign in to comment.