Skip to content

Commit

Permalink
- Add missing files in previous commit: gist.github.com.conf,
Browse files Browse the repository at this point in the history
	yourpaste.net.conf
- Remove superfluous comments in config files.
  • Loading branch information
Matt Trudel committed Aug 13, 2009
1 parent eb7ba7c commit e53c789
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 24 deletions.
13 changes: 13 additions & 0 deletions pastebin.d/gist.github.com.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[pastebin]
basename = gist.github.com
regexp = "http://gist.github.com"

[format]
page = page
user = poster
format = file_ext[gistfile1]
content = file_contents[gistfile1]
title = file_name[gistfile1]

[defaults]
page = '/gists'
8 changes: 0 additions & 8 deletions pastebin.d/paste.debian.net.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# elif website == "http://paste.debian.net":
# params['poster'] = user
# params['lang'] = "-1" #The format, for syntax hilighting, default to plain text
# params['syntax'] = format #The format, for syntax hilighting
# params['code'] = content
# params['remember'] = "0" #Do you want a cookie ?
# params['expire'] = "259200" # expire in 72h

[pastebin]
basename = paste.debian.net
regexp = "http://paste.debian.net"
Expand Down
7 changes: 0 additions & 7 deletions pastebin.d/paste2.org.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# elif website == "http://paste2.org":
# params['page'] = "/new-paste"
# params['description'] = title
# params['lang'] = format
# params['code'] = content
# params['parent'] = "0"

[pastebin]
basename = paste2.org
regexp = "http://paste2.org"
Expand Down
9 changes: 0 additions & 9 deletions pastebin.d/stikked.com.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# elif website == "http://stikked.com":
# params['name'] = user
# params['title'] = title
# params['email'] = ""
# params['lang'] = "text" #The format, for syntax hilighting
# params['code'] = content
# params['website'] = ""
# params['submit'] = "submit"

[pastebin]
basename = stikked.com
regexp = "http://stikked.com"
Expand Down
21 changes: 21 additions & 0 deletions pastebin.d/yourpaste.net.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[pastebin]
basename = yourpaste.net
regexp = "http://yourpaste.net"

[format]
format = syntax
user = name
title = desc
expire = expire
content = code
private = private
remember = remember
page = page
regexp = regexp

[defaults]
expire = 0
private = 0
remember = 0
page = '/paste'
regexp = '">http://yourpaste.net(.*)</a>'

0 comments on commit e53c789

Please sign in to comment.