This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
codex /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun May 18 06:50:18 -0700 2008 | |
| |
History.txt | Mon May 19 23:02:18 -0700 2008 | |
| |
LICENSE.txt | Sun May 18 15:16:29 -0700 2008 | |
| |
Manifest.txt | Sun May 18 17:36:32 -0700 2008 | |
| |
PostInstall.txt | Sun May 18 16:02:51 -0700 2008 | |
| |
README.txt | Mon Oct 12 10:23:31 -0700 2009 | |
| |
Rakefile | Sun May 18 15:17:54 -0700 2008 | |
| |
app_generators/ | Mon May 19 00:17:04 -0700 2008 | |
| |
bin/ | Sun May 18 17:25:27 -0700 2008 | |
| |
codex.gemspec | Mon May 19 23:02:18 -0700 2008 | |
| |
config/ | Mon May 19 23:02:18 -0700 2008 | |
| |
lib/ | Mon May 19 23:02:18 -0700 2008 | |
| |
script/ | Sun May 18 15:17:54 -0700 2008 | |
| |
setup.rb | Sun May 18 15:17:54 -0700 2008 | |
| |
tasks/ | Sun May 18 16:59:24 -0700 2008 | |
| |
test/ | Sun May 18 17:06:43 -0700 2008 |
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.







