[geany/geany-plugins] a459a1: geniuspaste: Add paste.debian.net pastebin service

Colomban Wendling git-noreply at xxxxx
Sun Feb 21 08:49:48 UTC 2016


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sat, 16 Jan 2016 23:44:41 UTC
Commit:      a459a192f62ad21b02f353fb6a7e8d2e5111b94c
             https://github.com/geany/geany-plugins/commit/a459a192f62ad21b02f353fb6a7e8d2e5111b94c

Log Message:
-----------
geniuspaste: Add paste.debian.net pastebin service


Modified Paths:
--------------
    geniuspaste/data/Makefile.am
    geniuspaste/data/paste.debian.net.conf

Modified: geniuspaste/data/Makefile.am
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -7,5 +7,6 @@ dist_pastebins_DATA = \
 	dpaste.de.conf \
 	fpaste.org.conf \
 	pastebin.geany.org.conf \
+	paste.debian.net.conf \
 	sprunge.us.conf \
 	tinypaste.com.conf


Modified: geniuspaste/data/paste.debian.net.conf
67 lines changed, 67 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,67 @@
+[pastebin]
+name=paste.debian.net
+url=http://paste.debian.net/
+
+[format]
+code=%contents%
+poster=%user%
+lang=%language%
+# expire is required
+expire=%expire%
+#private=0
+#wrap=0
+
+[defaults]
+language=-1
+expire=604800
+
+# map GeanyFileType=PastebinFileType
+[languages]
+# list as of 2016-01-16
+Ada=ada
+ActionScript=as
+Batch=bat
+C=c
+C++=cpp
+C#=csharp
+CAML=ocaml
+Clojure=clojure
+CMake=cmake
+CoffeeScript=coffee-script
+Conf=ini
+CSS=css
+Cython=cython
+D=d
+Diff=diff
+Docbook=XML
+Erlang=erlang
+F77=fortran
+Fortran=fortran
+GLSL=glsl
+Go=go
+Haskell=haskell
+HTML=html+php
+Java=java
+Javascript=js
+JSON=json
+LaTeX=tex
+Lua=lua
+Lisp=common-lisp
+Make=make
+Matlab/Octave=octave
+Objective-C=objective-c
+Perl=perl
+PHP=html+php
+Po=pot
+PowerShell=powershell
+Python=python
+reStructuredText=rst
+Ruby=rb
+Scala=scala
+Sh=bash
+SQL=sql
+Tcl=tcl
+Vala=vala
+VHDL=vhdl
+XML=xml
+YAML=yaml



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list