Use non-escaped template for Atom XML
Dependencies
- [2]
FVYTV3D2Add custom notes to new games feed - [3]
XMUKNMKYPrepare for release - [4]
IM5ZPD4NUpdate dependencies - [5]
ED42QYMUFix template name - [6]
WVHXYKCVAdd postgresql pools - [7]
AKZRCLIWCopy Atom templates - [8]
72WRIXYSUpdate dependencies - [9]
BCXEUKX6Add config, static files and web server - [10]
556ZESEOAdd RSS for new games - [11]
HZDCKIXQUse constants for templates - [12]
CMA5SKJ3Copy turns Atom generator - [*]
EVP2FSBHSplit index page - [*]
4MZ4VIR7Initial commit
Change contents
- replacement in src/templates/games.xml at line 17
<content type="html">{{ entry.notes }}<content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">{{ entry.notes }}</div> - edit in src/pages/mod.rs at line 28
pub handlebars_xml: Handlebars<'a>, - replacement in src/pages/atom/turns.rs at line 86
let body = match data.handlebars.render(let body = match data.handlebars_xml.render( - replacement in src/pages/atom/games.rs at line 91
let body = match data.handlebars.render(let body = match data.handlebars_xml.render( - replacement in src/main.rs at line 112
handlebarslet mut handlebars_xml = Handlebars::new();handlebars_xml.set_strict_mode(true);handlebars_xml.register_escape_fn(handlebars::no_escape);handlebars_xml - replacement in src/main.rs at line 119
handlebarshandlebars_xml - edit in src/main.rs at line 128
handlebars_xml, - replacement in Cargo.lock at line 459
version = "3.1.10"version = "3.1.11" - replacement in Cargo.lock at line 461
checksum = "3124f3f75ce09e22d1410043e1e24f2ecc44fad3afe4f08408f1f7663d68da2b"checksum = "423af4bd829996d7de0b8bf0279f5b91a20306937be514e972a95c3d3ab13f33"