summary refs log tree commit diff
path: root/gfx/gfx.7
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-11 21:57:05 -0400
committerJune McEnroe <june@causal.agency>2018-09-11 21:57:05 -0400
commit56e8803c62da1f2a31e19b2b5ac460566f8e5d38 (patch)
treea8472c2484cd656bc2d5480cb2cb2135c6784c61 /gfx/gfx.7
parentRemove GAMES from BINS (diff)
downloadsrc-56e8803c62da1f2a31e19b2b5ac460566f8e5d38.tar.gz
src-56e8803c62da1f2a31e19b2b5ac460566f8e5d38.zip
Rewrite gfx.7 and render plaintext README
Diffstat (limited to '')
-rw-r--r--gfx/gfx.730
1 files changed, 30 insertions, 0 deletions
diff --git a/gfx/gfx.7 b/gfx/gfx.7
new file mode 100644
index 00000000..6a7097f1
--- /dev/null
+++ b/gfx/gfx.7
@@ -0,0 +1,30 @@
+.Dd September 11, 2018
+.Dt gfx 7
+.Os "Causal Agency"
+.
+.Sh NAME
+.Nm gfx
+.Nd graphical utilities
+.
+.Sh DESCRIPTION
+Graphial tools targeting
+Cocoa,
+X11
+and Linux framebuffer.
+.
+.Pp
+.Bl -tag -width "gfxx(1)" -compact
+.It Xr brot 1
+Mandelbrot renderer
+.
+.It Xr gfxx 1
+graphics data explorer
+.El
+.
+.Pp
+To build,
+run one of:
+.Pp
+.Dl make GFX=cocoa
+.Dl make GFX=x11
+.Dl make GFX=fb
1 +0200'>2015-08-14snapshot: use cgit_print_error_page() instead of html_status()John Keeping 2015-08-14plain: use cgit_print_error_page() instead of html_status()John Keeping 2015-08-14clone: use cgit_print_error_page() instead of html_status()John Keeping 2015-08-14cgit: use cgit_print_error_page() where appropriateJohn Keeping 2015-08-14ui-shared: add cgit_print_error_page() functionJohn Keeping 2015-08-14ui-patch: make sure to send http headersChristian Hesse 2015-08-13Makefile: make "git/config.mak.uname" inclusion optionalJohn Keeping 2015-08-13ui-shared: show full date in tooltip if longer ago than max_relativeJohn Keeping 2015-08-13ui-shared: use common function in print_rel_date()John Keeping 2015-08-13ui-shared: extract date formatting to a functionJohn Keeping 2015-08-13filter: don't use dlsym unnecessarilyJohn Keeping 2015-08-13ui-tree: use "sane" isgraph()John Keeping 2015-08-13cgit.h: move stdbool.h from ui-shared.hJohn Keeping 2015-08-13cache.c: fix header orderJohn Keeping 2015-08-13configfile.c: don't include system headers directlyJohn Keeping 2015-08-13Remove redundant includesJohn Keeping 2015-08-13Makefile: include Git's config.mak.unameJohn Keeping 2015-08-13tests: allow shell to be overriddenJohn Keeping 2015-08-13redirect: cleanlinessJason A. Donenfeld 2015-08-13redirect: be more careful for different cgi setupsJason A. Donenfeld 2015-08-12ui-log: fix double countingJohn Keeping 2015-08-12log: allow users to follow a fileJohn Keeping 2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld 2015-08-12filters: apply HTML escapingLazaros Koromilas 2015-08-12git: update to v2.5.0Christian Hesse 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt