index.html 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <head>
  4. <title>SlideScript API ~ The Lazy Language</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <meta name="description" content="SlideScript API and Documentation section - SlideScript is a micro stripting language with the intent to give the world an effective shell like experience with the ability to use a sloppy syntax! SlideScript can do simple every day shell tasks like manipulating and working with files, and directories, piping, variable support, and backquoting, with a bit of spice like: built-in md5, and encoder / decoder, webserver, networking functions, tar and compression functions, PLUS MORE!" />
  8. <link href="../style.css" rel="stylesheet" type="text/css" />
  9. </head>
  10. <body>
  11. <table><tr><td>
  12. <div class="header">
  13. <img src="../sslogo.png" class="logoimg" title="SlideScript logo" alt="SlideScript" />
  14. </div>
  15. </td></tr><tr><td>
  16. <div class="menu"><!--
  17. --><a href="../index.html">Home</a><!--
  18. --><a href="index.html">Documentation</a><!--
  19. --><a href="https://notabug.org/Pentium44/slidescript">Git</a><!--
  20. --></div>
  21. </td></tr></table>
  22. <div class="container">
  23. <p>SlideScript is pretty simple, and to be worth working with, you
  24. must know how to use it. I'm going to break down the basics of SlideScript
  25. and the functions built-in to the core of the project. This page will
  26. grow and adapt as the project moves onward. <b>Please note that some functions
  27. may slightly differ when building nightly source!</b><br /><br />
  28. Documentation / API:
  29. <ol>
  30. <li><a href="basics.html">Basics: Strings, variables, pipes, and math</a></li>
  31. <li><a href="file-manipulation.html">File manipulation: Working with files</a></li>
  32. <li><a href="functions.html">Functions: compare, loop, if, and if-not</a></li>
  33. <li><a href="networking.html">Networking functions</a></li>
  34. <li><a href="compression-encoding.html">Compression &amp; Encoding</a></li>
  35. </ol>
  36. </p>
  37. <h3>IRC server</h3>
  38. <p>
  39. Still need help? Want to report a bug? Join us!<br /><br />
  40. IP/Port: cddo.cc/1337<br />
  41. Main hang channel: <b>#theroot</b><br />
  42. FreeBox channel: <b>#freebox</b><br />
  43. FreonLinux channel: <b>#freonlinux</b>
  44. </p>
  45. </div>
  46. <div class="footer">
  47. &copy; Chris Dorman, 2021 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode">CC BY-NC-SA 4.0</a> - Software GPLv2 licensed<br />
  48. <p>
  49. Powered by:<br />
  50. <a href="https://freedns.afraid.org/">
  51. <img style="width:100px;" src="https://freedns.afraid.org/images/freedns_crop.png" />
  52. </a>
  53. <a href="https://letsencrypt.org/">
  54. <img style="width: 100px;" src="https://letsencrypt.org/images/le-logo-wide.png" />
  55. </a>
  56. <a href="http://jigsaw.w3.org/css-validator/check/referer">
  57. <img style="border:0;width:80px" src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS!" />
  58. </a>
  59. </p>
  60. </div>
  61. </body>
  62. </html>