From 9a86d82f9b5b33799c3b1af2a3e5487220998772 Mon Sep 17 00:00:00 2001 From: kts of kettek Date: Wed, 18 May 2016 03:28:42 -0700 Subject: [PATCH] Minor software wiki edit Modified software page to more closely match games page. --- wiki/columbarium.qwk | 9 ++++++ wiki/software.qwk | 66 ++++++++++++++++++++++++++++++-------------- 2 files changed, 55 insertions(+), 20 deletions(-) diff --git a/wiki/columbarium.qwk b/wiki/columbarium.qwk index e456261..f26c933 100644 --- a/wiki/columbarium.qwk +++ b/wiki/columbarium.qwk @@ -14,6 +14,15 @@ Beginnings of a roguelike engine + game. ## Software ### proclib + * **Site**: [proclib](/software/proclib) + * **Year**: 2015 + * **Language**: C + * **System**: Linux, Windows, OS X, whatever you can get C to compile on + +Experimental procedural generation library. + +Doggedly attempt to understand proclib's syntax, I dare you (it's actually pretty straight forward). + ### kettext ### noirchat ### netwine diff --git a/wiki/software.qwk b/wiki/software.qwk index eef82fe..41e3a29 100644 --- a/wiki/software.qwk +++ b/wiki/software.qwk @@ -5,48 +5,74 @@ Most of the still usable and/or relevant things I've created -- see [Columbarium ---- -## Substantial Things -### [Adobar](/software/adobar) -- HTML5/CSS3 Animation Program - * **Whyy**: Because everything else sucks. +### LGS -- Let's Get Shredded + * **Site**: [LGS](/software/LGS) + * **Year**: 2016 + * **Language**: JavaScript + * **System**: Any modern JavaScript browser supporting HTML5 + +A graphing and management browser application for getting swole. + +### Adobar -- HTML5/CSS3 Animation Program + * **Site**: [Adobar](/software/Adobar) + * **Year**: 2016 + * **Language**: XUL * **System**: Linux, Windows, OS X, anything supported by XUL. Actually create HTML5/CSS3 animations with this XUL program! -### [QWiki](/software/qwiki) -- Node.js file-based wiki to make life easy. - * **Whyy**: Because simplicity. - * **System**: Anything supported by Node.js + +### QWiki -- Node.js file-based wiki to make life easy. + * **Site**: [QWiki](/software/QWiki) + * **Year**: 2015-2016 + * **Language**: JavaScript + * **System**: Anything supported by Node.js A Node.js HTTP server that provides a customizable wiki using files as the database. Easily expandable to use different text renderers, such as Markdown. + [![QWiki.png](/software/QWiki.png)](/software/QWiki.png) -## Minor Things -### [polymail](/software/polymail) -- Send spam with ease! - * **Whyy**: Creating and sending newsletters via console was annoying. + +### polymail -- Send spam with ease! + * **Site**: [polymail](/software/polymail) + * **Year**: 2015-2016 + * **Language**: JavaScript * **System**: Anything supported by Node.js A Node.js program that manages sending emails to multiple recipients, using Markdown as the default newsletter's renderer. -### [ARK](/software/ark) -- become a Cool Kid(tm) with a **brand new** directory indexer! - * **Whyy**: AJAX. +### ARK -- become a Cool Kid(tm) with a **brand new** directory indexer! + * **Site**: [ARK](/software/ARK) + * **Year**: 2015 + * **Language**: PHP * **System**: Apache/PHP A fancy HTML5 & JavaScript PHP directory index intended to replace Apache's default. -### [proclib](/software/proclib) -- struggle with a parser in the pursuit of randomization. - * **Whyy**: Experimentation in guided randomized map generation via a custom parser +### proclib -- struggle with a parser in the pursuit of randomization. + * **Site**: [proclib](/software/proclib) + * **Year**: 2015 + * **Language**: C * **System**: Linux, Windows, OS X, whatever you can get C to compile on +Experimental procedural generation library. + Doggedly attempt to understand proclib's syntax, I dare you (it's actually pretty straight forward). -### [EBIC](/software/EBIC) -- batch convert all the images! - * **Whyy**: At the time, a distinct lack of any similar simple utility. +### EBIC -- batch convert all the images! + * **Site**: [EBIC](/software/EBIC) + * **Year**: 2011? + * **Language**: AppleScript * **System**: Mac OS 10.3+ AppleScript frontend to `sips` for converting/resizing images en masse. -### [EPPPD](/software/EPPPD) -- pppd all the TTY devices! - * **Whyy**: Playing with AppleScript. + +### EPPPD -- pppd all the TTY devices! + * **Site**: [EPPPD](/software/EPPPD) + * **Year**: 2011? + * **Language**: AppleScript * **System**: Mac OS 10.3+ AppleScript frontend to pppd. -## Scripts -### [JavaScript](/software/js) + +### [JavaScript Scripts](/software/js) A collection of scripts pertaining to JavaScript, generally for the browser or Node.js. -### [Shell scripts](/software/shell) +### [Shell Scripts](/software/shell) Various shell scripts for shell scripting things.