.. default-role:: code ################### Things to be done ################### Blog #### Fixes ===== - Make sure the `lisp` reader uses throwaway packages instead of polluting the global namespace Features ======== - Template: docstrings in template Cleanup ======= - How much of each artifact's internals need to be exposed? Make accessor functions? Constructor functions over `MAKE-INSTANCE`? - A proper blog plugin interface; we probably only want a constructor function which will then instantiate a blog artifact which in turn will instantiate all its subordinate artifacts. Thus the blog artifact acts as a façade to the entire blog plugin.