GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Fork of pragdave/codex
Description: Simple tool for creating source-code intensive presentations and courses
Clone URL: git://github.com/brandon/codex.git
codex /
name age message
file .gitignore Tue Jul 22 09:10:53 -0700 2008 Refactored Rakefile into a custom Rake task [brandon]
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 Nov 15 18:54:14 -0800 2008 Added rudimentary support for a layout [brandon]
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/ Mon Nov 17 06:00:28 -0800 2008 Set Codex.root in Rakefile [brandon]
directory bin/ Sun May 18 17:25:27 -0700 2008 refactor some libraries; added README to generator [drnic]
file codex.gemspec Wed Aug 13 07:43:01 -0700 2008 added missing files to gemspec [brandon]
directory config/ Wed May 21 16:44:14 -0700 2008 Updated History etc. Ready for new gem release? [cth]
directory lib/ Mon Nov 17 05:57:25 -0800 2008 Don't swallow errors [brandon]
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/ Sat Nov 15 18:54:14 -0800 2008 Added rudimentary support for a layout [brandon]
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.