- Start with working distros-gallery-v3 implementation
- Add modal HTML and CSS from current branch
- Add More button and modal JS for release/edition table
- Add torrent button styling
- Use v3's working Bootstrap card rendering approach (DOM elements)
- Add download modal with release/edition table from current branch
- Include lib/ files (bootstrap, font-awesome, animate)
- Add More button to each card for additional download options
- Include distros-releases.js for edition data
- Generate colored placeholder icons with distro initial letter
- Show based-on information from releases data
- Add basedof-badge styling
- Add category badge styling
Co-authored-by: openhands <openhands@all-hands.dev>
- Parsed releases and editions from public/ templates (102 distros)
- Shows version × edition matrix in modal
- For distros with editions (45): shows full table
- For distros with only releases: shows version list
- Table links go to homepage (actual URLs need get_() function)
- Download button now opens modal instead of direct link
- Modal shows: Download Latest, Download Torrent, DistroHopper info, Official website
- Works for all 211 distributions
- distros.html: Supported distributions from public/ (102 distros)
- all.html: All distributions from distributionhub (211 distros)
- Uses site theme (light/dark toggle)
- Card-based layout with search and filters
- Download buttons linking to ISOs
* docs: Simplify make rules for pandoc
This removes a --standalone duplicate and counter-productive
indirections like $(MANSECTION) because it prevents having more
than one and docs/Makefile hardcodes the section anyway.
* docs: Move quickemu_conf manual to section 5
Where it technically belongs... With the new make rules for pandoc, it's
actually much easier to manage manuals in several sections without much
overhead.
* docs: Remove potential quickemu_conf.1 leftover
man pages so far retain much of the installation and usage detail.
The README.md is now not really requiring regeneration as all the details
are referenced in the wiki. It will be added in a seperate commit which can be ignored
but serves to show the 'corrections' and style tweaks imposed by pandoc. These principally are line length and whitespace,
with some markdown pedantry