summaryrefslogtreecommitdiffstats
path: root/site/projects/ogi.org
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-19 02:48:40 +0100
committerGravatar Tom Willemsen2013-01-19 02:48:40 +0100
commiteb9348bf34808eaef2cff462a104929bc2c9e8dd (patch)
treee8c25258819ed54f1617374bc1ded543c8e9046e /site/projects/ogi.org
parenta3a3f0cf54e3b994da2d093bbe5d895768cf22e7 (diff)
downloadorgweb-eb9348bf34808eaef2cff462a104929bc2c9e8dd.tar.gz
orgweb-eb9348bf34808eaef2cff462a104929bc2c9e8dd.zip
Update and add project pages
I've once again thought up a different common structure for website pages, I hope this one sticks longer than the ones before, but this limits duplication of data somewhat and keeps maintenance costs of these pages fairly low.
Diffstat (limited to 'site/projects/ogi.org')
-rw-r--r--site/projects/ogi.org50
1 files changed, 50 insertions, 0 deletions
diff --git a/site/projects/ogi.org b/site/projects/ogi.org
new file mode 100644
index 0000000..98ef5e6
--- /dev/null
+++ b/site/projects/ogi.org
@@ -0,0 +1,50 @@
+#+TITLE: ogi
+#+LINK: src http://code.ryuslash.org/cgit.cgi/emacs/ogi/
+#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/emacs/ogi/snapshot/ogi-master.tar.gz
+#+LINK: zip http://code.ryuslash.org/cgit.cgi/emacs/ogi/snapshot/ogi-master.zip
+#+LINK: readme http://code.ryuslash.org/cgit.cgi/emacs/ogi/about/
+#+LINK: manual http://ryuslash.org/projects/ogi/manual/
+#+STARTUP: showall
+
+#+begin_html
+<script src="/keyjs.js" type="text/javascript"></script>
+<script type="text/javascript">
+keyjs_initialize({ "u": [ "keyjs_goto", "../index.html" ],
+"h": [ "keyjs_goto", "http://ryuslash.org" ] });
+</script>
+#+end_html
+
+#+INCLUDE: "dlmenu.inc"
+
+* 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
+
+ | Version | 0 (development only) |
+ | Language | Emacs Lisp |
+ | License | GPLv3 |
+
+** Features
+
+ - Download issues and make org tasks from them.
+
+** Dependencies
+
+ - [[http://gnu.org/software/emacs][GNU 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][README]] and [[manual]].