Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Dynamically inject AttachmentToHTML::View content | Gareth Rees | 2014-04-07 | -1/+5 |
| | ||||
* | Remove redundant AttachmentToHTML::HTML | Gareth Rees | 2014-04-07 | -1/+0 |
| | ||||
* | Update AttachmentToHTML for new View class | Gareth Rees | 2014-04-07 | -6/+7 |
| | ||||
* | Add an AttachmentToHTML::View to deal with rendering | Gareth Rees | 2014-04-07 | -0/+1 |
| | ||||
* | Add AttachmentToHTML library | Gareth Rees | 2014-03-28 | -0/+41 |
Extracts the attachment processing from FoiAttachment#body_to_html AttachmentToHTML contains adapters which convert - text/plain - application/pdf - application/rtf Results are returned as an AttachmentHTML::HTML instance which contains the raw HTML and other metadata about the conversion. |