Install git/subversion:
sudo apt-get install git subversion
Configure Git:
git config --global user.name "Your Name"
git config --global user.email "Your Email"
ssh-keygen -t rsa -C "Your Email"
| # coding: utf-8 | |
| import re | |
| from redmine import Redmine | |
| def note_to_redmine(ui, repo, node, **kwargs): | |
| redmine_url = ui.config('redmine', 'url') | |
| note_format = ui.config('redmine', 'note') | |
| api_key = ui.config('redmine', 'key') |
| data:text/html, <style type="text/css">.e{position:absolute;top:0;right:0;bottom:0;left:0;}</style><div class="e" id="editor"></div><script src="http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script><script>var e=ace.edit("editor");e.setTheme("ace/theme/solarized_dark");e.getSession().setMode("ace/mode/python");</script> | |
| <!-- | |
| For other language: Instead of `ace/mode/ruby`, Use | |
| Markdown -> `ace/mode/markdown` | |
| Python -> `ace/mode/python` | |
| C/C++ -> `ace/mode/c_cpp` | |
| Javscript -> `ace/mode/javascript` |
Install git/subversion:
sudo apt-get install git subversion
Configure Git:
git config --global user.name "Your Name"
git config --global user.email "Your Email"
ssh-keygen -t rsa -C "Your Email"