summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-02-17 11:25:06 +0100
committerAraq <rumpf_a@web.de>2015-02-18 13:44:01 +0100
commite6dcceae6cb2a00ec9bdc0cb63ab44956dc98093 (patch)
treee3c723d732ce80ffe4b609bc3e0f340e4515382e
parent9fe1aa6996e41294871734fb5e7d41f464d75a3b (diff)
downloadNim-e6dcceae6cb2a00ec9bdc0cb63ab44956dc98093.tar.gz
website updates
-rw-r--r--doc/apis.txt7
-rw-r--r--koch.nim2
-rw-r--r--tools/website.tmpl4
-rw-r--r--web/support.txt35
-rw-r--r--web/ticker.txt5
5 files changed, 36 insertions, 17 deletions
diff --git a/doc/apis.txt b/doc/apis.txt
index e0510d85f..165279490 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
-<intern.html#coding-guidelines>`_ documentation.
diff --git a/koch.nim b/koch.nim
index 9a7afae3d..535dae5ba 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 b233c6928..ba08c9c4c 100644
--- a/tools/website.tmpl
+++ b/tools/website.tmpl
@@ -146,12 +146,12 @@ runForever()
 #         end for
           </div>
 #  end if
+#  if len(c.ticker) > 0 and currentTab != "support":
 					<h3 class="blue">Latest News</h3>
 					<div id="sidebar-news">
-#  if len(c.ticker) > 0:
           $c.ticker
-#  end if
 					</div>
+#  end if
 				</aside>
 			</div>
 		</section>
diff --git a/web/support.txt b/web/support.txt
index f36bcac4d..d72d91b9c 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
+  <p>All interested parties should email <img src="assets/images/email.png" alt = "email" />.</p>
+
+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 64218084e..724d29231 100644
--- a/web/ticker.txt
+++ b/web/ticker.txt
@@ -13,9 +13,4 @@
   <p>Nimrod featured in Dr. Dobb's Journal</p>
 </a>
 
-<a class="news" href="news.html#Z2014-01-15-andreas-rumpf-s-talk-on-nimrod-at-strange-loop-2013-is-now-online">
-  <h4>Jan 15, 2014</h4>
-  <p>Andreas Rumpf's talk on Nimrod at Strange Loop 2013 is now online.</p>
-</a>
-
 <a href="news.html" class="blue">See All News...</a>