Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sat, 16 Jan 2016 21:46:54 UTC Commit: a7bf3a73b85aa8b136aa6905c2ec0905d111f76f https://github.com/geany/geany-plugins/commit/a7bf3a73b85aa8b136aa6905c2ec09...
Log Message: ----------- geniuspaste: Add fpaste.org support
Modified Paths: -------------- geniuspaste/data/Makefile.am geniuspaste/data/fpaste.org.conf
Modified: geniuspaste/data/Makefile.am 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -5,6 +5,7 @@ pastebinsdir = $(plugindatadir)/pastebins dist_pastebins_DATA = \ codepad.org.conf \ dpaste.de.conf \ + fpaste.org.conf \ pastebin.geany.org.conf \ sprunge.us.conf \ tinypaste.com.conf
Modified: geniuspaste/data/fpaste.org.conf 67 lines changed, 67 insertions(+), 0 deletions(-) =================================================================== @@ -0,0 +1,67 @@ +[pastebin] +name=fpaste.org +url=http://fpaste.org/ + +[format] +paste_data=%contents% +paste_lang=%language% +api_submit=true +mode=xml + +# Optional stuff + +paste_user=%author% +# expiration in seconds +#paste_expire=0 + +[parse] +search=<id>(.+?)</id> +replace=http://fpaste.org/%5C1 + +# map GeanyFileType=PastebinFileType +[languages] +# map for GeSHi 2015-01-14 +ActionScript=Actionscript +Ada=ADA +ASM=ASM +C=C +C#=C# +C++=C++ +COBOL=COBOL +Conf=INI +CSS=CSS +CUDA=C +Cython=Python +D=D +Diff=Diff +Docbook=XML +F77=Fortran +Fortran=Fortran +FreeBasic=FreeBasic +GLSL=C +Haskell=Haskell +HTML=HTML +Java=Java +Javascript=Javascript +JSON=Javascript +LaTeX=LaTeX +Lisp=Lisp +Lua=Lua +Make=Make +NSIS=NSIS +Objective-C=Objective-C +Pascal=Pascal +Perl=Perl +PHP=PHP +Po=GetText +PowerShell=PowerShell +Prolog=Prolog +Python=Python +Ruby=Ruby +Scala=Scala +Sh=Bash +SQL=SQL +Tcl=TCL +Verilog=Verilog +VHDL=VHDL +XML=XML
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).