Skip to content

Commit 6ffc1d0

Browse files
committed
initial
1 parent 62b45a6 commit 6ffc1d0

15 files changed

Lines changed: 752 additions & 0 deletions

compile_c.cmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
php "%__CD__%make_xhtmls.php" c
2+
powershell "%__CD__%compile_c_zip.ps1"
3+
makecab.exe %__CD__%creference.mshc %__CD__%creference.cab
4+
DEL %__CD__%creference.mshc
5+
signtool.exe sign /a /r verisign /fd sha1 /t http://timestamp.verisign.com/scripts/timstamp.dll /v %__CD__%creference.cab
6+
signtool.exe sign /a /r verisign /as /fd sha256 /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /v %__CD__%creference.cab

compile_c_zip.ps1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
$pathfolder = Split-Path -Path $MyInvocation.MyCommand.Path
2+
$pathmshc = Join-Path $pathfolder '\creference.mshc'
3+
$pathcab = Join-Path $pathfolder '\creference.cab'
4+
$pathfolder = Join-Path $pathfolder '\chelp'
5+
Remove-Item $pathmshc
6+
Remove-Item $pathcab
7+
Add-Type -A System.IO.Compression.FileSystem
8+
[IO.Compression.ZipFile]::CreateFromDirectory( $pathfolder , $pathmshc )

compile_cpp.cmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
php "%__CD__%make_xhtmls.php" cpp
2+
powershell "%__CD__%compile_cpp_zip.ps1"
3+
makecab.exe %__CD__%cppreference.mshc %__CD__%cppreference.cab
4+
DEL %__CD__%cppreference.mshc
5+
signtool.exe sign /a /r verisign /fd sha1 /t http://timestamp.verisign.com/scripts/timstamp.dll /v %__CD__%cppreference.cab
6+
signtool.exe sign /a /r verisign /as /fd sha256 /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /v %__CD__%cppreference.cab

compile_cpp_zip.ps1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
$pathfolder = Split-Path -Path $MyInvocation.MyCommand.Path
2+
$pathmshc = Join-Path $pathfolder '\cppreference.mshc'
3+
$pathcab = Join-Path $pathfolder '\cppreference.cab'
4+
$pathfolder = Join-Path $pathfolder '\cpphelp'
5+
Remove-Item $pathmshc
6+
Remove-Item $pathcab
7+
Add-Type -A System.IO.Compression.FileSystem
8+
[IO.Compression.ZipFile]::CreateFromDirectory( $pathfolder , $pathmshc )

config.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
indent: no
2+
indent-spaces: 2
3+
wrap: 0
4+
markup: yes
5+
output-xml: no
6+
output-xhtml: yes
7+
fix-backslash: yes
8+
input-xml: no
9+
doctype: auto
10+
show-warnings: yes
11+
numeric-entities: yes
12+
quote-marks: yes
13+
quote-nbsp: yes
14+
quote-ampersand: no
15+
break-before-br: no
16+
uppercase-tags: no
17+
uppercase-attributes: no
18+
char-encoding: utf8
19+
drop-empty-elements: no
20+
new-inline-tags: cfif, cfelse, math, mroot,
21+
mrow, mi, mn, mo, msqrt, mfrac, msubsup, munderover,
22+
munder, mover, mmultiscripts, msup, msub, mtext,
23+
mprescripts, mtable, mtr, mtd, mth
24+
new-blocklevel-tags: cfoutput, cfquery
25+
new-empty-tags: cfelse
26+
escape-scripts: yes
27+
merge-divs: no
28+
merge-spans: no
29+
clean: no
30+
join-classes: yes
31+
join-styles: yes
32+
write-back: no
33+
escape-cdata: yes
34+
hide-comments: yes
35+
tidy-mark: no
36+
error-file: tidy-errors.txt

cppreference.msha

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<head />
3+
<body class="vendor-book">
4+
<div class="details">
5+
<span class="vendor">CEZEO software Ltd.</span>
6+
<span class="locale">en-us</span>
7+
<span class="id">CPPREFERENCE</span>
8+
<span class="product">С/С++ documentation from cppreference.com</span>
9+
<span class="name">С++ documentation</span>
10+
</div>
11+
<div class="package-list">
12+
<div class="package">
13+
<span class="name">cppreference</span>
14+
<span class="deployed">False</span>
15+
<span class="last-modified">2017-04-24T00:00:01.000Z</span>
16+
<span class="package-etag">7f8c90b0-bbae-42d7-9c3e-135d10c458ba</span>
17+
<a class="current-link" href="cppreference.cab">cppreference.cab</a>
18+
</div>
19+
</div>
20+
</body>
21+
</html>
22+
23+

creference.msha

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<head />
3+
<body class="vendor-book">
4+
<div class="details">
5+
<span class="vendor">CEZEO software Ltd.</span>
6+
<span class="locale">en-us</span>
7+
<span class="id">CREFERENCE</span>
8+
<span class="product">С/С++ documentation from cppreference.com</span>
9+
<span class="name">С documentation</span>
10+
</div>
11+
<div class="package-list">
12+
<div class="package">
13+
<span class="name">creference</span>
14+
<span class="deployed">False</span>
15+
<span class="last-modified">2017-04-24T00:00:00.000Z</span>
16+
<span class="package-etag">b753bb03-e1eb-4eb3-9491-7e588df14ebe</span>
17+
<a class="current-link" href="creference.cab">creference.cab</a>
18+
</div>
19+
</div>
20+
</body>
21+
</html>
22+
23+

css/ext.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/site_modules.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

folders.png

15.2 KB
Loading

0 commit comments

Comments
 (0)