]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Placeholder for reportbug instructions
authorMichael Hanke <michael.hanke@gmail.com>
Wed, 2 Jan 2013 10:41:46 +0000 (11:41 +0100)
committerMichael Hanke <michael.hanke@gmail.com>
Wed, 2 Jan 2013 10:41:46 +0000 (11:41 +0100)
sphinx/reportbug.rst [new file with mode: 0644]

diff --git a/sphinx/reportbug.rst b/sphinx/reportbug.rst
new file mode 100644 (file)
index 0000000..2e59926
--- /dev/null
@@ -0,0 +1,10 @@
+Imagine very fine instructions for reporting a bug against ``###pkgname###``
+
+.. raw:: html
+
+  <script type="text/javascript">
+    var split = location.search.replace('?', '').split('=')
+    if ( split[0] == 'p' ) {
+      $(document.body).html($(document.body).html().replace('###pkgname###', split[1]));
+    }
+  </script>