2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-26 07:02:23 +00:00

937 Commits

Author SHA1 Message Date
Mohammad
a9d23e6fef Read current version from generated file 2023-07-10 14:02:40 +00:00
Mohammad
6c8a73e567 Add boost-gecko script to heading 2023-07-07 14:50:42 +00:00
Mohammad
0f4290a3b8 Add boost-gecko script 2023-06-28 13:57:18 +00:00
Matt Borland
fbd61c860b Fix bad links 2023-04-03 16:54:21 +02:00
Glen Fernandes
7bee278d22 Retire the BLOM program which now has no owner and no contact 2023-02-27 09:24:03 -05:00
Glen Fernandes
b8d4ebd93f Add memoriam to menu 2022-02-21 21:16:00 -05:00
Glen Fernandes
9d8efb0496 Add link to GitHub 2021-12-13 18:04:18 -05:00
René Ferdinand Rivera Morell
0b3ac11636 Adjust B2 name and link to "local" direct location. (#604) 2021-03-12 12:27:19 -05:00
sdarwin
1c53e5434f Lock mustache/spec to sha in composer.lock 2021-03-09 19:33:39 +00:00
Glen Fernandes
f71a485783 Merge pull request #591 from sdarwin/website_doc
website doc
2021-03-08 12:33:05 -05:00
Donovan
1f7561b524 Update 'C++ Minimum' sort
- Put libs with missing cxxstd values after the ones with values
- Increase the width of 'C++ Standard Minimum Level' label
2021-01-21 11:09:36 +08:00
Donovan
1f335ba82f Add secondary sort by name to C++ Minimum (cxxstd)
- Added secondary sort by library's name on same cxxstd values When sorting by C++ Minimum
- Removed 'std' from XML parsing as it has been removed from the XML file by the latest build.
2021-01-13 01:29:48 +08:00
Donovan
0404ee4a2f Put 'std', 'cxxstd' field for xml parsing
- Put 'std' field back for xml parsing for the time-being
- Remove 'std' field in xml export
2021-01-12 02:02:22 +08:00
Donovan
047a33cb22 Remove all std references
- Removed 'std', 'std-proposal', 'std-tr1' throughout the codes
- Titlize 'C++ standard minimum level' in the doc page
2021-01-11 10:19:38 +08:00
Donovan
787eb56589 Update library doc page with 'Standard' field removed
- Remove 'Standard' field from each library info
- Remove 'Standard Proposals' and 'TR1 libraries' from sort categories
- Add 'C++ Minimum' to sort categories
2021-01-10 10:59:11 +08:00
sdarwin
adcad49084 website doc 2020-11-03 17:43:42 +00:00
Automated Commit
d13509c653 Update documentation list 2020-06-23 19:14:22 +00:00
Glen Fernandes
d6d26b348d Further changes from US-ASCII to UTF-8 2020-04-10 17:41:08 -04:00
Glen Fernandes
726203d919 Update charset to utf-8 2020-04-10 17:37:30 -04:00
Mateusz Łoskot
34cc9db5a1 Update Wiki link to following the recent move of Boost Wiki 2020-02-12 09:24:06 +01:00
Mateusz Łoskot
6bf7da0c2f Update Wiki link to point at GitHub Wiki
Fixes #471
2020-02-11 19:36:38 +01:00
Daniel James
e4bd4ef642 Use valid URN in RSS feed
From CSS validator:

https://validator.w3.org/feed/docs/error/InvalidURN.html
2018-04-13 11:38:43 +01:00
Daniel James
42a8980205 Add atom:link with rel="self"
As recommended by the RSS validator:

https://validator.w3.org/feed/docs/warning/MissingAtomSelfLink.html
2018-04-13 11:37:09 +01:00
Daniel James
108ea7216b Store guids so they don't change when website URL changes
Converting everything to https was going to change the guid of every RSS item.
By storing them, they won't be affected by such changes to the code.
2018-04-13 11:14:58 +01:00
Daniel James
a4f4815023 Code changes to support HTTPS 2018-04-13 09:14:48 +01:00
Daniel James
40688e1552 Update links for https
Mostly in comments. Might be better to use relative links from html.
2018-04-13 09:14:48 +01:00
Daniel James
d60c77817a Test that base_links works with a https base 2018-03-25 11:22:43 +01:00
Daniel James
d36ba12f4d Match https links to boost.org in html filter 2018-03-25 11:18:30 +01:00
Daniel James
beec5f4bb9 Use https for validator links
They're not working on https pages as the referrer link isn't set for http
links. This might fix them. It might be best to just remove them though,
no one's checking that the pages are still valid xhtml.
2018-03-25 10:34:40 +01:00
Daniel James
c43636d2e9 Update links/images from opensource.org to use https 2018-03-25 10:23:05 +01:00
Daniel James
3c3cfbe69d Remove google analytics from main site pages 2018-02-12 11:08:32 +00:00
Daniel James
3aa079f3fc Copy local changes from server
To have a record of what's actually in use, to make it easier to change them,
and to make updating the website simpler.
2018-02-12 11:06:04 +00:00
Daniel James
3ffbdb5cf0 Use UTF-8 on error page
Should probably do this everywhere.
2018-02-09 17:36:05 +00:00
Daniel James
48f05b1a47 Use html_encode that handles invalid UTF-8 everywhere
Trying to view documentation with an invalid path would cause an error when it
encoded the path in the 404 error page, so rather than fix that case, just use
a safer function everywhere. Although maybe should be a bit more cautious about
displaying user supplied text?
2018-02-09 17:21:53 +00:00
Daniel James
9dd59ce7e0 Use json for release data
Wrote some custom code for writing json as the pretty print option isn't
available on older versions of php.
2018-02-06 20:32:12 +00:00
Daniel James
ed71b42d97 Quick hack to get raw pages 2018-01-30 18:04:18 +00:00
Daniel James
2f6d3a0e3f Add viewport metatag to boostbook documentation 2017-11-05 22:15:55 +00:00
Daniel James
e05866aa1c Update google search box 2017-11-04 13:35:30 +00:00
Daniel James
3ea5b26f2e Don't send error headers if headers have already been sent 2017-09-14 16:34:06 +01:00
Daniel James
15b21ff234 Support 'fallback' directory in documentation-fixes 2017-09-09 19:29:51 +01:00
Daniel James
90814d8302 Add 'minor release' for non-point release number, and use in template 2017-08-27 23:53:31 +01:00
Daniel James
c1256a876a Include the body tag in develop_box filter 2017-08-27 22:47:20 +01:00
Daniel James
4770b0c110 Add yellow box to top of root index page 2017-08-27 15:05:12 +01:00
Daniel James
11c4e5f549 Disable last modified date for directory lists
Disables both the last modified and etag headers. I think they work
okay, but I'm not sure, and it doesn't cost much to disable them.
2017-08-07 19:29:53 +01:00
Daniel James
f31c2898b1 Close comment 2017-08-03 18:50:43 +01:00
Daniel James
1e8df7203c Make the cache expiration date shorter
Fixes #262
2017-08-03 16:02:36 +01:00
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
696ea6ee6e Store 'params' as member variables in BoostArchive 2017-07-30 19:20:49 +01:00
Daniel James
baad1c756e Add some php-doc comments to BoostArchive 2017-07-23 13:43:12 +01:00
Daniel James
c106968b3e Remove some redundant code from BoostArchive::display_raw_file 2017-07-23 13:43:12 +01:00