yum-software-management/en_US configuring-repositories.xml,1.1,1.2

Jared Smith (jsmith) fedora-docs-commits at redhat.com
Tue Jan 22 02:58:04 UTC 2008


Author: jsmith

Update of /cvs/docs/yum-software-management/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27830

Modified Files:
	configuring-repositories.xml 
Log Message:
Add section @id attributes, doctype, and Emacs/VIM goodness



Index: configuring-repositories.xml
===================================================================
RCS file: /cvs/docs/yum-software-management/en_US/configuring-repositories.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configuring-repositories.xml	21 Jan 2008 22:21:19 -0000	1.1
+++ configuring-repositories.xml	22 Jan 2008 02:58:02 -0000	1.2
@@ -1,9 +1,17 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+
+<!-- *************** COMMON FDP entities *************** -->
+<!ENTITY % FDP-ENTITIES SYSTEM "fdp-entities.ent">
+ %FDP-ENTITIES;
+]>
 <section id="sn-ConfiguringRepositories">
   <title>Configuring Access to Software Repositories</title>
   <para>Fedora systems automatically use the Fedora Project repositories. If the Fedora Project does not supply packages for a product, the manufacturer may provide or recommend a separate repository. Members of the community also maintain repositories to provide packages for Fedora systems. For example, <ulink url="http://www.jpackage.org/">http://www.jpackage.org/</ulink> distributes popular Java software as packages. </para>
   <para/>
-  <section>
+  <section id="sn-AddingRepository">
     <title>Adding a Repository as a Package Source</title>
     <para>To add an extra repository, place a definition file in the <code>/etc/yum.repos.d/</code> directory on your system. Package providers make the definition files for their repositories available on their web sites. </para>
     <note>
@@ -35,7 +43,7 @@
     </important>
     <para/>
   </section>
-  <section>
+  <section id="sn-UnderstandingRepositoryCompatibility">
     <title>Understanding Repository Compatibility</title>
     <para>The Fedora Package Collection includes several thousands of packages which are compatible with each other. Third-party packages should be compatible with these Fedora Project packages, unless the provider specifically states otherwise. </para>
     <para>Always read the web site of the repository for information on package compatibility before you add it as a package source. Separate repository providers may offer different and incompatible versions of the same software. Third-party repositories may also provide alternative packages for software that is included in Fedora repositories. </para>
@@ -51,7 +59,7 @@
     </note>
     <para/>
   </section>
-  <section>
+  <section id="sn-DisablingSources">
     <title>Disabling or Removing Package Sources</title>
     <para>Set <code>enable=0</code> in a definition file to prevent <code>yum</code> from using that repository. The <code>yum</code> utility ignores any definition file with this setting. </para>
     <para>To completely remove access to a repository: </para>
@@ -65,3 +73,12 @@
     </orderedlist>
   </section>
 </section>
+<!--
+Local variables:
+mode: xml
+fill-column: 72
+End:
+-->
+<!-- 
+vim: softtabstop=2:shiftwidth=2:expandtab:textwidth=72 
+-->




More information about the Fedora-docs-commits mailing list