From 15c4c0dcc66950c6be5c004f4725dfd9e8609596 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Fri, 26 Dec 2014 14:09:43 +0000 Subject: [PATCH] Renamed Babel to Nimble in lib.txt. --- doc/lib.txt | 18 +++++++++--------- tools/nimweb.nim | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/lib.txt b/doc/lib.txt index aba05c2ba4..7d100e1ca5 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -18,7 +18,7 @@ low-level interface to a C library. Read this `document `_ for a quick overview of the API design. -The `bottom <#babel>`_ of this page includes a list of 3rd party packages +The `bottom <#nimble>`_ of this page includes a list of 3rd party packages created by the Nim community. These packages are a useful addition to the modules in the standard library. @@ -581,12 +581,12 @@ Scientific computing * `libsvm `_ Low level wrapper for `lib svm `_. -Babel +Nimble ==================== -Babel is a package manager for the Nim programming language. -For instructions on how to install Babel packages see -`its README `_. +Nimble is a package manager for the Nim programming language. +For instructions on how to install Nimble packages see +`its README `_. Official packages ----------------- @@ -598,7 +598,7 @@ compiler. .. raw:: html
If you are reading this you are missing - babelpkglist.js or have javascript disabled in your browser.
+ nimblepkglist.js or have javascript disabled in your browser. Unofficial packages ------------------- @@ -610,7 +610,7 @@ Nim programming language. .. raw:: html
If you are reading this you are missing - babelpkglist.js or have javascript disabled in your browser.
+ nimblepkglist.js or have javascript disabled in your browser. - - + + diff --git a/tools/nimweb.nim b/tools/nimweb.nim index 74f561b52a..bbd3776d76 100644 --- a/tools/nimweb.nim +++ b/tools/nimweb.nim @@ -396,8 +396,8 @@ proc buildNewsRss(c: var TConfigData, destPath: string) = generateRss(destFilename, parseNewsTitles(srcFilename)) proc buildJS(destPath: string) = - exec("nim js -d:release --out:$1 web/babelpkglist.nim" % - [destPath / "babelpkglist.js"]) + exec("nim js -d:release --out:$1 web/nimblepkglist.nim" % + [destPath / "nimblepkglist.js"]) proc buildWebsite(c: var TConfigData) = const