Skip to content

Commit

Permalink
#22 pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Nov 20, 2016
1 parent d243a71 commit f887c57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/xsl/index.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@
<xsl:text>Gb</xsl:text>
</strong>
<xsl:text>.</xsl:text>
<xsl:text> AWS charges us </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 * 3, '###,###.00')"/>
<xsl:text> per month for current traffic.</xsl:text>
</p>
<p>
<xsl:text>It's an open source system.</xsl:text>
Expand Down

0 comments on commit f887c57

Please sign in to comment.