[gnumeric-web] faq: new page.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric-web] faq: new page.
- Date: Sat, 22 Feb 2014 05:21:17 +0000 (UTC)
commit 1640302c299999d3c2fa1b7b57ae6a65b0ad0f46
Author: Morten Welinder <terra gnome org>
Date: Thu Feb 20 21:53:17 2014 -0500
faq: new page.
Makefile | 1 +
faq.html | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/Makefile b/Makefile
index 5aa35ba..608a173 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ WWWFILES = \
date-time-formats.shtml \
development.html \
download.html \
+ faq.html \
functions.shtml \
past-news.html \
logo.png \
diff --git a/faq.html b/faq.html
new file mode 100644
index 0000000..028db42
--- /dev/null
+++ b/faq.html
@@ -0,0 +1,58 @@
+<?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="fullmain">
+ <div class="generalitem">
+ <h2><span class="gnumeric-bullet"></span>Frequenly Asked Questions</h2>
+ <p>This is a collection of questions that pop up repeatedly.</p>
+ <div id="faqlist">
+ <p><span class="dt-like">Why doesn't 0.3-(3*0.1)
+ evaluate to zero?</span>
+ <span class="dl-like">The short answer is that the
+ computer works with finite precision and that it uses
+ base-2 numbers in which 0.1 is an infinitely repeating
+ fraction. The long version is available as
+ a <a href="numerical-issues.html">technical
+ note</a>.</span>
+ <p><span class="dt-like">Why does Gnumeric exit when the last window is closed?</span>
+ <span class="dl-like">Basically, we — the developers
+ — like it that. It is a common behaviour; you see
+ in it most, if not all, browsers for example. Also,
+ since Gnumeric supports having multiple independent
+ copies of the program running, keeping a blank window
+ around for every window closed would produce some really
+ strange behaviour.</span></p>
+ </div>
+ </div>
+ </div>
+ <!-- MARKER: end-main -->
+ <!-- MARKER: start-sidebar -->
+ <!-- MARKER: end-sidebar -->
+ </div>
+</div>
+</body>
+</html>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]