From fc246a63a54d3f12efa7f8ee235708f827ba4ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Tue, 9 Dec 2003 09:17:54 +0000 Subject: [PATCH] Added patch list git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4122 a1c6a512-1295-4272-9138-f99709370657 --- www/Makefile | 2 +- www/patches.t | 28 ++++++++++++++++++++++++++++ www/style.css | 5 +++-- 3 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 www/patches.t 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" + + + +#if 0 +

Submitting new patches

+ + +

Rules for bug reporting:

+ +
    +
  1. Check that the bug hasn't already been reported +
  2. Always include the following information in your bug report: +
      +
    • Which exact model Archos you have (as printed on the unit) +
    • Which exact ROM firmware version you have +
    • Which exact Rockbox version you are using (Menu->Version) +
    • A link to the data that malfunctions, if applicable (IMPORTANT!) +
    +
  3. If you have a Sourceforge account, log in before you file the report. +
  4. If you don't have a SF account, sign the report with your email. +
+ +

Click here to submit a new bug report. +#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;