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 (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install brandon-codex
codex /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Jul 22 09:10:53 -0700 2008 | [brandon] |
| |
History.txt | Wed May 21 16:44:14 -0700 2008 | [cth] |
| |
LICENSE.txt | Sun May 18 15:16:29 -0700 2008 | [drnic] |
| |
Manifest.txt | Sat Nov 15 18:54:14 -0800 2008 | [brandon] |
| |
PostInstall.txt | Sun May 18 16:02:51 -0700 2008 | [drnic] |
| |
README.txt | Sun May 18 16:59:24 -0700 2008 | [drnic] |
| |
Rakefile | Wed May 21 21:23:11 -0700 2008 | [pragdave] |
| |
app_generators/ | Mon Nov 17 06:00:28 -0800 2008 | [brandon] |
| |
bin/ | Sun May 18 17:25:27 -0700 2008 | [drnic] |
| |
codex.gemspec | Wed Aug 13 07:43:01 -0700 2008 | [brandon] |
| |
config/ | Wed May 21 16:44:14 -0700 2008 | [cth] |
| |
lib/ | Mon Nov 17 05:57:25 -0800 2008 | [brandon] |
| |
script/ | Sun May 18 15:17:54 -0700 2008 | [drnic] |
| |
setup.rb | Sun May 18 15:17:54 -0700 2008 | [drnic] |
| |
tasks/ | Sun May 18 16:59:24 -0700 2008 | [drnic] |
| |
test/ | Sat Nov 15 18:54:14 -0800 2008 | [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.





