Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 16 Jun 2024 09:27:19 UTC Commit: 7dd59a5a0d05abdd6016393cf74e07f0f25ab15a https://github.com/geany/geany-plugins/commit/7dd59a5a0d05abdd6016393cf74e07...
Log Message: ----------- geniuspaste: Replace dead dpaste.de with dpaste.org
Modified Paths: -------------- geniuspaste/data/Makefile.am geniuspaste/data/dpaste.org.conf
Modified: geniuspaste/data/Makefile.am 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -4,7 +4,7 @@ plugin = geniuspaste pastebinsdir = $(plugindatadir)/pastebins dist_pastebins_DATA = \ codepad.org.conf \ - dpaste.de.conf \ + dpaste.org.conf \ fpaste.org.conf \ pastebin.geany.org.conf \ paste.debian.net.conf \
Modified: geniuspaste/data/dpaste.org.conf 32 lines changed, 20 insertions(+), 12 deletions(-) =================================================================== @@ -1,6 +1,6 @@ [pastebin] -name=dpaste.de -url=https://dpaste.de/api/ +name=dpaste.org +url=https://dpaste.org/api/
[format] filename=%title% @@ -13,41 +13,48 @@ search=^"(.+)"$ replace=\1
[defaults] -# default language to plain which means "Code" -language=plain -expire=604800 +language=_code +expire=2592000
# map GeanyFileType=PastebinFileType [languages] -# list as of 2016-01-14 -None=text +None=_text ActionScript=as +Arduino=arduino +Batch=bat C=c -# better than nothing +# better than nothing, because the configuration has "cpp" disabled C++=c -#CAML=ocaml +C#=csharp +CAML=ocaml Clojure=clojure +CMake=cmake COBOL=cobol +CoffeeScript=coffee-script Conf=ini CSS=css CUDA=cuda +D=d Diff=diff Docbook=xml Erlang=erlang F77=fortran +Forth=forth Fortran=fortran -GLSL=C +GLSL=glsl Go=go Haskell=haskell HTML=html Java=java Javascript=js JSON=json LaTeX=tex +Kotlin=kotlin +Lisp=common-lisp Lua=lua Make=make Matlab/Octave=matlab -Objective-C=objc +Objective-C=objective-c Perl=perl PHP=php PowerShell=powershell @@ -59,6 +66,7 @@ Scala=scala Sh=bash SQL=sql Tcl=tcl +Swift=swift XML=xml YAML=yaml -Zephir=php +Zephir=zephir
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).