nutools/lib/templates/templates.conf

62 lines
1.5 KiB
Plaintext
Raw Normal View History

2013-08-27 15:14:44 +04:00
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
# Noms et extensions reconnus
NAMES=(
Properties:javaproperties
2013-10-31 12:59:41 +04:00
overview.html:javadoc-overview
package.html:javadoc-package
2013-08-27 15:14:44 +04:00
)
EXTS=(
txt:text
conf:conf
sql:sql
2013-11-02 08:01:31 +04:00
sieve:sieve
2014-08-25 11:51:03 +04:00
mdt:markdown md:markdown text:markdown
twp:tiddlywiki
2013-08-27 15:14:44 +04:00
puml:puml
iuml:iuml
sh:shell
py:pyfile pyw:pyfile
2013-10-31 12:59:41 +04:00
html:html htm:html
2013-10-31 10:49:07 +04:00
php:php phps:php
ctp:cakephp-ctp
2013-08-27 15:14:44 +04:00
css:css
js:javascript
java:java api:wosrccomp wosrc:wosrccomp properties:javaproperties
2014-04-29 12:36:08 +04:00
pp:ppfile
jgo:javago
2013-08-27 15:14:44 +04:00
)
# Aliases de templates
TEMPLATES=(
t:text c:conf
2014-08-25 11:51:03 +04:00
md:markdown mdt:markdown mdpage:markdown
tw:tiddlywiki twp:tiddlywiki twpage:tiddlywiki
2013-08-27 15:14:44 +04:00
plantuml:puml
sh:shell
python:pyfile pyf:pyfile py:pyfile
pym:pymodule
2013-10-31 12:59:41 +04:00
jdo:javadoc-overview
jdp:javadoc-package
2013-10-31 10:49:07 +04:00
ctp:cakephp-ctp
js:javascript
2013-10-31 14:46:06 +04:00
j:java
2013-08-27 15:14:44 +04:00
properties:javaproperties jprops:javaproperties props:javaproperties
2013-10-31 14:46:06 +04:00
wc:wosrccomp
2014-04-29 12:36:08 +04:00
pp:ppfile
jgo:javago
2013-08-27 15:14:44 +04:00
)
# Scripts à utiliser pour générer les templates
TEMPLS=(
2013-11-02 08:01:31 +04:00
text:text conf:text sql:text sieve:text
2014-08-25 11:51:03 +04:00
markdown:wiki tiddlywiki:wiki
2013-08-27 15:14:44 +04:00
puml:plantuml iuml:plantuml
shell:shell
pyfile:python pymodule:python
2013-10-31 12:59:41 +04:00
html:www javadoc-package:www javadoc-overview:www php:www cakephp-ctp:www css:www javascript:www
2013-08-27 15:14:44 +04:00
javaproperties:java java:java woapi:java wosrc:java wosrccomp:java
2014-04-29 12:36:08 +04:00
ppfile:puppet
javago:compileAndGo
2013-08-27 15:14:44 +04:00
)