Skip to content

Commit

Permalink
geniuspaste: Add paste.debian.net pastebin service
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Jan 16, 2016
1 parent 5d4dc34 commit a459a19
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
1 change: 1 addition & 0 deletions geniuspaste/data/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
67 changes: 67 additions & 0 deletions geniuspaste/data/paste.debian.net.conf
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a459a19

Please sign in to comment.