|
Boost : |
Subject: Re: [boost] [BPM] Supporting an alternative to meta/libraries.json
From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2016-01-04 14:38:49
Louis wrote:
> From my understanding, this is directed by what the links in
> boost/libs/libraries.htm point to.
I'm not so sure about that.
Take Boost.Graph, whose entry in libraries.htm is in the form of:
< a href="graph/doc/table_of_contents.html" >graph< /a >
Yet visiting www.boost.org/libs/graph goes through:
http://www.boost.org/libs/graph/
301 Moved Permanently
http://www.boost.org/doc/libs/release/libs/graph/
303 See Other
http://www.boost.org/doc/libs/1_60_0/libs/graph/
301 Moved Permanently
http://www.boost.org/doc/libs/1_60_0/libs/graph/doc/index.html
200 OK
It hits graph's root level index.html which contains:
< meta http-equiv="refresh" content="0; URL=doc/index.html" >
Glen
-- View this message in context: http://boost.2283326.n4.nabble.com/BPM-Supporting-an-alternative-to-meta-libraries-json-tp4682457p4682463.html Sent from the Boost - Dev mailing list archive at Nabble.com.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk