forked from len0rd/rockbox
Added patch list
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4122 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
58bafee963
commit
fc246a63a5
3 changed files with 32 additions and 3 deletions
|
@ -2,7 +2,7 @@ ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -
|
||||||
|
|
||||||
SRC := $(wildcard *.t)
|
SRC := $(wildcard *.t)
|
||||||
SOBJS := daily.shtml main.shtml index.shtml status.shtml \
|
SOBJS := daily.shtml main.shtml index.shtml status.shtml \
|
||||||
bugs.shtml requests.shtml
|
bugs.shtml requests.shtml patches.shtml
|
||||||
OBJS := $(SRC:%.t=%.html) $(SOBJS)
|
OBJS := $(SRC:%.t=%.html) $(SOBJS)
|
||||||
|
|
||||||
.SUFFIXES: .t .html
|
.SUFFIXES: .t .html
|
||||||
|
|
28
www/patches.t
Normal file
28
www/patches.t
Normal file
|
@ -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"
|
|
@ -84,6 +84,7 @@ A {
|
||||||
|
|
||||||
.faqq {
|
.faqq {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-size: 110%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.faqa {
|
.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;
|
border: outset 2px #ffffff;
|
||||||
}
|
}
|
||||||
|
@ -110,7 +111,7 @@ PRE {
|
||||||
padding: 4px;
|
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;
|
background-color: #c6d6f5;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue