Skip to content

Commit 1dd64b0

Browse files
author
zzzprojects
committed
Update docs
Update docs
1 parent 415df65 commit 1dd64b0

File tree

10 files changed

+214
-26
lines changed

10 files changed

+214
-26
lines changed

docs/_config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
highlighter: rouge
22
gems:
3-
ga: "UA-55584370-8"
3+
- jekyll-sitemap
4+
ga: "UA-55584370-4"
45
encoding: "utf-8"
56
defaults:
67
-
@@ -13,4 +14,4 @@ defaults:
1314
path: ""
1415
type: "pages"
1516
values:
16-
last_modified_at: "2017-03-13"
17+
last_modified_at: "2017-12-02"

docs/_includes/site-header-nav-md.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<ul class="navbar-nav">
4040
<li class="nav-item">
4141
<a class="nav-link" href="{{ site.github.url }}/pricing"
42-
onclick="ga('send', 'event', { eventAction: 'buy'});">
42+
onclick="ga('send', 'event', { eventAction: 'buy-nav'});">
4343
<i class="fa fa-shopping-cart" aria-hidden="true"></i>
4444
Buy
4545
</a>
@@ -54,7 +54,7 @@
5454
<ul class="navbar-nav">
5555
<li class="nav-item nav-item-download">
5656
<a class="btn btn-lg btn-z" role="button" href="{{ site.github.url }}/download"
57-
onclick="ga('send', 'event', { eventAction: 'download'});">
57+
onclick="ga('send', 'event', { eventAction: 'download-nav'});">
5858
<i class="fa fa-cloud-download" aria-hidden="true"></i>
5959
Download
6060
<i class="fa fa-angle-right"></i>

docs/_includes/site-header-nav-site.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</li>
2222
<li class="nav-item">
2323
<a class="nav-link" href="{{ site.github.url }}/pricing"
24-
onclick="ga('send', 'event', { eventAction: 'buy'});">
24+
onclick="ga('send', 'event', { eventAction: 'buy-nav'});">
2525
<i class="fa fa-shopping-cart" aria-hidden="true"></i>
2626
Buy
2727
</a>
@@ -34,7 +34,7 @@
3434
</li>
3535
<li class="nav-item nav-item-download">
3636
<a class="btn btn-lg btn-z" role="button" href="{{ site.github.url }}/download"
37-
onclick="ga('send', 'event', { eventAction: 'download'});">
37+
onclick="ga('send', 'event', { eventAction: 'download-nav'});">
3838
<i class="fa fa-cloud-download" aria-hidden="true"></i>
3939
Download
4040
<i class="fa fa-angle-right"></i>

docs/downloads/Eval-SQL.NET-Install.sql

Lines changed: 164 additions & 0 deletions
Large diffs are not rendered by default.

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permalink: index
1919
2020
<div class="wow zoomIn">
2121
<a class="btn btn-xl btn-z" href="{{ site.github.url }}/download"
22-
onclick="ga('send', 'event', { eventAction: 'download'});">
22+
onclick="ga('send', 'event', { eventAction: 'download-hero'});">
2323
<i class="fa fa-cloud-download" aria-hidden="true"></i>
2424
NuGet Download
2525
<i class="fa fa-angle-right"></i>
@@ -182,7 +182,7 @@ FROM @tableFormula
182182
<li>Replace text in template with String Interpolation</li>
183183
</ul>
184184
<div class="more-info">
185-
<a href="{{ site.github.url }}/tutorial-bulk-savechanges" class="btn btn-lg btn-z" role="button">
185+
<a href="{{ site.github.url }}/arithmetic-expressions" class="btn btn-lg btn-z" role="button">
186186
<i class="fa fa-book"></i>&nbsp;
187187
Read More
188188
</a>
@@ -224,7 +224,7 @@ FROM @table
224224
<li>Include row index</li>
225225
</ul>
226226
<div class="more-info">
227-
<a href="{{ site.github.url }}/tutorial-bulk-operations" class="btn btn-lg btn-z" role="button">
227+
<a href="{{ site.github.url }}/split-text" class="btn btn-lg btn-z" role="button">
228228
<i class="fa fa-book"></i>&nbsp;
229229
Read More
230230
</a>
@@ -269,7 +269,7 @@ FROM @t AS A
269269
<li>Split</li>
270270
</ul>
271271
<div class="more-info">
272-
<a href="{{ site.github.url }}/tutorial-batch-operations" class="btn btn-lg btn-z" role="button">
272+
<a href="{{ site.github.url }}/regular-expressions" class="btn btn-lg btn-z" role="button">
273273
<i class="fa fa-book"></i>&nbsp;
274274
Read More
275275
</a>
@@ -312,7 +312,7 @@ SELECT * FROM @customer WHERE @valid_email.ValueString('email', Email).EvalBit()
312312
<li>Improve security</li>
313313
</ul>
314314
<div class="more-info">
315-
<a href="{{ site.github.url }}/tutorial-batch-operations" class="btn btn-lg btn-z" role="button">
315+
<a href="{{ site.github.url }}/sql-server-file-operation" class="btn btn-lg btn-z" role="button">
316316
<i class="fa fa-book"></i>&nbsp;
317317
Read More
318318
</a>

docs/pages/site/download.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@ permalink: download
44

55
<div class="page-download-nuget">
66
<div class="container">
7-
<div class="row">
7+
<div class="row justify-content-center">
88
<div class="col-lg-6">
99
<div class="card card-layout-z2 wow slideInLeft">
1010
<div class="card-header wow slideInDown">
1111
<h3>
12-
<a href="https://github.com/zzzprojects/Eval-SQL.NET" target="_blank"
13-
onclick="ga('send', 'event', { eventAction: 'download-ef6'});">
12+
<a href="{{ site.github.url }}/downloads/Eval-SQL.NET-Install.sql"
13+
onclick="ga('send', 'event', { eventAction: 'download'});">
1414
Eval SQL.NET
1515
</a>
1616
</h3>
1717
</div>
1818
<div class="card-body wow slideInUp">
19-
<a class="btn btn-xl btn-z wow zoomIn" role="button" href="https://github.com/zzzprojects/Eval-SQL.NET/releases" target="_blank"
20-
onclick="ga('send', 'event', { eventAction: 'download-ef6'});">
19+
<a class="btn btn-xl btn-z wow zoomIn" role="button" href="{{ site.github.url }}/downloads/Eval-SQL.NET-Install.sql"
20+
onclick="ga('send', 'event', { eventAction: 'download'});">
2121
<i class="fa fa-cloud-download" aria-hidden="true"></i>
2222
Download
2323
</a>
2424
<div class="download-count-text">Download Count:</div>
2525
<div class="download-count wow lightSpeedIn">
26-
<a href="https://github.com/zzzprojects/Eval-SQL.NET/releases" target="_blank"
27-
onclick="ga('send', 'event', { eventAction: 'download-ef6'});">
26+
<a href="{{ site.github.url }}/downloads/Eval-SQL.NET-Install.sql"
27+
onclick="ga('send', 'event', { eventAction: 'download'});">
2828
<img src="https://zzzprojects.github.io/images/nuget/ef6-full-version-big-d.svg">
2929
</a>
3030
</div>

docs/pages/site/pricing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ permalink: pricing
2626

2727
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" onsubmit="return purchase_validate()">
2828
<input type="hidden" name="cmd" value="_s-xclick">
29+
<input type="hidden" name="hosted_button_id" value="H8RME3A5PQ5V6" />
2930
<input type="hidden" name="currency_code" value="USD">
3031
<input type="hidden" name="on0" value="Seats">
31-
<p>Every month, a <a href="https://github.com/zzzprojects/Eval-SQL.NET/releases">FREE trial</a> of the <b>PRO</b> version is available to let you evaluate all its features without limitations.</p>
32+
<p>Every month, a <a href="{{ site.github.url }}/download">FREE trial</a> of the <b>PRO</b> version is available to let you evaluate all its features without limitations.</p>
3233
<h2>Step 1 - Choose License</h2>
3334
<div style="width: 450px;">
3435
<label class="form-label form-label-lg">Seat:</label>

docs/pages/tutorials/arithmetic-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
permalink: sql-server-eval
2+
permalink: arithmetic-expressions
33
---
44

55
## Definition

docs/pages/tutorials/installing.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,26 @@ First, let install the library in a test database.
2222
<div class="col-lg-6">
2323
<div class="card card-layout-z2 wow slideInLeft">
2424
<div class="card-header wow slideInDown">
25-
<h3>Eval SQL.NET</h3>
25+
<h3>
26+
<a href="{{ site.github.url }}/downloads/Eval-SQL.NET-Install.sql"
27+
onclick="ga('send', 'event', { eventAction: 'download-installing'});">
28+
Eval SQL.NET
29+
</a>
30+
</h3>
2631
</div>
2732
<div class="card-body wow slideInUp">
28-
<a class="btn btn-lg btn-z" role="button" href="https://github.com/zzzprojects/Eval-SQL.NET/releases/" onclick="ga('send', 'event', { eventAction: 'download'});" style="visibility: visible; animation-name: pulse;">
33+
<a class="btn btn-lg btn-z" role="button" href="{{ site.github.url }}/downloads/Eval-SQL.NET-Install.sql"
34+
onclick="ga('send', 'event', { eventAction: 'download-installing'});" style="visibility: visible; animation-name: pulse;">
2935
<i class="fa fa-cloud-download" aria-hidden="true"></i>
3036
NuGet Download
3137
</a>
3238
<div>Download Count:</div>
33-
<div class="download-count2"><img src="https://zzzprojects.github.io/images/nuget/ef6-full-version-big-d.svg"></div>
39+
<div class="download-count2">
40+
<a href="{{ site.github.url }}/downloads/Eval-SQL.NET-Install.sql"
41+
onclick="ga('send', 'event', { eventAction: 'download-installing'});">
42+
<img src="https://zzzprojects.github.io/images/nuget/ef6-full-version-big-d.svg">
43+
</a>
44+
</div>
3445
</div>
3546
</div>
3647
</div>

docs/pages/tutorials/upgrading.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,26 @@ Choose the version to download **Eval SQL.NET**.
1717
<div class="col-lg-6">
1818
<div class="card card-layout-z2 wow slideInLeft">
1919
<div class="card-header wow slideInDown">
20-
<h3>Eval SQL.NET</h3>
20+
<h3>
21+
<a href="{{ site.github.url }}/downloads/Eval-SQL.NET-Install.sql"
22+
onclick="ga('send', 'event', { eventAction: 'download-upgrading'});">
23+
Eval SQL.NET
24+
</a>
25+
</h3>
2126
</div>
2227
<div class="card-body wow slideInUp">
23-
<a class="btn btn-lg btn-z" role="button" href="https://github.com/zzzprojects/Eval-SQL.NET/releases" onclick="ga('send', 'event', { eventAction: 'download'});" style="visibility: visible; animation-name: pulse;">
28+
<a class="btn btn-lg btn-z" role="button" href="{{ site.github.url }}/downloads/Eval-SQL.NET-Install.sql"
29+
onclick="ga('send', 'event', { eventAction: 'download-upgrading'});" style="visibility: visible; animation-name: pulse;">
2430
<i class="fa fa-cloud-download" aria-hidden="true"></i>
2531
NuGet Download
2632
</a>
2733
<div>Download Count:</div>
28-
<div class="download-count2"><img src="https://zzzprojects.github.io/images/nuget/ef6-full-version-big-d.svg"></div>
34+
<div class="download-count2">
35+
<a href="{{ site.github.url }}/downloads/Eval-SQL.NET-Install.sql"
36+
onclick="ga('send', 'event', { eventAction: 'download-upgrading'});">
37+
<img src="https://zzzprojects.github.io/images/nuget/ef6-full-version-big-d.svg">
38+
</a>
39+
</div>
2940
</div>
3041
</div>
3142
</div>

0 commit comments

Comments
 (0)