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
redmine_codebook / README.rdoc
100644 31 lines (21 sloc) 1.266 kb

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