| 1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="utf-8"?>
- <!-- This file is part of the DITA Open Toolkit project hosted on
- Sourceforge.net. See the accompanying license.txt file for
- applicable licenses.-->
- <!-- (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved. -->
- <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "../../dtd/task.dtd">
- <task id="configuredatabase" xml:lang="en-us">
- <title>Configuring a Database</title>
- <shortdesc>Follow these instructions to properly configure your database.</shortdesc>
- <prolog><metadata>
- <keywords><indexterm>configure</indexterm><indexterm>database</indexterm>
- </keywords>
- </metadata></prolog>
- <taskbody>
- <context><note>In this instance, the technical writer knows
- nothing about his subject.</note></context>
- <steps>
- <step><cmd>Read the product documentation. It will tell you what options are
- available.</cmd></step>
- <step><cmd>Read further in the product documentation. It will tell you how
- to change these options.</cmd></step>
- <step><cmd>Make sure you store the product documentation in an easy-to-find
- location when you are done.</cmd></step>
- </steps>
- </taskbody>
- </task>
|