PageRenderTime 41ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/Main/Source/HtmlToMaml/Doc/Content/Glossary.aml

#
Unknown | 136 lines | 112 code | 24 blank | 0 comment | 0 complexity | 54da39f238764e598547d0e4a301fe85 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <topic id="0da4eb05-808e-4323-9a62-28ba912125ff" revisionNumber="1">
  3. <developerGlossaryDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
  4. <glossary>
  5. <glossaryEntry>
  6. <terms>
  7. <term termId="ConceptualBuild">conceptual build</term>
  8. </terms>
  9. <definition>
  10. <para>A build that uses Sandcastle to produce help file topics using
  11. information extracted from conceptual content topics and their related files.</para>
  12. </definition>
  13. <relatedEntry termId="ReferenceBuild" />
  14. <relatedEntry termId="Sandcastle" />
  15. </glossaryEntry>
  16. <glossaryEntry>
  17. <terms>
  18. <term>conceptual content</term>
  19. </terms>
  20. <definition>
  21. <para>A topic file that contains conceptual content. These can be used
  22. to add usage notes, walkthroughs, tutorials, etc. to a help file.</para>
  23. </definition>
  24. </glossaryEntry>
  25. <glossaryEntry>
  26. <terms>
  27. <term>Globally Unique Identifier</term>
  28. <term>GUID</term>
  29. </terms>
  30. <definition>
  31. <para>A unique value that is associated with each conceptual topic
  32. and image in a project. When inserting links to topics or images, the ID is
  33. used to refer to them. This allows you to alter the names or locations of the
  34. topic files without having to change the name or location in each topic that
  35. references them.</para>
  36. </definition>
  37. </glossaryEntry>
  38. <glossaryEntry>
  39. <terms>
  40. <term>MAML</term>
  41. </terms>
  42. <definition>
  43. <para>An acronym that stands for Microsoft Assistance Markup
  44. Language. Conceptual content topics are composed of MAML elements.</para>
  45. </definition>
  46. </glossaryEntry>
  47. <glossaryEntry>
  48. <terms>
  49. <term>media content file</term>
  50. </terms>
  51. <definition>
  52. <para>This file contains information about the images referenced in
  53. <codeInline>mediaLink</codeInline> and <codeInline>mediaLinkInline</codeInline>
  54. elements in conceptual content.</para>
  55. </definition>
  56. </glossaryEntry>
  57. <glossaryEntry>
  58. <terms>
  59. <term termId="ReferenceBuild">reference build</term>
  60. </terms>
  61. <definition>
  62. <para>A build that uses Sandcastle to produce help file topics using
  63. information extracted from managed assemblies and their associated XML comments
  64. files.</para>
  65. </definition>
  66. <relatedEntry termId="ConceptualBuild" />
  67. <relatedEntry termId="Sandcastle" />
  68. </glossaryEntry>
  69. <glossaryEntry>
  70. <terms>
  71. <term termId="Sandcastle">Sandcastle</term>
  72. </terms>
  73. <definition>
  74. <para><token>Sandcastle</token> is a set of tools produced by
  75. Microsoft that can be used to build help files for .NET managed libraries,
  76. conceptual content, or a mix of both.</para>
  77. </definition>
  78. <relatedEntry termId="SHFB" />
  79. </glossaryEntry>
  80. <glossaryEntry>
  81. <terms>
  82. <term termId="SHFB">Sandcastle Help File Builder</term>
  83. <term>SHFB</term>
  84. </terms>
  85. <definition>
  86. <para>The <token>SHFB</token> is a standalone tool used to automate
  87. Sandcastle. It consists of a GUI front end that helps you manage and build
  88. help file projects. It uses a standard MSBuild format project file which can
  89. also by built from the command line using MSBuild or integrated into Visual
  90. Studio builds or other build scripts to produce a help file when your
  91. application projects are built. In addition, it provides a set of additional
  92. features beyond those supplied with Sandcastle that can improve your help file
  93. and make it easier to deploy.</para>
  94. </definition>
  95. <relatedEntry termId="Sandcastle" />
  96. </glossaryEntry>
  97. <glossaryEntry>
  98. <terms>
  99. <term>token</term>
  100. <term>token file</term>
  101. </terms>
  102. <definition>
  103. <para>A token is used as a replaceable tag within a topic and is
  104. represented using a <codeInline>token</codeInline> element. The inner
  105. text of the element is a token name. The tokens are defined in a separate
  106. token file. They are an easy way to represent common items that you use
  107. regularly such as a common phrase or external link.</para>
  108. </definition>
  109. </glossaryEntry>
  110. </glossary>
  111. </developerGlossaryDocument>
  112. </topic>