Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-12 | Switch to PHP based markdown renderer (parsedown) | Florian Pritz | 1 | -147/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-28 | get_lexer_list.py: Use /usr/bin/env shebang | Florian Pritz | 1 | -1/+1 | |
This is more portable and allows for PATH overrides in case /usr/bin/python is too old (2.6) to run this file. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-22 | No need to remove main.min.*.js anymore. Relict from earlier stage. | Joakim Reinert | 1 | -1/+0 | |
2015-05-05 | Clean up old main.min.*.js files | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-05 | Set cache buster for js with urlArgs setting | Joakim Reinert | 1 | -1/+1 | |
No more need for timestamp in filename of minified main js | |||||
2015-05-05 | Fix shebangs | Florian Pritz | 3 | -3/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-05 | Add install script for git hooks | Joakim Reinert | 2 | -0/+27 | |
2015-05-05 | Add support for minified main.js | Joakim Reinert | 2 | -0/+29008 | |
2015-04-09 | Fix mime2lexer failing when using pygments info | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-04-02 | Improve performance of pygments->mime2lexer | Florian Pritz | 1 | -3/+6 | |
Normal arrays are rather slow when accessed sequentially. Use associative arrays and key lookups to reduce the render time of a multipaste with 180 items from 225ms to ~190ms. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-04-01 | Refactor \libraries\Pygments::get_lexers | Florian Pritz | 1 | -3/+11 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-14 | Use python-ansi2html instead of cpan module | Florian Pritz | 1 | -20/+0 | |
Way, way, way, way faster. Did I mention it is faster? Also we now have line numbers because we can. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-03 | Use php's fileinfo instead of perl to detect mimetype | Florian Pritz | 1 | -38/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | switch design to bootstrap; minor fixes along the way | Florian Pritz | 1 | -0/+7 | |
Initial-work-by: Oliver Mader <b52@reaktor42.de> Additional-work-by: Markus Cisler <mrkscslr@gmail.com> Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-07 | scripts/mimetype: detect ascii with long lines correctly | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-14 | install.php: rework perl dependency check | Florian Pritz | 1 | -8/+0 | |
It now displays all missing modules at once rather than requiring to be run again. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-12-20 | add Text::Markdown to install_helper.pl | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-12-17 | use perl from PATH and copy markdown.pl to scripts/ | Florian Pritz | 1 | -0/+147 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-11-18 | add install.php | Florian Pritz | 1 | -0/+7 | |
For now this only checks if some dependencies are install. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-08-21 | mimetype: use magic | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-08-15 | rewrite scripts/mimetype to support ascii with color codes | Florian Pritz | 1 | -475/+31 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-07-01 | add ascii highlighting with escape color support | Florian Pritz | 1 | -0/+20 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2010-08-14 | switch to pygments for highlighting | Florian Pritz | 1 | -163/+0 | |
Signed-off-by: Florian Pritz <bluewind@xssn.at> | |||||
2010-07-12 | syntax-highlighting.sh: fix for highlight 3.1 | Florian Pritz | 1 | -143/+143 | |
Signed-off-by: Florian Pritz <bluewind@xssn.at> | |||||
2010-04-01 | mimetype: add --orig-name and use it | Florian Pritz | 1 | -0/+9 | |
Signed-off-by: Florian Pritz <bluewind@xssn.at> | |||||
2010-04-01 | add mimetype script | Florian Pritz | 1 | -0/+473 | |
Signed-off-by: Florian Pritz <bluewind@xssn.at> | |||||
2010-04-01 | add highlight types | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xssn.at> | |||||
2010-02-06 | Initial commit | Florian Pritz | 1 | -0/+163 | |
Signed-off-by: Florian Pritz <bluewind@xssn.at> |