Skip to content

Commit

Permalink
Fixes bug lp:700644
Browse files Browse the repository at this point in the history
Pastes to paste.kde.org fine but returns only "http://paste.kde.org/" without the #id of the paste.
  • Loading branch information
mistrynitesh committed Jan 9, 2011
1 parent 927ca54 commit 9d609f0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pastebin.d/paste.kde.org.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[pastebin]
basename = paste.kde.org
regexp = "http://paste.kde.org"

[format]
user = paste_user
format = paste_lang
content = paste_data
password = paste_password
expire = paste_expire
private = paste_private
api = api_submit
mode = mode

[defaults]
private = 0
format = "text"
expire = 86400
api = 1
mode = xml

0 comments on commit 9d609f0

Please sign in to comment.