Skip to content

Commit c15e57d

Browse files
authored
Update README.md
1 parent 007f7c7 commit c15e57d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,19 @@ cppreference.com html archive to microsoft help converter
1111
## Ok, what's inside?
1212

1313
**compile_c.cmd** and **compile_cpp.cmd** - main command files that do the all job. Use **compile_c.cmd** for c documentation and **compile_cp.cmd** for c++ documentation.
14+
1415
**compile_c_zip.ps1** and **compile_cpp_zip.ps1** - uses powershell to make zip files.
16+
1517
**config.txt** - config for a great tool *tidy*: http://www.html-tidy.org/ ( we need it to convert htmls to xhtmls and fix errors ).
18+
1619
**cppreference.msha** and **creference.msha** - config files for *Microsoft Help System*. Actually a headers for Help system, *Microsoft Help* will get the info from them to install the help packs.
20+
1721
**make_xhtmls.php** - ugly php preprocessor script that fixes and converts thousands of htmls from cppreference to xhtml and Microsoft Help format.
22+
1823
**makecab.exe** - tool to make a cab file for Microsoft Help System. Can be found in Microsoft SDK.
24+
1925
**signtool.exe** - tool to sign cab files. Can be found in Microsoft SDK.
26+
2027
**tidy.exe** and **tidy.dll** - tool to convert html to xhtml and fix many other problems. Can be downloaded here: http://www.html-tidy.org/
2128

2229
## Step-by-step instructions:

0 commit comments

Comments
 (0)