Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haiku/generate-download-pages
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 13c3f9456aed
Choose a base ref
...
head repository: haiku/generate-download-pages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 366cb2c17bc5
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Oct 4, 2021

  1. Copy the full SHA
    366cb2c View commit details
Showing with 12 additions and 12 deletions.
  1. +2 −2 templates/riscv64.html
  2. +1 −1 templates/root/index.html
  3. +9 −9 templates/style/style.css
4 changes: 2 additions & 2 deletions templates/riscv64.html
Original file line number Diff line number Diff line change
@@ -10,8 +10,8 @@
</p>

<div class="box-stop">
The RISCV64 port is in an <b>extremely</b> early state and depends on a functioning
RISCV64 EFI BIOS. When booting this image written to a USB flash drive on devices like the
The RISCV64 port is in an early state and depends on a functioning RISCV64 EFI BIOS.
When booting this image written to a USB flash drive on devices like the
<a href="https://www.sifive.com/boards/hifive-unmatched">SiFive Unmatched</a>, a
<a href="https://git.haiku-os.org/haiku/tree/3rdparty/kallisti5/unmatched-uboot.sh"> u-boot firmware SD card</a> is required to provide an EFI bios.
</div>
2 changes: 1 addition & 1 deletion templates/root/index.html
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ <h2>Stable Release</h2>
</p>

<p>
With the release of <strong>Haiku R1 / Beta 4</strong>, there are official image files available <a href="http://www.haiku-os.org/get-haiku">on our website.</a>
With the release of <strong>Haiku R1/beta3</strong>, there are official image files available <a href="http://www.haiku-os.org/get-haiku">on our website.</a>
<!--
<br/><br/>
Additionally, a <a href="http://www.haiku-inc.org/order-disc.html">commemorative CD</a> may be ordered from Haiku, Inc.
18 changes: 9 additions & 9 deletions templates/style/style.css
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ html, body {
}
body {
background-color: #3B5378;
background-image: url('/style/bg-page.png');
background-image: url('bg-page.png');
background-repeat: repeat-x;

color: #555;
@@ -24,11 +24,11 @@ body {
height: 89px;
}
#menu {
background-image: url('/style/bg-menu.png');
background-image: url('bg-menu.png');
height: 24px;
}
#preface {
background-image: url('/style/bg-preface.png');
background-image: url('bg-preface.png');
overflow: auto;
color: #FFFFFF;
font-weight: bold;
@@ -44,12 +44,12 @@ body {
margin: 15px 30px 15px 130px;
}
#content {
background-image: url('/style/bg-main.png');
background-image: url('bg-main.png');
min-height: 400px;
padding: 15px 30px 15px 30px;
}
#footer {
background-image: url('/style/bg-legal.png');
background-image: url('bg-legal.png');
padding: 40px;
text-align: center;
font-size: 0.6em;
@@ -76,7 +76,7 @@ body {
height: 38px;
padding: 5px 8px 5px 5px;
background-color: #214364;
background-image: url('/style/topnav-main.png');
background-image: url('topnav-main.png');
font-size: 12px;
color: #FFF;
}
@@ -297,13 +297,13 @@ thead th {
min-height: 42px;
}
.box-info {
background: #e4ffde url(/style/alert_info_32.png) 15px 15px no-repeat;
background: #e4ffde url(alert_info_32.png) 15px 15px no-repeat;
}
.box-warning {
background: #fffbc6 url(/style/alert_warning_32.png) 15px 15px no-repeat;
background: #fffbc6 url(alert_warning_32.png) 15px 15px no-repeat;
}
.box-stop {
background: #ffeae6 url(/style/alert_stop_32.png) 15px 15px no-repeat;
background: #ffeae6 url(alert_stop_32.png) 15px 15px no-repeat;
}

/***********************************************************************************************