snoopdave commented on code in PR #176: URL: https://github.com/apache/roller/pull/176#discussion_r3918727775
########## app/src/main/webapp/WEB-INF/velocity/weblog.vm: ########## @@ -114,30 +113,6 @@ Show RSS, Atom and RSD auto-discovery links as HTML link elements. #end -#** - * Display a trackback auto-discovery RDF comment for a WeblogEntry, but only - * if trackbacks are enabled and comments are allowed for the entry. - **# -#macro( showTrackbackAutodiscovery $entry ) -#if($config.trackbacksEnabled && $model.weblog.allowComments && $entry.commentsStillAllowed) -<!-- -<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" - xmlns:dc="http://purl.org/dc/elements/1.1/"> -<rdf:Description - rdf:about="$url.entry($entry.anchor)" - trackback:ping="$url.trackback($entry.anchor)" - dc:title="$entry.title" - dc:identifier="$url.entry($entry.anchor)" - dc:subject="$entry.category.name" - dc:description="$entry.title" - dc:creator="$entry.creator.userName" - dc:date="$entry.pubTime" /> -</rdf:RDF> ---> -#end -#end - #** Review Comment: 🤖Codex: fixed by retaining deprecated no-op macro and URLModel helper compatibility for one release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
