Skip to content

Commit 401d474

Browse files
committed
Merge pull request #43 from mordocai/random_link_fixes
Random link fixes
2 parents 2f96c82 + a295428 commit 401d474

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

about/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
---
44

5-
<i>who runs this</i>
5+
<h1>Who runs this?</h1>
66

77
articulate-lisp.com is designed to fill a gap in the current
88
(2012-2015) resources for getting started with Common Lisp. It's the
@@ -27,5 +27,5 @@
2727

2828
<li> Analytics by Google.
2929

30-
<li> Theme by [Twitter Bootstrap](http://twitter.github.com/bootstrap/).
30+
<li> Theme uses <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a> and is made by <a href="https://github.com/scotte/jekyll-clean">Scott Emmons</a>.
3131
</ul>

env/ccl-setup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1 class="title">Clozure CL Setup</h1>
88
<p>Clozure is an open source Lisp system provided by Clozure associates.</p>
99
<h2 id="installing">Installing</h2>
1010
<p>I&#8217;ll defer to their instructions for <a href="http://ccl.clozure.com/download.html">installation</a>.</p>
11-
<p>Of particular interest is that it works on the PPC and ARM architectures; this can be of use to embedded system developers. It is possible to get <a href="http://lispm.dyndns.org/ccl">CCL working on the Raspberry Pi</a>, for instance.</p>
11+
<p>Of particular interest is that it works on the PPC and ARM architectures; this can be of use to embedded system developers. It is possible to get <a href="http://mickcharlesbeaver.blogspot.com/2014/01/clozure-common-lisp-ccl-on-raspberry-pi.html">CCL working on the Raspberry Pi</a>, for instance.</p>
1212
<p>CCL is particularly well-developed on Mac OS X, including a Cocoa bridge and an IDE. It&#8217;s also a good choice on Windows as it supports native (Win32) threads.</p>
1313
<p>In general, like SBCL, it&#8217;s designed to be used as the backend to an IDE.</p>
1414
<p>Note that each platform has a <em>different</em> CCL executable.</p>

env/cusp-setup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ <h1 class="title">CUSP</h1>
77
</header>
88
<p>CUSP is an Eclipse plugin that should work with the standard Lisp IDE interface (known as SWANK).</p>
99
<p>Unfortunately, it appears to be sadly out of maintenance.</p>
10-
<p>The initial release was from <a href="http://bitfauna.com/projects/cusp/">bitfauna</a>, then it was forked by <a href="http://www.sergeykolos.com/cusp/update/index.html">Sergey Kolos</a>, then he forked it again to create the Lispdev project, which <a href="https://bitbucket.org/skolos/lispdev/overview">again appears to be untouched</a>.</p>
10+
<p>The initial release was from <a href="http://bitfauna.com/projects.html">bitfauna</a>, then it was forked by <a href="https://github.com/skolos">Sergey Kolos</a>, then he forked it again to create the Lispdev project, which <a href="https://bitbucket.org/skolos/lispdev/overview">again appears to be untouched</a>.</p>
1111
<p>Bug reports indicate that Kolos Cusp does not work with Windows 7 64-bit.</p>
1212
<hr/>

env/ide.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ <h2 id="open-source">Open Source</h2>
1111
<li><p><a href="http://www.gnu.org/software/emacs/">emacs/SLIME</a> - Maintained. <a href="emacs-setup.html">Articulate-Lisp emacs article</a></p></li>
1212
<li><p><a href="http://www.vim.org/scripts/script.php?script_id=2531">vim/SLIME</a> - Maintained.</p></li>
1313
<li><p><a href="http://www.cliki.net/MCLIDE">McClide</a> (OSX) - Maintained.</p></li>
14-
<li><p><a href="http://bitfauna.com/projects/cusp/">Cusp/Eclipse</a> - Unmaintained. <a href="cusp-setup.html">Articulate-Lisp cusp article</a></p></li>
14+
<li><p><a href="https://bitbucket.org/skolos/lispdev/overview">Cusp/Eclipse</a> - Unmaintained. <a href="cusp-setup.html">Articulate-Lisp cusp article</a></p></li>
1515
<li><p><a href="http://ufasoft.com/lisp/">Ufasoft</a> (Windows) - Unmaintained.</p></li>
1616
</ul>
1717
<h2 id="non-open-source">Non-open source</h2>
1818
<ul>
19-
<li><a href="http://www.lispworks.com/downloads/index.html">LispWorks</a> - Maintained. <a href="./env:lispworks-setup.html">Articulate-lisp LispWorks article</a></li>
19+
<li><a href="http://www.lispworks.com/downloads/index.html">LispWorks</a> - Maintained. <a href="lispworks-setup.html">Articulate-lisp LispWorks article</a></li>
2020
<li><a href="http://www.franz.com/downloads/clp/survey">Allegro</a> - Maintained.</li>
2121
</ul>
2222
<hr/>

initial/new-project.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 id="one-file-project-uses-libraries">One file project, uses libraries</h1>
1616
<ul>
1717
<li>Small system.</li>
1818
<li>Relatively common</li>
19-
<li>An example is the <a href="../src/web-trotter.lisp">web-trotter</a> program.</li>
19+
<li>An example is the <a href="../examples/src/web-trotter.lisp">web-trotter</a> program.</li>
2020
</ul>
2121
<h1 id="introduction-to-asdf">Introduction to ASDF</h1>
2222
<p>ASDF, also known as Another System Definition Facility, is the modern way for defining Common Lisp libraries. It is fully supported by Quicklisp, and supports adding your own private libraries.</p>

quicklinks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h3 id="initial-environment-setup">Initial environment setup</h3>
1313
</ul>
1414
<h3 id="example-code">Example code</h3>
1515
<ul>
16-
<li><a href="./examples/trotter-walkthrough.html">Trotter - web crawler</a></li>
16+
<li><a href="./examples/trotter.html">Trotter - web crawler</a></li>
1717
</ul>
1818
<h3 id="language-resource-recommendations">Language Resource Recommendations</h3>
1919
<p><em>in no particular order</em></p>

0 commit comments

Comments
 (0)