source: clfs-embedded/BOOK/general.ent @ 6abe948

Last change on this file since 6abe948 was 6abe948, checked in by Andrew Bradford <andrew@…>, 11 years ago

general: Remove 0.0.1 version string

Embedded has always been a rolling release and the 0.0.1 has never
changed, nor is there any looming concept that a real version release
will ever happen, so remove the version number and just use the date
code to identify the book.

  • Property mode set to 100644
File size: 1.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2
3<!ENTITY month "10"> <!-- Use two digits -->
4<!ENTITY month_name "October">
5<!ENTITY day "16"> <!-- Use two digits -->
6<!ENTITY year "2013"> <!-- Use four digits -->
7
8<!ENTITY releasedate "&month_name; &day;, &year;">
9
10<!ENTITY version "GIT-&year;&month;&day;">
11
12<!ENTITY version-x86 "&version;-x86">
13<!ENTITY version-mips "&version;-mips">
14<!ENTITY version-arm "&version;-arm">
15
16<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
17<!ENTITY clfs-root "http://cross-lfs.org/">
18<!ENTITY clfs-wiki "http://trac.cross-lfs.org/">
19<!ENTITY blfs-root "&lfs-root;blfs/">
20<!ENTITY faq-root "&clfs-wiki;wiki/faq">
21<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
22<!ENTITY hints-index "&lfs-root;hints/list.html">
23<!ENTITY livecd-root "&lfs-root;livecd/">
24<!ENTITY errata "&clfs-wiki;clfs-embedded/errata/&generic-version;/">
25<!ENTITY cblfs-wiki "http://cblfs.cross-lfs.org/">
26
27<!ENTITY gnu "http://ftp.gnu.org/gnu/">
28<!ENTITY gnu-software "http://www.gnu.org/software/">
29<!ENTITY alpha-gnu "ftp://alpha.gnu.org/gnu/">
30<!ENTITY redhat "ftp://sources.redhat.com/pub/">
31<!ENTITY kernel "http://www.kernel.org/pub/">
32<!ENTITY sourceforge "http://downloads.sourceforge.net/">
33<!ENTITY svn-clfs-config "http://svn.cross-lfs.org/svn/repos/cross-lfs/branches/clfs-embedded/config/">
34<!ENTITY svn-clfs-software "http://svn.cross-lfs.org/svn/repos/cross-lfs/branches/clfs-embedded/software/">
35
36<!ENTITY dependencies "Installation depends on">
37<!ENTITY testsuites "Test suite depends on">
38<!ENTITY before "Must be installed before">
39
40<!ENTITY % packages-entities SYSTEM "packages.ent">
41%packages-entities;
42
43<!ENTITY % patches-entities SYSTEM "patches.ent">
44%patches-entities;
Note: See TracBrowser for help on using the repository browser.