rbbeeston
3735bdf32c
Insert Plausible script
2024-09-01 08:56:16 -07:00
Andrey Semashev
c1b18f02db
Updated links to BoostBook documentation.
...
The main redirect page is tools/boostbook/index.html, so point all
links to that page. It will then redirect to the actual place where
the built BoostBook documentation is (which is currently
tools/boostbook/doc/html).
Refs https://github.com/boostorg/boostbook/issues/29 .
2024-08-26 06:25:43 -04:00
sdarwin
4b32a8b3ed
Download links at archives.boost.io
2024-05-21 10:21:57 -06: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
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
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
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
Daniel James
238e5114c6
Update page data before generating quickbook page
...
Need to do it first, in order to set the page location. It might be best
to also do this every time the page is regenerated?
2017-07-13 17:01:01 +01:00
Daniel James
1a1dd6810a
Remove the chrono/Stopwatch manual metadata override
...
It now has status=unrelease in both develop and master.
2017-07-08 20:53:44 +01:00
Daniel James
53ea7b52cd
Don't write out empty authors tag
2017-07-02 14:52:36 +01:00
Daniel James
2b2298c599
Add support for 'removed' status + remove TR1
2017-07-02 14:52:36 +01:00
Daniel James
cd8ecff9ae
Move asciidoctor header css into main css file
2017-06-18 13:10:43 +01:00
Daniel James
d35a3e755d
Add body class to asciidoctor docs
2017-06-18 13:07:34 +01:00
Daniel James
7f698ab503
Detect asciidoctor docs, and fix header style
2017-06-18 13:07:12 +01:00
Daniel James
d9a990c8b9
Fix json bintray-version
2017-06-17 13:35:24 +01:00
Daniel James
64cfbd90a0
Fix indentation
2017-06-15 13:22:21 +01:00
Daniel James
e951d500b5
Support json bintray-version files
2017-06-15 13:22:09 +01:00
Daniel James
379bcdc16f
Fix protocol in error_handler
2017-06-09 21:16:51 +01:00