bryancall opened a new pull request, #11:
URL: https://github.com/apache/trafficserver-site/pull/11

   ## Summary
   
   This PR modernizes the newsite with several updates:
   
   ### Changes
   - **Update build commands** to cmake --preset release (ATS 10+)
   - **Remove outdated links**: blog and wiki (no longer maintained)
   - **Update messaging**: Replace Yahoo donation history with current 
"terabits per second" scale
   - **Update branding**: Twitter → X
   - **Add config-driven site generator**: `versions.json` + `generate-site.py`
   
   ### New Site Generator
   
   Added a Python-based site generator that makes releasing new versions much 
easier:
   
   ```bash
   # Edit versions.json with new version info
   # Then run:
   python3 generate-site.py
   ```
   
   This generates `downloads.html` and `index.html` from templates, 
automatically filling in:
   - Version numbers
   - Release dates  
   - Download URLs (computed from version)
   - News items
   
   ### Files Added
   - `content/newsite/versions.json` - Version and news configuration
   - `content/newsite/generate-site.py` - Site generator script
   - `content/newsite/templates/` - HTML templates with placeholders


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to