Gitweb links:
...log
http://git.netsurf-browser.org/netsurf-website.git/shortlog/3f189f1d8a5107d5d5e4f8ff8b461f7c1ec33a30
...commit
http://git.netsurf-browser.org/netsurf-website.git/commit/3f189f1d8a5107d5d5e4f8ff8b461f7c1ec33a30
...tree
http://git.netsurf-browser.org/netsurf-website.git/tree/3f189f1d8a5107d5d5e4f8ff8b461f7c1ec33a30
The branch, master has been updated
via 3f189f1d8a5107d5d5e4f8ff8b461f7c1ec33a30 (commit)
from 731fe1475abf4b4b189eb06eaffa57943eebaeae (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf-website.git/commit/?id=3f189f1d8a5107d5d5e4f8ff8b461f7c1ec33a30
commit 3f189f1d8a5107d5d5e4f8ff8b461f7c1ec33a30
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
Update Tinct project status.
diff --git a/projects/projects.css b/projects/projects.css
index 3e20d20..124b042 100644
--- a/projects/projects.css
+++ b/projects/projects.css
@@ -72,10 +72,6 @@ ul ul {
ul p {
margin: 0 1.8em 0.1em 1em; }
-strong {
- color: #800;
- font-weight: bold; }
-
dl.instructions {
margin: 0 1.8em;
padding: 0; }
@@ -130,41 +126,24 @@ dl.changes {
dl.changes > dd > ul {
margin: 0.2em 0 0.6em 0; }
-div.testimonial {
- position: relative;
- float: right;
- font-family: Garamond, Times, serif;
- background: #fdb;
- margin: 1em;
- padding: 0;
- max-width: 33%; }
+div.notice {
+ width: 14cm;
+ border: 2px solid #500;
+ margin: 1.3em auto;
+}
-div.testimonial > div {
- position: relative;
+div.notice h3:first-child {
margin: 0;
- padding: 0.2em 0.2em; }
-
-div.testimonial > div > span {
- position:absolute;
- font-size: 400%;
- left: 0.2em;
- top: 0; }
-
-div.testimonial > div > p {
- background: #ffd;
- padding: 1em 1.3em; }
+ padding: 0.3em 0.5cm;
+ font-weight: bold;
+ background: #500;
+ color: #ffd;
+}
-div.testimonial > div > p + span {
- float: right;
- position: relative;
- left: -0.2em;
- top: -0.4em; }
-
-div.testimonial > p {
- font-size: 90%;
- text-align: right;
- margin: 2em 0 0 0;
- padding: 0; }
+div.notice p {
+ line-height: 1.4;
+ margin: 1em 0.5cm;
+}
p.screenshot {
float: right;
diff --git a/projects/tinct/index.html b/projects/tinct/index.html
index a535d8f..635cddc 100644
--- a/projects/tinct/index.html
+++ b/projects/tinct/index.html
@@ -3,7 +3,7 @@
<html>
<head>
<title>Tinct for RISC OS</title>
-<link rel="stylesheet" type="text/css" href="/projects/projects.css">
+<link rel="stylesheet" type="text/css" href="../../projects/projects.css">
<link rel="icon" type="image/png" href="/webimages/favicon.png">
</head>
<body>
@@ -33,6 +33,21 @@
<h2>What is Tinct?</h2>
+<div class="notice">
+<h3>Warning</h3>
+<p>Tinct is a closed-source proprietary module that is best considered
+licence-encumbered abandonware. It cannot be updated to work properly
+on modern RISC OS hardware.<p>
+</div>
+
+<div class="notice">
+<h3>Notice</h3>
+<p>Anyone interested in developing a new efficient <strong>open-source</strong>
+sprite rendering module that can render sprites with alpha channels, and
+supports error diffusion for low bits-per-pixel screen modes should please get
+in touch.</p>
+</div>
+
<p>Tinct provides RISC OS applications with support for high speed rendering
of opaque and alpha-blended sprites with optional image enhancement. It was
developed to enable NetSurf to plot PNGs with alpha channels and provide
on-the-fly error diffusion to display images at their best in screen modes with
few colours.</p>
<h2>Download</h2>
-----------------------------------------------------------------------
Summary of changes:
projects/projects.css | 51 +++++++++++++--------------------------------
projects/tinct/index.html | 17 ++++++++++++++-
2 files changed, 31 insertions(+), 37 deletions(-)
diff --git a/projects/projects.css b/projects/projects.css
index 3e20d20..124b042 100644
--- a/projects/projects.css
+++ b/projects/projects.css
@@ -72,10 +72,6 @@ ul ul {
ul p {
margin: 0 1.8em 0.1em 1em; }
-strong {
- color: #800;
- font-weight: bold; }
-
dl.instructions {
margin: 0 1.8em;
padding: 0; }
@@ -130,41 +126,24 @@ dl.changes {
dl.changes > dd > ul {
margin: 0.2em 0 0.6em 0; }
-div.testimonial {
- position: relative;
- float: right;
- font-family: Garamond, Times, serif;
- background: #fdb;
- margin: 1em;
- padding: 0;
- max-width: 33%; }
+div.notice {
+ width: 14cm;
+ border: 2px solid #500;
+ margin: 1.3em auto;
+}
-div.testimonial > div {
- position: relative;
+div.notice h3:first-child {
margin: 0;
- padding: 0.2em 0.2em; }
-
-div.testimonial > div > span {
- position:absolute;
- font-size: 400%;
- left: 0.2em;
- top: 0; }
-
-div.testimonial > div > p {
- background: #ffd;
- padding: 1em 1.3em; }
+ padding: 0.3em 0.5cm;
+ font-weight: bold;
+ background: #500;
+ color: #ffd;
+}
-div.testimonial > div > p + span {
- float: right;
- position: relative;
- left: -0.2em;
- top: -0.4em; }
-
-div.testimonial > p {
- font-size: 90%;
- text-align: right;
- margin: 2em 0 0 0;
- padding: 0; }
+div.notice p {
+ line-height: 1.4;
+ margin: 1em 0.5cm;
+}
p.screenshot {
float: right;
diff --git a/projects/tinct/index.html b/projects/tinct/index.html
index a535d8f..635cddc 100644
--- a/projects/tinct/index.html
+++ b/projects/tinct/index.html
@@ -3,7 +3,7 @@
<html>
<head>
<title>Tinct for RISC OS</title>
-<link rel="stylesheet" type="text/css" href="/projects/projects.css">
+<link rel="stylesheet" type="text/css" href="../../projects/projects.css">
<link rel="icon" type="image/png" href="/webimages/favicon.png">
</head>
<body>
@@ -33,6 +33,21 @@
<h2>What is Tinct?</h2>
+<div class="notice">
+<h3>Warning</h3>
+<p>Tinct is a closed-source proprietary module that is best considered
+licence-encumbered abandonware. It cannot be updated to work properly
+on modern RISC OS hardware.<p>
+</div>
+
+<div class="notice">
+<h3>Notice</h3>
+<p>Anyone interested in developing a new efficient <strong>open-source</strong>
+sprite rendering module that can render sprites with alpha channels, and
+supports error diffusion for low bits-per-pixel screen modes should please get
+in touch.</p>
+</div>
+
<p>Tinct provides RISC OS applications with support for high speed rendering
of opaque and alpha-blended sprites with optional image enhancement. It was
developed to enable NetSurf to plot PNGs with alpha channels and provide
on-the-fly error diffusion to display images at their best in screen modes with
few colours.</p>
<h2>Download</h2>
--
NetSurf website source for *.netsurf-browser.org
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]