From 9994437e2527ef70af849774d04b91815931b45c Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sun, 14 Aug 2022 08:15:59 -0500 Subject: add contrib info to readme; formatting --- README.org | 15 +++++++++++++++ build.lisp | 20 ++++++++++---------- 2 files changed, 25 insertions(+), 10 deletions(-) diff --git a/README.org b/README.org index 60f638f..0b8fadd 100644 --- a/README.org +++ b/README.org @@ -34,6 +34,21 @@ olwiki-server --config /path/to/a/config/file See the example config file for what to pass to --config +** Contributing + + To get a look at what I intend to add or change or fix you can look [[https://cicadas.surf/~colin/project-oneliners.wiki.html][here]] + + If you'd like to contact me, you can email me at colin@cicadas.surf + or message me on mastodon @antisphex@mastodon.sdf.org + + If you have made an improvement that you would like me to include + here, you can: + + 1. point me to a publicly accessible git repo so I can pull your branch + 2. send me a patch file by email + + + ** Copyright Copyright (c) 2022 Colin Okay (colin@cicadas.surf) diff --git a/build.lisp b/build.lisp index f35eb08..5ee8b3b 100644 --- a/build.lisp +++ b/build.lisp @@ -3,16 +3,16 @@ (ql:quickload :oneliners.api) (swank:swank-require - '(SWANK-IO-PACKAGE::SWANK-INDENTATION - SWANK-IO-PACKAGE::SWANK-TRACE-DIALOG - SWANK-IO-PACKAGE::SWANK-PACKAGE-FU - SWANK-IO-PACKAGE::SWANK-PRESENTATIONS - SWANK-IO-PACKAGE::SWANK-MACROSTEP - SWANK-IO-PACKAGE::SWANK-FUZZY - SWANK-IO-PACKAGE::SWANK-FANCY-INSPECTOR - SWANK-IO-PACKAGE::SWANK-C-P-C - SWANK-IO-PACKAGE::SWANK-ARGLISTS - SWANK-IO-PACKAGE::SWANK-REPL)) + '(SWANK-IO-PACKAGE::SWANK-INDENTATION + SWANK-IO-PACKAGE::SWANK-TRACE-DIALOG + SWANK-IO-PACKAGE::SWANK-PACKAGE-FU + SWANK-IO-PACKAGE::SWANK-PRESENTATIONS + SWANK-IO-PACKAGE::SWANK-MACROSTEP + SWANK-IO-PACKAGE::SWANK-FUZZY + SWANK-IO-PACKAGE::SWANK-FANCY-INSPECTOR + SWANK-IO-PACKAGE::SWANK-C-P-C + SWANK-IO-PACKAGE::SWANK-ARGLISTS + SWANK-IO-PACKAGE::SWANK-REPL)) (sb-ext:save-lisp-and-die "olwiki-server" -- cgit v1.2.3