configurewebserver.dita 1.2 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- This file is part of the DITA Open Toolkit project hosted on
  3. Sourceforge.net. See the accompanying license.txt file for
  4. applicable licenses.-->
  5. <!-- (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved. -->
  6. <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
  7. "../../dtd/task.dtd">
  8. <task id="configurewebserver" xml:lang="en-us">
  9. <title>Configuring your Web Server</title>
  10. <shortdesc>Configuring your Web Server can be as complex or as simple as you
  11. want it to be.</shortdesc>
  12. <prolog><metadata>
  13. <keywords><indexterm>web server</indexterm><indexterm>configure</indexterm>
  14. </keywords>
  15. </metadata></prolog>
  16. <taskbody>
  17. <context id="techwriter"><note>In this instance, the technical writer knows
  18. nothing about his subject.</note></context>
  19. <steps>
  20. <step><cmd>Turn on the web server</cmd></step>
  21. <step><cmd>Go to the Options menu</cmd></step>
  22. <step><cmd>Follow that to "Web Server Preferences"</cmd></step>
  23. <step><cmd>Make sure all of the right buttons are checked, or else you will
  24. never get it to work</cmd></step>
  25. <step><cmd>Go to your site library and check out a book; any book, even about
  26. COBOL, is likely to be more helpful than I am.</cmd></step>
  27. </steps>
  28. </taskbody>
  29. </task>