public
Description: A minimalistic code sharing plugin for redmine
Homepage:
Clone URL: git://github.com/sroegner/redmine_codebook.git
name age message
file .gitignore Thu May 21 03:39:06 -0700 2009 Localized filter labels for "all" [sroegner]
file README.rdoc Fri Aug 07 15:24:15 -0700 2009 readme update [Steffen Roegner]
directory app/ Sat Aug 08 06:22:48 -0700 2009 fixed code_document show problem [Steffen Roegner]
directory assets/ Sun Mar 22 18:56:46 -0700 2009 mainly localization [sroegner]
directory config/ Fri Aug 07 08:46:02 -0700 2009 added rails i18n files [Steffen Roegner]
directory db/ Wed Apr 15 06:03:09 -0700 2009 simplified models [sroegner]
file init.rb Sat Aug 08 06:22:48 -0700 2009 fixed code_document show problem [Steffen Roegner]
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