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 Wed Oct 28 15:14:49 -0700 2009 Add dependency to gemspec [pragdave]
file ChangeLog Wed Oct 28 15:14:49 -0700 2009 Add dependency to gemspec [pragdave]
file History.txt Mon Oct 12 08:51:48 -0700 2009 Updates History.txt with info on vendor/codex [bernardo]
file LICENSE.txt Sun May 18 15:16:29 -0700 2008 rename some files before newgem [drnic]
file Manifest.txt Mon Oct 12 08:24:01 -0700 2009 Refreshing manifest.txt [bernardo]
file PostInstall.txt Sun May 18 16:02:51 -0700 2008 updated gem config + postinstall [drnic]
file README.rdoc Sun May 18 16:59:24 -0700 2008 move all codex assests into generator [drnic]
file README.txt Sun May 18 16:59:24 -0700 2008 move all codex assests into generator [drnic]
file Rakefile Tue Nov 03 14:34:40 -0800 2009 Hoe really does put some ugly constraints on st... [pragdave]
directory app_generators/ Tue Nov 03 14:06:05 -0800 2009 Fix namespace issue on rake remove_tmp. Fix pro... [pragdave]
directory bin/ Tue Nov 03 14:34:40 -0800 2009 Hoe really does put some ugly constraints on st... [pragdave]
file codex.gemspec Wed Oct 28 15:14:49 -0700 2009 Add dependency to gemspec [pragdave]
directory config/ Tue Nov 03 14:34:40 -0800 2009 Hoe really does put some ugly constraints on st... [pragdave]
directory lib/ Tue Nov 03 14:34:40 -0800 2009 Hoe really does put some ugly constraints on st... [pragdave]
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/ Tue Nov 03 14:06:05 -0800 2009 Fix namespace issue on rake remove_tmp. Fix pro... [pragdave]
README.rdoc

Codex

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.