Skip to content

Commit

Permalink
#29 more texts
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 15, 2017
1 parent 7721f91 commit ae473bf
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/main/xsl/index.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,15 @@
<p>
<xsl:text>If you know what </xsl:text>
<strong><xsl:text>CDN</xsl:text></strong>
<xsl:text> is,</xsl:text>
<xsl:text> (</xsl:text>
<a href="https://en.wikipedia.org/wiki/Content_delivery_network">
<xsl:text>Content Delivery Network</xsl:text>
</a>
<xsl:text>) is,</xsl:text>
<xsl:text> but don't want to spend time and money</xsl:text>
<xsl:text> to employ a full-scale solution like </xsl:text>
<xsl:text> Akamai or CloudFront,</xsl:text>
<xsl:text> jare.io is right for you.</xsl:text>
<xsl:text> this system is the right choice for you.</xsl:text>
</p>
<p>
<xsl:text>Say, you have something like this in your HTML:</xsl:text>
Expand All @@ -52,7 +56,11 @@
<p>
<xsl:text>Just change the URL and this </xsl:text>
<code><xsl:text>logo.gif</xsl:text></code>
<xsl:text> will be delivered through AWS CloudFront delivery servers,</xsl:text>
<xsl:text> will be delivered through </xsl:text>
<a href="https://aws.amazon.com/cloudfront/">
<xsl:text>AWS CloudFront</xsl:text>
</a>
<xsl:text> delivery servers,</xsl:text>
<xsl:text> for free:</xsl:text>
</p>
<pre>
Expand Down Expand Up @@ -113,7 +121,7 @@
<xsl:text>Gb</xsl:text>
</strong>
<xsl:text>.</xsl:text>
<xsl:text> AWS charges us </xsl:text>
<xsl:text> AWS charges all of us together </xsl:text>
<a href="https://aws.amazon.com/cloudfront/pricing/"><xsl:text>approximately</xsl:text></a>
<xsl:text> $</xsl:text>
<xsl:value-of select="format-number(sum(domains/domain/usage) div (1024 * 1024 * 1024) * 0.150, '###,###.00')"/>
Expand Down

0 comments on commit ae473bf

Please sign in to comment.