asciiblaster- draw irc art in your web browser |
git clone git://git.acid.vegas/asciiblaster.git |
Log | Files | Refs | Archive | README |
index.html (1634B)
1 <!-- http://jollo.org/licensing/public/LNT-1.txt --> 2 <meta charset="UTF-8"> 3 <link rel="stylesheet" href="../css/sally.css" type="text/css" charset="utf-8" /> 4 <link rel="stylesheet" href="../css/ak.css" type="text/css" charset="utf-8" /> 5 <link rel="stylesheet" href="http://jollo.org/assets/jibber/css/nitelite.css" type="text/css" charset="utf-8" /> 6 <style> 7 body { font-family: 'FixedsysExcelsior301Regular'; } 8 a:nth-of-type(2n+1), a { color: #0f0; } 9 a:nth-of-type(2n+2), a { color: #ff0; } 10 </style> 11 12 <br><br> 13 <center> 14 15 <table border=35 cellpadding=10> 16 <tr><td style="background: rgba(0,0,100,0.5)"> 17 <h1>asdf.us/ascii documentation</h1> 18 19 <span style="white-space: pre; color: white;"> 20 These are some handy documents which address some of the more obscure 21 features of the asdf.us color code tool: 22 23 * <a href="tips.txt">tips.txt</a> - Tips on using the keyboard 24 * <a href="irssi.txt">irssi.txt</a> - Instructions on using IRSSI to make color codes. 25 * <a href="nopaint.txt">nopaint.txt</a> - A guide to "No Paint" 26 27 Documents on Shaders 28 29 * <a href="shadetut.txt">shadetut.txt</a> - A brief tutorial on ASCII shaders. 30 * <a href="shaders/brush.txt">shaders/brush.txt</a> - Shaders designed to work on the brush 31 * <a href="shaders/canvas.txt">shaders/canvas.txt</a> - Shaders designed to work on the canvas 32 * <a href="shaders/util.txt">shaders/util.txt</a> - Miscellaneous utilities / snippets 33 34 For more information on IRC, Color Codes, and much more, visit the 35 <a href="http://jollo.org/LNT/doc/">documentation sitemap</a>, part of the <a href="http://jollo.org/">Jollo IRC Network</a>. 36 37 <a href="https://asdf.us/ascii/">asdf.us/ascii</a> 38