summaryrefslogtreecommitdiffstats
path: root/pastebinit/build/pastebinit_pbc.diff
blob: cf19c1d2d1d2b7610160565378959d42cc7f73f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
=== modified file 'pastebin.d/pastebin.com.conf'
--- pastebin.d/pastebin.com.conf	2010-02-18 01:04:08 +0000
+++ pastebin.d/pastebin.com.conf	2010-02-24 00:41:43 +0000
@@ -1,19 +1,23 @@
 [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
-paste = paste
-remember = remember
-expiry = expiry
+submit = submit
+parentpid = paste_parent_key
+subdomain = paste_subdomain
+content = paste_code
+paste_format = paste_format
+expiry = paste_expire_date
+private = paste_private
+remember = paste_remember
+page = page
 
 [defaults]
-remember = f
-expiry = 1
-paste = Send
+paste_format = 1
+private = 0
+remember = 1
+expiry = N
+submit = submit
+subdomain = ""
+page = "/post.php"