Skip to content

Commit

Permalink
First Commit!
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Casper committed Oct 9, 2015
0 parents commit f4e6271
Show file tree
Hide file tree
Showing 28 changed files with 496 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,11 @@
# General
.DS_Store
Thumbs.db
ehthumbs.db

# HUGO
/public

# Node
node_modules
npm-debug.log
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "themes/nats"]
path = themes/nats
url = git@github.com:nats-io/nats-theme.git
38 changes: 38 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,38 @@
# Nats.io


## Local Development
Install HUGO:
```
go get -u -v github.com/spf13/hugo
```

Clone repository
```
git clone git@github.com:nats-io/nats-site.git
```

Change to the directory
```
cd nats-site/
```

Get NATS theme
```
git submodule init
```

Next you need to pull in the theme submodule:
`git submodule update` for the first time, or `git submodule foreach git pull origin master` for updating it to the latest if it's changed since first pulling it in.

Build the site and start the server:
```
hugo server -w --port=1515 --theme=nats --buildDrafts
```

## Deploy

Will build the site without live reload and make ready for production.
```
hugo --theme=nats --buildDrafts
```
9 changes: 9 additions & 0 deletions config.toml
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,9 @@
baseurl = "http://nats.io/"
languageCode = "en-us"
title = "NATS by Apcera"

[params]
leftNav = false
description = "NATS - NATS was created as a central nervous system for cloud native and distributed systems, and provides the foundation for modern, reliable, and scalable cloud and distributed systems."
author = "The NATS team"
mainMenu=[ "home", "download", "clients", "documentation", "support", "community" ]
9 changes: 9 additions & 0 deletions content/clients.html
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,9 @@
+++
date = "2015-09-15T17:02:45-07:00"
title = "Clients"
type = "clients"
+++

<div class="page-header">
<h1>Clients</h1>
</div>
27 changes: 27 additions & 0 deletions content/community.html
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,27 @@
+++
date = "2015-09-01T16:34:27-07:00"
title = "Community"
+++

<div class="page-header">
<h1>We welcome your feedback and contributions to help make NATS better and faster!</h1>
</div>

<p class="lead">If you’d like to help make NATS and its resources better, here are some ways. Chances are, if you find a feature useful, others will too. This website pulls documentation from GitHub so once you update the readme on GitHub, changes will show up <a href="http://nats.io/documentation">here</a> as well.</p>

<div class="panel panel-default community-notice-panel">
<div class="panel-body">
Please visit our <a href="https://groups.google.com/forum/#!forum/natsio" target="_blank">NATS Google Group</a> to discuss ongoing NATS development and issues.
</div>
</div>

<h2>Ways to Contribute</h2>
<ul>
<li>Report or Fix Bugs</li>
<li>Add New Features</li>
<li><a href="https://github.com/nats-io/nats-docs" target="_blank">Improve Documentation</a></li>
<li>Update Client Libraries</li>
<li><a href="mailto:info@nats.io">Host a Meetup</a></li>
<li><a href="https://github.com/nats-io/" target="_blank">Improve this website</a></li>
</ul>
<p>Please <a href="mailto:info@nats.io?subject=NATS suggestions">contact us</a> with any other suggestions.</p>
8 changes: 8 additions & 0 deletions content/documentation.html
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
date = "2015-09-01T16:34:04-07:00"
title = "Documentation"
+++

<div class="page-header">
<h1>Documentation</h1>
</div>
9 changes: 9 additions & 0 deletions content/download.html
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,9 @@
+++
date = "2015-09-01T16:34:18-07:00"
title = "Download"
type = "download"
+++

<div class="page-header">
<h1>Download</h1>
</div>
11 changes: 11 additions & 0 deletions content/index.html
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,11 @@
+++
date = "2015-09-01T17:05:52-07:00"
title = ""
type = "index"
+++

<div class="page-header">
<h1>Cloud Native Infrastructure. Open Source. Performant. Simple. Scalable.</h1>
</div>

<p class="lead">NATS acts as a central nervous system for distributed systems at scale, such as mobile devices, IoT networks, and cloud native infrastructure. Written in Go, NATS powers some of the largest cloud platforms in production today. Unlike traditional enterprise messaging systems, NATS has an always-on dial tone that does whatever it takes to remain available. NATS was created by Derek Collison, Founder/CEO of Apcera who has spent 20+ years designing, building, and using publish-subscribe messaging systems.</p>
83 changes: 83 additions & 0 deletions content/support.html
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,83 @@
+++
date = "2015-09-01T16:33:44-07:00"
title = "Support"
+++

<div class="page-header">
<h1>Technical Support for NATS and Clients</h1>
</div>

<div class="panel panel-default community-notice-panel">
<div class="panel-body">
To discuss NATS and post issues, please visit the <a href="https://groups.google.com/forum/#!forum/natsio" target="_blank">NATS Google Group</a>.
</div>
</div>

<h2>Commercial Support</h2>
<p>For commercial support, Apcera helps you implement and maximize the benefits of a lightweight messaging system in any environment. We support the gnatsd server and Go, Node.js, and Ruby clients. Apcera offers two NATS service plans:</p>

<hr>

<table id="support-table" class="table table-bordered">
<thead>
<tr>
<th></th>
<th>Standard<br><em>FOR ENTERPRISE IT OPERATIONS</em></th>
<th>Premium<br><em>FOR MISSION CRITICAL SYSTEMS</em></th>
</tr>
</thead>
<tbody>
<tr>
<td>Service term</td>
<td colspan="2">Annual subscription</td>
</tr>
<tr>
<td>Access to a technical support website</td>
<td>&#x25cf;</td>
<td>&#x25cf;</td>
</tr>
<tr>
<td>Maintenance and upgrades</td>
<td>&#x25cf;</td>
<td>&#x25cf;</td>
</tr>
<tr>
<td>Web support (email/chat) during standard business hours (9:00AM – 5:00 PM PST)</td>
<td>&#x25cf;</td>
<td>&#x25cf;</td>
</tr>
<tr>
<td>Maximum number of designated contacts</td>
<td>1</td>
<td>3</td>
</tr>
<tr>
<td>Feature priorities</td>
<td></td>
<td>&#x25cf;</td>
</tr>
<tr>
<td>Prioritized issue resolution</td>
<td></td>
<td>&#x25cf;</td>
</tr>
<tr>
<td>Response time on non-critical issues</td>
<td>BEST EFFORT</td>
<td>WITHIN 24 HOURS</td>
</tr>
<tr>
<td>Response time on critical issues**</td>
<td>WITHIN 24 HOURS</td>
<td>WITHIN 4 BUSINESS HOURS</td>
</tr>
<tr>
<td>Pricing</td>
<td><a href="mailto:info@nats.io?subject=NATS Support Premium Pricing">CONTACT US</a></td>
<td><a href="mailto:info@nats.io?subject=NATS Support Enterprise Pricing">CONTACT US</a></td>
</tr>

</tbody>
</table>

<p><small>**A ‘Critical Issue’ is defined as a system down that impacts your use of NATS in a production environment. There is no viable workaround, and business is severely impacted.</small></p>
Loading

0 comments on commit f4e6271

Please sign in to comment.