[gnumeric-web] Cleanups.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric-web] Cleanups.
- Date: Fri, 14 Feb 2014 23:09:47 +0000 (UTC)
commit 026580b4486dcd3ec5aa023597da47b779acc06f
Author: Morten Welinder <terra gnome org>
Date: Fri Feb 14 18:09:22 2014 -0500
Cleanups.
Makefile | 2 +
announcements/1.12/gnumeric-1.12.9.html | 2 +-
contact.html | 10 +++---
date-time-formats.shtml | 43 ++++++++++++++++++++++++----
development.html | 10 +++---
download.html | 10 +++---
functions.shtml | 47 +++++++++++++++++++++++++++---
index.html | 28 +++---------------
past-news.html | 29 ++++++++++++++++---
9 files changed, 126 insertions(+), 55 deletions(-)
---
diff --git a/Makefile b/Makefile
index ccfe498..35a13c4 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ WWWFILES = \
date-time-formats.shtml \
development.html \
download.html \
+ functions.shtml \
past-news.html \
logo.png \
gnumeric.png \
@@ -266,3 +267,4 @@ manifest: Makefile
do-sync: ftp-sync manifest $(WWWFILES)
./ftp-sync manifest
+ git status --untracked-files=no
diff --git a/announcements/1.12/gnumeric-1.12.9.html b/announcements/1.12/gnumeric-1.12.9.html
index f4967cb..6242c8d 100644
--- a/announcements/1.12/gnumeric-1.12.9.html
+++ b/announcements/1.12/gnumeric-1.12.9.html
@@ -125,7 +125,7 @@
Improvements to quad precision code.
</li>
<li>
- Fuzzed file isuues. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=712663">Bug 712663</a>].
+ Fuzzed file issues. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=712663">Bug 712663</a>].
</li>
</ul>
</li>
diff --git a/contact.html b/contact.html
index e381011..8e74511 100644
--- a/contact.html
+++ b/contact.html
@@ -5,22 +5,22 @@
<head>
<title>Gnumeric</title>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
-<link rel="stylesheet" href="style/style.css" type="text/css" />
-<link rel="icon" type="image/png" href="logo.png" />
+<link rel="stylesheet" href="/style/style.css" type="text/css" />
+<link rel="icon" type="image/png" href="/logo.png" />
</head>
<body>
<div id="wrap">
<a href="/"><div id="header">
<h1 id="logo-text"><span>Gnumeric</span></h1>
<p id="slogan">Free, Fast, Accurate — Pick Any Three!</p>
- <img id="logo" src="gnumeric.png" alt="logo" class="float-right"/>
+ <img id="logo" src="/gnumeric.png" alt="logo" class="float-right"/>
</div></a>
<div id="nav">
<ul>
<li><a href="/">Home</a></li>
- <li><a href="development.html">Development</a></li>
- <li id="current"><a href="contact.html">Contact</a></li>
+ <li><a href="/development.html">Development</a></li>
+ <li id="current"><a href="/contact.html">Contact</a></li>
</ul>
</div>
diff --git a/date-time-formats.shtml b/date-time-formats.shtml
index 7eeed32..c247e7d 100644
--- a/date-time-formats.shtml
+++ b/date-time-formats.shtml
@@ -1,9 +1,33 @@
-<!--#set var="title" value="Translation Help For Date and Time Formats" --><!--#set var="rootdir" value="."
--><!--#include virtual="header-begin.shtml" -->
- <link rel="stylesheet" href="style/index.css" type="text/css"/>
-<!--#include virtual="header-end.shtml" -->
- <div>
- <h1>Date and Time Formats</h1>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!-- MARKER: start-header -->
+<head>
+<title>Gnumeric</title>
+<link rel="stylesheet" href="/style/style.css" type="text/css" />
+<link rel="icon" type="image/png" href="/logo.png" />
+</head>
+<body>
+<div id="wrap">
+ <a href="/"><div id="header">
+ <h1 id="logo-text"><span>Gnumeric</span></h1>
+ <p id="slogan">Free, Fast, Accurate — Pick Any Three!</p>
+ <img id="logo" src="/gnumeric.png" alt="logo" class="float-right"/>
+ </div></a>
+ <div id="nav">
+ <ul>
+ <li><a href="/">Home</a></li>
+ <li><a href="/development.html">Development</a></li>
+ <li><a href="/contact.html">Contact</a></li>
+ </ul>
+ </div>
+
+ <div id="content-wrap">
+ <!-- MARKER: start-main -->
+ <div id="main">
+ <div class="generalitem">
+ <h2><span class="gnumeric-bullet"></span>Date and Time Formats</h2>
<p>Gnumeric and Goffice need to know how dates and times are usually written in
a locale. We do that using translations of a handful of strings like "*Long
Date Format" and "*Short Time Format". These strings should be translated to
@@ -49,4 +73,11 @@ will use a single digit for the hour if possible.</p>
<p>This defaults to "hh:mm" which is probably ok for most locales.</p>
</div>
-<!--#include virtual="footer.shtml" -->
+ </div>
+ <!-- MARKER: end-main -->
+ <!-- MARKER: start-sidebar -->
+ <!-- MARKER: end-sidebar -->
+ </div>
+</div>
+</body>
+</html>
diff --git a/development.html b/development.html
index 01aaff6..6cf4ff2 100644
--- a/development.html
+++ b/development.html
@@ -5,22 +5,22 @@
<head>
<title>Gnumeric</title>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
-<link rel="stylesheet" href="style/style.css" type="text/css" />
-<link rel="icon" type="image/png" href="logo.png" />
+<link rel="stylesheet" href="/style/style.css" type="text/css" />
+<link rel="icon" type="image/png" href="/logo.png" />
</head>
<body>
<div id="wrap">
<a href="/"><div id="header">
<h1 id="logo-text"><span>Gnumeric</span></h1>
<p id="slogan">Free, Fast, Accurate — Pick Any Three!</p>
- <img id="logo" src="gnumeric.png" alt="logo" class="float-right"/>
+ <img id="logo" src="/gnumeric.png" alt="logo" class="float-right"/>
</div></a>
<div id="nav">
<ul>
<li><a href="/">Home</a></li>
- <li id="current"><a href="development.html">Development</a></li>
- <li><a href="contact.html">Contact</a></li>
+ <li id="current"><a href="/development.html">Development</a></li>
+ <li><a href="/contact.html">Contact</a></li>
</ul>
</div>
diff --git a/download.html b/download.html
index 9203577..4eb9328 100644
--- a/download.html
+++ b/download.html
@@ -4,22 +4,22 @@
<!-- MARKER: start-header -->
<head>
<title>Gnumeric</title>
-<link rel="stylesheet" href="style/style.css" type="text/css" />
-<link rel="icon" type="image/png" href="logo.png" />
+<link rel="stylesheet" href="/style/style.css" type="text/css" />
+<link rel="icon" type="image/png" href="/logo.png" />
</head>
<body>
<div id="wrap">
<a href="/"><div id="header">
<h1 id="logo-text"><span>Gnumeric</span></h1>
<p id="slogan">Free, Fast, Accurate — Pick Any Three!</p>
- <img id="logo" src="gnumeric.png" alt="logo" class="float-right"/>
+ <img id="logo" src="/gnumeric.png" alt="logo" class="float-right"/>
</div></a>
<div id="nav">
<ul>
<li><a href="/">Home</a></li>
- <li><a href="development.html">Development</a></li>
- <li><a href="contact.html">Contact</a></li>
+ <li><a href="/development.html">Development</a></li>
+ <li><a href="/contact.html">Contact</a></li>
</ul>
</div>
diff --git a/functions.shtml b/functions.shtml
index b950239..14a5a40 100644
--- a/functions.shtml
+++ b/functions.shtml
@@ -1,4 +1,12 @@
-<!--#set var="title" value="Functions" --><!--#set var="rootdir" value="." --><!--#include
virtual="header-begin.shtml" -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!-- DEFINE current=Home -->
+<!-- MARKER: start-header -->
+<head>
+<title>Gnumeric</title>
+<link rel="stylesheet" href="style/style.css" type="text/css" />
+<link rel="icon" type="image/png" href="logo.png" />
<style type="text/css"><!--
div.functiongroup {
margin-top: 1em;
@@ -33,9 +41,30 @@
td.imp-devel { background: #ff6c00; }
td.imp-gnumeric { background: #44be18; }
--></style>
-<!--#include virtual="header-end.shtml" --><h1>Gnumeric Sheet Functions</h1>
-<p>Gnumeric currently has 607 functions for use in spreadsheets.
-214 of these are unique to Gnumeric.</p>
+</head>
+<body>
+<div id="wrap">
+ <a href="/"><div id="header">
+ <h1 id="logo-text"><span>Gnumeric</span></h1>
+ <p id="slogan">Free, Fast, Accurate — Pick Any Three!</p>
+ <img id="logo" src="gnumeric.png" alt="logo" class="float-right"/>
+ </div></a>
+
+ <div id="nav">
+ <ul>
+ <li id="current"><a href="/">Home</a></li>
+ <li><a href="development.html">Development</a></li>
+ <li><a href="contact.html">Contact</a></li>
+ </ul>
+ </div>
+
+ <div id="content-wrap">
+ <!-- MARKER: start-main -->
+ <div id="main">
+ <div class="generalitem">
+ <h2><span class="gnumeric-bullet"></span>Gnumeric Sheet Functions</h2>
+ <p>Gnumeric currently has 607 functions for use in spreadsheets.
+ 214 of these are unique to Gnumeric.</p>
<h2>Bitwise Operations</h2>
<div class="functiongroup"><table class="functiongroup">
<tr class="header"><td>Function</td><td>Implementation</td><td>Testing</td></tr>
@@ -3139,4 +3168,12 @@
<td class="testing-basic"><a href="mailto:gnumeric-list gnome org?subject=Re: periodogram
testing">Basic</a></td>
</tr>
</table></div>
-<!--#include virtual="footer.shtml"-->
+ </div>
+ </div>
+ <!-- MARKER: end-main -->
+ <!-- MARKER: start-sidebar -->
+ <!-- MARKER: end-sidebar -->
+ </div>
+</div>
+</body>
+</html>
diff --git a/index.html b/index.html
index 38ed97a..cb6a82e 100644
--- a/index.html
+++ b/index.html
@@ -5,22 +5,22 @@
<!-- MARKER: start-header -->
<head>
<title>Gnumeric</title>
-<link rel="stylesheet" href="style/style.css" type="text/css" />
-<link rel="icon" type="image/png" href="logo.png" />
+<link rel="stylesheet" href="/style/style.css" type="text/css" />
+<link rel="icon" type="image/png" href="/logo.png" />
</head>
<body>
<div id="wrap">
<a href="/"><div id="header">
<h1 id="logo-text"><span>Gnumeric</span></h1>
<p id="slogan">Free, Fast, Accurate — Pick Any Three!</p>
- <img id="logo" src="gnumeric.png" alt="logo" class="float-right"/>
+ <img id="logo" src="/gnumeric.png" alt="logo" class="float-right"/>
</div></a>
<div id="nav">
<ul>
<li id="current"><a href="/">Home</a></li>
- <li><a href="development.html">Development</a></li>
- <li><a href="contact.html">Contact</a></li>
+ <li><a href="/development.html">Development</a></li>
+ <li><a href="/contact.html">Contact</a></li>
</ul>
</div>
@@ -97,24 +97,6 @@
parts found on this site. Note, however, that recompilation is
very difficult.)</p>
</div>
- <div class="newsitem">
- <h2>
- <span class="date">
- <span class="month">Oct</span>
- <span class="year">2013</span>
- </span>
- Gnumeric 1.12.8
- </h2>
- <p><a href="announcements/1.12/gnumeric-1.12.8.html">Gnumeric
- 1.12.8 is out</a>. Get it
- from <a href="download.html">here</a>! We have
- an <a href="http://people.gnome.org/~mortenw/gnumeric/gnumeric-1.12.8-20131016.exe">experimental
- Win32 build</a> of that. (Sources in the same directory except
- for parts found on this site. Note, however, that recompilation
- is very difficult.) <em>This is not ready for production use
- yet.</em> Crashes are likely to eat your data. Do not ask for
- support.</p>
- </div>
<div id="newsend">
<p><a href="past-news.html">Older news...</a></p>
</div>
diff --git a/past-news.html b/past-news.html
index 2d08b3d..d02277d 100644
--- a/past-news.html
+++ b/past-news.html
@@ -4,22 +4,22 @@
<!-- MARKER: start-header -->
<head>
<title>Gnumeric</title>
-<link rel="stylesheet" href="style/style.css" type="text/css" />
-<link rel="icon" type="image/png" href="logo.png" />
+<link rel="stylesheet" href="/style/style.css" type="text/css" />
+<link rel="icon" type="image/png" href="/logo.png" />
</head>
<body>
<div id="wrap">
<a href="/"><div id="header">
<h1 id="logo-text"><span>Gnumeric</span></h1>
<p id="slogan">Free, Fast, Accurate — Pick Any Three!</p>
- <img id="logo" src="gnumeric.png" alt="logo" class="float-right"/>
+ <img id="logo" src="/gnumeric.png" alt="logo" class="float-right"/>
</div></a>
<div id="nav">
<ul>
<li><a href="/">Home</a></li>
- <li><a href="development.html">Development</a></li>
- <li><a href="contact.html">Contact</a></li>
+ <li><a href="/development.html">Development</a></li>
+ <li><a href="/contact.html">Contact</a></li>
</ul>
</div>
@@ -37,6 +37,25 @@
<div class="newsitem">
<h2>
<span class="date">
+ <span class="month">Oct</span>
+ <span class="year">2013</span>
+ </span>
+ Gnumeric 1.12.8
+ </h2>
+ <p><a href="announcements/1.12/gnumeric-1.12.8.html">Gnumeric
+ 1.12.8 is out</a>. Get it
+ from <a href="download.html">here</a>! We have
+ an <a href="http://people.gnome.org/~mortenw/gnumeric/gnumeric-1.12.8-20131016.exe">experimental
+ Win32 build</a> of that. (Sources in the same directory except
+ for parts found on this site. Note, however, that recompilation
+ is very difficult.) <em>This is not ready for production use
+ yet.</em> Crashes are likely to eat your data. Do not ask for
+ support.</p>
+ </div>
+
+ <div class="newsitem">
+ <h2>
+ <span class="date">
<span class="month">Sep</span>
<span class="year">2013</span>
</span>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]