From 2745dbb1ced8bc25cf52f611c6d43ac6b5068a8c Mon Sep 17 00:00:00 2001 From: Pentium44 Date: Thu, 8 Apr 2021 03:07:40 -0700 Subject: [PATCH] Screw markdown README --- README.md => README.txt | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) rename README.md => README.txt (94%) diff --git a/README.md b/README.txt similarity index 94% rename from README.md rename to README.txt index 2aadc2f..275fd6f 100644 --- a/README.md +++ b/README.txt @@ -1,18 +1,21 @@ -SlideScript -=== -A simple, user friendly scripting language. -===== +====== +=== SlideScript +====== +A simple, user friendly scripting language for the average person. SS is meant to +be simple, and work as its documented as. SlideScript is a bin tool to say the +least and is a helpful *nix userland tool in the CLI -Using SlideScript +----- +Compiling ----- * Compile SS using the make command. * Install SS using make install. * Modify test.ss to learn the basics of SS. * Run ./test.ss to execute the script. - ***NOTE: if compiling on OSX/BSD, please uncomment #define BSD in src/config.h*** +----- Documentation ----- Here is a list of functions and features that SlideScript comes with @@ -71,6 +74,7 @@ net-listen.ss -> displays slidescript's raw listen socket net-toss.ss -> displays the 'client side' networking function. +----- Todo list ----- @@ -82,6 +86,7 @@ This section will obviously expand and adapt to the direction of the language. T * More networking function flexibility * File pull / file push functionality +----- Done ----- @@ -97,7 +102,7 @@ List of finished features, in a rough summary. * Shebang handling * Variable support - +----- Changelog ----- @@ -138,8 +143,8 @@ by V1.0.0 release! From there it will be molding and preserving the art. * Added variable handling with a buffer size of 2KB per variable, and cap of 2048 variables. * Now operates under the shebang! +----- Contributions ----- Robert (OldCoder) Kiraly -> shebang support and string manipulations - (C) Copyright 2014-2021 Chris Dorman, some rights reserved (GPLv2)