Skip to content

Commit

Permalink
Add the pastie.org config file, d'oh!
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 30, 2009
1 parent 138301f commit fa6c8f2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pastebin.d/pastie.org.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[pastebin]
basename = pastie.org
regexp = "http://pastie\.org"

[format]
page = page
params_format = paste[parser_id]
params_restricted = paste[restricted]
content = paste[body]
params_authorization = paste[authorization]
params_key = key
params_commit = commit

[defaults]
page = "/pastes"
params_format = "6"
params_restricted = "0"
params_authorization = "burger"
params_key = ""
params_commit = "Paste"

0 comments on commit fa6c8f2

Please sign in to comment.