Added: websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section2 ============================================================================== --- websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section2 (added) +++ websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section2 Tue Feb 18 01:26:48 2014 @@ -0,0 +1,12 @@ +OOo2HelpAuthoring-23.html +OOo2HelpAuthoring-24.html +OOo2HelpAuthoring-25.html +OOo2HelpAuthoring-26.html +OOo2HelpAuthoring-27.html +OOo2HelpAuthoring-28.html +OOo2HelpAuthoring-29.html +OOo2HelpAuthoring-30.html +OOo2HelpAuthoring-31.html +OOo2HelpAuthoring-32.html +OOo2HelpAuthoring-33.html +OOo2HelpAuthoring-34.html \ No newline at end of file
Added: websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section2.html ============================================================================== --- websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section2.html (added) +++ websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section2.html Tue Feb 18 01:26:48 2014 @@ -0,0 +1,83 @@ +<!--#include virtual="/doctype.html" --> +<html> +<head> +<link href="/css/ooo.css" rel="stylesheet" type="text/css"> + +<title>Page 23</title> + +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> +<style type="text/css"> +<!-- + p {margin: 0; padding: 0;} .ft00{font-size:22px;color:#000000;} + .ft01{font-size:16px;color:#000000;} + .ft02{font-size:13px;color:#000000;} + .ft03{font-size:11px;color:#000000;} + .ft04{font-size:11px;color:#707177;} + .ft05{font-size:11px;color:#000000;} + .ft06{font-size:8px;color:#000000;} + .ft07{font-size:11px;color:#707177;} + .ft08{font-size:11px;color:#000000;} + .ft09{font-size:11px;line-height:16px;color:#000000;} + .ft010{font-size:11px;line-height:17px;color:#000000;} + .ft011{font-size:13px;line-height:21px;color:#000000;} +--> +</style> + +<!--#include virtual="/google-analytics.js" --> +<!--#include virtual="/scripts/entourage.js" --> +</head> +<body bgcolor="#A0A0A0" vlink="blue" link="blue"> +<!--#include virtual="/brand.html" --> + <div id="topbara"> + <!--#include virtual="/topnav.html" --> + <div id="breadcrumbsa"><a href="/">home</a> » <a href="/documentation/">documentation</a> » <a href="/documentation/online_help/">online_help</a> » <a href="/documentation/online_help/helpauthoring/">helpauthoring</a></div> + </div> + <div id="clear"></div> + + + <div id="content"> + + + +<div id="page23-div" style="position:relative;width:892px;height:1263px;"> +<img width="892" height="1263" src="OOo2HelpAuthoring023.png" alt="background image"/> +<p style="position:absolute;top:345px;left:128px;white-space:nowrap" class="ft00">2 Help File XML format Basics</p> +<p style="position:absolute;top:399px;left:236px;white-space:nowrap" class="ft01"><b>Basic Document Structure</b></p> +<p style="position:absolute;top:433px;left:236px;white-space:nowrap" class="ft02">The basic structure of a valid help file for OpenOffice.org consists of a </p> +<p style="position:absolute;top:435px;left:711px;white-space:nowrap" class="ft03">helpdocument </p> +<p style="position:absolute;top:458px;left:236px;white-space:nowrap" class="ft04">root</p> +<p style="position:absolute;top:455px;left:268px;white-space:nowrap" class="ft02"> element with one </p> +<p style="position:absolute;top:458px;left:392px;white-space:nowrap" class="ft04">meta</p> +<p style="position:absolute;top:455px;left:424px;white-space:nowrap" class="ft02"> and one </p> +<p style="position:absolute;top:458px;left:489px;white-space:nowrap" class="ft04">body</p> +<p style="position:absolute;top:455px;left:521px;white-space:nowrap" class="ft02"> sub-element containing the content (</p> +<p style="position:absolute;top:458px;left:770px;white-space:nowrap" class="ft04">body</p> +<p style="position:absolute;top:455px;left:803px;white-space:nowrap" class="ft02">) </p> +<p style="position:absolute;top:478px;left:236px;white-space:nowrap" class="ft02">and meta information (</p> +<p style="position:absolute;top:480px;left:386px;white-space:nowrap" class="ft04">meta</p> +<p style="position:absolute;top:478px;left:418px;white-space:nowrap" class="ft02">). The minimum information is a topic title and the filename </p> +<p style="position:absolute;top:500px;left:236px;white-space:nowrap" class="ft02">inside the elements </p> +<p style="position:absolute;top:539px;left:263px;white-space:nowrap" class="ft02">â¢</p> +<p style="position:absolute;top:542px;left:290px;white-space:nowrap" class="ft04">/helpdocument/meta/topic/title</p> +<p style="position:absolute;top:540px;left:533px;white-space:nowrap" class="ft02"> and</p> +<p style="position:absolute;top:572px;left:263px;white-space:nowrap" class="ft02">â¢</p> +<p style="position:absolute;top:576px;left:290px;white-space:nowrap" class="ft04">/helpdocument/meta/topic/filename</p> +<p style="position:absolute;top:641px;left:267px;white-space:nowrap" class="ft010"><?xml version="1.0" encoding="UTF-8"?><br/><helpdocument version="1.0"><br/>  <meta><br/>    <topic id="someid" indexer="include" status="PUBLISH"><br/>      <title xml-lang="en-US" id="tit">Topic Title</title><br/>      <filename>text/swriter/01/012345.xhp</filename><br/>    </topic><br/>  </meta><br/>  <body><br/>  </body><br/></helpdocument></p> +<p style="position:absolute;top:856px;left:236px;white-space:nowrap" class="ft05">â· The help file extension is </p> +<p style="position:absolute;top:856px;left:393px;white-space:nowrap" class="ft04">xhp</p> +<p style="position:absolute;top:856px;left:417px;white-space:nowrap" class="ft05">.</p> +<p style="position:absolute;top:921px;left:236px;white-space:nowrap" class="ft01"><b>Using Variables</b></p> +<p style="position:absolute;top:954px;left:236px;white-space:nowrap" class="ft011">In   the   help   files   the   following   variables   are   used   to   designate   the   name   and   the <br/>version   of   the   product.   This   is   to   allow   for   correct   branding   of   the   product   (for <br/>example, OpenOffice.org vs. StarOffice). You must never use the literal name of the <br/>product but instead one of the following variables[<a href="OOo2He lpAuthoring-23.html">6</a>]:</p> +<p style="position:absolute;top:1100px;left:128px;white-space:nowrap" class="ft06">6</p> +<p style="position:absolute;top:1100px;left:149px;white-space:nowrap" class="ft06">In addition to these variables, the following two variables are still used in the help files for legacy reasons but deprecated: </p> +<p style="position:absolute;top:1100px;left:713px;white-space:nowrap" class="ft07">$[officename] </p> +<p style="position:absolute;top:1114px;left:149px;white-space:nowrap" class="ft06">and </p> +<p style="position:absolute;top:1113px;left:169px;white-space:nowrap" class="ft07">$[officeversion]</p> +<p style="position:absolute;top:1114px;left:284px;white-space:nowrap" class="ft06">.</p> +<p style="position:absolute;top:1148px;left:795px;white-space:nowrap" class="ft08"><b>23</b></p> +</div> + + </div> +<!--#include virtual="/footer.html" --> +</body> +</html> Added: websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section3 ============================================================================== --- websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section3 (added) +++ websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section3 Tue Feb 18 01:26:48 2014 @@ -0,0 +1,40 @@ +OOo2HelpAuthoring-35.html +OOo2HelpAuthoring-36.html +OOo2HelpAuthoring-37.html +OOo2HelpAuthoring-38.html +OOo2HelpAuthoring-39.html +OOo2HelpAuthoring-40.html +OOo2HelpAuthoring-41.html +OOo2HelpAuthoring-42.html +OOo2HelpAuthoring-43.html +OOo2HelpAuthoring-44.html +OOo2HelpAuthoring-45.html +OOo2HelpAuthoring-46.html +OOo2HelpAuthoring-47.html +OOo2HelpAuthoring-48.html +OOo2HelpAuthoring-49.html +OOo2HelpAuthoring-50.html +OOo2HelpAuthoring-51.html +OOo2HelpAuthoring-52.html +OOo2HelpAuthoring-53.html +OOo2HelpAuthoring-54.html +OOo2HelpAuthoring-55.html +OOo2HelpAuthoring-56.html +OOo2HelpAuthoring-57.html +OOo2HelpAuthoring-58.html +OOo2HelpAuthoring-59.html +OOo2HelpAuthoring-60.html +OOo2HelpAuthoring-61.html +OOo2HelpAuthoring-62.html +OOo2HelpAuthoring-63.html +OOo2HelpAuthoring-64.html +OOo2HelpAuthoring-65.html +OOo2HelpAuthoring-66.html +OOo2HelpAuthoring-67.html +OOo2HelpAuthoring-68.html +OOo2HelpAuthoring-69.html +OOo2HelpAuthoring-70.html +OOo2HelpAuthoring-71.html +OOo2HelpAuthoring-72.html +OOo2HelpAuthoring-73.html +OOo2HelpAuthoring-74.html \ No newline at end of file Added: websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section3.html ============================================================================== --- websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section3.html (added) +++ websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section3.html Tue Feb 18 01:26:48 2014 @@ -0,0 +1,88 @@ +<!--#include virtual="/doctype.html" --> +<html> +<head> +<link href="/css/ooo.css" rel="stylesheet" type="text/css"> + +<title>Page 35</title> + +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> +<style type="text/css"> +<!-- + p {margin: 0; padding: 0;} .ft00{font-size:22px;color:#000000;} + .ft01{font-size:13px;color:#000000;} + .ft02{font-size:16px;color:#000000;} + .ft03{font-size:13px;color:#000000;} + .ft04{font-size:11px;color:#707177;} + .ft05{font-size:13px;color:#000000;} + .ft06{font-size:11px;color:#000000;} + .ft07{font-size:11px;color:#000000;} + .ft08{font-size:13px;line-height:21px;color:#000000;} +--> +</style> + +<!--#include virtual="/google-analytics.js" --> +<!--#include virtual="/scripts/entourage.js" --> +</head> +<body bgcolor="#A0A0A0" vlink="blue" link="blue"> +<!--#include virtual="/brand.html" --> + <div id="topbara"> + <!--#include virtual="/topnav.html" --> + <div id="breadcrumbsa"><a href="/">home</a> » <a href="/documentation/">documentation</a> » <a href="/documentation/online_help/">online_help</a> » <a href="/documentation/online_help/helpauthoring/">helpauthoring</a></div> + </div> + <div id="clear"></div> + + + <div id="content"> + + + +<div id="page35-div" style="position:relative;width:892px;height:1263px;"> +<img width="892" height="1263" src="OOo2HelpAuthoring035.png" alt="background image"/> +<p style="position:absolute;top:345px;left:128px;white-space:nowrap" class="ft00">3 Help File XML Reference</p> +<p style="position:absolute;top:386px;left:236px;white-space:nowrap" class="ft08">This  chapter  lists  all   elements   of   the   XML   help   file   DTD   in   alphabetical  order   as <br/>presented in the Document Type Definition in the Appendix.</p> +<p style="position:absolute;top:446px;left:236px;white-space:nowrap" class="ft08">The element sections presented here all share a common structure. The name of the <br/>element serves as a heading and is followed by element details:</p> +<p style="position:absolute;top:506px;left:263px;white-space:nowrap" class="ft01">â¢</p> +<p style="position:absolute;top:508px;left:290px;white-space:nowrap" class="ft01">Element Description and Purpose</p> +<p style="position:absolute;top:540px;left:263px;white-space:nowrap" class="ft01">â¢</p> +<p style="position:absolute;top:541px;left:290px;white-space:nowrap" class="ft01">Attributes</p> +<p style="position:absolute;top:573px;left:263px;white-space:nowrap" class="ft01">â¢</p> +<p style="position:absolute;top:574px;left:290px;white-space:nowrap" class="ft01">Parent Elements</p> +<p style="position:absolute;top:606px;left:263px;white-space:nowrap" class="ft01">â¢</p> +<p style="position:absolute;top:608px;left:290px;white-space:nowrap" class="ft01">Child Elements</p> +<p style="position:absolute;top:640px;left:263px;white-space:nowrap" class="ft01">â¢</p> +<p style="position:absolute;top:641px;left:290px;white-space:nowrap" class="ft01">Element Definition</p> +<p style="position:absolute;top:673px;left:263px;white-space:nowrap" class="ft01">â¢</p> +<p style="position:absolute;top:675px;left:290px;white-space:nowrap" class="ft01">Element Example</p> +<p style="position:absolute;top:706px;left:236px;white-space:nowrap" class="ft01">Examples for elements can show an element within its parent or child context.</p> +<p style="position:absolute;top:759px;left:236px;white-space:nowrap" class="ft02"><b>Common Attributes</b></p> +<p style="position:absolute;top:792px;left:236px;white-space:nowrap" class="ft01">The following attributes are common to several elements.</p> +<p style="position:absolute;top:844px;left:236px;white-space:nowrap" class="ft03"><b>Xml-Lang</b></p> +<p style="position:absolute;top:869px;left:236px;white-space:nowrap" class="ft01">The  </p> +<p style="position:absolute;top:872px;left:268px;white-space:nowrap" class="ft04">xml-lang</p> +<p style="position:absolute;top:869px;left:333px;white-space:nowrap" class="ft01">  attribute designates elements that need localization. The localization </p> +<p style="position:absolute;top:892px;left:236px;white-space:nowrap" class="ft08">process identifies elements to be localized by this attribute. It contains the language of <br/>the element it belongs to as a combination of language ISO code (<i>ISO 639-1</i>) and <br/>country ISO code (<i>ISO 3166</i>), separated by a dash.</p> +<p style="position:absolute;top:980px;left:267px;white-space:nowrap" class="ft06">xml-lang="en-US"</p> +<p style="position:absolute;top:1011px;left:236px;white-space:nowrap" class="ft01">All   elements   containing   text   to   be   translated   have   an  </p> +<p style="position:absolute;top:1013px;left:637px;white-space:nowrap" class="ft04">xml-lang</p> +<p style="position:absolute;top:1011px;left:702px;white-space:nowrap" class="ft01">  attribute:  </p> +<p style="position:absolute;top:1013px;left:779px;white-space:nowrap" class="ft04">alt</p> +<p style="position:absolute;top:1011px;left:804px;white-space:nowrap" class="ft01">, </p> +<p style="position:absolute;top:1035px;left:236px;white-space:nowrap" class="ft04">bookmark</p> +<p style="position:absolute;top:1033px;left:300px;white-space:nowrap" class="ft01">, </p> +<p style="position:absolute;top:1035px;left:309px;white-space:nowrap" class="ft04">caption</p> +<p style="position:absolute;top:1033px;left:365px;white-space:nowrap" class="ft01">, </p> +<p style="position:absolute;top:1035px;left:374px;white-space:nowrap" class="ft04">paragraph</p> +<p style="position:absolute;top:1033px;left:447px;white-space:nowrap" class="ft01">, and </p> +<p style="position:absolute;top:1035px;left:484px;white-space:nowrap" class="ft04">title</p> +<p style="position:absolute;top:1033px;left:525px;white-space:nowrap" class="ft01">.</p> +<p style="position:absolute;top:1073px;left:236px;white-space:nowrap" class="ft01">You can use the </p> +<p style="position:absolute;top:1075px;left:349px;white-space:nowrap" class="ft04">comment</p> +<p style="position:absolute;top:1073px;left:406px;white-space:nowrap" class="ft01"> element to insert comments into the help file. But if they are </p> +<p style="position:absolute;top:1095px;left:236px;white-space:nowrap" class="ft01">outside an element that will be localized they will not be recognized by the localizers.</p> +<p style="position:absolute;top:1148px;left:795px;white-space:nowrap" class="ft07"><b>35</b></p> +</div> + + </div> +<!--#include virtual="/footer.html" --> +</body> +</html> Added: websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section4 ============================================================================== --- websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section4 (added) +++ websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section4 Tue Feb 18 01:26:48 2014 @@ -0,0 +1,30 @@ +OOo2HelpAuthoring-75.html +OOo2HelpAuthoring-76.html +OOo2HelpAuthoring-77.html +OOo2HelpAuthoring-78.html +OOo2HelpAuthoring-79.html +OOo2HelpAuthoring-80.html +OOo2HelpAuthoring-81.html +OOo2HelpAuthoring-82.html +OOo2HelpAuthoring-83.html +OOo2HelpAuthoring-84.html +OOo2HelpAuthoring-85.html +OOo2HelpAuthoring-86.html +OOo2HelpAuthoring-87.html +OOo2HelpAuthoring-88.html +OOo2HelpAuthoring-89.html +OOo2HelpAuthoring-90.html +OOo2HelpAuthoring-91.html +OOo2HelpAuthoring-92.html +OOo2HelpAuthoring-93.html +OOo2HelpAuthoring-94.html +OOo2HelpAuthoring-95.html +OOo2HelpAuthoring-96.html +OOo2HelpAuthoring-97.html +OOo2HelpAuthoring-98.html +OOo2HelpAuthoring-99.html +OOo2HelpAuthoring-100.html +OOo2HelpAuthoring-101.html +OOo2HelpAuthoring-102.html +OOo2HelpAuthoring-103.html +OOo2HelpAuthoring-104.html \ No newline at end of file Added: websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section4.html ============================================================================== --- websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section4.html (added) +++ websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section4.html Tue Feb 18 01:26:48 2014 @@ -0,0 +1,71 @@ +<!--#include virtual="/doctype.html" --> +<html> +<head> +<link href="/css/ooo.css" rel="stylesheet" type="text/css"> + +<title>Page 75</title> + +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> +<style type="text/css"> +<!-- + p {margin: 0; padding: 0;} .ft00{font-size:22px;color:#000000;} + .ft01{font-size:11px;color:#000000;} + .ft02{font-size:16px;color:#000000;} + .ft03{font-size:13px;color:#000000;} + .ft04{font-size:11px;color:#000000;} + .ft05{font-size:13px;color:#000000;} + .ft06{font-size:11px;color:#707177;} + .ft07{font-size:13px;line-height:21px;color:#000000;} + .ft08{font-size:11px;line-height:15px;color:#707177;} +--> +</style> + +<!--#include virtual="/google-analytics.js" --> +<!--#include virtual="/scripts/entourage.js" --> +</head> +<body bgcolor="#A0A0A0" vlink="blue" link="blue"> +<!--#include virtual="/brand.html" --> + <div id="topbara"> + <!--#include virtual="/topnav.html" --> + <div id="breadcrumbsa"><a href="/">home</a> » <a href="/documentation/">documentation</a> » <a href="/documentation/online_help/">online_help</a> » <a href="/documentation/online_help/helpauthoring/">helpauthoring</a></div> + </div> + <div id="clear"></div> + + + <div id="content"> + + + +<div id="page75-div" style="position:relative;width:892px;height:1263px;"> +<img width="892" height="1263" src="OOo2HelpAuthoring075.png" alt="background image"/> +<p style="position:absolute;top:345px;left:128px;white-space:nowrap" class="ft00">4 Authoring Help With OpenOffice.org </p> +<p style="position:absolute;top:400px;left:236px;white-space:nowrap" class="ft01">â· You need OpenOffice.org 1.1.x to use the help authoring environment. The authoring environment </p> +<p style="position:absolute;top:420px;left:257px;white-space:nowrap" class="ft01">also is not yet compatible with OpenOffice.org 2.0.</p> +<p style="position:absolute;top:482px;left:236px;white-space:nowrap" class="ft02"><b>Setting Up the Environment </b></p> +<p style="position:absolute;top:516px;left:236px;white-space:nowrap" class="ft07">There is an import/export filter available that allows for direct editing of OpenOffice.org <br/>help files without the need of extra conversion steps. The following describes how you <br/>set up the filter.</p> +<p style="position:absolute;top:598px;left:236px;white-space:nowrap" class="ft07">The filters are xsl files that are used in conjunction with an import template and takes <br/>advantage of OpenOffice.org xsl filter functionality.</p> +<p style="position:absolute;top:672px;left:236px;white-space:nowrap" class="ft01">â· The help files use the extension <b>xhp</b>.</p> +<p style="position:absolute;top:736px;left:236px;white-space:nowrap" class="ft05"><b>Directory Hierarchy</b></p> +<p style="position:absolute;top:761px;left:236px;white-space:nowrap" class="ft07">The correct function of the help authoring environment with OpenOffice.org relies on <br/>the   CVS   module   directory   layout.   Since   all   help   file   and   image   references   are <br/>expressed relatively, the environment needs to know the absolute paths to be able to <br/>assemble and disassemble the references correctly for display in OpenOffice.org.</p> +<p style="position:absolute;top:864px;left:236px;white-space:nowrap" class="ft07">Us the following directory structure when checking out the modules from CVS. If you <br/>work in a Child Workspace, this is the default directory layout:</p> +<p style="position:absolute;top:931px;left:268px;white-space:nowrap" class="ft08">$root<br/>|__default_images   <-- check out from CVS</p> +<p style="position:absolute;top:961px;left:268px;white-space:nowrap" class="ft06">|__helpcontent2     <-- check out from CVS</p> +<p style="position:absolute;top:975px;left:311px;white-space:nowrap" class="ft06">|__helpers</p> +<p style="position:absolute;top:990px;left:311px;white-space:nowrap" class="ft06">|__util</p> +<p style="position:absolute;top:1004px;left:311px;white-space:nowrap" class="ft06">|__prj</p> +<p style="position:absolute;top:1019px;left:311px;white-space:nowrap" class="ft06">|__source</p> +<p style="position:absolute;top:1034px;left:363px;white-space:nowrap" class="ft06">|__text</p> +<p style="position:absolute;top:1048px;left:363px;white-space:nowrap" class="ft06">|__auxiliary</p> +<p style="position:absolute;top:1079px;left:236px;white-space:nowrap" class="ft07">Before you set up the environment you need to select and create a root directory for <br/>working on the help files (</p> +<p style="position:absolute;top:1103px;left:406px;white-space:nowrap" class="ft06">$root</p> +<p style="position:absolute;top:1100px;left:446px;white-space:nowrap" class="ft03">), for example: </p> +<p style="position:absolute;top:1103px;left:546px;white-space:nowrap" class="ft06">/opt/ooohelp</p> +<p style="position:absolute;top:1100px;left:643px;white-space:nowrap" class="ft03"> or </p> +<p style="position:absolute;top:1103px;left:665px;white-space:nowrap" class="ft06">D:\ooohelp</p> +<p style="position:absolute;top:1148px;left:795px;white-space:nowrap" class="ft04"><b>75</b></p> +</div> + + </div> +<!--#include virtual="/footer.html" --> +</body> +</html> Added: websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section5 ============================================================================== --- websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section5 (added) +++ websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section5 Tue Feb 18 01:26:48 2014 @@ -0,0 +1,6 @@ +OOo2HelpAuthoring-105.html +OOo2HelpAuthoring-106.html +OOo2HelpAuthoring-107.html +OOo2HelpAuthoring-108.html +OOo2HelpAuthoring-109.html +OOo2HelpAuthoring-110.html \ No newline at end of file Added: websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section5.html ============================================================================== --- websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section5.html (added) +++ websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section5.html Tue Feb 18 01:26:48 2014 @@ -0,0 +1,97 @@ +<!--#include virtual="/doctype.html" --> +<html> +<head> +<link href="/css/ooo.css" rel="stylesheet" type="text/css"> + +<title>Page 105</title> + +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> +<style type="text/css"> +<!-- + p {margin: 0; padding: 0;} .ft00{font-size:22px;color:#000000;} + .ft01{font-size:16px;color:#000000;} + .ft02{font-size:11px;color:#35556a;} + .ft03{font-size:11px;color:#000000;} + .ft04{font-size:11px;color:#000000;} + .ft05{font-size:11px;color:#707177;} + .ft06{font-size:11px;color:#000000;} + .ft07{font-size:11px;line-height:15px;color:#000000;} +--> +</style> + +<!--#include virtual="/google-analytics.js" --> +<!--#include virtual="/scripts/entourage.js" --> +</head> +<body bgcolor="#A0A0A0" vlink="blue" link="blue"> +<!--#include virtual="/brand.html" --> + <div id="topbara"> + <!--#include virtual="/topnav.html" --> + <div id="breadcrumbsa"><a href="/">home</a> » <a href="/documentation/">documentation</a> » <a href="/documentation/online_help/">online_help</a> » <a href="/documentation/online_help/helpauthoring/">helpauthoring</a></div> + </div> + <div id="clear"></div> + + + <div id="content"> + + + +<div id="page105-div" style="position:relative;width:892px;height:1263px;"> +<img width="892" height="1263" src="OOo2HelpAuthoring105.png" alt="background image"/> +<p style="position:absolute;top:345px;left:128px;white-space:nowrap" class="ft00">5 Appendix</p> +<p style="position:absolute;top:399px;left:236px;white-space:nowrap" class="ft01"><b>Glossary</b></p> +<p style="position:absolute;top:445px;left:236px;white-space:nowrap" class="ft02"><b>Application</b></p> +<p style="position:absolute;top:445px;left:309px;white-space:nowrap" class="ft03"> â A OpenOffice.org "module" for different document types. There are the following </p> +<p style="position:absolute;top:460px;left:278px;white-space:nowrap" class="ft07">applications: <i>Writer</i> for text documents, <i>Calc</i> for spreadsheets, <i>Impress</i> for <br/>presentations, <i>Draw</i> for drawings, <i>Math</i> for formulas, <i>Basic</i> for Macros.</p> +<p style="position:absolute;top:508px;left:236px;white-space:nowrap" class="ft02"><b>Active Help</b></p> +<p style="position:absolute;top:508px;left:309px;white-space:nowrap" class="ft03"> - A synonym for an extended tip.</p> +<p style="position:absolute;top:540px;left:236px;white-space:nowrap" class="ft02"><b>Anchor</b></p> +<p style="position:absolute;top:540px;left:283px;white-space:nowrap" class="ft03"> â A location inside a help file which serves as a bookmark to which the help viewer </p> +<p style="position:absolute;top:555px;left:278px;white-space:nowrap" class="ft03">jumps, displaying the help for a certain context.</p> +<p style="position:absolute;top:587px;left:236px;white-space:nowrap" class="ft02"><b>Attribute</b></p> +<p style="position:absolute;top:587px;left:292px;white-space:nowrap" class="ft03"> â Component of an XML element carrying information that specifies the element in </p> +<p style="position:absolute;top:602px;left:278px;white-space:nowrap" class="ft03">greater detail, for example, the </p> +<p style="position:absolute;top:603px;left:465px;white-space:nowrap" class="ft05">role</p> +<p style="position:absolute;top:602px;left:497px;white-space:nowrap" class="ft03"> attribute in the </p> +<p style="position:absolute;top:603px;left:591px;white-space:nowrap" class="ft05">paragraph</p> +<p style="position:absolute;top:602px;left:663px;white-space:nowrap" class="ft03"> element.</p> +<p style="position:absolute;top:635px;left:236px;white-space:nowrap" class="ft02"><b>Bookmark</b></p> +<p style="position:absolute;top:635px;left:302px;white-space:nowrap" class="ft03"> â 1. A help function that allows you to set user-defined bookmarks to help topics to </p> +<p style="position:absolute;top:650px;left:278px;white-space:nowrap" class="ft07">make them easier to access. 2. An element of a help XML file that is used to define <br/>anchor points for help ids or keywords.</p> +<p style="position:absolute;top:698px;left:236px;white-space:nowrap" class="ft02"><b>Build List</b></p> +<p style="position:absolute;top:698px;left:297px;white-space:nowrap" class="ft03"> â The file </p> +<p style="position:absolute;top:699px;left:360px;white-space:nowrap" class="ft05">build.lst</p> +<p style="position:absolute;top:698px;left:433px;white-space:nowrap" class="ft03"> controls the build process of a module by defining module </p> +<p style="position:absolute;top:714px;left:278px;white-space:nowrap" class="ft03">directories to be built and application dependencies between them.</p> +<p style="position:absolute;top:746px;left:236px;white-space:nowrap" class="ft02"><b>Cascading Style Sheet</b></p> +<p style="position:absolute;top:746px;left:380px;white-space:nowrap" class="ft03"> â The style sheet used to define the layout of a help page displayed in </p> +<p style="position:absolute;top:761px;left:278px;white-space:nowrap" class="ft03">the help viewer.</p> +<p style="position:absolute;top:793px;left:236px;white-space:nowrap" class="ft02"><b>Context-Sensitive Help</b></p> +<p style="position:absolute;top:793px;left:383px;white-space:nowrap" class="ft03"> â When called from within the OpenOffice.org application, the help </p> +<p style="position:absolute;top:808px;left:278px;white-space:nowrap" class="ft07">receives information about the user interface context,such as active dialog, or selected <br/>element. This information is used by the help to display information related to that </p> +<p style="position:absolute;top:838px;left:278px;white-space:nowrap" class="ft07">context, provided this relation is defined in the help files. <i>Help IDs</i> are used to define this <br/>relation.</p> +<p style="position:absolute;top:886px;left:236px;white-space:nowrap" class="ft02"><b>CVS</b></p> +<p style="position:absolute;top:886px;left:263px;white-space:nowrap" class="ft03"> â Concurrent Versioning System, a widespread version control system that is also used by </p> +<p style="position:absolute;top:901px;left:278px;white-space:nowrap" class="ft03">OpenOffice.org. See </p> +<p style="position:absolute;top:902px;left:405px;white-space:nowrap" class="ft05">tools.openoffice.org</p> +<p style="position:absolute;top:901px;left:567px;white-space:nowrap" class="ft03">.</p> +<p style="position:absolute;top:934px;left:236px;white-space:nowrap" class="ft02"><b>CVS Module</b></p> +<p style="position:absolute;top:934px;left:314px;white-space:nowrap" class="ft03"> â A part of the CVS that contains code for a section of the OpenOffice.org </p> +<p style="position:absolute;top:949px;left:278px;white-space:nowrap" class="ft03">product.</p> +<p style="position:absolute;top:981px;left:236px;white-space:nowrap" class="ft02"><b>Dependency Files</b></p> +<p style="position:absolute;top:981px;left:350px;white-space:nowrap" class="ft03"> â When a module is re-compiled, only changed files and files that depend </p> +<p style="position:absolute;top:996px;left:278px;white-space:nowrap" class="ft07">on them need to be compiled again. Dependency files describe these dependencies. <br/>These files are used by the </p> +<p style="position:absolute;top:1012px;left:444px;white-space:nowrap" class="ft05">make</p> +<p style="position:absolute;top:1011px;left:476px;white-space:nowrap" class="ft03"> utility. </p> +<p style="position:absolute;top:1045px;left:236px;white-space:nowrap" class="ft02"><b>DTD</b></p> +<p style="position:absolute;top:1045px;left:263px;white-space:nowrap" class="ft03"> â Document Type Definition, a file that describes the document syntax for an XML </p> +<p style="position:absolute;top:1060px;left:278px;white-space:nowrap" class="ft03">document. The DTD is needed to validate an XML file.</p> +<p style="position:absolute;top:1092px;left:236px;white-space:nowrap" class="ft02"><b>Embedding</b></p> +<p style="position:absolute;top:1092px;left:309px;white-space:nowrap" class="ft03"> â In OpenOffice.org help files can contain references to parts of other  help files </p> +<p style="position:absolute;top:1107px;left:278px;white-space:nowrap" class="ft03">that are dynamically inserted when the help is displayed.</p> +<p style="position:absolute;top:1148px;left:788px;white-space:nowrap" class="ft06"><b>105</b></p> +</div> + + </div> +<!--#include virtual="/footer.html" --> +</body> +</html> Added: websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section_intro ============================================================================== --- websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section_intro (added) +++ websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section_intro Tue Feb 18 01:26:48 2014 @@ -0,0 +1,3 @@ +OOo2HelpAuthoring-1.html +OOo2HelpAuthoring-2.html +OOo2HelpAuthoring-3.html \ No newline at end of file Added: websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section_intro.html ============================================================================== --- websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section_intro.html (added) +++ websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/section_intro.html Tue Feb 18 01:26:48 2014 @@ -0,0 +1,50 @@ +<!--#include virtual="/doctype.html" --> +<html> +<head> +<link href="/css/ooo.css" rel="stylesheet" type="text/css"> + +<title>Page 1</title> + +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> +<style type="text/css"> +<!-- + p {margin: 0; padding: 0;} .ft00{font-size:22px;color:#000000;} + .ft01{font-size:19px;color:#000000;} + .ft02{font-size:25px;color:#000000;} + .ft03{font-size:13px;color:#000000;} +--> +</style> + +<!--#include virtual="/google-analytics.js" --> +<!--#include virtual="/scripts/entourage.js" --> +</head> +<body bgcolor="#A0A0A0" vlink="blue" link="blue"> +<!--#include virtual="/brand.html" --> + <div id="topbara"> + <!--#include virtual="/topnav.html" --> + <div id="breadcrumbsa"><a href="/">home</a> » <a href="/documentation/">documentation</a> » <a href="/documentation/online_help/">online_help</a> » <a href="/documentation/online_help/helpauthoring/">helpauthoring</a></div> + </div> + <div id="clear"></div> + + + <div id="content"> + + + +<div id="page1-div" style="position:relative;width:892px;height:1263px;"> +<img width="892" height="1263" src="OOo2HelpAuthoring001.png" alt="background image"/> +<p style="position:absolute;top:479px;left:286px;white-space:nowrap" class="ft00"><b>OpenOffice.org 2.0</b></p> +<p style="position:absolute;top:527px;left:286px;white-space:nowrap" class="ft01">Understanding, Authoring and Editing</p> +<p style="position:absolute;top:563px;left:286px;white-space:nowrap" class="ft02"><b>OPENOFFICE.ORG HELP</b></p> +<p style="position:absolute;top:720px;left:287px;white-space:nowrap" class="ft03">Author:</p> +<p style="position:absolute;top:720px;left:365px;white-space:nowrap" class="ft03">Frank Peters, Sun Microsystems (f...@openoffice.org)</p> +<p style="position:absolute;top:746px;left:287px;white-space:nowrap" class="ft03">Version:</p> +<p style="position:absolute;top:746px;left:365px;white-space:nowrap" class="ft03">2.0_16</p> +<p style="position:absolute;top:772px;left:287px;white-space:nowrap" class="ft03">Date:</p> +<p style="position:absolute;top:772px;left:365px;white-space:nowrap" class="ft03">Feb 3, 2006</p> +</div> + + </div> +<!--#include virtual="/footer.html" --> +</body> +</html>