From 8bdbd3e46887bd2805c5b0eb469ce2a963a2656e Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 25 Sep 2002 12:32:04 +0000 Subject: Updates git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2411 a1c6a512-1295-4272-9138-f99709370657 --- www/bugs.t | 26 ++++++++++++++++++++++++++ www/download/index.t | 27 ++------------------------- www/head.t | 19 ++++++------------- www/indexbot.t | 1 + www/indextop.t | 2 ++ www/mailbot.t | 1 + www/mailtop.t | 2 ++ www/requests.t | 19 +++++++++++++++++++ www/screenshots.t | 24 ++++++++++++++++++++++++ www/status.t | 17 +++++++++++++++++ www/style.css | 5 +++++ 11 files changed, 105 insertions(+), 38 deletions(-) create mode 100644 www/bugs.t create mode 100644 www/indexbot.t create mode 100644 www/indextop.t create mode 100644 www/mailbot.t create mode 100644 www/mailtop.t create mode 100644 www/requests.t create mode 100644 www/screenshots.t create mode 100644 www/status.t (limited to 'www') diff --git a/www/bugs.t b/www/bugs.t new file mode 100644 index 0000000000..d1a952c07b --- /dev/null +++ b/www/bugs.t @@ -0,0 +1,26 @@ +#define _PAGE_ Open bug reports +#include "head.t" + + + +

Submitting new bug reports

+ +

Rules for bug reporting:

+ +
    +
  1. Don't file bug reports on unreleased code (CVS/daily builds). Write a mail to the mailing list instead. +
  2. Check that the bug hasn't already been reported +
  3. 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 +
    • A link to the data that malfunctions, if applicable (IMPORTANT!) +
    +
  4. If you have a Sourceforge account, log in before you file the report. +
  5. If you don't have a SF account, sign the report with your email. +
+ +

Click here to submit a new bug report. + +#include "foot.t" diff --git a/www/download/index.t b/www/download/index.t index 09dea704ca..7580335d0f 100644 --- a/www/download/index.t +++ b/www/download/index.t @@ -40,27 +40,6 @@

  • rockbox-1.3.tar.gz - -

    Screen shots (from 1.2 simulator)

    - -

    - - - - - - - - - - - - -
    Player simulator -
    Player boot screen
    Recorder simulator -
    Recorder boot screen
    Dir browser
    Recorder dir browser
    WPS
    Recorder "While Playing Screen"
    Tetris
    Tetris (recorder only)
    Sokoban
    Sokoban (recorder only)
    Bounce
    Bouncing text (recorder only)
    - -

    User interface simulators

    @@ -89,10 +68,8 @@

    Bug reports

    -

    Please use our -Sourceforge page -for all bug reports and feature requests. If you have a sourceforge account, -please log in first so we have a name to connect to the report. +

    Please use our bug page +for all bug reports and feature requests.

    If you are interested in helping with the development of Rockbox, please join the mailing list. diff --git a/www/head.t b/www/head.t index e802b39866..014e81a127 100644 --- a/www/head.t +++ b/www/head.t @@ -29,22 +29,15 @@

    main page
    download
    -manual
    -FAQ
    -t-shirt contest
    -research notes
    -data sheets
    -schematics
    -hardware mods
    +screen shots
    +daily builds
    +documentation
    mailing lists
    IRC
    -tools
    photos
    -daily builds
    -CVS
    -sourceforge
    -bug reports
    -feature requests
    +hardware mods
    +feature requests
    +bug reports
    linux driver

    diff --git a/www/indexbot.t b/www/indexbot.t new file mode 100644 index 0000000000..a450cde5c6 --- /dev/null +++ b/www/indexbot.t @@ -0,0 +1 @@ +#include "foot.t" diff --git a/www/indextop.t b/www/indextop.t new file mode 100644 index 0000000000..31a6025960 --- /dev/null +++ b/www/indextop.t @@ -0,0 +1,2 @@ +#define _PAGE_ Rockbox mailing lists +#include "head.t" diff --git a/www/mailbot.t b/www/mailbot.t new file mode 100644 index 0000000000..a450cde5c6 --- /dev/null +++ b/www/mailbot.t @@ -0,0 +1 @@ +#include "foot.t" diff --git a/www/mailtop.t b/www/mailtop.t new file mode 100644 index 0000000000..f4db8ecc62 --- /dev/null +++ b/www/mailtop.t @@ -0,0 +1,2 @@ +#define _PAGE_ Rockbox mail archive +#include "head.t" diff --git a/www/requests.t b/www/requests.t new file mode 100644 index 0000000000..2d7a004308 --- /dev/null +++ b/www/requests.t @@ -0,0 +1,19 @@ +#define _PAGE_ Open feature requests +#include "head.t" + + + +

    Submitting a new feature request

    + +

    Rules for feature requests:

    + +
      +
    1. Check that the feature hasn't already been requested +
    2. Check that the feature hasn't already been implemented (download the latest daily build and/or search the mail list archive) +
    3. If you have a Sourceforge account, log in before you file the request. +
    4. If you don't have a SF account, sign the request with your email. +
    + +

    Click here to submit a new feature request. + +#include "foot.t" diff --git a/www/screenshots.t b/www/screenshots.t new file mode 100644 index 0000000000..6e78ca0fc8 --- /dev/null +++ b/www/screenshots.t @@ -0,0 +1,24 @@ +#define _PAGE_ Screen shots +#include "head.t" + +

    Version 1.2

    +

    Images are from the UI simulators and differ slightly from target. + +

    + + + + + + + + + + + + +
    Player simulator +
    Player boot screen
    Recorder simulator +
    Recorder boot screen
    Dir browser
    Recorder dir browser
    WPS
    Recorder "While Playing Screen"
    Tetris
    Tetris (recorder only)
    Sokoban
    Sokoban (recorder only)
    Bounce
    Bouncing text (recorder only)
    + +#include "foot.t" diff --git a/www/status.t b/www/status.t new file mode 100644 index 0000000000..8ca5b99d8e --- /dev/null +++ b/www/status.t @@ -0,0 +1,17 @@ +#define _PAGE_ Development status +#define STATUS_PAGE +#include "head.t" + +

    Recent CVS activity

    +

    + + +

    CVS compile status

    +

    + + +

    Open bug reports

    +

    + + +#include "foot.t" diff --git a/www/style.css b/www/style.css index 2f8631c816..b132f3d9a3 100644 --- a/www/style.css +++ b/www/style.css @@ -98,3 +98,8 @@ PRE { background-color: #c6d6f5; padding: 4px; } + +.fixed td { + background-color: #aae8aa; + padding: 4px; +} -- cgit v1.2.3