2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-22 05:42:52 +00:00

15 Commits

Author SHA1 Message Date
Daniel James
935a7d18e3 Add download tables to download page
Looks a bit ugly, perhaps also a bit redundant as the release notes are
generally good enough for downloading.
2017-07-30 19:20:49 +01:00
Daniel James
5e03142069 Remove unnecessary 'clear' tag
It's already in $BOOST_ROOT/index.php, so isn't needed in the template
file.
2017-03-02 10:27:26 +00:00
Daniel James
b6cf324f43 Only use the boostbook values store in page class in indexes
It's a bit awkward, but to generate a page needed to update
BoostPages_Page, which wasn't always appropriate. So now generate pages
just using the data from the quickbook source, combined with the state
data.
2016-12-05 09:01:39 +00:00
Daniel James
73afecaf71 Build 'in progress' release notes separately
So that they don't overwrite the beta release notes. This means that
there's no way to update the beta release notes, but I guess that can be
done manually.

I'm going to create a new page for 'in progress' release notes, and only
write the release notes pages for actual release (including beta
releases). That way the beta release notes can be left in place while
the release notes are updated for the next beta/full release. Changes to
the release notes after the final release will be updated.
2016-11-30 06:49:22 +00:00
Daniel James
776d5ce0fd Overhaul of release_data handling
Main change is that 'unversioned.qbk' now has null release_data. Will
result in a change to the qbk_hash, but I'll manually handle that. This
means that its no longer a 'release' but still want it to appear on
history page.
2016-11-14 22:53:35 +00:00
Daniel James
f730bb37e1 Use release data. 2016-05-29 19:50:18 +01:00
Daniel James
4f28b5bfdd Read libraries.htm template from repo. 2016-05-29 19:49:58 +01:00
Daniel James
d16dd734f4 Template comments. 2016-05-11 09:13:01 +01:00
Daniel James
72eed824d8 Quick and dirty mustache style template engine.
I didn't want to use the existing mustache, as I want to keep the site
dependency free for now, and not have to deal with caching compiled
templates. Might switch to using composer on the site in the future.

This isn't full mustache syntax, and might behave slightly differently?
2016-05-08 14:08:44 +01:00
Daniel James
8cac79b264 Extra library output code. 2016-05-06 09:46:17 +01:00
Daniel James
f5614c4da9 Fix character encoding. 2016-05-06 09:44:15 +01:00
Daniel James
f2551f20f9 Sort libraries by name. 2016-05-06 09:38:27 +01:00
Daniel James
67d1c7ce7f Messy template for libraries.htm in main repo. 2016-05-06 09:15:21 +01:00
Daniel James
36eb7eeff0 Filter pages before generating everything. 2016-04-10 10:08:54 +01:00
Daniel James
29e597e5b1 Port python code to php
Having the site in two different languages is a bit of a pain, so
convert everything to PHP.
2015-12-19 14:30:46 +00:00