aboutsummaryrefslogtreecommitdiffstats
path: root/install-skip-bugzilla.html
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-05-31 16:51:50 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-05-31 16:51:50 +0200
commit951ef0d578130106e303e5586f53404a900ccf9c (patch)
tree2b13d67c04365dd78756fbc88dea623ade8e3c65 /install-skip-bugzilla.html
parentfa726bcbae605dd21861bee728f66a2134a1d385 (diff)
downloadbugzilla-triage-951ef0d578130106e303e5586f53404a900ccf9c.tar.gz
Reshuffling to Jetpack-SDK directory layout.
Diffstat (limited to 'install-skip-bugzilla.html')
-rw-r--r--install-skip-bugzilla.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/install-skip-bugzilla.html b/install-skip-bugzilla.html
deleted file mode 100644
index e445d2c..0000000
--- a/install-skip-bugzilla.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE HTML>
-<html lang="en"><head>
-
-
- <meta http-equiv="Content-type" content="text/html; charset=UTF-8">
- <title>Skip Bugzilla's process_bug.cgi</title>
- <link rel="jetpack" href="skip-process-bug.js">
- </head><body>
- <article>
- <h1>Skip Bugzilla's process_bug.cgi</h1>
- <p>
- When you update anything on Bugzilla, you're left on process_bug.cgi, a
- POSTed page. This sucks. <code>POST</code> is for data,
- <code>GET</code> is for web pages.
- </p>
- <p>
- When process_bug.cgi is detected, document.location is changed to the
- bug's real location and any email notifications are shown with
- <code>jetpack.notifications</code>.
- </p>
- <p>
- This jetpack uses some terrible screen scraping that's likely to break,
- but I'll probably fix it quickly since I'm on bugzilla every day.
- </p>
- </article>
- </body></html>