mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 14:32:13 +08:00
Improvements and Adherence to *LFS standards (#2)
* Make several fixes regarding typos and licensing (see below) Since GLFS contains a significant amount of code from BLFS, for legal reasons the BLFS MIT license must be in the repo. Instead of relicensing which is a grey area, this commit sublicenses GLFS, as a downstream of BLFS which it is. Along with this the changelog was added back as this is a core part of *LFS maintainers * Add changelog to welcome.xml * Add a symlink and fix some typos
This commit is contained in:
parent
4ad4d1e46f
commit
984b8bf047
45
appendices/mit-glfs.xml
Normal file
45
appendices/mit-glfs.xml
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||||
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
||||||
|
%general-entities;
|
||||||
|
]>
|
||||||
|
|
||||||
|
<appendix id="MIT-GLFS" xreflabel="MIT License (GLFS)">
|
||||||
|
<?dbhtml filename="mit-glfs.html" ?>
|
||||||
|
|
||||||
|
<appendixinfo>
|
||||||
|
<date>$Date$</date>
|
||||||
|
</appendixinfo>
|
||||||
|
|
||||||
|
<title>The MIT License</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Copyright © ©rightdate; ©holder;
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
|
copy of this software and associated documentation files (the "Software"),
|
||||||
|
to deal in the Software without restriction, including without limitation
|
||||||
|
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
Software is furnished to do so, subject to the following conditions:
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
DEALINGS IN THE SOFTWARE.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
</appendix>
|
@ -15,7 +15,7 @@
|
|||||||
<title>The MIT License</title>
|
<title>The MIT License</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Copyright © ©rightdate; ©holder;
|
Copyright © ©rightdate; BLFS Development Team;
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
1
changelog.xml
Symbolic link
1
changelog.xml
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
introduction/welcome/changelog.xml
|
@ -23,6 +23,7 @@ $Date$
|
|||||||
<!-- Appendices -->
|
<!-- Appendices -->
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/creat-comm.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/creat-comm.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/mit-lic.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/mit-lic.xml"/>
|
||||||
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/mit-glfs.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/glossary.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/glossary.xml"/>
|
||||||
|
|
||||||
</book>
|
</book>
|
||||||
|
53
introduction/welcome/changelog.xml
Normal file
53
introduction/welcome/changelog.xml
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||||
|
<!ENTITY changelogs "https://www.linuxfromscratch.org/blfs">
|
||||||
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||||
|
%general-entities;
|
||||||
|
]>
|
||||||
|
|
||||||
|
<!-- vim: set expandtab: -->
|
||||||
|
|
||||||
|
<sect1 id="changelog" xreflabel="Change Log">
|
||||||
|
<?dbhtml filename="changelog.html"?>
|
||||||
|
|
||||||
|
|
||||||
|
<title>Change Log</title>
|
||||||
|
|
||||||
|
<!-- <para>Please note that the Change Log only lists which editor was
|
||||||
|
responsible for putting the changes into SVN; please read the
|
||||||
|
<xref linkend="credits"/> page in Chapter 1 for details on
|
||||||
|
who wrote what.</para> -->
|
||||||
|
|
||||||
|
<para>Current release: &version; – &releasedate;</para>
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
<title>Changelog Entries:</title>
|
||||||
|
|
||||||
|
<!-- Changelog template
|
||||||
|
<listitem>
|
||||||
|
<para>MMMM DD{nd,st,th}, YYYY</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[name] - Changelog entry.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[name] - Another changelog entry.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>May 23rd, 2024</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[tester] - Create Changelog.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
|
||||||
|
</itemizedlist>
|
||||||
|
</sect1>
|
@ -31,6 +31,7 @@
|
|||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="which.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="which.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="conventions.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="conventions.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="packages.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="packages.xml"/>
|
||||||
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="changelog.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rationale.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rationale.xml"/>
|
||||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="newsserver.xml"/> -->
|
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="newsserver.xml"/> -->
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="askhelp.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="askhelp.xml"/>
|
||||||
|
@ -36,10 +36,10 @@
|
|||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>
|
<para>
|
||||||
It is worth nothing that when covering multilib, we mean
|
It is worth noting that when the term multilib is used throughout
|
||||||
emulation of 32-bit software on a 64-bit CPU and this
|
this book, it is referring to running i686 instructions on an x86_64
|
||||||
is the case for most users nowadays, but the future is heading
|
host. This does not cover running other 32 bit architectures on their
|
||||||
towards ARM64 slowly. We will not be covering ARM at this time.
|
64 bit extensions, like armhf on arm64.
|
||||||
</para>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
<title>Introduction to Wine</title>
|
<title>Introduction to Wine</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Wine Is Not Emulation.
|
Wine Is Not an Emulator.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
&lfs121_checked;
|
&lfs121_checked;
|
||||||
|
Loading…
Reference in New Issue
Block a user