general.ent 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!ENTITY version "SVN-20130822">
  2. <!ENTITY releasedate "August 22, 2013">
  3. <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
  4. <!ENTITY milestone "7.4">
  5. <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
  6. <!ENTITY lfs-root "http://www.linuxfromscratch.org/">
  7. <!ENTITY blfs-root "&lfs-root;blfs/">
  8. <!ENTITY faq-root "&lfs-root;faq/">
  9. <!ENTITY hints-root "&lfs-root;hints/downloads/files/">
  10. <!ENTITY hints-index "&lfs-root;hints/list.html">
  11. <!ENTITY patches-root "&lfs-root;patches/lfs/&generic-version;/">
  12. <!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/">
  13. <!ENTITY livecd-root "&lfs-root;livecd/">
  14. <!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
  15. <!ENTITY errata "&lfs-root;lfs/errata/&generic-version;/">
  16. <!ENTITY min-kernel "2.6.32">
  17. <!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/">
  18. <!ENTITY anduin "http://anduin.linuxfromscratch.org/sources">
  19. <!ENTITY anduin-sources "&anduin;/LFS/lfs-packages/conglomeration/">
  20. <!ENTITY anduin-other "&anduin;/other/">
  21. <!ENTITY buildtime "Approximate build time">
  22. <!ENTITY diskspace "Required disk space">
  23. <!ENTITY dependencies "Installation depends on">
  24. <!ENTITY testsuites "Test suite depends on">
  25. <!ENTITY before "Must be installed before">
  26. <!ENTITY external "Optional dependencies">
  27. <!ENTITY gnu "http://ftp.gnu.org/gnu/">
  28. <!ENTITY gnu-software "http://www.gnu.org/software/">
  29. <!ENTITY alpha-gnu "http://alpha.gnu.org/gnu/">
  30. <!ENTITY kernel "http://www.kernel.org/pub/">
  31. <!ENTITY sourceforge "http://prdownloads.sourceforge.net/">
  32. <!ENTITY % packages-entities SYSTEM "packages.ent">
  33. %packages-entities;
  34. <!ENTITY % patches-entities SYSTEM "patches.ent">
  35. %patches-entities;