Skip to content
Snippets Groups Projects
Commit d59edcea authored by Mariano Montone's avatar Mariano Montone
Browse files

Merge remote-tracking branch 'upstream/master'

parents 020cc9aa 871f6c4c
No related branches found
No related tags found
No related merge requests found
...@@ -32,5 +32,3 @@ ...@@ -32,5 +32,3 @@
;; :components ((:test-file "site")))) ;; :components ((:test-file "site"))))
;; :perform (asdf:test-op (op c) ;; :perform (asdf:test-op (op c)
;; (uiop:symbol-call :prove-asdf 'run-test-system c))) ;; (uiop:symbol-call :prove-asdf 'run-test-system c)))
...@@ -7,9 +7,13 @@ related to the programming language Common Lisp. ...@@ -7,9 +7,13 @@ related to the programming language Common Lisp.
<p>The site is run under the governance of the <a <p>The site is run under the governance of the <a
href="http://www.cl-foundation.org/">Common Lisp Foundation</a> and href="http://www.cl-foundation.org/">Common Lisp Foundation</a> and
maintained mostly by a committee of volunteers. <a maintained mostly by a committee of volunteers. <a
href="/contribute/">Please consider donating</a>.</p> href="/contribute">Please consider donating</a>.</p>
<p>If you want to request a project, <a href="/project-intro/">read <p>Its source is hosted
on <a href="https://gitlab.common-lisp.net/clo/cl-site">gitlab.common-lisp.net</a>.
</p>
<p>If you want to request a project, <a href="/project-intro">read
this document</a>.</p> this document</a>.</p>
<p>If you have questions, suggestions or comments about this site or <p>If you have questions, suggestions or comments about this site or
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
<div class="col-lg-4 col-md-6"> <div class="col-lg-4 col-md-6">
<h2><i class="fa fa-book"></i> Docs</h2> <h2><i class="fa fa-book"></i> Docs</h2>
<ul> <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="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://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> <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 @@ ...@@ -50,6 +51,7 @@
<ul> <ul>
<li><a href="http://www.alu.org">The Association of Lisp Users</a></li> <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><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://github.com/azzamsa/awesome-cl-software">Awesome Lisp Software</a></li>
<li><a href="https://www.cliki.net/lisp+videos">Media</a></li> <li><a href="https://www.cliki.net/lisp+videos">Media</a></li>
</ul> </ul>
...@@ -91,8 +93,8 @@ ...@@ -91,8 +93,8 @@
</div> </div>
<div class="col-md-6"> <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> <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>
</div> </div>
<!-- <a class="carousel-control-prev" href="#media_carousel" role="button" data-slide="prev"> <!-- <a class="carousel-control-prev" href="#media_carousel" role="button" data-slide="prev">
...@@ -104,4 +106,3 @@ ...@@ -104,4 +106,3 @@
<span class="sr-only">Next</span> <span class="sr-only">Next</span>
</a> --> </a> -->
</div> </div>
...@@ -52,7 +52,7 @@ ...@@ -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><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> <p>You can also watch this video tutorial:</p>
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
</button> </button>
</p> </p>
<div class="collapse" id="setup_video"> <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> </div>
<h2>Read about Lisp</h2> <h2>Read about Lisp</h2>
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<h2>Start a new project</h2> <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> <p>
<button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#start_project_video" aria-expanded="false" aria-controls="collapseExample"> <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 @@ ...@@ -89,15 +89,14 @@
<p>Check out <a href="/libraries">this list</a> of Lisp libraries.</p> <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> <h2>Resources</h2>
<p>Here's a list of alternative guides for getting started: <p>Here's a list of alternative guides for getting started:
<ul> <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://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 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> </ul>
</p> </p>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment