Repository : http://git.fedorahosted.org/cgit/docs/multiboot-guide.git
On branch : f22
commit de31ae9dfc407afc08b87b07128db56664b7c558 Author: Pete Travis immanetize@fedoraproject.org Date: Sat May 30 19:09:07 2015 -0600
finish rename commits
en-US/Multiboot_Guide.ent | 7 +++++++ en-US/Multiboot_Guide.xml | 21 +++++++++++++++++++++ 2 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/en-US/Multiboot_Guide.ent b/en-US/Multiboot_Guide.ent new file mode 100644 index 0000000..9f85f0f --- /dev/null +++ b/en-US/Multiboot_Guide.ent @@ -0,0 +1,7 @@ +<!ENTITY PRODUCT "Documentation"> +<!ENTITY BOOKID "Fedora_Multiboot_Guide"> +<!ENTITY YEAR "2013"> +<!ENTITY HOLDER "Fedora Project Contributors"> +<!ENTITY PRODVER "21"> +<!ENTITY PREVVER "20"> +<!ENTITY BZURL "<ulink url='https://bugzilla.redhat.com/enter_bug.cgi?product=&PRODUCT;&component=&BOOKID;'>http://bugzilla.redhat.com/</ulink>"> diff --git a/en-US/Multiboot_Guide.xml b/en-US/Multiboot_Guide.xml new file mode 100644 index 0000000..7be6a88 --- /dev/null +++ b/en-US/Multiboot_Guide.xml @@ -0,0 +1,21 @@ +<?xml version='1.0' encoding='utf-8' ?> +<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ +<!ENTITY % BOOK_ENTITIES SYSTEM "Multiboot_Guide.ent"> +%BOOK_ENTITIES; +]> +<article> + <xi:include href="Article_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="Introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="BOOT-general.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="FAQ.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="BOOT-BIOS_or_UEFI.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="Free_Space.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="GRUB.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="BIOS.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="UEFI.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="boot_arguments.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="Common_Operations.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <index /> +</article> +
docs-commits@lists.fedoraproject.org