2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-30 08:22:18 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
Daniel James
5ad81026e9 Move scan_location_for_new_quickbook_pages to BoostPages. 2016-04-10 10:08:55 +01:00
Daniel James
00ba6c5e5a Replace match_pages with some basic filtering. 2016-04-10 10:08:55 +01:00
Daniel James
726020e1f7 Stop filtering pages in get_downloads. 2016-04-10 10:08:54 +01:00
Daniel James
36eb7eeff0 Filter pages before generating everything. 2016-04-10 10:08:54 +01:00
Daniel James
ec7032f433 Clean BoostSiteTools a tad bit more. 2016-04-10 10:08:54 +01:00
Daniel James
00bc1a97a5 Move RSS generation into its own class. 2016-04-10 10:08:54 +01:00
Daniel James
7be5ca9a1f Remove direct use of BoostPages in RSS code. 2016-04-10 10:08:54 +01:00
Daniel James
684b764aec Remove BoostPageSettings::$feeds. 2016-04-10 10:08:54 +01:00
Daniel James
7c9094f4f3 Remove BoostPageSettings::$downloads. 2016-04-10 10:08:54 +01:00
Daniel James
7e96468fa3 Remove BoostPageSettings::$pages. 2016-04-10 10:08:54 +01:00
Daniel James
1db0568654 Remove BoostPageSettings::$index_pages. 2016-04-10 10:08:54 +01:00
Daniel James
0f33b8211b Remove use of 'compact', I don't like it now. 2016-04-10 10:08:54 +01:00
Daniel James
2d24fcb2a5 Fixes for regenerating site from any directory. 2016-03-30 09:18:01 +01:00
Daniel James
76affee511 Fix RSS bug from python to php conversion.
The php and python versions of fragment_to_string act differently for
xml nodes that aren't fragments. I really should have called
fragment_to_string something different, or at least only used it for
actual fragments.
2015-12-29 09:29:35 +00:00
Daniel James
294dad5b45 Fix search and replace error. 2015-12-19 14:49:55 +00:00
Daniel James
29e597e5b1 Port python code to php
Having the site in two different languages is a bit of a pain, so
convert everything to PHP.
2015-12-19 14:30:46 +00:00