Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.

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>