sroegner / redmine_codebook

A minimalistic code sharing plugin for redmine

This URL has Read+Write access

Steffen Roegner (author)
Sat Aug 08 06:22:48 -0700 2009
commit  a992f765ad58d0a5d1ab8c65ec9c110d45d3124b
tree    0c66de63a2a706a10a35040e917a4eb9d4ec5eef
parent  069536a3e1302393a83b7c33f249120b519168cb
name age message
file .gitignore Thu May 21 03:39:06 -0700 2009 Localized filter labels for "all" [sroegner]
file README.rdoc Loading commit data...
directory app/
directory assets/ Sun Mar 22 18:56:46 -0700 2009 mainly localization [sroegner]
directory config/
directory db/ Wed Apr 15 06:03:09 -0700 2009 simplified models [sroegner]
file init.rb
directory lang/ Thu Aug 06 05:29:08 -0700 2009 line number display for code documents can be s... [sroegner]
file routes.rb Sun Mar 22 18:56:46 -0700 2009 mainly localization [sroegner]
README.rdoc

codebook

As the former user of a windows program called cuecards, I wanted a redmine plugin that does what I was using the program for (sharing your gems of knowledge was not an easy thing to do with cuecards). The plugin uses the internal syntax highlighting of redmine and is meant for keeping little snippets of code - and for sharing them with the team members using your redmine instance.

The codebook redmine plugin is my personal journey into the world of redmine and rails engines. You probably don’t want to use it right now, as it is not complete.

Installation

  • in your redmine _vendor/plugins_ folder, git clone git://github.com/sroegner/redmine_codebook.git codebook
  • after that in the redmine root, rake db:migrate_plugins
  • right after installation, the Administration view offers a button to quickly put in some languages and categories

Todo

  • Export and Import
  • add a project view and bind certain code documents to a project
  • Search Integration (seems to be currently unsupported by redmine)

History

  • 0.2.0 changed (internal) plugin name and added localization files to make rails i18n work
  • 0.1.1 added settings panel to make the "display line numbers" setting a persistent option
  • 0.1.0 initial release

cheers Steffen