0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 12, 2025 — Mar 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Hoe really does put some ugly constraints on stuff. For example, why insist on a string VERSION= whe the gemspec already contains the same? Reading every file looking for it is seriously problematic under 1.9 because of encoding issues More... over 16 years ago
Keep Hoe happy (sigh) by changing the Hoe.spec More... over 16 years ago
Fix namespace issue on rake remove_tmp. Fix problem with rubigen commands that expect an array as the first parameter under Ruby 1.9. More... over 16 years ago
Add dependency to gemspec More... over 16 years ago
There is no point in adding the 'codex' name space to the 'all' rake task, just makes things longer. Returning to what it was before. More... over 16 years ago
More updates to the documentation: generating all.html now uses the 'rake codex:all' command More... over 16 years ago
Updates including_code.textile reference with latest updates (eg.: the use of [] in :inlinecode) More... over 16 years ago
Updates History.txt with info on vendor/codex More... over 16 years ago
Makes bin/codex executable More... over 16 years ago
Refreshing manifest.txt More... over 16 years ago
Fix tests, updates Manifest.txt and gemspec, and other last minute fixes. It should be ready for a new gem now. More... over 16 years ago
Makes changes to the samples slides to explain post processors. More... over 16 years ago
Appending XX_ to the post processor file names so they get applied in the appropriate order. More... over 16 years ago
Adds support for multiple and better post processors. Post processors now stay in the 'post_processors' dir in the app_root, in a way similar to the filters. It also removes the need for the 'post_process_all.rb' file. Metadata.yml is in the config dir now, it makes more sense and it won't be added as a rake task for pressie anymore. More... over 16 years ago
Makes graphviz filter raise and error if 'dot' is not installed, preventing error when filter is run More... over 16 years ago
Fixes that user defined filters were not being loaded and moves the loading of filters to a better place (filter.rb) More... over 16 years ago
Path to pressie.css in layout.erb was wrong, fixing it. More... over 16 years ago
Loads all code highlighters in the layout, so it can highlight other languages such as Java, Python, C# More... over 16 years ago
Changes default code font to be Monaco. No point using a variable width font (Gill Sans) to display code. More... over 16 years ago
Changes code-normal and other code-xxxx css classes to more resonable font sizes and adds code-superlarge More... over 16 years ago
Fix typo in font name in pressie.css More... over 16 years ago
Set Codex.root in Rakefile More... over 17 years ago
Don't swallow errors More... over 17 years ago
Avoid creating multiple instances of pressie More... over 17 years ago
Added rudimentary support for a layout More... over 17 years ago
remove extraneous puts More... over 17 years ago
Add vendor/codex to the beginning of the load path More... over 17 years ago
Move css and javascript into an assets/ directory More... over 17 years ago
Use #directory instead of #file in rake task for directories More... over 17 years ago
extract spliting of slides into a post processor More... over 17 years ago