summaryrefslogtreecommitdiffstats
path: root/emacs/snippets/org-mode/project
blob: 269d655f0737f9a79682982255a6bd3a6f55a691 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# -*- mode: snippet -*-
# name: project
# key: project
# --
#+TITLE: ${1:project_name}
#+LINK: src    ${2:http://code.ryuslash.org/cgit.cgi/$3$1/}
#+LINK: tar_gz $2${4:snapshot/$1-master}.tar.gz
#+LINK: zip    $2$4.zip
#+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"

* About

  ${5:A short description about $1}

  | $0Status   | $6 |
  | Language | $7 |
  | License  | ${8:GPLv3} |

* Why?

  ${9:Why did you even think of writing $1?}

* Features

  ${10:$1 does...}

* Dependencies

  ${11:$1 needs to have...}

* Download

  ${12:To download $1...}

* Install

  ${13:To install $1...}

* Usage

  ${14:Using $1...}