From a6a7c5053cbe1a60860d0dc7a66040e6332fffee Mon Sep 17 00:00:00 2001 From: vindarel <ehvince@mailz.org> Date: Fri, 5 Oct 2018 14:28:35 +0200 Subject: [PATCH] resources: cookbook++, lisp-lang's success stories indeed, the Cookbook is editable, not the blogs (like lispmethods). articulate-common-lisp is moribund (pnathan is on the Cookbook now too). fixes https://gitlab.common-lisp.net/clo/cl-site/merge_requests/4 --- content/community.html | 7 ++++--- content/downloads.html | 11 +++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/community.html b/content/community.html index 12edbf0..47e028b 100644 --- a/content/community.html +++ b/content/community.html @@ -33,6 +33,7 @@ <div class="col-lg-4 col-md-6"> <h2><i class="fa fa-book"></i> Docs</h2> <ul> + <li><a href="https://lispcookbook.github.io/cl-cookbook/">the Common Lisp Cookbook</a></li> <li><a href="https://cliki.net">CLiki</a> - The Common Lisp wiki</li> <li><a href="http://quickdocs.org">Quickdocs</a> - Documentation for All Common Lisp Projects</li> <li><a href="http://borretti.me/article/common-lisp-sotu-2015">State of the Common Lisp Ecosystem</a> as of 2015</li> @@ -50,6 +51,7 @@ <ul> <li><a href="http://www.alu.org">The Association of Lisp Users</a></li> <li><a href="http://www.cl-user.net">The Common Lisp Directory</a></li> + <li>Success stories on <a href="http://lisp-lang.org/success/">lisp-lang.org</a></li> <li><a href="https://github.com/azzamsa/awesome-cl-software">Awesome Lisp Software</a></li> <li><a href="https://www.cliki.net/lisp+videos">Media</a></li> </ul> @@ -91,8 +93,8 @@ </div> <div class="col-md-6"> <iframe width="560" height="315" src="https://www.youtube.com/embed/_B_4vhsmRRI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> - </div> - </div> + </div> + </div> </div> </div> <!-- <a class="carousel-control-prev" href="#media_carousel" role="button" data-slide="prev"> @@ -104,4 +106,3 @@ <span class="sr-only">Next</span> </a> --> </div> - diff --git a/content/downloads.html b/content/downloads.html index 8572cb0..29f3ba6 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -52,7 +52,7 @@ <p><a href="https://www.quicklisp.org">Quicklisp</a> is a library manager for Common Lisp. Use it to download, install, and load any of over 1,500 libraries with a few simple commands.</p> -<p>For an introduction on how to set them all up, you can have a look at <a href="https://lispmethods.com/development-environment.html">this guide</a>.</p> +<p>For an introduction on how to set them all up, you can have a look at <a href="https://lispcookbook.github.io/cl-cookbook/getting-started.html">this guide</a>.</p> <p>You can also watch this video tutorial:</p> @@ -62,7 +62,7 @@ </button> </p> <div class="collapse" id="setup_video"> - <iframe width="560" height="315" src="https://www.youtube.com/embed/VnWVu8VVDbI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + <iframe width="560" height="315" src="https://www.youtube.com/embed/VnWVu8VVDbI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> </div> <h2>Read about Lisp</h2> @@ -74,7 +74,7 @@ <h2>Start a new project</h2> -<p>You may want check out <a href="http://articulate-lisp.com">Articulate Lisp site</a> for getting started on Common Lisp ecosystem.</p> +<p>You may want check out <a href="https://lispcookbook.github.io/cl-cookbook/getting-started.html">the Common Lisp Cookbook</a> for getting started on Common Lisp ecosystem.</p> <p> <button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#start_project_video" aria-expanded="false" aria-controls="collapseExample"> @@ -89,15 +89,14 @@ <p>Check out <a href="/libraries">this list</a> of Lisp libraries.</p> -<p>The easiest way to download and load libraries is via <a href="http://www.quicklisp.org">Quicklisp</a>. <a href="http://articulate-lisp.com/quicklisp.html">Follow these instructions</a> to get started.</p> +<p>The easiest way to download and load libraries is via <a href="http://www.quicklisp.org">Quicklisp</a>. <a href="https://lispcookbook.github.io/cl-cookbook/getting-started.html#install-quicklisp">Follow these instructions</a> to get started.</p> <h2>Resources</h2> <p>Here's a list of alternative guides for getting started: <ul> <li><a target="_blank" href="https://lispmethods.com/development-environment.html">Getting Started With Common Lisp</a> at lispmethods.com.</li> - <li><a target="_blank" href="https://cliki.net/Getting%20Started">CLiki guide</a>.</li> - <li><a href="http://articulate-lisp.com">Articulate Lisp site</a>.</li> + <li><a target="_blank" href="https://cliki.net/Getting%20Started">CLiki guide</a>.</li> </ul> </p> -- GitLab