summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-12-09 09:17:54 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-12-09 09:17:54 +0000
commitfc246a63a54d3f12efa7f8ee235708f827ba4ea5 (patch)
treef59ab11cb10f7b2aeeff98cb7f2ab80ab630a4d2 /www
parent58bafee963dc9171a15d9540fe622705590da6ff (diff)
downloadrockbox-fc246a63a54d3f12efa7f8ee235708f827ba4ea5.tar.gz
rockbox-fc246a63a54d3f12efa7f8ee235708f827ba4ea5.zip
Added patch list
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4122 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r--www/Makefile2
-rw-r--r--www/patches.t28
-rw-r--r--www/style.css5
3 files changed, 32 insertions, 3 deletions
diff --git a/www/Makefile b/www/Makefile
index ae966d93ec..012fd091f9 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2,7 +2,7 @@ ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -
SRC := $(wildcard *.t)
SOBJS := daily.shtml main.shtml index.shtml status.shtml \
- bugs.shtml requests.shtml
+ bugs.shtml requests.shtml patches.shtml
OBJS := $(SRC:%.t=%.html) $(SOBJS)
.SUFFIXES: .t .html
diff --git a/www/patches.t b/www/patches.t
new file mode 100644
index 0000000000..695db23d46
--- /dev/null
+++ b/www/patches.t
@@ -0,0 +1,28 @@
+#define _PAGE_ Submitted patches
+#include "head.t"
+
+<!--#include file="patches.txt" -->
+
+#if 0
+<h2>Submitting new patches</h2>
+
+<a name="rules">
+<h3>Rules for bug reporting:</h3>
+
+<ol>
+<li> Check that the bug hasn't already been reported
+<li> Always include the following information in your bug report:
+ <ul>
+ <li> Which exact model Archos you have (as printed on the unit)
+ <li> Which exact ROM firmware version you have
+ <li> Which exact Rockbox version you are using (Menu->Version)
+ <li> A link to the data that malfunctions, if applicable (IMPORTANT!)
+ </ul>
+<li>If you have a Sourceforge account, log in before you file the report.
+<li>If you don't have a SF account, sign the report with your email.
+</ol>
+
+<p><a href="http://sourceforge.net/tracker/?func=add&group_id=44306&atid=439118">Click here to submit a new bug report</a>.
+#endif
+
+#include "foot.t"
diff --git a/www/style.css b/www/style.css
index a2ac15c0c5..65d3bc0e71 100644
--- a/www/style.css
+++ b/www/style.css
@@ -84,6 +84,7 @@ A {
.faqq {
font-weight: bold;
+ font-size: 110%;
}
.faqa {
@@ -95,7 +96,7 @@ PRE {
}
-.rockbox, .changetable, .bugs, .requests, .dailymod, .buildstatus, .archive, .buttontable, .changesummary
+.rockbox, .changetable, .bugs, .requests, .patches, .dailymod, .buildstatus, .archive, .buttontable, .changesummary
{
border: outset 2px #ffffff;
}
@@ -110,7 +111,7 @@ PRE {
padding: 4px;
}
-.rockbox td, .changetable td, .bugs td, .requests td, .archive td, .buttontable td
+.rockbox td, .changetable td, .bugs td, .requests td, .patches td, .archive td, .buttontable td
{
background-color: #c6d6f5;
padding: 4px;