diff options
-rw-r--r-- | README.org | 15 | ||||
-rw-r--r-- | build.lisp | 20 |
2 files changed, 25 insertions, 10 deletions
@@ -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) @@ -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" |