Ticket #413 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

export the enclosure tag back in its rss feeds

Reported by: reporter Owned by: mbonetti
Priority: high Milestone: Gregarius 0.5.5
Component: FEATURES Version:
Severity: normal Keywords:
Cc:

Change History

Changed 2 years ago by sdcosta

  • status changed from new to closed
  • type changed from defect to enhancement
  • resolution set to fixed

Fixed temporarily in [1488]

This is not standards compliant since length and mime type are required and we do not store that. http://blogs.law.harvard.edu/tech/rss#ltenclosuregtSubelementOfLtitemgt

Changed 2 years ago by mbonetti

We can probably guess the mimetype from the file extension, and we *could* fetch the filesize with http://ch2.php.net/manual/en/function.filesize.php, but I'm not sure we want to do that.

Note: See TracTickets for help on using tickets.