mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 03:32:32 +00:00
website updates
This commit is contained in:
@@ -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.
|
||||
|
||||
2
koch.nim
2
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")
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user