summaryrefslogtreecommitdiff
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
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
-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 -
2 2
3SRC := $(wildcard *.t) 3SRC := $(wildcard *.t)
4SOBJS := daily.shtml main.shtml index.shtml status.shtml \ 4SOBJS := daily.shtml main.shtml index.shtml status.shtml \
5 bugs.shtml requests.shtml 5 bugs.shtml requests.shtml patches.shtml
6OBJS := $(SRC:%.t=%.html) $(SOBJS) 6OBJS := $(SRC:%.t=%.html) $(SOBJS)
7 7
8.SUFFIXES: .t .html 8.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 @@
1#define _PAGE_ Submitted patches
2#include "head.t"
3
4<!--#include file="patches.txt" -->
5
6#if 0
7<h2>Submitting new patches</h2>
8
9<a name="rules">
10<h3>Rules for bug reporting:</h3>
11
12<ol>
13<li> Check that the bug hasn't already been reported
14<li> Always include the following information in your bug report:
15 <ul>
16 <li> Which exact model Archos you have (as printed on the unit)
17 <li> Which exact ROM firmware version you have
18 <li> Which exact Rockbox version you are using (Menu->Version)
19 <li> A link to the data that malfunctions, if applicable (IMPORTANT!)
20 </ul>
21<li>If you have a Sourceforge account, log in before you file the report.
22<li>If you don't have a SF account, sign the report with your email.
23</ol>
24
25<p><a href="http://sourceforge.net/tracker/?func=add&group_id=44306&atid=439118">Click here to submit a new bug report</a>.
26#endif
27
28#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 {
84 84
85.faqq { 85.faqq {
86 font-weight: bold; 86 font-weight: bold;
87 font-size: 110%;
87} 88}
88 89
89.faqa { 90.faqa {
@@ -95,7 +96,7 @@ PRE {
95} 96}
96 97
97 98
98.rockbox, .changetable, .bugs, .requests, .dailymod, .buildstatus, .archive, .buttontable, .changesummary 99.rockbox, .changetable, .bugs, .requests, .patches, .dailymod, .buildstatus, .archive, .buttontable, .changesummary
99{ 100{
100 border: outset 2px #ffffff; 101 border: outset 2px #ffffff;
101} 102}
@@ -110,7 +111,7 @@ PRE {
110 padding: 4px; 111 padding: 4px;
111} 112}
112 113
113.rockbox td, .changetable td, .bugs td, .requests td, .archive td, .buttontable td 114.rockbox td, .changetable td, .bugs td, .requests td, .patches td, .archive td, .buttontable td
114{ 115{
115 background-color: #c6d6f5; 116 background-color: #c6d6f5;
116 padding: 4px; 117 padding: 4px;