public
Description: The web site for the Nu programming language
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/programmingnu.git
timburks (author)
Tue Aug 26 08:56:24 -0700 2008
commit  3924f09aa59665a040e15734bc3790c83c192cbd
tree    096d1bc219c09e701af49478c678b469440a891b
parent  af1547421d88190e414dfb4f65fd94c332b3aafd
programmingnu / README
100644 21 lines (12 sloc) 0.605 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 
This is the source material for the Programming Nu website.
 
It includes the text of the site and build scripts.
 
All contents copyright 2007-2008, Neon Design Technology, Inc.
 
Build scripts are released under the Apache License, v. 2.0.
See the LICENSE file for details.
 
Text is released under the Creative Commons
Attribution-Noncommercial-No Derivative Works 3.0 United States License.
 
==
 
To build the site, just run "nuke". Building requires NuMarkdown
and NuYAML. Both are available on github.
 
To preview the site, run "nuke preview". This requires Nunja, which
is also available on github.