Changeset c5ee8b3
- Timestamp:
- 07/30/2003 11:17:14 PM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1598426
- Parents:
- a5a77f1e
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/python/python.ent
ra5a77f1e rc5ee8b3 5 5 <!ENTITY Python-desc SYSTEM "python-desc.xml"> 6 6 <!ENTITY Python-config SYSTEM "python-config.xml"> 7 <!ENTITY Python-buildsize " 54.6MB">8 <!ENTITY Python-version "2. 2.3">9 <!ENTITY Python-download-http "http://www.python.org/ftp/python/2. 2.3/Python-2.2.3.tgz">10 <!ENTITY Python-download-ftp "ftp://ftp.python.org/pub/python/2. 2.3/Python-2.2.3.tgz">7 <!ENTITY Python-buildsize "65.8 MB"> 8 <!ENTITY Python-version "2.3"> 9 <!ENTITY Python-download-http "http://www.python.org/ftp/python/2.3/Python-2.3.tgz"> 10 <!ENTITY Python-download-ftp "ftp://ftp.python.org/pub/python/2.3/Python-2.3.tgz"> 11 11 <!ENTITY Python-size "6.6 MB"> 12 12 <!ENTITY Python-time "2.45 SBU"> -
gnome/gnome-intro.xml
ra5a77f1e rc5ee8b3 24 24 pre-installation page.</para> 25 25 26 <para>If you choose the second option, removal of Gnome-2.2 is as easy as removing the edits from the pre-installation page and issue the following command: 26 <para>If you choose the second option, removal of Gnome-2.2 is as easy 27 as removing the edits from the pre-installation page and issueing the following command: 27 28 <screen><userinput><command>rm /opt/gnome-&gnome-version; -r </command></userinput></screen></para> 28 29 … … 39 40 40 41 <para>If you are building a Gnome 1.4 desktop environment, you would 41 install only those libraries in the Gnome 1.4 chapter <emphasis>and</emphasis> any dependencies listed on those pages whether labeled or not. Gnome packages without pages are simply installed with: 42 install only those libraries in the Gnome 1.4 chapter 43 <emphasis>and</emphasis> any dependencies listed on those pages, whether labeled or not. Gnome packages without pages are simply installed with: 42 44 <screen><command>./configure --prefix=/opt/gnome && 43 45 make && -
gnome/lib/intltool/intltool-intro.xml
ra5a77f1e rc5ee8b3 4 4 <para>The intltool package contains an internationalization tool. This 5 5 is useful for extracting translatable strings from source files, 6 collect sthe extracted strings with messages from traditional source6 collecting the extracted strings with messages from traditional source 7 7 files (<filename class="directory"><source 8 8 directory>/<package>/po</filename>) -
gnome/lib/linc/linc-intro.xml
ra5a77f1e rc5ee8b3 4 4 <para>The <application>linc</application> package contains a library that eases the task of writing 5 5 networked servers and clients. This is used by 6 <application>ORBit</application> to hand message6 <application>ORBit</application> to handle message 7 7 transmissions and receptions.</para> 8 8 -
index.xml
ra5a77f1e rc5ee8b3 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "200307 24">6 <!ENTITY releasedate "July 24th, 2003">5 <!ENTITY version "20030730"> 6 <!ENTITY releasedate "July 30th, 2003"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
ra5a77f1e rc5ee8b3 10 10 11 11 <itemizedlist> 12 13 <listitem><para>July 30th, 2003 [larry]: updated to 14 Python-2.3.</para></listitem> 12 15 13 16 <listitem><para>July 24th, 2003 [tushar]: updated to
Note:
See TracChangeset
for help on using the changeset viewer.