diff --git a/handbook/computing/todo.html b/handbook/computing/todo.html index 43748deea..3f6325618 100644 --- a/handbook/computing/todo.html +++ b/handbook/computing/todo.html @@ -75,7 +75,7 @@ to-do list for programming you are likely to find anywhere. Every serious mainta

Wallets extras

-
Things wallets.py might do in future +
Things wallets stuff might do in future
  • - being more intelligent about .topo files and thus the lack of scan files,
  • @@ -124,7 +124,7 @@ to-do list for programming you are likely to find anywhere. Every serious mainta
    MIME types and filename extensions
  • We should use standard https://docs.python.org/3/library/mimetypes.html to convert between mimetypes and filenames, not our own hacks -
  • We should not be relying on filenames to accurately describe the format of the files. This is not robus and may also be a bit insecure. +
  • We should not be relying on filenames to accurately describe the format of the files. This is not robust and may also be a bit insecure. We should use python-magic or some other wrapper around Linux libmagic1 C library. But note that there are TWO packages called python-magic, see https://stackoverflow.com/questions/436220/how-to-determine-the-encoding-of-text/16203777#16203777
  • @@ -137,13 +137,6 @@ But note that there are TWO packages called python-magic, see https://stackoverf
    - -
    gardening our main model files for unused things -
  • get rid of 'expeditionday' as a concept everywhere ? -
  • - - -

    Expo Server

    document cgit installation and config
  • as per Wookey on Debian 10. Finish merging Wookey's instructions into handbook