Opened 14 years ago

Closed 12 years ago

#2317 closed Tasks (fixed)

Implement live patching of web site release content.

Reported by: René Rivera Owned by: René Rivera
Milestone: Website 1.X Component: website
Version: Severity: Problem
Keywords: Cc:

Description

Augment the various doc display code to allow for patching of individual files in the release ZIP archives. Do this by checking if a replacement exists in a designated location in the svn repo, and using the svn repo content if it exists. Location for such patches should be "/website/patch/<archive.zip>/". And inside the replacement must use the same hierarchy as present in the ZIP archive file.

Note, implementing this will require doing remote HTTP reading with PHP.

Change History (2)

comment:1 by Daniel James, 14 years ago

If this is ever done, #2350 could be reopened.

comment:2 by Daniel James, 12 years ago

Resolution: fixed
Status: newclosed

Oh, I've done this, but in a simpler manner for Boost.Range ([62007], [62008]). Might change it later to use the display code, although I was thinking of just preprocessing the html files if I ever wanted to do that.

Note: See TracTickets for help on using tickets.