-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
167 lines (160 loc) · 3.22 KB
/
config.yml
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
appname: "WerePaste"
layout: "main"
charset: "UTF-8"
tz: "Europe/London"
locale: "en_GB"
logger: "console"
log: "debug"
template: "template_toolkit"
engines:
template:
template_toolkit:
encoding: 'utf8'
start_tag: '[%'
end_tag: '%]'
plugins:
DBIC:
default:
schema_class: 'App::WerePaste::Schema'
dsn: dbi:SQLite:dbname=data/pastes.db
options:
sqlite_unicode: 1
# Uncomment for debugging
#show_errors: 1
# Sets the expiration for posts
# Options can be any combination of weeks, days, hours, minutes, seconds
expiration:
weeks: 2
# Languages supported by Pygments
# TODO: perhaps swap this out with something in App::WerePaste::Util::PygmentsBridge so we can dynamically load supported languages
languages:
- Programming languages:
- ActionScript:
- Ada:
- ANTLR:
- AppleScript:
- Assembly: nasm
- Asymptote:
- Awk:
- Bash:
- Befunge:
- Boo:
- BrainFuck:
- C:
- C++:
- C#:
- Clojure:
- CoffeeScript:
- ColdFusion: cfm
- Common Lisp:
- Coq:
- Cryptol:
- Cython:
- D:
- Dart:
- Delphi:
- Dylan:
- Erlang:
- Factor:
- Fancy:
- Fortran:
- F#:
- GAP:
- Gherkin:
- GL shaders:
- Groovy:
- Haskell:
- IDL:
- Io:
- Java:
- JavaScript:
- Lasso:
- LLVM:
- Logtalk:
- Lua:
- Matlab:
- MiniD:
- Modelica:
- Modula-2:
- MuPad:
- Nemerle:
- Nimrod:
- Objective-C:
- Objective-J:
- Octave:
- OCaml:
- PHP:
- Perl:
- PovRay:
- PostScript:
- PowerShell:
- Prolog:
- Python:
- REBOL:
- Red:
- Redcode:
- Ruby:
- Rust:
- R:
- S:
- S-Plus:
- Scala:
- Scheme:
- Scilab:
- Smalltalk:
- SNOBOL:
- Tcl:
- Vala:
- Verilog:
- VHDL:
- Visual Basic.NET: vbnet
- Visual FoxPro: foxpro
- XQuery:
- Zephir:
- Template Languages:
- Cheetah:
- Django:
- ERB:
- Genshi:
- Jinja:
- JSP:
- Mako:
- Myghty:
- Smarty:
- Tea:
- Configuration Markup:
- ApacheConf:
- INI-style: ini
- Lighttpd:
- Nginx:
- Other Markups:
- BBCode:
- CMake:
- CSS:
- Debian control file: control
- Diff:
- DTD:
- Gettext Catalogs: pot
- Gnuplot:
- Groff:
- HTML:
- HTTP Session: http
- IRC log (irssi-format): irc
- Makefile:
- MoinMoin/Trac wiki markup: moin
- MySQL:
- POV-Ray Scenes: pov
- Ragel:
- Redcode:
- ReST:
- SQL:
- PostgreSQL: psql
- SQLite:
- Squid Configuration: squid
- TeX:
- tcsh:
- VimScript: vim
- Windows Batch Script: bat
- XML:
- XSLT:
- YAML: