Ticket #569 (closed defect: wontfix)

Opened 1 year ago

Last modified 10 months ago

subject feedicon links in index.ftl should respect configuration feed generation settings

Reported by: russ Assigned to: russ
Priority: medium Milestone:
Component: ambra Version: 0.8
Keywords: feed Cc:
Blocking: Blocked By:

Description

i made these links in the first place, so probably i can fix by looking at the way the main feed link in <head> is constructed....

Dependency Graph

Change History

08/17/07 16:32:30 changed by russ

  • status changed from new to assigned.

08/17/07 16:41:36 changed by russ

  • owner deleted.
  • status changed from assigned to new.

sorry, i take it back. it's not figureoutable for me from here.

it looks like you're setting the freemarker variable $rssPath depending on context (home page, browse page, etc.) with the entire string.

however, i need to be able to grab, separately,

  • the baseUrl (${Request[freemarker_config.journalContextAttributeKey].baseUrl})
  • the <feed><basePath> element from config
  • the <feed><categoryPrefix> element from config

are these variables, or a concatenation of them available in freemarker? i can do it in a canned way for now, no biggie. this can happily happen post-launch.

08/17/07 16:42:21 changed by amit

  • owner set to jsuttor.
  • milestone set to 0.8.

08/17/07 19:18:34 changed by amit

  • owner changed from jsuttor to ebrown.

08/17/07 19:19:06 changed by amit

  • owner changed from ebrown to jsuttor.

08/19/07 11:01:30 changed by jsuttor

  • milestone changed from 0.8 to 0.9.

the most effective way to implement this is to widen the path, or exposure, of the PLoSONE common config to the FreeMarker? templates.

it's time to do this as a logical extension of common config vs. exposing more, and more specific values piecemeal.

this feels more like 0.9, updating the ticket.

08/19/07 11:45:52 changed by jsuttor

  • owner changed from jsuttor to russ.

08/19/07 22:12:20 changed by russ

  • owner changed from russ to amit.

0.9 sounds great to me. there's no big urgency here, just a nice thing. it could go 0.10 and i won't cry about it!

09/02/07 22:41:40 changed by

  • milestone deleted.

Milestone 0.9 deleted

10/29/07 20:53:39 changed by amit

  • owner changed from amit to russ.

12/27/07 16:55:24 changed by russ

  • status changed from new to assigned.

03/06/08 17:16:34 changed by russ

  • status changed from assigned to closed.
  • resolution set to wontfix.

meh