Changeset 7d5122e6


Ignore:
Timestamp:
12/23/2018 10:28:27 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7fc8eca
Parents:
674fe8a
Message:

Add a common entity for the ELinks URL. Fixes issues with inconsistencies considering how often the URL is repeated throughout the bookk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20868 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r674fe8a r7d5122e6  
    6363<!ENTITY pypi                 "https://pypi.python.org/pypi">
    6464<!ENTITY appstream-glib-url   "http://people.freedesktop.org/~hughsient/appstream-glib/releases">
     65<!ENTITY elinks-url           "http://elinks.or.cz">
    6566
    6667<!-- These entities are used to identify versions of LFS
  • networking/mailnews/mutt.xml

    r674fe8a r7d5122e6  
    9494      <xref linkend="lynx"/>,
    9595      <xref linkend="w3m"/>, or
    96       <ulink url="http://elinks.or.cz/">ELinks</ulink>
     96      <ulink url="&elinks-url;">ELinks</ulink>
    9797    </para>
    9898
  • postlfs/security/linux-pam.xml

    r674fe8a r7d5122e6  
    115115      <xref linkend="libxslt"/> and either
    116116      <xref linkend="w3m"/> or
    117       <ulink url="http://elinks.or.cz/">elinks</ulink> (but with a link calling it
     117      <ulink url="&elinks-url;">elinks</ulink> (but with a link calling it
    118118      '<application>links</application>') and remove the documentation switch.
    119119    </para>
  • pst/xml/xmlto.xml

    r674fe8a r7d5122e6  
    8585      <xref role="runtime" linkend="lynx"/>,
    8686      <xref role="runtime" linkend="w3m"/>, or
    87       <ulink url="http://elinks.or.cz/">ELinks</ulink>
     87      <ulink url="&elinks-url;">ELinks</ulink>
    8888    </para>
    8989
  • server/major/apache.xml

    r674fe8a r7d5122e6  
    104104      <xref linkend="lynx"/> or
    105105      <xref linkend="Links"/> or
    106       <ulink url="http://elinks.or.cz/">ELinks</ulink>,
     106      <ulink url="&elinks-url;">ELinks</ulink>,
    107107      <xref linkend="nghttp2"/>,
    108108      <xref linkend="openldap"/> (<xref linkend="apr-util"/> needs to be
Note: See TracChangeset for help on using the changeset viewer.