From d36b9ea0b54073f3121105e0b1f153620a1592fd Mon Sep 17 00:00:00 2001 From: BuildTools Date: Tue, 21 Aug 2018 17:06:31 -0500 Subject: [PATCH] Update README --- README | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README b/README index c0d7b9f..c1bc3f8 100644 --- a/README +++ b/README @@ -1,6 +1,12 @@ -This is a nightly release. This means that the material contained within -may not be suitable or reliable for actual use. This software is released -under no warrianty, and it's developers cannot be held liable for any +The past few weeks I've been working on a highly experimental fork of some web forum software called Acmlmboard 0.7. + +My first goal is to convert everything to MySQL (except smiles and post icons, at least for now) and I'm close to achieving that. My next goal is to clean up and optimize the code as well as documenting everything to ultimately create a lightweight base for others to fork and customize. + +As of right now though the code is a *mess*, and the converted pages are still quite buggy. I wouldn't recommend even looking at the code yet, but stay tuned. + +--------------------------------------- +DISCLAIMER:This software is releasedunder no warrianty, + and it's developers cannot be held liable for any complications that may arise from the use of this software. ---------------------------------------- WARNING: SPIKES AHEAD! @@ -75,4 +81,4 @@ Specific features: *Acmlm-provided code for username colors is currently disabled due to bugs. (Will be re-implemented soon, planned for next nightly) *Restrictions on forums (i.e. staff forums, read-only forums) haven't been implemented yet. Involves permissions. *Banned users haven't been implemented yet. Involves permissions. -*Ranks. I haven't even bothered with this code yet, and it probably needs to be rewriten. \ No newline at end of file +*Ranks. I haven't even bothered with this code yet, and it probably needs to be rewriten.