2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-29 20:12:14 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Daniel James
4d63c49bb2 Fix end section markup in new libraries script 2017-10-25 02:29:45 +01:00
Daniel James
0a46a41b84 Add names in 'new-libraries' script 2017-07-08 20:58:49 +01:00
Daniel James
b6fa0ec132 Include hidden libraries in get_for_version 2016-11-30 01:54:00 +00:00
Daniel James
3e28274c53 Clean up some of the confusing version code 2016-11-14 22:54:08 +00:00
Daniel James
b858635e19 Simple command line parser
A very simple command line parser to make the command line scripts a bit
more consistent and a tad more user friendly.
2016-10-16 12:52:01 +01:00
Daniel James
6876756499 Bootstrap is also appropriate for command line tools. 2016-10-16 11:29:39 +01:00
Daniel James
61bc6afe84 Optimize some regular expressions.
Prompted by:

http://stackstatus.net/post/147710624694/outage-postmortem-july-20-2016

Not really an issue here, as mostly processing our own files, so they
should be less problematic. The version number parsing code might have
an issue with really long URLs, but I don't think that's possible. But
fix it anyway.
2016-07-30 11:59:45 +01:00
Daniel James
3fd7bec5ff PHP 5.3 fix 2016-05-27 09:23:35 +01:00
Daniel James
09d6088f70 Fix new library links 2016-03-03 16:16:45 +00:00
Daniel James
cadb943071 Also generate html for root index file.
Really should be encoding text appropriately. After which, it might be
possible to do this all automatically e.g. root index file could be a
template which the documentation build generates the final file from.
2016-02-28 10:54:46 +00:00
Daniel James
a2afa9fb44 Little script to list new libraries. 2016-02-28 10:20:50 +00:00