Circlean/doc/TODO

37 lines
1.6 KiB
Plaintext
Raw Normal View History

2013-01-16 16:34:06 +01:00
TODO
====
* the script locations should be changed in the next version so they don't sit
2016-02-10 10:05:11 +01:00
next to the rPi's example development code that ships with the stock rPi
2013-01-16 16:34:06 +01:00
* the system isn't optimised and should be : cleanup and making it as close to
stock as possible
2013-05-17 17:22:33 +02:00
[Npot sure] Starting process should be more obfuscated
2013-01-16 16:34:06 +01:00
* strip exif data and leave it in a .txt file next to the image it came from
=> exiftool
[Done with remount] set filesystem of OS in RO (physical switch and/or remount OS)
2013-02-08 18:13:17 +01:00
[OK] mount source key in RO and noexec <= also nosuid and nodev
[OK] mount target key with noexec <= also nosuid and nodev
2013-01-16 16:34:06 +01:00
* convert spreadsheets in csv ?
2013-05-17 17:22:33 +02:00
[done in HTML] convert documents (pdfs/*office/...) in images ?
[Not Needed] Have a look at Ghostscript to work on PDFs (.pdf -> .eps -> .png?)
[do everything as user] do not run the conversions as root -> run in chroot
2016-02-10 10:05:11 +01:00
* take eth0 down in /etc/network/interfaces or in the groomer script disable the
2013-01-16 16:34:06 +01:00
interface before anything happens
2016-02-10 10:05:11 +01:00
* hdmi should stay up: solvable by poking the power management timer
2013-01-16 16:34:06 +01:00
(better not to disable the PM completely)
2013-05-17 17:22:33 +02:00
[Done] get rid of pdfbox. remove need for java
[WIP] scripts to generate a SD card automatically (win/mac/linux)
2013-01-16 16:34:06 +01:00
* move the scripts away from /opt/
2013-02-18 00:14:54 +01:00
* strip back libreoffice to minimum required packages. in particular, if possible,
remove libreoffice-java-common package
* Write the groomer log on the destination key
[Done] use /etc/mime.types and file -b --mime-type <filename> to find out the type of
2013-02-18 00:14:54 +01:00
the file
* Extract metadata from all the files => https://mat.boum.org/
HTML Files
==========
- disable JS
- cleanup external imports (js/css/images)