restic / others

Exhaustive list of backup solutions for Linux
MIT License
672 stars 55 forks source link

sort and select projects by tag #13

Open anarcat opened 7 years ago

anarcat commented 7 years ago

the TODO currently states:

In the future we plan to provide benchmarks using fakedatafs and a table to sort by the tag categories.

i have looked in the latter, and it seems to me the simplest solution would be to have one page per backup software and use some sort of page metadata to enumerate which tags apply to which page. this would probably imply the use of a static site generator.

having one page per software would also allow those page to feature benchmarks and other data about the tools.

i haven't reviewed the SSG alternatives in detail, but here's the one i thought would be worth mentioning:

Also note that Gitlab pages support any arbitrary SSG, not just Jekyll, which may make deployment easier because it doesn't require committing rendered content into git - it's just part of the regular CI system.

fd0 commented 7 years ago

I'd go for Hugo, with filtering via JavaScript. Sound like the easiest solution.