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

271 Commits

Author SHA1 Message Date
Mateusz Łoskot
f4aa58bee3 Update bug tracker links from Trac GitHub 2018-09-06 18:20:30 +02:00
Marshall Clow
c66aa63d7d Merge pull request #300 from ldionne/ldionne-backwards-compat
Add notes on backwards compatibility
2018-07-10 07:31:05 -07: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
Mateusz Loskot
9f1ef444a1 Add note on #include "furball.hpp" as discouraged
Spells out already established convention.
2018-04-12 14:22:01 +02:00
Rene Rivera
148d380990 Fix OpenHub info refs for https. 2018-04-04 14:27:16 -05:00
Daniel James
70ba47992c Use https to link to lists.boost.org 2018-03-25 10:31:46 +01:00
Daniel James
33553d7f18 Use https to embed calendar 2018-03-24 20:04:59 +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
Louis Dionne
e5699a82a9 Add notes on backwards compatibility
This reflects the conclusion we seemed to have reached on the mailing list
in this discussion: https://lists.boost.org/Archives/boost/2017/12/240071.php
2018-02-09 13:24:01 -08:00
Daniel James
3265a0e823 Update link to getting started wiki page 2018-01-12 11:12:07 +00:00
Daniel James
cc72aac53c Add explicit-failures-markup.xml to library organization 2017-10-31 00:15:40 +00:00
Daniel James
5159e1bd83 Run tidy over requirements 2017-10-25 02:11:20 +01:00
Peter Dimov
c862971ef6 Update testing requirements 2017-10-25 02:32:39 +03:00
Daniel James
8bddb03a59 Update the table of contents
And add an anchor for the old link, to fix any other existing links to it.
2017-09-24 13:32:58 +01:00
Daniel James
191edfe497 Link to metadata documentation from requirements 2017-06-09 21:16:51 +01:00
Niall Douglas
816540e6c6 Undid some of David's more contentious edits 2017-03-27 00:23:45 +01:00
David Sankel
72e3e7ce43 Made several wording adjustments.
I tried to make the text flow a bit better and to soften some of the
rough edges.
2017-03-24 07:33:23 -04:00
Niall Douglas
1f9dd50834 Addressed some of David Sankel's concerns about tone. 2017-03-23 15:37:34 +00:00
Niall Douglas
50a9b67aa1 Updated new library submission workflow to reflect new consensus on policy. 2017-03-21 22:58:49 +00:00
Daniel James
fb5cf44007 Update the website updating instructions 2017-03-08 21:55:57 +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
Daniel James
af5bb69290 Rename/comment a few variables and functions 2016-12-11 14:56:42 +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
Daniel James
b6ca3886f3 Clean up library list/pull request + better error pages 2016-11-14 22:53:35 +00:00
Daniel James
2ec09f6f47 Automatically update the documentation list 2016-10-16 19:51:49 +01:00
Daniel James
f4472fc751 Website bootstrap file.
Sets up error handling and timezone, maybe other things in the future.
2016-09-29 02:08:52 +01:00
Daniel James
4bb82ad91c Move the snapshot links before the inspect reports.
Might just merge the two sections into one?
2016-09-01 09:36:06 +01:00
Daniel James
e2cb02810e Update development/testing.html for new snapshots. 2016-08-14 19:55:14 +01:00
Daniel James
0b204e427c Document the status field. 2016-07-04 23:19:41 +01:00
Daniel James
27004f183d Remove unused php files.
- The old mailing list feeds that used to be in the sidebars.
- The old snaphost from subversion mechanism.
- The old minimal release notes system, which was never really used.
2016-06-05 13:41:35 +01:00
Daniel James
ecb33fc721 Update the config setup to reflect current server. 2016-05-29 19:49:57 +01:00
Daniel James
0fab99b918 Merge branch 'feature/separate-docs-and-test-results'
The documentation pages and the test results were handled by the same
code. That made sense originally when they were served in a very similar
manner, but over time their requirements got increasingly different and
it was getting overcomplicated to serve both in one place. So replace
the generic implementation with two more specific implementations.
2016-04-10 09:57:27 +01:00
Daniel James
c136493b6d Better to just delete the old 'Acknowledgements' link.
It was just mean to be the table of contents for the page, but doesn't
really apply now, since they're on a different page.
2016-04-04 21:19:11 +01:00
Ben Wiederhake
41ebcb0baf Fix dead link: Acknowledgements 2016-04-04 21:17:10 +01:00
Ben Wiederhake
c792782b12 Fix typos. 2016-04-04 21:17:09 +01:00
Daniel James
3c18dc4f42 Remove some more old stuff from BoostArchive. 2016-03-06 22:23:06 +00:00
Daniel James
b0faef60f2 Remove 'archive_subdir' support from BoostArchive. 2016-03-06 22:23:05 +00:00
Daniel James
aeeb9af7e9 Remove 'extractor' stuff from BoostArchive. 2016-03-06 22:23:05 +00:00
Daniel James
60ea43d74b Remove the 'zipfile' parameter, and supporting code.
Now BoostDocumentation is always from the file system. BoostArchive
always from a zipfile.
2016-03-06 22:23:05 +00:00
Daniel James
1ccb61d4d4 Fix typo, Trac #11596. 2016-01-14 00:00:07 +00:00
Rene Rivera
9e48d9ddcc Rename "boostbook" doc target to less confusing "boostdoc". 2016-01-06 11:22:26 -06:00
Rene Rivera
1226652c3e Clarify doc/html requirement. Fix boostbook target reference. 2016-01-06 10:33:38 -06:00
Rene Rivera
9a32a6dffe New structure and integration requirements. Rewrite structure
requirements, add integration requirements, and general cleanup to
further the modularity of libraries and ease tool development and
maintenance.
2016-01-06 07:04:46 -06:00
Edward Diener
5c69bb5727 Fixes links on the "Boost Test Policies and Protocols" web page, most of which are broken. 2015-10-13 22:33:39 -04:00
Niall Douglas
9a00cefc6e Add links to BestPracticeHandbook in wiki. 2015-06-22 17:07:37 +01:00
Rene Rivera
28336bfb11 Point to reorg location of run.py. 2015-04-28 22:17:41 -05:00
Daniel James
c0215c6588 Add configuration variable for data directory. 2015-04-12 15:18:06 +01:00
Rene Rivera
cbb2bebc6a Repoint run.py to develop now that master is gone. 2015-01-16 11:35:01 -06:00
Rene Rivera
9117f21bca Point run.py to new regression repo location. And remove tarball info as those no longer exist. 2015-01-01 22:06:52 -06:00
Rene Rivera
3955d93035 Merge pull request #53 from udan11/master
On 18 July 2014, Ohloh became Black Duck Open Hub.
2014-12-31 15:13:17 -06:00