Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-12 | scripts: Don't use cache on HTML Frame | Kuninori Morimoto | |
Web browser will use cached page if it is using Frame (Menu, Summary, etc), but it is not good for PeriJect user. To avoid the cache patch, this patch try to 1) remove frame html every make, 2) add "?xxx" after file name to make web browser think it's a different file. It works well on Chrome, but not sure on other browser. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | |||
2022-07-12 | scripts: remove Kaneko/Simon/Ulrich from menu | Kuninori Morimoto | |
They have no SoW with Renesas Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | |||
2021-02-09 | scripts: add html_menu.py | Kuninori Morimoto | |
Because current PeriJect is using scripts/myhtml.py to creating all HTML files, all files will be re-created if myhtml.py itself was updated. It is very verbose. This patch separates "menu" from it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> |