| 1 | = Proposal number : Proposal title = |
| 2 | |
| 3 | || '''Date''' || 2008/02/01 || |
| 4 | || '''Contact(s)''' || fxprunayre || |
| 5 | || '''Last edited''' || [[Timestamp]] || |
| 6 | || '''Status''' || draft || |
| 7 | || '''Assigned to release''' || 2.3.0 || |
| 8 | || '''Resources''' || Ok || |
| 9 | |
| 10 | == Overview == |
| 11 | |
| 12 | * Add PDF support into Jeeves. A new type of service could be defined using the following configuration : |
| 13 | {{{ |
| 14 | #!xml |
| 15 | <service name="pdf.search"> |
| 16 | <class name=".services.main.Search"> |
| 17 | <param name="maxSummaryKeys" value="1000" /> |
| 18 | </class> |
| 19 | |
| 20 | <output sheet="portal-present-fop.xsl" file="true" contentType="application/pdf"> |
| 21 | <call name="mdresults" class=".services.main.Result" /> |
| 22 | <call name="siteURL" class=".guiservices.util.GetSiteURL" /> |
| 23 | </output> |
| 24 | </service> |
| 25 | }}} |
| 26 | |
| 27 | * sheet = Name of the XSLT transformation which produce FO (eg. "portal-present-fop.xsl") |
| 28 | * file="true" |
| 29 | * contentType="application/pdf" |
| 30 | |
| 31 | If a file="true" and contentType="application/pdf", Jeeves will use FOP (http://xmlgraphics.apache.org/fop/) to produce a pdf document. |
| 32 | |
| 33 | |
| 34 | === Proposal Type === |
| 35 | * '''Type''': Module Change |
| 36 | * '''App''': !GeoNetwork & Jeeves |
| 37 | * '''Module''': Search & view Interface |
| 38 | |
| 39 | === Links === |
| 40 | * '''Documents''': |
| 41 | * '''Email discussions''': |
| 42 | * http://www.nabble.com/Pdf-output---td14797816.html#a14797816 |
| 43 | * '''Other wiki discussions''': |
| 44 | |
| 45 | === Voting History === |
| 46 | * |
| 47 | |
| 48 | ---- |
| 49 | |
| 50 | == Motivations == |
| 51 | The current configuration is not able to produce pdf document. |
| 52 | |
| 53 | == Proposal == |
| 54 | ... |
| 55 | |
| 56 | === Backwards Compatibility Issues === |
| 57 | |
| 58 | == Risks == |
| 59 | |
| 60 | == Participants == |
| 61 | * fxprunayre |
| 62 | |