diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 11:26:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 11:26:17 +0000 |
commit | 5df6c2aefebe3d2abcc939a88e294876d59f03ca (patch) | |
tree | 63fb332a0f21ddb91cb789c80cf64e134d373463 /t/fmt/yaml/basic.yaml | |
parent | Initial commit. (diff) | |
download | po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.tar.xz po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.zip |
Adding upstream version 0.72.upstream/0.72
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 't/fmt/yaml/basic.yaml')
-rw-r--r-- | t/fmt/yaml/basic.yaml | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/t/fmt/yaml/basic.yaml b/t/fmt/yaml/basic.yaml new file mode 100644 index 0000000..646c212 --- /dev/null +++ b/t/fmt/yaml/basic.yaml @@ -0,0 +1,107 @@ +# This configuration file dictates the organization of the topic groups and +# topics on the main page of the doc site for this branch. Each record +# consists of the following: +# +# --- <= Record delimiter +# Name: Origin of the Species <= Display name of topic group +# Dir: origin_of_the_species <= Directory name of topic group +# Topics: +# - Name: The Majestic Marmoset <= Topic name +# File: the_majestic_marmoset <= Topic file under group dir +/- +# - Name: The Curious Crocodile <= Topic 2 name +# File: the_curious_crocodile <= Topic 2 file +# - Name: The Numerous Nematodes <= Sub-topic group name +# Dir: the_numerous_nematodes <= Sub-topic group dir +# Topics: +# - Name: The Wily Worm <= Sub-topic name +# File: the_wily_worm <= Sub-topic file under <group dir>/<subtopic dir> +# - Name: The Acrobatic Ascarid <= Sub-topic 2 name +# File: the_acrobatic_ascarid <= Sub-topic 2 file under <group dir>/<subtopic dir> +# +# The ordering of the records in this document determines the ordering of the +# topic groups and topics on the main page. +--- +Name: Fedora Installation Guide +Dir: en-US +Level1: + - Name: Book Information + File: index + - Name: Preface + File: Preface + - Name: Introduction + File: Introduction + - Name: Downloading Fedora + File: Downloading_Fedora + Done: true + - Name: Installing Fedora + Dir: install + Level2-a: + - Name: Preparing for Installation + File: Preparing_for_Installation + - Name: Booting the Installation + File: Booting_the_Installation + - Name: Installing Using Anaconda + File: Installing_Using_Anaconda + - Name: After the Installation + File: After_Installation + - Name: Troubleshooting + File: Troubleshooting + - Name: Advanced Installation Options + Dir: advanced + Level2-b: + - Name: Boot Options + File: Boot_Options + - Name: Automating the Installation with Kickstart + File: Kickstart_Installations + - Name: Setting Up an Installation Server + File: Network_based_Installations + - Name: Installing Using VNC + File: VNC_Installations + - Name: Upgrading Your Current System + File: Upgrading_Your_Current_System + - Name: Technical Appendixes + Dir: appendixes + Level2-c: + - Name: Kickstart Syntax Reference + File: Kickstart_Syntax_Reference + - Name: An Introduction to Disk Partitions + File: Disk_Partitions + - Name: Understanding LVM + File: Understanding_LVM + - Name: Revision History + File: Revision_History +--- +invoice: 34843 +date : 2001-01-23 +paid : false +bill-to: + given : Chris + family : Dumars + address: + lines: | + 458 Walkman Dr. + Suite #292 + city : Royal Oak + state : MI + postal : 48046 +product: + - sku : BL394D + quantity : 4 + description : Basketball + price : 450.00 + - sku : BL4438H + quantity : 1 + description : Super Hoop + price : 2392.00 +tax : 251.42 +total: 4443.52 +--- +- Mark McGwire +- Sammy Sosa +- Ken Griffey + + +# Team ranking +--- +- Chicago Cubs +- St Louis Cardinals |