54 lines
958 B
Text
54 lines
958 B
Text
;;;;;
|
|
title: ogi
|
|
url: projects/ogi.html
|
|
;;;;;
|
|
|
|
## What does it do?
|
|
|
|
Ogi is Github issues in org-mode
|
|
|
|
## Why was it written?
|
|
|
|
Because I dislike web interfaces, am interested in using APIs and
|
|
think org-mode would be a perfect way to represent the issues found
|
|
there.
|
|
|
|
## Who is it for?
|
|
|
|
Anyone who likes org-mode and uses github.
|
|
|
|
## Data
|
|
|
|
<table>
|
|
<tr>
|
|
<td>Version</td>
|
|
<td>0 (development only)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Language</td>
|
|
<td>Emacs Lisp</td>
|
|
</tr>
|
|
<tr>
|
|
<td>License</td>
|
|
<td>GPLv3</td>
|
|
</tr>
|
|
</table>
|
|
|
|
### Features
|
|
|
|
- Download issues and make org tasks from them.
|
|
|
|
### Dependencies
|
|
|
|
- [GNU Emacs](http://gnu.org/software/emacs): Version 24 or newer
|
|
probably, since that is what it's being developed with.
|
|
|
|
## More...
|
|
|
|
For further instructions I would refer you to the
|
|
[README](http://code.ryuslash.org/cgit.cgi/emacs/ogi/about/) and
|
|
[manual](http://ryuslash.org/projects/ogi/manual/).
|
|
|
|
<!-- Local Variables: -->
|
|
<!-- mode: markdown -->
|
|
<!-- End: -->
|