public
Description: Simple tool for creating source-code intensive presentations and courses
Homepage:
Clone URL: git://github.com/pragdave/codex.git
codex /
name age message
file .gitignore Sun May 18 06:50:18 -0700 2008 No need to ignore tmp/ [Dave Thomas]
file History.txt Mon May 19 23:02:18 -0700 2008 1.0.2: Add rubigen 1.3.2 to dependency list as ... [drnic]
file LICENSE.txt Sun May 18 15:16:29 -0700 2008 rename some files before newgem [drnic]
file Manifest.txt Sun May 18 17:36:32 -0700 2008 fixed up manifest + gemspec [drnic]
file PostInstall.txt Sun May 18 16:02:51 -0700 2008 updated gem config + postinstall [drnic]
file README.txt Mon Oct 12 10:23:31 -0700 2009 There is no point in adding the 'codex' name sp... [bernardo]
file Rakefile Sun May 18 15:17:54 -0700 2008 initial newgem files [drnic]
directory app_generators/ Mon May 19 00:17:04 -0700 2008 removed explicit gem 'codex' [drnic]
directory bin/ Sun May 18 17:25:27 -0700 2008 refactor some libraries; added README to generator [drnic]
file codex.gemspec Mon May 19 23:02:18 -0700 2008 1.0.2: Add rubigen 1.3.2 to dependency list as ... [drnic]
directory config/ Mon May 19 23:02:18 -0700 2008 1.0.2: Add rubigen 1.3.2 to dependency list as ... [drnic]
directory lib/ Mon May 19 23:02:18 -0700 2008 1.0.2: Add rubigen 1.3.2 to dependency list as ... [drnic]
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/ Sun May 18 17:06:43 -0700 2008 moved ui folder into generator [drnic]
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.