Lexical Tools

Documents Yearly Release Procedures

  • Copy $WWW/docs/lvg/200X to $WWW/docs/lvg/200Y
    • > cp -rp $WWW/docs/lvg/200X $WWW/docs/lvg/200Y

  • Remove direcories which will be updated after the software is completed
    • > rm -r $WWW/docs/lvg/200X/docs/apiDoc
    • > rm -r $WWW/docs/lvg/200X/docs/examples
    • > rm -r $WWW/docs/lvg/200X/docs/sources

  • Change 200X to 200Y in all html files under 200Y
    • > cd $WWW/docs/lvg/200Y
    • > vi *.html
    • > vi */*.html
    • > vi */*/*.html
    • > vi */*/*/*.html
    • > vi */*/*/*/*.html

  • Automatic Generated HTML files (for Unicode)
    • > cd ${LVG}/PostProc/UnicodeTables/bin
    • I. Lvg Default Mapping files
      • > 0.VerifyFiles <year>
      • > 1.GenerateDefaultHtmlFiles <year>
    • II. Unicode Core Norm Results
      • > 2.GetUnicodeCoreNormResult <year>
    • III. Norm Results
      • > 3.NormResults <year>

    • IV. Deploy results to Web Site
      • > 4.DeployHtmlFiles <year>
        4

  • Automatic Generated HTML files (for Unit Test)
    • > cd ${LVG}/PostProc/TestExamples/bin
    • I. Generate unit test example files
      • > 1.GenerateExampleHtmlFiles <year>

    • II. Deploy files to Web Site
      • > 2.DeployExampleHtmlFiles <year>