31 lines
900 B
Plaintext
31 lines
900 B
Plaintext
{$start}
|
|
{$title} sad
|
|
|
|
{$begin-section} about
|
|
{$head} about sad (simple ansi documents)
|
|
sad is a custom document file format I initially inteded for note-taking and
|
|
terminal based documents, but I also began using it for school work and now for
|
|
my website.
|
|
|
|
<br><br>
|
|
|
|
It is a very simple document format bringing support for only this small feature set: <br>
|
|
* Sectioning <br>
|
|
* Styling / Coloring <br>
|
|
|
|
<br><br>
|
|
|
|
Due to personal preferences, all the sad specific things in documents are
|
|
controlled using "switches" similar to freepascal compiler switches.
|
|
|
|
<br><br>
|
|
|
|
The sadsuite is implemented in 100% freepascal. It is licensed under the BSD 3-Clause license.
|
|
|
|
{$begin-section} links
|
|
{$sub-head} links
|
|
* <a href="https://github.com/FelixEcker/sad">The sadsuite on GitHub</a><br>
|
|
* <a href="https://aur.archlinux.org/packages/sadsuite">The sadsuite in the AUR</a><br>
|
|
{$end-section}
|
|
{$end-section}
|