Skip to content

Commit af5baff

Browse files
author
pnathan
committed
Merge branch 'master' of git://github.com/jsmpereira/articulate-common-lisp into devel
2 parents a25bbcf + eb9af19 commit af5baff

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

end-footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
</footer>
22
</div>
3-
</div>
3+
</div>

env:IDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ LispWorks.
1212

1313
Open Source
1414
---
15-
- [emacs/SLIME](http://www.gnu.org/software/emacs/) - Maintained. [Articulate-Lisp emacs article](emacs.html)
15+
- [emacs/SLIME](http://www.gnu.org/software/emacs/) - Maintained. [Articulate-Lisp emacs article](./env:emacs.html)
1616

1717
- [vim/SLIME](http://www.vim.org/scripts/script.php?script_id=2531) - Maintained.
1818

1919
- [McClide](http://www.cliki.net/MCLIDE) (OSX) - Maintained.
2020

21-
- [Cusp/Eclipse]( http://bitfauna.com/projects/cusp/ ) - Unmaintained. [Articulate-Lisp cusp article](cusp-setup.html)
21+
- [Cusp/Eclipse]( http://bitfauna.com/projects/cusp/ ) - Unmaintained. [Articulate-Lisp cusp article](./env:cusp-setup.html)
2222

2323
- [Ufasoft]( http://ufasoft.com/lisp/ ) (Windows) - Unmaintained.
2424

2525
Non-open source
2626
---
2727

28-
- [LispWorks](http://www.lispworks.com/downloads/index.html) - Maintained. [Articulate-lisp LispWorks article](lispworks.html)
28+
- [LispWorks](http://www.lispworks.com/downloads/index.html) - Maintained. [Articulate-lisp LispWorks article](./env:lispworks-setup.html)
2929
- [Allegro](http://www.franz.com/downloads/clp/survey ) - Maintained.
3030

3131

footer-js.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<script type="text/javascript">
2+
$(function() {
3+
$("table").addClass("table table-striped table-bordered")
4+
});
5+
</script>

make.lisp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"-A" "version.html"
1616
"-A" "end-footer.html"
1717
"-A" "quantcast.html"
18+
"-A" "footer-js.html"
1819
"-T" "Articulate Common Lisp"
1920
"--template=pandoc-data/templates/default.html5"
2021
"--ascii"

0 commit comments

Comments
 (0)