Skip to content

Commit

Permalink
Try using free version of BlueGriffon HTML editor to create HTML5 ver…
Browse files Browse the repository at this point in the history
…sion of index.html
  • Loading branch information
jafingerhut committed Sep 11, 2016
1 parent 4ac3014 commit 11322b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.next.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en-us"> <head> <meta content="text/html; charset=UTF-8" http-equiv="content-type"> <title>Clojure Cheatsheets</title> </head> <body> <h1>Clojure* Cheatsheets</h1> <p><a href="https://github.com/jafingerhut/jafingerhut.github.com">Github repo</a> for this page.&nbsp; Go there and open an issue, or fork it and send a pull request to suggest additions or changes.</p> <h2>Clojure/JVM in HTML, PDF</h2> <p>Select a version of the cheatsheet for Clojure 1.5 - 1.8.&nbsp; Doc strings in tooltips are from Clojure 1.8.</p> <table style="width: 100%" border="1"> <tbody> <tr> <td><br> </td> <td>Tooltip contains doc string only</td> <td>Tooltip also includes 1-line summary of clojuredocs.org content</td> </tr> <tr> <td>Tooltips using TipTip</td> <td style="text-align: center;"><a href="cheatsheet/clojuredocs/cheatsheet-tiptip-no-cdocs-summary.html">ClojureDocs</a><br> <a href="cheatsheet/grimoire/cheatsheet-tiptip-no-cdocs-summary.html">Grimoire</a></td> <td style="text-align: center;"><a href="cheatsheet/clojuredocs/cheatsheet-tiptip-cdocs-summary.html">ClojureDocs</a><br> <a href="cheatsheet/grimoire/cheatsheet-tiptip-cdocs-summary.html">Grimoire</a> (&lt;-- MY FAVORITE)</td> </tr> <tr> <td>Vanilla tooltips</td> <td style="text-align: center;"><a href="cheatsheet/clojuredocs/cheatsheet-use-title-attribute-no-cdocs-summary.html">ClojureDocs</a><br> <a href="cheatsheet/grimoire/cheatsheet-use-title-attribute-no-cdocs-summary.html">Grimoire</a></td> <td style="text-align: center;"><a href="cheatsheet/clojuredocs/cheatsheet-use-title-attribute-cdocs-summary.html">ClojureDocs</a><br> <a href="cheatsheet/grimoire/cheatsheet-use-title-attribute-cdocs-summary.html">Grimoire</a></td> </tr> <tr> <td>No tooltips</td> <td style="text-align: center;" colspan="2" rowspan="1"><a href="cheatsheet/clojuredocs/cheatsheet-no-tooltips-no-cdocs-summary.html">ClojureDocs</a><br> <a href="cheatsheet/grimoire/cheatsheet-no-tooltips-no-cdocs-summary.html">Grimoire</a></td> </tr> </tbody> </table> <p>Use git to obtain a local copy of the browsable HTML cheatsheets (saving the pages in a browser loses the tooltips in my testing): </p> <pre> % git clone git://github.com/jafingerhut/jafingerhut.github.com.git</pre> <ul> <li><a href="https://github.com/jafingerhut/clojure-cheatsheets/tree/master/pdf">PDF versions</a> - click on one file in the list shown, then on the next page click "View Raw" to download PDF.</li> <li><a href="https://github.com/jafingerhut/clojure-cheatsheets">clojure-cheatsheets</a> project on Github, containing source code to generate the cheatsheet.</li> </ul> <h3><a href="https://github.com/clojure-emacs/clojure-cheatsheet">Clojure/JVM in Emacs</a></h3> <h2>ClojureScript<br> </h2> <h3><a href="http://cljs.info/cheatsheet/">ClojureScript cheat sheet</a> in HTML, with tooltips (<a href="https://github.com/oakmac/cljs.info/">GitHub repo</a>)<br> </h3> <h3><a href="https://github.com/readevalprintlove/clojurescript-cheatsheet">ClojureScript</a> - PDF, no tooltips.&nbsp; Last updated in 2012, so perhaps a bit dated<br> </h3> <h3><a href="http://himera.herokuapp.com/synonym.html">ClojureScript synonyms</a> - HTML, no tooltips.&nbsp; Code snippets in JavaScript and ClojureScript that have the same or similar effect.<br> </h3> <br> <h1>Other Clojure info</h1> <a href="clj-ticket-status/clojure-ticket-info.html">Reports</a> on status of Clojure tickets<br> <br> <a href="clojure-info/clojure-for-lispers-transcript.txt">Transcript</a> of Rich Hickey's talk "Clojure for Lispers" given Sep 2008.&nbsp; Link to video is in there, too.<br> <br> <a href="clojure-benchmarks-results/Clojure-benchmarks.html">Clojure benchmarks</a><br> <br> <h2>Other info unrelated to Clojure</h2> <a href="notes/vmware-fusion-shrink-linux-ext4-disk.txt">Instructions</a> for shrinking a VMware Fusion Linux ext4 virtual disk drive.<br> <a href="notes/linux-setting-date-time.txt">Setting the date &amp; time</a> on a Linux server from CLI </body></html>
Expand Down

0 comments on commit 11322b5

Please sign in to comment.