From d446219b7d52ba2395c1cce3d2329bbf3aa3b5b5 Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Fri, 24 Jun 2016 15:39:12 +1000 Subject: [PATCH] Add title support to all pages and make it clearer --- assets/clone.html | 6 ++++++ assets/index.html | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/assets/clone.html b/assets/clone.html index 5908e38..caf6c0a 100644 --- a/assets/clone.html +++ b/assets/clone.html @@ -32,6 +32,11 @@
+
+ + Paste Title +
+
@@ -462,6 +467,7 @@ https://p.pantsu.cat/save/(XML|JSON|HTML)
https://p.pantsu.cat/p/(PASTE)/(lang)
https://p.pantsu.cat/del/(PASTE)/(DELKEY)
+ pasteurl = urllib2.urlopen("https://p.pantsu.cat/save", "p="+ data).read()

Source: Github

diff --git a/assets/index.html b/assets/index.html index 51bddaf..2063a7e 100644 --- a/assets/index.html +++ b/assets/index.html @@ -34,6 +34,9 @@
+ Paste Title +
+
Paste your text here
@@ -457,6 +460,7 @@ https://p.pantsu.cat/save/(XML|JSON|HTML)
https://p.pantsu.cat/p/(PASTE)/(lang)
https://p.pantsu.cat/del/(PASTE)/(DELKEY)
+ pasteurl = urllib2.urlopen("https://p.pantsu.cat/save", "p="+ data).read()

Source: Github