You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,19 @@ cppreference.com html archive to microsoft help converter
11
11
## Ok, what's inside?
12
12
13
13
**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
+
14
15
**compile_c_zip.ps1** and **compile_cpp_zip.ps1** - uses powershell to make zip files.
16
+
15
17
**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
+
16
19
**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
+
17
21
**make_xhtmls.php** - ugly php preprocessor script that fixes and converts thousands of htmls from cppreference to xhtml and Microsoft Help format.
22
+
18
23
**makecab.exe** - tool to make a cab file for Microsoft Help System. Can be found in Microsoft SDK.
24
+
19
25
**signtool.exe** - tool to sign cab files. Can be found in Microsoft SDK.
26
+
20
27
**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/
0 commit comments