diff --git a/doc/apis.txt b/doc/apis.txt index e0510d85f0..165279490e 100644 --- a/doc/apis.txt +++ b/doc/apis.txt @@ -79,10 +79,3 @@ string str identifier ident indentation indent ------------------- ------------ -------------------------------------- - - -Coding Guidelines -================= - -For coding guidelines see the `Internals of the Nim Compiler -`_ documentation. diff --git a/koch.nim b/koch.nim index 9a7afae3db..535dae5ba7 100644 --- a/koch.nim +++ b/koch.nim @@ -360,7 +360,7 @@ of cmdArgument: of "boot": boot(op.cmdLineRest) of "clean": clean(op.cmdLineRest) of "web": web(op.cmdLineRest) - of "website": website(op.cmdLineRest) + of "website": website(op.cmdLineRest & " --googleAnalytics:UA-48159761-1") of "web0": # undocumented command for Araq-the-merciful: web(op.cmdLineRest & " --googleAnalytics:UA-48159761-1") diff --git a/tools/website.tmpl b/tools/website.tmpl index b233c69285..ba08c9c4cc 100644 --- a/tools/website.tmpl +++ b/tools/website.tmpl @@ -146,12 +146,12 @@ runForever() # end for # end if +# if len(c.ticker) > 0 and currentTab != "support":

Latest News

+# end if diff --git a/web/support.txt b/web/support.txt index f36bcac4d8..d72d91b9c6 100644 --- a/web/support.txt +++ b/web/support.txt @@ -1,2 +1,33 @@ -Coming Soon! -============ +We offer a multitude of support networks including those in both a community +and commercial setting. + +Commercial support involves: + +Priority Bug Fixes +------------------ + +File a bug report and we will address them with the highest priority. Once +fixed, you will be able to access either the current Git build or at your +request a custom build against the latest release with your bug fixed. + +Features Requests +----------------- + +Suggest to us any feature that you might need, we will examine your request with +care and provide a proper answer about its potential for inclusion. + +Communication happens via email or for a slightly higher fee via Skype. +The pricing is based on the amount of hours spent on the bugfix / feature +implementation and is open to negotiation. + + +.. raw:: html +

All interested parties should email email.

+ +The bid for contracting work is a commercial offer provided by: + +| Andreas Rumpf +| St.-Quentin-Ring 47 +| 67663 Kaiserslautern +| GERMANY +| EU VAT-IN: DE297783450 diff --git a/web/ticker.txt b/web/ticker.txt index 64218084e0..724d29231c 100644 --- a/web/ticker.txt +++ b/web/ticker.txt @@ -13,9 +13,4 @@

Nimrod featured in Dr. Dobb's Journal

- -

Jan 15, 2014

-

Andreas Rumpf's talk on Nimrod at Strange Loop 2013 is now online.

-
- See All News...