This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch efl
in repository laugh.
View the commit online.
commit a4eac36da637a6d01ca724b1703298f76b6db4fe
Author: melerva <[email protected]>
AuthorDate: Sun Sep 21 21:34:27 2025 -0400
Need to start documenting properly
---
README.md | 3 ---
doc/README.md | 5 +++++
doc/laugh1.adoc | 40 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 45 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 250b234..8e68966 100644
--- a/README.md
+++ b/README.md
@@ -86,9 +86,6 @@ See also: the provided APKBUILD file.
- some system for using `require` to grab functions from other apps
- separate shared object for EFL bindings, for use in other projects;
option to statically link it to laugh
-- `laugh.ui` as a toolkit-independent toolkit. Backends will be EFL,
- Qt, or ncurses.
- - Argument on launch to pick backend, autodetect otherwise?
- remove physfs dependency by having it fallback to an application
directory or something on platforms without physfs support
- binfmt handler for .laf file extension (just renamed .zip)
diff --git a/doc/README.md b/doc/README.md
new file mode 100644
index 0000000..ff6f94b
--- /dev/null
+++ b/doc/README.md
@@ -0,0 +1,5 @@
+laugh1.adoc: man page for running `laugh`
+
+laugh7.adoc: man page for actually writing apps in it
+
+seed.c: Henk Boom's original program for posterity
diff --git a/doc/laugh1.adoc b/doc/laugh1.adoc
new file mode 100644
index 0000000..0c76ab4
--- /dev/null
+++ b/doc/laugh1.adoc
@@ -0,0 +1,40 @@
+= laugh(1)
+:doctype: manpage
+:manmanual: LAUGH
+:mansource: LAUGH
+
+== NAME
+
+laugh - Run Laugh framework applications
+
+-- SYNOPSIS
+
+*laugh* [--] <APP> [APP_OPTIONS]...
+
+*laugh* --help
+
+-- OPTIONS
+
+--help::
+ Print a basic usage guide and exit without doing anything else.
+
+--::
+ Stop processing options; next argument will be _APP_ no matter what
+ it looks like.
+
+APP::
+ The app to run. Must be an archive compatible with PhysicsFS (preferably
+ ZIP), or a folder with the same structure.
+
+Everything after _APP_ is passed directly to the application.
+
+== EXIT STATUS
+
+*0*:: Success.
+non-zero:: Failure.
+
+May also exit with any code specified by the running app.
+
+== SEE ALSO
+
+laugh(7):: syntax and API documentation
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.