Open andy5995 opened 6 years ago
@AlexChristoforides , do you also like to work with HTML and CSS?
Looks like htsearch is using templates in the installdir directory. I haven't figured out yet how the templating system works. I'd like to understand it better so that we don't leave behind any unnecessary code when we switch to a different template method.
If it's clear to anyone, feel free to take this ticket.
Now that the guts of the new web site are in place (#55), we have a site generator that can be modified a little to make some new pages for the hlsearch results pages. Once I convert the existing pages, they'll be ready for a new design.
Here's an example of what they look now:
A recent screenshot when testing locally
The html for that is in https://github.com/solbu/hldig/tree/master/installdir
and the css: https://github.com/solbu/hldig/tree/master/docs/assets/css
Coming up soon on the TODO list is modernizing the html code output by
htsearch
.Some of that output can be seen by doing a search at http://htdig.dreamhosters.com/
So far I'm heavily leaning toward using @dafky2000's simplectemplate. I think it would be the perfect library for this task.