cl-hssg/TODO.rst
HiPhish 7cf34ca065 Construct public interface to blog plugin
The blog plugin now only exposes the blog artifact constructor method
and the configuration parameters.
2022-09-08 19:23:42 +02:00

27 lines
508 B
ReStructuredText

.. 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
- Localization: Fall back to English if a particular key does not exist for the
target language
Cleanup
=======
- How much of each artifact's internals need to be exposed? Make accessor
functions? Constructor functions over `MAKE-INSTANCE`?