2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-17 14:22:09 +00:00
Commit Graph

571 Commits

Author SHA1 Message Date
Automated Commit
076ace6e03 Update documentation list 2017-07-07 15:10:36 +00:00
Daniel James
d826d0435f Rebuild libraries.txt 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
Automated Commit
1d48be1f4b Update documentation list 2017-06-18 18:10:39 +00:00
Daniel James
49c228f6d6 Only suppress boost header in new location of assert docs 2017-06-10 17:34:25 +01:00
Daniel James
49a4517d04 Don't add boostorg header to assert documentation 2017-06-10 14:50:44 +01:00
Daniel James
ac91fe9cc7 Fix generate.php for non-standard branches 2017-06-09 21:16:51 +01:00
Automated Commit
5d7db6c0e9 Update documentation list 2017-06-01 16:06:29 +00:00
Automated Commit
8ab352ba3b Update documentation list 2017-05-19 12:11:10 +00:00
Automated Commit
c097658b59 Update documentation list 2017-04-27 00:11:27 +00:00
Daniel James
8f1c887175 Update the documentation list for the new release 2017-04-19 21:26:33 +00:00
Daniel James
4fefaf2736 Release 1.64.0 2017-04-19 18:43:43 +01:00
Daniel James
f7463d467e Update documentation for 1.64.0 2017-04-17 16:15:28 +00:00
Daniel James
b5c7a42825 Tell mutache whether the number of unreleased libraries is plural 2017-03-30 17:38:27 +01:00
Daniel James
218c4b26bf Update 'latest' documentation
Oops, forgot to do that. Really need to use the release data instead.
2017-03-30 16:24:58 +00:00
Automated Commit
afb5ef5d99 Update documentation list 2017-03-28 04:11:38 +00:00
Daniel James
353dbc7053 Update documentation for 1.64.0 beta 1 2017-03-23 14:24:55 +00:00
Automated Commit
cc74bf1f3e Update documentation list 2017-02-24 01:22:28 +00:00
Daniel James
3ed360b577 Merge branch 'develop' 2017-02-23 20:49:31 +00:00
Automated Commit
171f5fed4a Update documentation list 2017-02-22 01:21:37 +00:00
Daniel James
485f3e2633 Remove old .htaccess rules that no longer do anything
Haven't had the necessary softlink for a while.
2017-02-19 00:34:19 +00:00
Daniel James
9d8e03cb39 Quick download information script 2017-02-09 13:28:48 +00:00
Automated Commit
842134707f Update documentation list 2017-02-04 01:21:30 -05:00
Daniel James
38a3eaa5ec Auto-capitalize library names 2017-01-25 01:10:56 +00:00
Daniel James
5051b6d233 Redirect old beta documentation 2017-01-22 13:14:55 +00:00
Daniel James
42043ac2b2 When generating pages, get version info from Jamroot 2017-01-21 13:13:34 +00:00
Daniel James
768ceaa946 Fix case insensitive category names
Now they are indexed by lower case name, and library category is stored
in lower case.
2017-01-21 13:13:34 +00:00
Automated Commit
c7d5438366 Update documentation list 2017-01-16 01:21:29 -05:00
Daniel James
31f02f60f2 Delete the documentation fixes
They are now at:

https://github.com/boostorg/documentation-fixes
2017-01-15 21:04:50 +00:00
Daniel James
c38933c9f3 Merge branch 'develop' 2017-01-15 19:56:29 +00:00
Daniel James
8f836f94f1 Fix bad documentation path in last commit 2017-01-15 03:17:18 +00:00
Daniel James
54cd38689b Fix links to very old versions of Octonions/Quaternions docs 2017-01-15 03:13:49 +00:00
Daniel James
de6feb6413 Don't use lower case category
The category view was broken because it was converted into lowercase, so
only lowercase paramater values when appropriate. Unfortunately the code
for generating the links at the top is case sensitive, so they're
slightly wrong if a parameter value has the wrong case, but that's
unlikely, and not that bad. Will need to improve this though.
2017-01-14 23:56:31 +00:00
Daniel James
d8534ea0d6 Merge branch 'master' into develop 2017-01-14 23:05:02 +00:00
Automated Commit
df128bc6e3 Update documentation list 2017-01-14 01:21:52 -05:00
Daniel James
b8e0135918 Missing log image 2017-01-13 21:55:01 +00:00
Louis Dionne
f76dbd5127 Add documentation for Hana missing from Boost 1.63.0 2017-01-12 10:34:42 -08:00
Automated Commit
d3d3dcc022 Update documentation list 2017-01-11 01:21:39 -05:00
Daniel James
c933ae3b16 Add missing algorithm documentation
Actually from the last version of boost, as I can't build the
documentation right now, but there haven't been any
significant changes.
2016-12-26 16:44:15 -05:00
Daniel James
96885f794a Add missing algorithm documentation
Actually from the last version of boost, as I can't build the
documentation right now, but there haven't been any
significant changes.
2016-12-26 16:42:54 -05:00
Daniel James
501791cb76 Merge branch 'release-1.63.0' into develop
Conflicts:
	generated/state/feed-pages.txt
	generated/state/page-cache.txt
	generated/state/release.txt
2016-12-26 16:16:30 -05:00
Daniel James
877a98a0e1 Release 1.63.0 2016-12-26 16:13:35 -05:00
Daniel James
1ff8cddecc Add 'latest_link' box to documentation list 2016-12-11 15:38:50 +00:00
Daniel James
af5bb69290 Rename/comment a few variables and functions 2016-12-11 14:56:42 +00:00
Daniel James
59bbd40d38 Allow 1.63.0 docs to be visible on the main site 2016-12-11 13:21:05 +00:00
Daniel James
3f7f194a9d Manually update latest version in library list
Minor bug as it's only updated when the release is finalised, not when
the documentation is added. I really need to get rid of this and use the
release data instead.
2016-12-11 05:17:37 +00:00
Daniel James
addd2d0edf Merge branch 'master' into develop 2016-12-11 04:59:16 +00:00
Daniel James
f34369d42c Update library data for hidden libraries
For the version, I used the earliest tag in the library. Stopwatch won't
update correctly until my pull request is accepted.
2016-11-30 05:29:47 +00:00
Daniel James
8abdbd3938 Remove a load of old TODO notes
boost_archive.php:

For mime types, the current list seems fine, and a full list doesn't
seem feasable.

boost_filter_text.php:

For supporting other character sets, could possibly use
mb_detect_encoding to guess the file's encoding, but it's not currently
installed on the server, and I think guesses are probably no better than
just assuming everything is UTF-8. The alternative would be some
mechanism to specify a file's (path's?) encoding, but I'm sure that can
be done if the need arises.

boost_library.php:

If it turns out that a better exception is needed, then it will be
handled then, so I'm not concerned with that TODO note.

boost_pages.php:

Sourceforge is redirecting downloads to the right place, so I'll not
bother with '/download' at the end. It's probably better if the download
URLs have the right filename.

boost_simple_template.php:

I don't think the simple template class really needs to support tricky
edge cases, so I'll just leave that alone.

doc/libraries.php:

I don't think anyone's desperate to see the library list for ancient
versions. If they are, they can get the it in json format using:
http://www.boost.org/doc/libraries.json.php?version=1.11.1

site-tools/git-prep-beta.sh:

Coming back to this, I think the answer is no. A change on master is
only really made when it has been pushed to remote, if it's only local
then it might get rebased.

This script doesn't actually get much use now that there are long
standing unmerged changes in beta, but it used to work well for me.

site-tools/update-doc-list.php:

Other TODO note was to make the script a little more automatic when run
against a local git tree, but I don't think that's a use case to support
in general. The tree might not be fully synced, or might be checked out
from a tag, which would be harder to check.
2016-11-30 01:53:57 +00:00
Daniel James
451e564c26 Use exceptions for http errors
Not how I'd normally do this, but seems cleaner than exiting the script
in the middle of a constructor.
2016-11-30 01:30:37 +00:00