chiark
/
gitweb
/
~mdw
/
tripe
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
server/admin.c: Remove spurious `ping' in usage message.
[tripe]
/
.skelrc
Commit
Line
Data
410c8acf
1
;;; -*-emacs-lisp-*-
2
3
(setq skel-alist
4
(append
5
'((author . "Straylight/Edgeware")
6
(full-title . "Trivial IP Encryption (TrIPE)")
11ad66c2
MW
7
(program . "TrIPE")
8
(licence-text . "[[gpl-3]]"))
410c8acf
9
skel-alist))
10