Bitweaver - Kernel - Bugs

Created by: Lester Caine, Last modification: 11 September 2025

Starting point github kernel codebase and I've just merged a couple of pushes from the base BitweaverCMS copy. We are making progress.

  1. 1. sitemaps.php is not particularly a kernel problem, but it's above all other packages and kernel coordinates that. Need each package to provide a list of publicly visible pages which are then combined in a core page to be published and automatically updated. Starting point is perhaps just what the current standards are. Searchbots should also understand that some content is NOT available to be searched so for example Google complaining that it can't search the signin page is just irritating! Noindex has very good reasons and should be silently respected?
  2. Still need to work out why the APCu caching process is having trouble when adding things like .js and .css files to the cached object. It's currently switched off and responce time is not a problem, but anythng to reduce the server load further will be nice.
  3. Some templates still need a little more work to tidy them up, and help files are not working fully, but public users do not see that. Some legacy facilities probably need removing as well, but are left for reference at the moment.
  4.