zlin.conf 971 B

1234567891011121314151617
  1. #!/bin/bash
  2. # put this file in /etc/wgetpaste.d/ or ~/.wgetpaste.d/ to add http://zlin.dk/p/ to list of available services
  3. # add zlin service
  4. SERVICES="${SERVICES} zlin"
  5. ENGINE_zlin=knopaste
  6. URL_zlin="http://zlin.dk/p/ ?"
  7. EXPIRATION_INFO_zlin="Pastes on zlin: ${URL_zlin% *} do not expire."$'\n'
  8. DEFAULT_LANGUAGE_zlin="text"
  9. # add knopaste engine
  10. LANGUAGES_knopaste="actionscript ada apache applescript asm asp autoit bash blitzbasic bnf c c_mac caddcl cadlisp cfdg cfm cpp cpp-qt csharp css d delphi diff div dos eiffel fortran freebasic gml groovy html4strict idl ini inno io java java5 javascript latex lisp lua matlab mirc mpasm mysql nsis objc ocaml ocaml-brief oobas oracle8 pascal perl php php-brief plsql python qbasic reg robots ruby sas scheme sdlbasic smalltalk smarty sql tcl text thinbasic tsql vb vbnet vhdl visualfoxpro winbatch xml"
  11. POST_knopaste="submit=Submit % % lang % % paste"
  12. REGEX_knopaste='s|$|\.txt|'
  13. REGEX_RAW_knopaste='s|^http://.*$|&.txt|'