public
Rubygem
Description: Simple tool for creating source-code intensive presentations and courses
Clone URL: git://github.com/pragdave/codex.git
codex /
name age message
file .gitignore Sun May 25 19:28:24 -0700 2008 Ignore pkg directory [pragdave]
file History.txt Wed May 21 16:44:14 -0700 2008 Updated History etc. Ready for new gem release? [cth]
file LICENSE.txt Sun May 18 15:16:29 -0700 2008 rename some files before newgem [drnic]
file Manifest.txt Sat Jul 05 22:00:04 -0700 2008 update manifest [drnic]
file PostInstall.txt Sun May 18 16:02:51 -0700 2008 updated gem config + postinstall [drnic]
file README.txt Sun May 18 16:59:24 -0700 2008 move all codex assests into generator [drnic]
file Rakefile Wed May 21 21:23:11 -0700 2008 config/hoe needs the lib directory in the inclu... [pragdave]
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/ Wed May 21 16:44:14 -0700 2008 Updated History etc. Ready for new gem release? [cth]
directory lib/ Sun May 25 09:33:31 -0700 2008 Added a graphviz plugin. [cth]
directory script/ Sun May 18 15:17:54 -0700 2008 initial newgem files [drnic]
file setup.rb Sun May 18 15:17:54 -0700 2008 initial newgem files [drnic]
directory tasks/ Sun May 18 16:59:24 -0700 2008 move all codex assests into generator [drnic]
directory test/ Wed May 21 06:54:32 -0700 2008 User defined filters works now :-) [cth]
README.txt
= 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.