Skip to content

Commit

Permalink
- Include config files for reworked pastebins, as testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Trudel committed May 3, 2009
1 parent f00a8e1 commit c23ffcb
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pastebin.d/paste.ubuntu.com.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[pastebin]
basename = paste.ubuntu.com
regexp = "http://paste.ubuntu.com"

[format]
user = poster
content = content
format = syntax

[defaults]
17 changes: 17 additions & 0 deletions pastebin.d/pastebin.ca.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[pastebin]
basename = pastebin.ca
regexp = "http://((([a-zA-Z0-9\-_\.]*)(pastebin\.ca)))"

[format]
user = name
content = content
type = type
save = save
submit = submit
regexp = regexp

[defaults]
type = 1
save = 0
submit = s
regexp = '">http://.*pastebin.ca/(.*)</a></p><p>'
19 changes: 19 additions & 0 deletions pastebin.d/pastebin.com.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[pastebin]
basename = pastebin.com
regexp = "http://((([a-zA-Z0-9\-_\.]*)(pastebin\.com)))"
#FIXME: not website == "http://www.pastebin.com") or website == "http://pastebin.mozilla.org":

[format]
user = poster
content = code2
version = version
parentpid = parent_pid
format = format
submit = paste
remember = remember
expiry = expiry

[defaults]
remember = f
expiry = 1
paste = Send

0 comments on commit c23ffcb

Please sign in to comment.