1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<!-- abreviatura &debian; -->
<!entity debian "Debian GNU/Linux">
<!-- algunas variables -->
<!entity release "3.1">
<!entity releasename "sarge">
<!entity testingreleasename "etch">
<!-- redondeado hacia abajo, porque el texto dice "ms que esto o lo otro" -->
<!entity developers "1570">
<!entity all-pkgs "15400">
<!entity main-pkgs "15180">
<!entity contrib-nonfree-pkgs "220">
<!entity kernelversion "2.4.27">
<!-- nombres de ficheros -->
<!entity ToDoList system "todo.sgml">
<!entity BasicDefs system "basic_defs.sgml">
<!entity Compat system "compat.sgml">
<!entity Software system "software.sgml">
<!entity FtpArchives system "ftparchives.sgml">
<!entity PkgBasics system "pkg_basics.sgml">
<!entity PkgTools system "pkgtools.sgml">
<!entity Getting system "getting.sgml">
<!entity UpToDate system "uptodate.sgml">
<!entity Kernel system "kernel.sgml">
<!entity Customizing system "customizing.sgml">
<!entity Support system "support.sgml">
<!entity Contrib system "contrib.sgml">
<!entity Redist system "redist.sgml">
<!entity NextTime system "nexttime.sgml">
<!entity FAQInfo system "faqinfo.sgml">
|