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 (
Steffen Roegner (author)
Sat Aug 08 06:22:48 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu May 21 03:39:06 -0700 2009 | |
| |
README.rdoc | Fri Aug 07 15:24:15 -0700 2009 | |
| |
app/ | Sat Aug 08 06:22:48 -0700 2009 | |
| |
assets/ | Sun Mar 22 18:56:46 -0700 2009 | |
| |
config/ | Fri Aug 07 08:46:02 -0700 2009 | |
| |
db/ | Wed Apr 15 06:03:09 -0700 2009 | |
| |
init.rb | Sat Aug 08 06:22:48 -0700 2009 | |
| |
lang/ | Thu Aug 06 05:29:08 -0700 2009 | |
| |
routes.rb | Sun Mar 22 18:56:46 -0700 2009 |
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







