Changeset 9

Show
Ignore:
Timestamp:
11/07/05 01:31:26 (3 years ago)
Author:
jcc7
Message:

It's working very nicely using the earlier tutorial snapshot, but I need to make a few changes in names.d so that I can compare the 2 snapshots.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/tutorials/converttowiki/categories/ArraysCategory.html

    r8 r9  
    55</head> 
    66<body><pre>= Arrays =<br/> 
    7   * <a href="DeleteAllKeysFromAssocArrayExample".html>DeleteAllKeysFromAssocArrayExample</a> 
    8   * <a href="VariousCharArraysExample".html>VariousCharArraysExample</a> 
    9   * <a href="DimensioningStaticArraysExample".html>DimensioningStaticArraysExample</a> 
    10   * <a href="ReturningArraysFromFunctionsExample".html>ReturningArraysFromFunctionsExample</a> 
    11   * <a href="UsingCharArrayArgumentsExample".html>UsingCharArrayArgumentsExample</a> 
     7  * <a href="DeleteAllKeysFromAssocArrayExample.html">DeleteAllKeysFromAssocArrayExample</a> 
     8  * <a href="VariousCharArraysExample.html">VariousCharArraysExample</a> 
     9  * <a href="DimensioningStaticArraysExample.html">DimensioningStaticArraysExample</a> 
     10  * <a href="ReturningArraysFromFunctionsExample.html">ReturningArraysFromFunctionsExample</a> 
     11  * <a href="UsingCharArrayArgumentsExample.html">UsingCharArrayArgumentsExample</a> 
    1212</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories/CommonErrorsCategory.html

    r8 r9  
    55</head> 
    66<body><pre>= Common Errors =<br/> 
    7   * <a href="IncreasingSizeOfDynamicArrayExample".html>IncreasingSizeOfDynamicArrayExample</a> 
    8   * <a href="UsingObjectsExample".html>UsingObjectsExample</a> 
    9   * <a href="PrintingSliceFromStringExample".html>PrintingSliceFromStringExample</a> 
     7  * <a href="IncreasingSizeOfDynamicArrayExample.html">IncreasingSizeOfDynamicArrayExample</a> 
     8  * <a href="UsingObjectsExample.html">UsingObjectsExample</a> 
     9  * <a href="PrintingSliceFromStringExample.html">PrintingSliceFromStringExample</a> 
    1010</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories/DelegateCategory.html

    r8 r9  
    55</head> 
    66<body><pre>= Delegates =<br/> 
    7   * <a href="UsingDelegatesWithinObjectsExample".html>UsingDelegatesWithinObjectsExample</a> 
    8   * <a href="UsingDelegateInsteadOfInterfaceExample".html>UsingDelegateInsteadOfInterfaceExample</a> 
    9   * <a href="UsingStackDelegatesExample".html>UsingStackDelegatesExample</a> 
    10   * <a href="DontReturnStackDelegateExample".html>DontReturnStackDelegateExample</a> 
    11   * <a href="CopyableStackDelegatesWithStructsAndClassesExample".html>CopyableStackDelegatesWithStructsAndClassesExample</a> 
    12   * <a href="CopyableStackDelegatesWithWriteflnExample".html>CopyableStackDelegatesWithWriteflnExample</a> 
    13   * <a href="DelegateNonStaticNestedFunctionExample".html>DelegateNonStaticNestedFunctionExample</a> 
    14   * <a href="IntFunctionDelegateExample".html>IntFunctionDelegateExample</a> 
     7  * <a href="UsingDelegatesWithinObjectsExample.html">UsingDelegatesWithinObjectsExample</a> 
     8  * <a href="UsingDelegateInsteadOfInterfaceExample.html">UsingDelegateInsteadOfInterfaceExample</a> 
     9  * <a href="UsingStackDelegatesExample.html">UsingStackDelegatesExample</a> 
     10  * <a href="DontReturnStackDelegateExample.html">DontReturnStackDelegateExample</a> 
     11  * <a href="CopyableStackDelegatesWithStructsAndClassesExample.html">CopyableStackDelegatesWithStructsAndClassesExample</a> 
     12  * <a href="CopyableStackDelegatesWithWriteflnExample.html">CopyableStackDelegatesWithWriteflnExample</a> 
     13  * <a href="DelegateNonStaticNestedFunctionExample.html">DelegateNonStaticNestedFunctionExample</a> 
     14  * <a href="IntFunctionDelegateExample.html">IntFunctionDelegateExample</a> 
    1515</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories/DflCategory.html

    r8 r9  
    55</head> 
    66<body><pre>= DFL =<br/> 
    7   * <a href="DflMiniCalc".html>DflMiniCalc</a> 
    8   * <a href="DflResizableDialog".html>DflResizableDialog</a> 
    9   * <a href="DflMiniCalcWithRmbExample".html>DflMiniCalcWithRmbExample</a> 
    10   * <a href="DflTextBoxWithSelectionExample".html>DflTextBoxWithSelectionExample</a> 
    11   * <a href="DflToolTipsAndListBoxExamples".html>DflToolTipsAndListBoxExamples</a> 
    12   * <a href="DflCheckboxesExample".html>DflCheckboxesExample</a> 
    13   * <a href="DflControlsExample".html>DflControlsExample</a> 
     7  * <a href="DflMiniCalc.html">DflMiniCalc</a> 
     8  * <a href="DflResizableDialog.html">DflResizableDialog</a> 
     9  * <a href="DflMiniCalcWithRmbExample.html">DflMiniCalcWithRmbExample</a> 
     10  * <a href="DflTextBoxWithSelectionExample.html">DflTextBoxWithSelectionExample</a> 
     11  * <a href="DflToolTipsAndListBoxExamples.html">DflToolTipsAndListBoxExamples</a> 
     12  * <a href="DflCheckboxesExample.html">DflCheckboxesExample</a> 
     13  * <a href="DflControlsExample.html">DflControlsExample</a> 
    1414</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories/ForeachCategory.html

    r8 r9  
    55</head> 
    66<body><pre>= Foreach =<br/> 
    7   * <a href="ForeachOnClassExample".html>ForeachOnClassExample</a> 
    8   * <a href="ForeachWithInoutExample".html>ForeachWithInoutExample</a> 
    9   * <a href="ForeachWithStringLiteralExample".html>ForeachWithStringLiteralExample</a> 
    10   * <a href="ForeachWithCharArrayExample".html>ForeachWithCharArrayExample</a> 
    11   * <a href="ForeachKeyValuePairsExample".html>ForeachKeyValuePairsExample</a> 
    12   * <a href="ForeachStringArrExample".html>ForeachStringArrExample</a> 
     7  * <a href="ForeachOnClassExample.html">ForeachOnClassExample</a> 
     8  * <a href="ForeachWithInoutExample.html">ForeachWithInoutExample</a> 
     9  * <a href="ForeachWithStringLiteralExample.html">ForeachWithStringLiteralExample</a> 
     10  * <a href="ForeachWithCharArrayExample.html">ForeachWithCharArrayExample</a> 
     11  * <a href="ForeachKeyValuePairsExample.html">ForeachKeyValuePairsExample</a> 
     12  * <a href="ForeachStringArrExample.html">ForeachStringArrExample</a> 
    1313</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories/FunctionLiteralsCategory.html

    r8 r9  
    55</head> 
    66<body><pre>= Function Literals =<br/> 
    7   * <a href="FunctionLiteralAssignExample".html>FunctionLiteralAssignExample</a> 
    8   * <a href="AnonymousFunctionExample".html>AnonymousFunctionExample</a> 
     7  * <a href="FunctionLiteralAssignExample.html">FunctionLiteralAssignExample</a> 
     8  * <a href="AnonymousFunctionExample.html">AnonymousFunctionExample</a> 
    99</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories/HandlingErrorsCategory.html

    r8 r9  
    55</head> 
    66<body><pre>= Handling errors =<br/> 
    7   * <a href="DesignByContractExample".html>DesignByContractExample</a> 
    8   * <a href="TryCatchFinallyExample".html>TryCatchFinallyExample</a> 
     7  * <a href="DesignByContractExample.html">DesignByContractExample</a> 
     8  * <a href="TryCatchFinallyExample.html">TryCatchFinallyExample</a> 
    99</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories/KeywordsCategory.html

    r8 r9  
    55</head> 
    66<body><pre>= Keywords =<br/> 
    7   * <a href="AsmExample".html>AsmExample</a> 
    8   * <a href="AutoExample".html>AutoExample</a> 
    9   * <a href="AliasExample".html>AliasExample</a> 
    10   * <a href="InterfaceExample".html>InterfaceExample</a> 
    11   * <a href="DcharExample".html>DcharExample</a> 
    12   * <a href="FinalExample".html>FinalExample</a> 
    13   * <a href="GotoExample".html>GotoExample</a> 
    14   * <a href="ReturnExample".html>ReturnExample</a> 
     7  * <a href="AsmExample.html">AsmExample</a> 
     8  * <a href="AutoExample.html">AutoExample</a> 
     9  * <a href="AliasExample.html">AliasExample</a> 
     10  * <a href="InterfaceExample.html">InterfaceExample</a> 
     11  * <a href="DcharExample.html">DcharExample</a> 
     12  * <a href="FinalExample.html">FinalExample</a> 
     13  * <a href="GotoExample.html">GotoExample</a> 
     14  * <a href="ReturnExample.html">ReturnExample</a> 
    1515</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories/MangoCategory.html

    r8 r9  
    55</head> 
    66<body><pre>= Mango =<br/> 
    7   * <a href="IoWithMangoExample".html>IoWithMangoExample</a> 
     7  * <a href="IoWithMangoExample.html">IoWithMangoExample</a> 
    88</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories/OperatorOverloadingCategory.html

    r8 r9  
    55</head> 
    66<body><pre>= Operator Overloading =<br/> 
    7   * <a href="CurrencyExample".html>CurrencyExample</a> 
    8   * <a href="CurrencyUsingWithExample".html>CurrencyUsingWithExample</a> 
    9   * <a href="OpCallExample".html>OpCallExample</a> 
    10   * <a href="ByteOperatingOverloadExample".html>ByteOperatingOverloadExample</a> 
     7  * <a href="CurrencyExample.html">CurrencyExample</a> 
     8  * <a href="CurrencyUsingWithExample.html">CurrencyUsingWithExample</a> 
     9  * <a href="OpCallExample.html">OpCallExample</a> 
     10  * <a href="ByteOperatingOverloadExample.html">ByteOperatingOverloadExample</a> 
    1111</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories/StandardLibraryCategory.html

    r8 r9  
    55</head> 
    66<body><pre>= Standard Library =<br/> 
    7   * <a href="SplitAndSplitLinesExample".html>SplitAndSplitLinesExample</a> 
    8   * <a href="StdInStdOutStreamsExample".html>StdInStdOutStreamsExample</a> 
    9   * <a href="HttpHeadExample".html>HttpHeadExample</a> 
    10   * <a href="OutBufferExample".html>OutBufferExample</a> 
    11   * <a href="WinRegistryApiExample".html>WinRegistryApiExample</a> 
    12   * <a href="UsingFileModeExample".html>UsingFileModeExample</a> 
    13   * <a href="ElapsedTimeExample".html>ElapsedTimeExample</a> 
    14   * <a href="BaseSixtyFourDecodingExample".html>BaseSixtyFourDecodingExample</a> 
    15   * <a href="CompileAllFilesIntoLibExample".html>CompileAllFilesIntoLibExample</a> 
    16   * <a href="WritefExample".html>WritefExample</a> 
    17   * <a href="StdPerfExample".html>StdPerfExample</a> 
    18   * <a href="MakeAllHtmlExample".html>MakeAllHtmlExample</a> 
    19   * <a href="FileInputExample".html>FileInputExample</a> 
    20   * <a href="ReclsExample".html>ReclsExample</a> 
    21   * <a href="RegularExpressionsExample".html>RegularExpressionsExample</a> 
    22   * <a href="StdStreamReadLineExample".html>StdStreamReadLineExample</a> 
    23   * <a href="ThreadsExample".html>ThreadsExample</a> 
    24   * <a href="VariadicFunctionsExample".html>VariadicFunctionsExample</a> 
    25   * <a href="VariableArgumentsExample".html>VariableArgumentsExample</a> 
    26   * <a href="ZipExample".html>ZipExample</a> 
    27   * <a href="ZlibExample".html>ZlibExample</a> 
    28   * <a href="UnzipUsingStdZipExample".html>UnzipUsingStdZipExample</a> 
     7  * <a href="SplitAndSplitLinesExample.html">SplitAndSplitLinesExample</a> 
     8  * <a href="StdInStdOutStreamsExample.html">StdInStdOutStreamsExample</a> 
     9  * <a href="HttpHeadExample.html">HttpHeadExample</a> 
     10  * <a href="OutBufferExample.html">OutBufferExample</a> 
     11  * <a href="WinRegistryApiExample.html">WinRegistryApiExample</a> 
     12  * <a href="UsingFileModeExample.html">UsingFileModeExample</a> 
     13  * <a href="ElapsedTimeExample.html">ElapsedTimeExample</a> 
     14  * <a href="BaseSixtyFourDecodingExample.html">BaseSixtyFourDecodingExample</a> 
     15  * <a href="CompileAllFilesIntoLibExample.html">CompileAllFilesIntoLibExample</a> 
     16  * <a href="WritefExample.html">WritefExample</a> 
     17  * <a href="StdPerfExample.html">StdPerfExample</a> 
     18  * <a href="MakeAllHtmlExample.html">MakeAllHtmlExample</a> 
     19  * <a href="FileInputExample.html">FileInputExample</a> 
     20  * <a href="ReclsExample.html">ReclsExample</a> 
     21  * <a href="RegularExpressionsExample.html">RegularExpressionsExample</a> 
     22  * <a href="StdStreamReadLineExample.html">StdStreamReadLineExample</a> 
     23  * <a href="ThreadsExample.html">ThreadsExample</a> 
     24  * <a href="VariadicFunctionsExample.html">VariadicFunctionsExample</a> 
     25  * <a href="VariableArgumentsExample.html">VariableArgumentsExample</a> 
     26  * <a href="ZipExample.html">ZipExample</a> 
     27  * <a href="ZlibExample.html">ZlibExample</a> 
     28  * <a href="UnzipUsingStdZipExample.html">UnzipUsingStdZipExample</a> 
    2929</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories/SwitchCaseCategory.html

    r8 r9  
    55</head> 
    66<body><pre>= switch / case =<br/> 
    7   * <a href="SwitchCaseExample".html>SwitchCaseExample</a> 
    8   * <a href="TwelveDaysOfChristmasExampleOne".html>TwelveDaysOfChristmasExampleOne</a> 
    9   * <a href="TwelveDaysOfChristmasExampleTwo".html>TwelveDaysOfChristmasExampleTwo</a> 
     7  * <a href="SwitchCaseExample.html">SwitchCaseExample</a> 
     8  * <a href="TwelveDaysOfChristmasExampleOne.html">TwelveDaysOfChristmasExampleOne</a> 
     9  * <a href="TwelveDaysOfChristmasExampleTwo.html">TwelveDaysOfChristmasExampleTwo</a> 
    1010</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories/TemplatesCategory.html

    r8 r9  
    55</head> 
    66<body><pre>= Templates =<br/> 
    7   * <a href="StructTemplateExample".html>StructTemplateExample</a> 
    8   * <a href="InterfaceTemplateExample".html>InterfaceTemplateExample</a> 
    9   * <a href="IteratorExample".html>IteratorExample</a> 
    10   * <a href="InternalTemplatesExample".html>InternalTemplatesExample</a> 
    11   * <a href="SimpleTemplateExample".html>SimpleTemplateExample</a> 
    12   * <a href="TemplateConstructorsExample".html>TemplateConstructorsExample</a> 
    13   * <a href="TemplateFunctionsExample".html>TemplateFunctionsExample</a> 
    14   * <a href="MultipleInheritanceWithTemplateBoltInsExample".html>MultipleInheritanceWithTemplateBoltInsExample</a> 
    15   * <a href="TemplateVariableArgumentsExample".html>TemplateVariableArgumentsExample</a> 
    16   * <a href="TemplateRttiExample".html>TemplateRttiExample</a> 
     7  * <a href="StructTemplateExample.html">StructTemplateExample</a> 
     8  * <a href="InterfaceTemplateExample.html">InterfaceTemplateExample</a> 
     9  * <a href="IteratorExample.html">IteratorExample</a> 
     10  * <a href="InternalTemplatesExample.html">InternalTemplatesExample</a> 
     11  * <a href="SimpleTemplateExample.html">SimpleTemplateExample</a> 
     12  * <a href="TemplateConstructorsExample.html">TemplateConstructorsExample</a> 
     13  * <a href="TemplateFunctionsExample.html">TemplateFunctionsExample</a> 
     14  * <a href="MultipleInheritanceWithTemplateBoltInsExample.html">MultipleInheritanceWithTemplateBoltInsExample</a> 
     15  * <a href="TemplateVariableArgumentsExample.html">TemplateVariableArgumentsExample</a> 
     16  * <a href="TemplateRttiExample.html">TemplateRttiExample</a> 
    1717</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories/TutorialAdvanced.html

    r8 r9  
    55</head> 
    66<body><pre>= Advanced =<br/> 
    7   * <a href="DateLocalizationUsingVersionExample".html>DateLocalizationUsingVersionExample</a> 
    8   * <a href="StructConstructorsExample".html>StructConstructorsExample</a> 
    9   * <a href="ApplicationPathExample".html>ApplicationPathExample</a> 
    10   * <a href="LocalesExample".html>LocalesExample</a> 
    11   * <a href="CreateLinkUsingComExample".html>CreateLinkUsingComExample</a> 
    12   * <a href="EndlessForLoopExample".html>EndlessForLoopExample</a> 
    13   * <a href="MetaTagsExample".html>MetaTagsExample</a> 
    14   * <a href="UudecodeExample".html>UudecodeExample</a> 
     7  * <a href="DateLocalizationUsingVersionExample.html">DateLocalizationUsingVersionExample</a> 
     8  * <a href="StructConstructorsExample.html">StructConstructorsExample</a> 
     9  * <a href="ApplicationPathExample.html">ApplicationPathExample</a> 
     10  * <a href="LocalesExample.html">LocalesExample</a> 
     11  * <a href="CreateLinkUsingComExample.html">CreateLinkUsingComExample</a> 
     12  * <a href="EndlessForLoopExample.html">EndlessForLoopExample</a> 
     13  * <a href="MetaTagsExample.html">MetaTagsExample</a> 
     14  * <a href="UudecodeExample.html">UudecodeExample</a> 
    1515</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories/TutorialFundamentals.html

    r8 r9  
    55</head> 
    66<body><pre>= Fundamentals =<br/> 
    7   * <a href="ItCompilesExample".html>ItCompilesExample</a> 
    8   * <a href="DoSomethingExample".html>DoSomethingExample</a> 
    9   * <a href="InitializingVariablesExample".html>InitializingVariablesExample</a> 
    10   * <a href="DataTypesExample".html>DataTypesExample</a> 
    11   * <a href="IfElseExample".html>IfElseExample</a> 
    12   * <a href="ForLoopExample".html>ForLoopExample</a> 
    13   * <a href="VariablesExample".html>VariablesExample</a> 
    14   * <a href="ExpressionsExample".html>ExpressionsExample</a> 
    15   * <a href="CommentsExample".html>CommentsExample</a> 
    16   * <a href="StringComparisonOperatorsExample".html>StringComparisonOperatorsExample</a> 
    17   * <a href="WaitExample".html>WaitExample</a> 
    18   * <a href="FunctionExample".html>FunctionExample</a> 
    19   * <a href="NestedFunctionsExample".html>NestedFunctionsExample</a> 
    20   * <a href="StructExample".html>StructExample</a> 
    21   * <a href="StructInitializationExample".html>StructInitializationExample</a> 
    22   * <a href="ClassExample".html>ClassExample</a> 
    23   * <a href="AppendingExample".html>AppendingExample</a> 
    24   * <a href="AssertionsExample".html>AssertionsExample</a> 
    25   * <a href="UnittestsExample".html>UnittestsExample</a> 
    26   * <a href="GetchGetcharExample".html>GetchGetcharExample</a> 
     7  * <a href="ItCompilesExample.html">ItCompilesExample</a> 
     8  * <a href="DoSomethingExample.html">DoSomethingExample</a> 
     9  * <a href="InitializingVariablesExample.html">InitializingVariablesExample</a> 
     10  * <a href="DataTypesExample.html">DataTypesExample</a> 
     11  * <a href="IfElseExample.html">IfElseExample</a> 
     12  * <a href="ForLoopExample.html">ForLoopExample</a> 
     13  * <a href="VariablesExample.html">VariablesExample</a> 
     14  * <a href="ExpressionsExample.html">ExpressionsExample</a> 
     15  * <a href="CommentsExample.html">CommentsExample</a> 
     16  * <a href="StringComparisonOperatorsExample.html">StringComparisonOperatorsExample</a> 
     17  * <a href="WaitExample.html">WaitExample</a> 
     18  * <a href="FunctionExample.html">FunctionExample</a> 
     19  * <a href="NestedFunctionsExample.html">NestedFunctionsExample</a> 
     20  * <a href="StructExample.html">StructExample</a> 
     21  * <a href="StructInitializationExample.html">StructInitializationExample</a> 
     22  * <a href="ClassExample.html">ClassExample</a> 
     23  * <a href="AppendingExample.html">AppendingExample</a> 
     24  * <a href="AssertionsExample.html">AssertionsExample</a> 
     25  * <a href="UnittestsExample.html">UnittestsExample</a> 
     26  * <a href="GetchGetcharExample.html">GetchGetcharExample</a> 
    2727</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories/TutorialIntermediate.html

    r8 r9  
    55</head> 
    66<body><pre>= Intermediate =<br/> 
    7   * <a href="UsingMultipleExamples".html>UsingMultipleExamples</a> 
    8   * <a href="CharacterInitialValuesExample".html>CharacterInitialValuesExample</a> 
    9   * <a href="ModuleUsageExample".html>ModuleUsageExample</a> 
    10   * <a href="SplittingUbyteWithAsmExample".html>SplittingUbyteWithAsmExample</a> 
    11   * <a href="FindingFirstLetterWithAsmExample".html>FindingFirstLetterWithAsmExample</a> 
    12   * <a href="TowersOfHanoiExample".html>TowersOfHanoiExample</a> 
    13   * <a href="FactorialExample".html>FactorialExample</a> 
    14   * <a href="EscapeSequencesExample".html>EscapeSequencesExample</a> 
    15   * <a href="CommentsExampleTwo".html>CommentsExampleTwo</a> 
    16   * <a href="NestedCommentsExample".html>NestedCommentsExample</a> 
    17   * <a href="StringLiteralsExample".html>StringLiteralsExample</a> 
    18   * <a href="StringAndNumberLiteralsExample".html>StringAndNumberLiteralsExample</a> 
    19   * <a href="RuntimeTypeInformationExample".html>RuntimeTypeInformationExample</a> 
    20   * <a href="StatisticsExample".html>StatisticsExample</a> 
     7  * <a href="UsingMultipleExamples.html">UsingMultipleExamples</a> 
     8  * <a href="CharacterInitialValuesExample.html">CharacterInitialValuesExample</a> 
     9  * <a href="ModuleUsageExample.html">ModuleUsageExample</a> 
     10  * <a href="SplittingUbyteWithAsmExample.html">SplittingUbyteWithAsmExample</a> 
     11  * <a href="FindingFirstLetterWithAsmExample.html">FindingFirstLetterWithAsmExample</a> 
     12  * <a href="TowersOfHanoiExample.html">TowersOfHanoiExample</a> 
     13  * <a href="FactorialExample.html">FactorialExample</a> 
     14  * <a href="EscapeSequencesExample.html">EscapeSequencesExample</a> 
     15  * <a href="CommentsExampleTwo.html">CommentsExampleTwo</a> 
     16  * <a href="NestedCommentsExample.html">NestedCommentsExample</a> 
     17  * <a href="StringLiteralsExample.html">StringLiteralsExample</a> 
     18  * <a href="StringAndNumberLiteralsExample.html">StringAndNumberLiteralsExample</a> 
     19  * <a href="RuntimeTypeInformationExample.html">RuntimeTypeInformationExample</a> 
     20  * <a href="StatisticsExample.html">StatisticsExample</a> 
    2121</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories/VersioningCategory.html

    r8 r9  
    55</head> 
    66<body><pre>= Versioning =<br/> 
    7   * <a href="BuiltInVersionsExample".html>BuiltInVersionsExample</a> 
    8   * <a href="UsingVersionsToStoreMultipleProgramInOneFileExample".html>UsingVersionsToStoreMultipleProgramInOneFileExample</a> 
    9   * <a href="CompileTimeVersioningExample".html>CompileTimeVersioningExample</a> 
     7  * <a href="BuiltInVersionsExample.html">BuiltInVersionsExample</a> 
     8  * <a href="UsingVersionsToStoreMultipleProgramInOneFileExample.html">UsingVersionsToStoreMultipleProgramInOneFileExample</a> 
     9  * <a href="CompileTimeVersioningExample.html">CompileTimeVersioningExample</a> 
    1010</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories/WindowsGuiCategory.html

    r8 r9  
    55</head> 
    66<body><pre>= Windows GUI =<br/> 
    7   * <a href="MiniCalcExample".html>MiniCalcExample</a> 
    8   * <a href="TreeViewExample".html>TreeViewExample</a> 
    9   * <a href="MiniCalcRestorePositionExample".html>MiniCalcRestorePositionExample</a> 
     7  * <a href="MiniCalcExample.html">MiniCalcExample</a> 
     8  * <a href="TreeViewExample.html">TreeViewExample</a> 
     9  * <a href="MiniCalcRestorePositionExample.html">MiniCalcRestorePositionExample</a> 
    1010</pre></body></html> 
  • trunk/src/tutorials/converttowiki/convertToWiki.d

    r8 r9  
    2323const char[] begTopicListMarker = `<li id="topic`; 
    2424const char[] endTopicListMarker = `</a></li></ul>`; 
    25  
    2625const char[] begExampleListMarker = `<li><a href="#ex`; 
    2726const char[] endExampleListMarker = `</a></li>`; 
    2827 
     28const char[] begExampleCategoryName = `<h3 class="ex_disp_h3">`; 
     29const char[] endExampleCategoryName = `</h3>`; 
     30const char[] begExampleNumber = `<h4 id="ex`; 
     31const char[] endExampleNumber = `">`; 
     32//const char[] begExName = ``; /* right after the > that signifies the end of the example number */ 
     33const char[] endExName = `</h4>`; 
     34 
     35const char[] begExampleDescriptionMarker = `Description</th><td>`; 
     36const char[] endExampleDescriptionMarker = `</td>`; 
     37const char[] begExampleDateTimeMarker = `Date/Time</th><td>`; /* time and date will follow */ 
     38const char[] endExampleDateTimeMarker = `</td>`; 
     39const char[] begExampleBodyMarker = `<table><tbody><tr><td colspan="2">`; 
     40const char[] endExampleBodyMarker = `</td></tr><tr><td colspan="2"> </td></tr></tbody></table></div><hr>`; 
    2941 
    3042 
     
    225237        //outFile.writeLine(`<hr id="` ~ wikiCategory ~ `" />= ` ~ oldCategoryName ~ " =<br/>"); 
    226238        foreach(char[] we; wikiExampleNames) 
    227           outFile.writeLine(`  * <a href="` ~ we ~ `".html>` ~ we ~ `</a>`); 
     239          outFile.writeLine(`  * <a href="` ~ we ~ `.html">` ~ we ~ `</a>`); 
    228240     
    229241        outFile.writeLine("</pre></body></html>"); 
     
    236248    } 
    237249 
    238 /+ 
     250 
    239251 
    240252// This code isn't ready yet. 
     
    246258    /* *** Create Example Files *** */ 
    247259 
    248     while(stillMoreExamples) /* for each example: */ 
     260    wikiCategory = ""; 
     261 
     262    begPos = 0; 
     263    while(begPos != -1) //stillMoreExamples) /* for each example: */ 
    249264    { 
    250  
    251  
    252         /* get wikiExample, exampleBody, postedDate, postedBy, etc. */ 
    253265 
    254266        // <div class="app" style="margin-left: 0.5em;"><h3 class="ex_disp_h3">Fundamentals</h3><h4 id="ex14">It Compiles</h4><div class="axial"><table class="gray" border="0" cellpadding="3" cellspacing="2">        <tbody><tr> 
     
    266278        //                                                                                                                                                                                                                   ^-- next example                                
    267279 
    268         //i = int find(char[] s, char[] sub);  
    269  
    270         // find category name (again?) a little after `<li id="topic` and before `</li>`. 
    271  
    272  
    273         // find `<h4 id="ex` 
    274         // ex # should be the number in the example link (should test it to make sure) 
    275  
    276