[gnumeric] Docs: inline character entities we need.



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        "&#x00A0;"> <!-- NO-BREAK SPACE -->
+  <!ENTITY ldquo       "&#x201C;"> <!--  -->
+  <!ENTITY rdquo       "&#x201D;"> <!-- RIGHT DOUBLE QUOTATION MARK -->
+  <!ENTITY lsquo       "&#x2018;"> <!--  -->
+  <!ENTITY rsquo       "&#x2019;"> <!-- RIGHT SINGLE QUOTATION MARK -->
+  <!ENTITY hellip      "&#x2026;"> <!-- HORIZONTAL ELLIPSIS -->
+  <!ENTITY mdash       "&#x2014;"> <!-- EM DASH -->
+  <!ENTITY yen "&#x00A5;"> <!-- YEN SIGN -->
+  <!ENTITY pound       "&#x00A3;"> <!-- POUND SIGN -->
+  <!ENTITY curren      "&#x00A4;"> <!-- 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 "&#x03B1;"> <!--  -->
+  <!ENTITY Agr "&#x0391;"> <!-- GREEK CAPITAL LETTER ALPHA -->
+  <!ENTITY bgr "&#x03B2;"> <!-- GREEK SMALL LETTER BETA -->
+  <!ENTITY Bgr "&#x0392;"> <!-- GREEK CAPITAL LETTER BETA -->
+  <!ENTITY ggr "&#x03B3;"> <!-- GREEK SMALL LETTER GAMMA -->
+  <!ENTITY Ggr "&#x0393;"> <!-- GREEK CAPITAL LETTER GAMMA -->
+  <!ENTITY dgr "&#x03B4;"> <!-- GREEK SMALL LETTER DELTA -->
+  <!ENTITY Dgr "&#x0394;"> <!-- GREEK CAPITAL LETTER DELTA -->
+  <!ENTITY egr "&#x03B5;"> <!--  -->
+  <!ENTITY Egr "&#x0395;"> <!-- GREEK CAPITAL LETTER EPSILON -->
+  <!ENTITY zgr "&#x03B6;"> <!-- GREEK SMALL LETTER ZETA -->
+  <!ENTITY Zgr "&#x0396;"> <!-- GREEK CAPITAL LETTER ZETA -->
+  <!ENTITY eegr        "&#x03B7;"> <!-- GREEK SMALL LETTER ETA -->
+  <!ENTITY EEgr        "&#x0397;"> <!-- GREEK CAPITAL LETTER ETA -->
+  <!ENTITY thgr        "&#x03B8;"> <!--  -->
+  <!ENTITY THgr        "&#x0398;"> <!-- GREEK CAPITAL LETTER THETA -->
+  <!ENTITY igr "&#x03B9;"> <!-- GREEK SMALL LETTER IOTA -->
+  <!ENTITY Igr "&#x0399;"> <!-- GREEK CAPITAL LETTER IOTA -->
+  <!ENTITY kgr "&#x03BA;"> <!-- GREEK SMALL LETTER KAPPA -->
+  <!ENTITY Kgr "&#x039A;"> <!-- GREEK CAPITAL LETTER KAPPA -->
+  <!ENTITY lgr "&#x03BB;"> <!-- GREEK SMALL LETTER LAMDA -->
+  <!ENTITY Lgr "&#x039B;"> <!-- GREEK CAPITAL LETTER LAMDA -->
+  <!ENTITY mgr "&#x03BC;"> <!-- GREEK SMALL LETTER MU -->
+  <!ENTITY Mgr "&#x039C;"> <!-- GREEK CAPITAL LETTER MU -->
+  <!ENTITY ngr "&#x03BD;"> <!-- GREEK SMALL LETTER NU -->
+  <!ENTITY Ngr "&#x039D;"> <!-- GREEK CAPITAL LETTER NU -->
+  <!ENTITY xgr "&#x03BE;"> <!-- GREEK SMALL LETTER XI -->
+  <!ENTITY Xgr "&#x039E;"> <!-- GREEK CAPITAL LETTER XI -->
+  <!ENTITY ogr "&#x03BF;"> <!-- GREEK SMALL LETTER OMICRON -->
+  <!ENTITY Ogr "&#x039F;"> <!-- GREEK CAPITAL LETTER OMICRON -->
+  <!ENTITY pgr "&#x03C0;"> <!-- GREEK SMALL LETTER PI -->
+  <!ENTITY Pgr "&#x03A0;"> <!-- GREEK CAPITAL LETTER PI -->
+  <!ENTITY rgr "&#x03C1;"> <!-- GREEK SMALL LETTER RHO -->
+  <!ENTITY Rgr "&#x03A1;"> <!-- GREEK CAPITAL LETTER RHO -->
+  <!ENTITY sgr "&#x03C3;"> <!-- GREEK SMALL LETTER SIGMA -->
+  <!ENTITY Sgr "&#x03A3;"> <!-- GREEK CAPITAL LETTER SIGMA -->
+  <!ENTITY sfgr        "&#x03C2;"> <!--  -->
+  <!ENTITY tgr "&#x03C4;"> <!-- GREEK SMALL LETTER TAU -->
+  <!ENTITY Tgr "&#x03A4;"> <!-- GREEK CAPITAL LETTER TAU -->
+  <!ENTITY ugr "&#x03C5;"> <!-- GREEK SMALL LETTER UPSILON -->
+  <!ENTITY Ugr "&#x03A5;"> <!--  -->
+  <!ENTITY phgr        "&#x03C6;"> <!-- GREEK SMALL LETTER PHI -->
+  <!ENTITY PHgr        "&#x03A6;"> <!-- GREEK CAPITAL LETTER PHI -->
+  <!ENTITY khgr        "&#x03C7;"> <!-- GREEK SMALL LETTER CHI -->
+  <!ENTITY KHgr        "&#x03A7;"> <!-- GREEK CAPITAL LETTER CHI -->
+  <!ENTITY psgr        "&#x03C8;"> <!-- GREEK SMALL LETTER PSI -->
+  <!ENTITY PSgr        "&#x03A8;"> <!-- GREEK CAPITAL LETTER PSI -->
+  <!ENTITY ohgr        "&#x03C9;"> <!-- GREEK SMALL LETTER OMEGA -->
+  <!ENTITY OHgr        "&#x03A9;"> <!-- GREEK CAPITAL LETTER OMEGA -->
+  <!-- =================================================================== -->
 
   <!ENTITY legal                SYSTEM "legal.xml">
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]