78 lines
3.4 KiB
HTML
78 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<title>SlideScript API ~ The Lazy Language</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<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!" />
|
|
<link href="../style.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<table><tr><td>
|
|
<div class="header">
|
|
<img src="../sslogo.png" class="logoimg" title="SlideScript logo" alt="SlideScript" />
|
|
</div>
|
|
</td></tr><tr><td>
|
|
<div class="menu"><!--
|
|
--><a href="../index.html">Home</a><!--
|
|
--><a href="index.html">Documentation</a><!--
|
|
--><a href="https://notabug.org/Pentium44/slidescript">Git</a><!--
|
|
--></div>
|
|
</td></tr></table>
|
|
|
|
<div class="container">
|
|
<p>SlideScript is pretty simple, and to be worth working with, you
|
|
must know how to use it. I'm going to break down the basics of SlideScript
|
|
and the functions built-in to the core of the project. This page will
|
|
grow and adapt as the project moves onward. <b>Please note that some functions
|
|
may slightly differ when building nightly source!</b><br /><br />
|
|
|
|
Documentation / API:
|
|
<ol>
|
|
<li><a href="basics.html">Basics: Strings, variables, pipes, and math</a></li>
|
|
<li><a href="file-manipulation.html">File manipulation: Working with files</a></li>
|
|
<li><a href="functions.html">Functions: compare, loop, if, and if-not</a></li>
|
|
<li><a href="networking.html">Networking functions</a></li>
|
|
<li><a href="compression-encoding.html">Compression & Encoding</a></li>
|
|
</ol>
|
|
</p>
|
|
|
|
<h3>Get SlideScript:</h3>
|
|
<p>
|
|
SlideScript is available as source on
|
|
<a href="https://notabug.org/Pentium44/slidescript">NotABug</a>. In
|
|
due time, I will start compiling binaries for SlideScript for a range
|
|
of operating systems from *Nix 32/64 bit, Windows, OSX, Android (Termux),
|
|
and more! But due to rapidly changing in features, and bugfixes, its
|
|
just too unstable and... well... outdated after a week or two :D
|
|
</p>
|
|
|
|
<h3>IRC server</h3>
|
|
<p>
|
|
Still need help? Want to report a bug? Join us!<br /><br />
|
|
IP/Port: cddo.cc/1337<br />
|
|
Main hang channel: <b>#theroot</b><br />
|
|
FreeBox channel: <b>#freebox</b><br />
|
|
FreonLinux channel: <b>#freonlinux</b>
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="footer">
|
|
© 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 />
|
|
<p>
|
|
Powered by:<br />
|
|
<a href="https://freedns.afraid.org/">
|
|
<img style="width:100px;" src="https://freedns.afraid.org/images/freedns_crop.png" />
|
|
</a>
|
|
<a href="https://letsencrypt.org/">
|
|
<img style="width: 100px;" src="https://letsencrypt.org/images/le-logo-wide.png" />
|
|
</a>
|
|
<a href="http://jigsaw.w3.org/css-validator/check/referer">
|
|
<img style="border:0;width:80px" src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS!" />
|
|
</a>
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|