Skip to content

Commit

Permalink
Add stikked.com support
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Graber committed Dec 28, 2008
1 parent 1839048 commit cc7175f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pastebinit
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@ try:
params['text'] = content
params['lang'] = "Plain Text" #The format, for syntax hilighting
params['cvt_tabs'] = "No"
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"
elif website == "http://slexy.org":
params['page'] = "/index.php/submit"
params['raw_paste'] = content
Expand Down
3 changes: 3 additions & 0 deletions pastebinit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@
<listitem>
<para>http://pastey.net</para>
</listitem>
<listitem>
<para>http://stikked.com</para>
</listitem>
<listitem>
<para>http://yourpaste.net</para>
</listitem>
Expand Down

0 comments on commit cc7175f

Please sign in to comment.