From de0ece10e2db3c489277c21084355322c111e321 Mon Sep 17 00:00:00 2001
From: Jordan Bancino man
pages are also available online for convenience:
User Documentation:
-Man Page | -Description | -
---|---|
telodendria(7) | --Start here. This page contains the project introduction, and provides -information about it, such as its status, how to contact the developers, and what -the source code license is. - | -
telodendria(8) | --Command line usage for Telodendria administrators. - | -
telodendria.conf(5) | --Configuration file options. - | -
telodendria-contributing(7) | --Contributing guide. - | -
telodendria-changelog(7) | --The change log for the Telodendria project. - | -
Developer Documentation:
Man Page | -Description | -
---|---|
porting(7) | --Want to package Telodendria for your operating system? -Look no further than this page. - | -
td(8) | --Build script and patch generation instructions. - | -
send-patch(8) | --A simple script to send patch files to the Telodendria project. - | -
Array(3) | --Dynamically-sized array API. - | -
Base64(3) | --Base64 implementation with Matrix's "unpadded base64" support. - | -
HashMap(3) | --A simple hash map implementation. - | -
Queue(3) | --Basic fixed-size circular queue implementation. - | -
Log(3) | --Logging framework used to log messages in Telodendria. - | -
Util(3) | --Misc utility functions that don't need their own header. - | -
Db(3) | --A minimal flat-file database with object locking and an efficient -cache. - | -
Memory(3) | --Smart memory management API. - | -
Json(3) | --A feature-complete API for reading and writing JSON. - | -
CanonicalJson(3) | --An extension to the Json API that implements Matrix's canonical JSON. - | -
TelodendriaConfig(3) | --Parse the configuration file into a structure. - | -
Matrix(3) | --Functions for writing Matrix API endpoints. - | -
Routes(3) | --Matrix API endpoint abstractions. - | -
Http(3) | --Encode and decode various parts of the HTTP protocol. - | -
HttpServer(3) | --Extremely simple HTTP server. - | -
Sha2(3) | --A simple implementation of the SHA2 hashing functions. - | -
Cron(3) | --A basic periodic job scheduler. - | -
User(3) | --Convenience functions for working with local users. - | -
Str(3) | --Functions for manipulating and creating strings. - | -
diff --git a/tools/bin/man-table b/tools/bin/man-table new file mode 100755 index 0000000..ede9878 --- /dev/null +++ b/tools/bin/man-table @@ -0,0 +1,34 @@ +#!/usr/bin/env sh + +printf "
Man Page | " +printf "Description | " +printf "
---|---|
$name($section) | " + printf "$description | " + printf "