[gnumeric] Docs: inline character entities we need.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Docs: inline character entities we need.
- Date: Thu, 26 Apr 2018 12:57:40 +0000 (UTC)
commit 13b264491f3a56090e93d6111b367021e3b5e324
Author: Morten Welinder <terra gnome org>
Date: Thu Apr 26 08:56:08 2018 -0400
Docs: inline character entities we need.
Every distribution seems to have its own setup with different URLs and
system ids. We don't want to access the net while building.
https://bugzilla.gnome.org/show_bug.cgi?id=790226
NEWS | 2 +
doc/C/gnumeric.xml | 88 ++++++++++++++++++++++++++++++++++++++++++++-------
2 files changed, 78 insertions(+), 12 deletions(-)
---
diff --git a/NEWS b/NEWS
index ac9d265..9519396 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,8 @@ Morten:
* Allow pasting an image into Gnumeric. [#366816]
* Full-column paste includes column width. [#121722]
* Auto-fix shared array formulas in gnumeric files.
+ * No-net-access doc build. [#790226]
+ * No-net test suite fixes.
--------------------------------------------------------------------------
Gnumeric 1.12.39
diff --git a/doc/C/gnumeric.xml b/doc/C/gnumeric.xml
index 677700d..6d19aa1 100644
--- a/doc/C/gnumeric.xml
+++ b/doc/C/gnumeric.xml
@@ -45,20 +45,84 @@
Definitive Guide", http://www.docbook.org/tdg/ .
-->
- <!-- For mdash, hellip and friends -->
- <!ENTITY % isopub PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN//XML"
- "http://www.oasis-open.org/docbook/xml/4.5/ent/isopub.ent">
- %isopub;
-
- <!-- For nbsp, pound, yen and friends -->
- <!ENTITY % isonum PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
- "http://www.oasis-open.org/docbook/xml/4.5/ent/isonum.ent">
- %isonum;
-
- <!-- Character entity to provide greek letters in simulation chapter -->
- <!ENTITY % isogrk1 PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN//XML"
- "http://www.oasis-open.org/docbook/xml/4.5/ent/isogrk1.ent">
- %isogrk1;
+ <!-- =================================================================== -->
+ <!-- Import the character entities we need to avoid the mess in
+ bug 790226. -->
+
+ <!ENTITY nbsp " "> <!-- NO-BREAK SPACE -->
+ <!ENTITY ldquo "“"> <!-- -->
+ <!ENTITY rdquo "”"> <!-- RIGHT DOUBLE QUOTATION MARK -->
+ <!ENTITY lsquo "‘"> <!-- -->
+ <!ENTITY rsquo "’"> <!-- RIGHT SINGLE QUOTATION MARK -->
+ <!ENTITY hellip "…"> <!-- HORIZONTAL ELLIPSIS -->
+ <!ENTITY mdash "—"> <!-- EM DASH -->
+ <!ENTITY yen "¥"> <!-- YEN SIGN -->
+ <!ENTITY pound "£"> <!-- POUND SIGN -->
+ <!ENTITY curren "¤"> <!-- CURRENCY SIGN -->
+
+ <!-- =================================================================== -->
+ <!-- Copyright (C) 2001, 2002 Organization for the Advancement of Structured
+ Information Standards (OASIS).
+
+ $Id: iso-grk1.ent,v 1.2 2002/06/13 17:39:20 nwalsh Exp $
+
+ Permission to use, copy, modify and distribute this entity set
+ and its accompanying documentation for any purpose and without
+ fee is hereby granted in perpetuity, provided that the above
+ copyright notice and this paragraph appear in all copies. The
+ copyright holders make no representation about the suitability of
+ the entities for any purpose. It is provided "as is" without
+ expressed or implied warranty. -->
+ <!ENTITY agr "α"> <!-- -->
+ <!ENTITY Agr "Α"> <!-- GREEK CAPITAL LETTER ALPHA -->
+ <!ENTITY bgr "β"> <!-- GREEK SMALL LETTER BETA -->
+ <!ENTITY Bgr "Β"> <!-- GREEK CAPITAL LETTER BETA -->
+ <!ENTITY ggr "γ"> <!-- GREEK SMALL LETTER GAMMA -->
+ <!ENTITY Ggr "Γ"> <!-- GREEK CAPITAL LETTER GAMMA -->
+ <!ENTITY dgr "δ"> <!-- GREEK SMALL LETTER DELTA -->
+ <!ENTITY Dgr "Δ"> <!-- GREEK CAPITAL LETTER DELTA -->
+ <!ENTITY egr "ε"> <!-- -->
+ <!ENTITY Egr "Ε"> <!-- GREEK CAPITAL LETTER EPSILON -->
+ <!ENTITY zgr "ζ"> <!-- GREEK SMALL LETTER ZETA -->
+ <!ENTITY Zgr "Ζ"> <!-- GREEK CAPITAL LETTER ZETA -->
+ <!ENTITY eegr "η"> <!-- GREEK SMALL LETTER ETA -->
+ <!ENTITY EEgr "Η"> <!-- GREEK CAPITAL LETTER ETA -->
+ <!ENTITY thgr "θ"> <!-- -->
+ <!ENTITY THgr "Θ"> <!-- GREEK CAPITAL LETTER THETA -->
+ <!ENTITY igr "ι"> <!-- GREEK SMALL LETTER IOTA -->
+ <!ENTITY Igr "Ι"> <!-- GREEK CAPITAL LETTER IOTA -->
+ <!ENTITY kgr "κ"> <!-- GREEK SMALL LETTER KAPPA -->
+ <!ENTITY Kgr "Κ"> <!-- GREEK CAPITAL LETTER KAPPA -->
+ <!ENTITY lgr "λ"> <!-- GREEK SMALL LETTER LAMDA -->
+ <!ENTITY Lgr "Λ"> <!-- GREEK CAPITAL LETTER LAMDA -->
+ <!ENTITY mgr "μ"> <!-- GREEK SMALL LETTER MU -->
+ <!ENTITY Mgr "Μ"> <!-- GREEK CAPITAL LETTER MU -->
+ <!ENTITY ngr "ν"> <!-- GREEK SMALL LETTER NU -->
+ <!ENTITY Ngr "Ν"> <!-- GREEK CAPITAL LETTER NU -->
+ <!ENTITY xgr "ξ"> <!-- GREEK SMALL LETTER XI -->
+ <!ENTITY Xgr "Ξ"> <!-- GREEK CAPITAL LETTER XI -->
+ <!ENTITY ogr "ο"> <!-- GREEK SMALL LETTER OMICRON -->
+ <!ENTITY Ogr "Ο"> <!-- GREEK CAPITAL LETTER OMICRON -->
+ <!ENTITY pgr "π"> <!-- GREEK SMALL LETTER PI -->
+ <!ENTITY Pgr "Π"> <!-- GREEK CAPITAL LETTER PI -->
+ <!ENTITY rgr "ρ"> <!-- GREEK SMALL LETTER RHO -->
+ <!ENTITY Rgr "Ρ"> <!-- GREEK CAPITAL LETTER RHO -->
+ <!ENTITY sgr "σ"> <!-- GREEK SMALL LETTER SIGMA -->
+ <!ENTITY Sgr "Σ"> <!-- GREEK CAPITAL LETTER SIGMA -->
+ <!ENTITY sfgr "ς"> <!-- -->
+ <!ENTITY tgr "τ"> <!-- GREEK SMALL LETTER TAU -->
+ <!ENTITY Tgr "Τ"> <!-- GREEK CAPITAL LETTER TAU -->
+ <!ENTITY ugr "υ"> <!-- GREEK SMALL LETTER UPSILON -->
+ <!ENTITY Ugr "Υ"> <!-- -->
+ <!ENTITY phgr "φ"> <!-- GREEK SMALL LETTER PHI -->
+ <!ENTITY PHgr "Φ"> <!-- GREEK CAPITAL LETTER PHI -->
+ <!ENTITY khgr "χ"> <!-- GREEK SMALL LETTER CHI -->
+ <!ENTITY KHgr "Χ"> <!-- GREEK CAPITAL LETTER CHI -->
+ <!ENTITY psgr "ψ"> <!-- GREEK SMALL LETTER PSI -->
+ <!ENTITY PSgr "Ψ"> <!-- GREEK CAPITAL LETTER PSI -->
+ <!ENTITY ohgr "ω"> <!-- GREEK SMALL LETTER OMEGA -->
+ <!ENTITY OHgr "Ω"> <!-- GREEK CAPITAL LETTER OMEGA -->
+ <!-- =================================================================== -->
<!ENTITY legal SYSTEM "legal.xml">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]