aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-08-14 08:15:59 -0500
committerColin Okay <colin@cicadas.surf>2022-08-14 08:15:59 -0500
commit9994437e2527ef70af849774d04b91815931b45c (patch)
tree0d7c4338af883e77ba35373aac6dfa2ba3fe637d
parent732ee50981ce6559b97fbfb5dcc9238165fb95ef (diff)
add contrib info to readme; formatting
-rw-r--r--README.org15
-rw-r--r--build.lisp20
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"