bigbigmdm / IMSProg

IMSProg - software for CH341A-based programmers to work with I2C, SPI and MicroWire EEPROM/Flash chips
https://antenna-dvb-t2.ru/IMSProg.php
GNU General Public License v3.0
215 stars 38 forks source link

Remove index.html or generate automatically on build from README.md to keep updated #50

Open Fantu opened 7 months ago

Fantu commented 7 months ago

Description

Actually, IMSProg_programmer/other/index.html seems manually generated from old version of README.md. This don't seem very good, so is better remove it, and include README.md in package docs or keep it updated. For keeping it updated, the best way is to generate on build (and keep it optionally if software required is installed). I did some very fast tests and the best software tested seems pandoc, done with: pandoc -s --metadata pagetitle="IMSProg" README.md -o index.html

Usage tips

bigbigmdm commented 6 months ago

Thanks, @Fantu! I am using your command pandoc -s --metadata pagetitle="IMSProg" README.md -o index.html and processing the html file with the chrome Single file extension. This extension packs all images into BASE64 and inserts them into the HTML document.