public
Rubygem
Description: Simple tool for creating source-code intensive presentations and courses
Homepage:
Clone URL: git://github.com/pragdave/codex.git
drnic (author)
Sat Jul 05 22:00:04 -0700 2008
commit  8e96a7a75f4e9e4bc2cf8d6c9c56f3be6b787071
tree    6938e3f50b2f01a2ff2f664bfd1fd30b805cace8
parent  ce7b957858c4f980cc22a68a001e7a3519c4d494
codex /
name age message
file .gitignore Loading commit data...
file History.txt
file LICENSE.txt Sun May 18 15:16:29 -0700 2008 rename some files before newgem [drnic]
file Manifest.txt
file PostInstall.txt Sun May 18 16:02:51 -0700 2008 updated gem config + postinstall [drnic]
file README.txt
file Rakefile
directory app_generators/ Sun May 25 09:33:31 -0700 2008 Added a graphviz plugin. [cth]
directory bin/ Sun May 18 17:25:27 -0700 2008 refactor some libraries; added README to generator [drnic]
file codex.gemspec Wed May 21 16:44:14 -0700 2008 Updated History etc. Ready for new gem release? [cth]
directory config/
directory lib/
directory script/ Sun May 18 15:17:54 -0700 2008 initial newgem files [drnic]
file setup.rb
directory tasks/
directory test/ Wed May 21 06:54:32 -0700 2008 User defined filters works now :-) Example incl... [cth]
= Codex

http://github.com/pragdave/codex

== Description

This is a remarkably trivial package that makes simply HTML-based presentations from
a set up source files written using Textile. It's designed to help when creating
slides that contain lots of code, as it allows code to be embedded from external source files. 
This means that the code that you embed can come from running (and tested) programs.

The code in the resulting slides is syntax highlighted, and is hyperlinked to the original
source file, allowing that file to be brought up in Textmate.

== Requirements

* make sure you have Ruby 1.8.6 installed and RubyGems

== Installation

    gem install codex

== Usage

* type 'rake all' in the same directory as this README file
* open html/all.html

== License

See the file LICENSE.txt for details on how this all may be used.