Skip to content

Milestones

List view

  • - Generation: - Dynamic (Javascript) templating: - Fetching mascot list (or count) from config in runtime doesn't work on Webkit (Chromium) due to strict SOP. - Possible workaround: tell users to specify theme in home.html and rest in config.js - Generation overhead everytime page is opened. Maybe not big, but not strictly necessary. - Static templating (Script which outputs HTML for user to save): - [ ] Refresh/update Pyhton generator from [static-templating-OLD](https://github.com/Xender/homepage/tree/static-templating-OLD) branch - [ ] Make generator a webapp. - That would also be more accessible for Windows people than a Python script. - Current concept: textarea to paste config -> Javascript templater -> textarea to copy generated home.html + style.css - [ ] Possible enhancement: "Upload"/"download" files to/from Javscript (can HTML5 do both?) as an alternative to using textareas and copypasting. - [ ] Automatic favicons fetching for new search engines. - [ ] Automatic conversion to grayscale. - Make more themes

    No due date