Search Extensions
Last modified by Vincent Massol on 2014/10/21 14:38
Refine your search
Select a category and activate filters on the current results
Location
-
Extensions
130
-
ImportWebViewer
1
Creator
Last modification date
Creation date
Object type
-
Extension
106
-
Extension
105
-
Extension Version
101
-
Extension Dependency
63
-
Extension Proxy
60
- … 8 more
File type
Upload date
Import Export Application
Located in
- Title
Import Export Application
- Objects
{{/warning}} The following additional features are available: * Selective Export Application: it allows to select a space and choose which page to export in your package. * Export by date: it allows to select spaces and a date to export all documents modified since this date. * Export a single page: it allows to export a single page with or without versions. * Import a single page: it allows to import a single page with a wide range of options.
… …name : Import Export Application
… …tags : export
- Attachment content
exportdir="+exportdir+"&confirm=1]" } %> Admin/FlushCache Admin FlushCache fr 0 xwiki:XWiki.LudovicDubost xwiki:XWiki.LudovicDubost xwiki:XWiki.LudovicDubost 1218475866000 1218475874000 1218475874000 1.1 true xwiki/1.0 $xwiki.flushCache() package.xml AdminImportExport-12 Import and export files from your wiki. LGPL XWiki Team 1.2 false false Admin.Export Admin.ExportFromDateGroovy Admin.ExportFromDate Admin.ImportPage Admin.ExportPage Admin.ExportPageSuggest Admin.Import Admin.FlushCache
…${docname}")</value> #end </response> #elseif ($action == "getPackageList") $response.setContentType("text/xml") #set($alist = $doc.getAttachmentList()) <response> #foreach ($oAttach in $alist) ##set($import = $xwiki.package) <value>$oAttach.getFilename()</value> ##$import.Import($oAttach.getContent()) #end </response> #elseif ($action == "getPackageInfos") {pre}$response.setContentType("text/xml") #set($packFile = $doc.getAttachment($request.packageName)) #set($import = $xwiki.package) $import.Import($packFile.getContent()) $import.toXml(){/pre} #elseif ($action == "import") #set($toImport = $request.getParameterValues("toImport")) #set($packFile = $doc.getAttachment($request.packageName)) #set($import = $xwiki.package) $import.Import($packFile.getContent()) #foreach ($itemexp in $toImport) #set($defaultAction = $request.get("action_${itemexp}")) $import.setDocumentAction($itemexp, $xwiki.parseInt($defaultAction)) #end $import.install() #elseif ($action == "export") #set($ToExport = $request.getParameterValues("toExport")) #set($withHistory = $request.withHistory) #set($author = $request.author) #set($description = $request.description) #set($licence = $request.licence) #set($version = $request.version) #set($packageName = $request.packageName) #set($export = $xwiki.package) #if ($withHistory=="true") $export.setWithVersions(true) #else $export.setWithVersions(false) #end #if ($author) $export.setAuthorName($author) #end #if ($description) $export.setDescription($description) #end #if ($licence) $export.setLicence($licence) #end #if ($version) $export.setVersion($version) #end $export.setName($packageName) #foreach ($itemexp in $ToExport) #set($defaultAction = $request.get("action_${itemexp}")) $export.add($itemexp, $xwiki.parseInt($defaultAction)) #end $export.export() #else 1 Import / Export <center> [Export>$doc.fullName] - [Import>$doc.fullName?
…action=export&withHistory=" + $F("appWithHistory") + "&version=" + $F("appVersion") + "&author=" + $F("appAuthor") + "&description=" + $F("appDesc") + "&licence=" + $F("appLicence") + "&packageName=" + $F("appName"); for (i = 0; i < docs.length; i++) { var docname = docs[i].innerHTML; var action = actionToInt($("action_" + docname).innerHTML);//$("action_" + docname).innerHTML == "skip" ?
- Attachment name
AdminImportExport-12.xar
… …exportAppPage.png
…exportAppPage2.png
- Page
Import Export Application
Multipage Export Application
Located in
- Title
Multipage Export Application
- Objects
It particularly allows you to create a list of pages to export and then run the export. You can automatically concatenate a page with its children, view it in HTML or export it to PDF in one big report.
… …name : Multipage Export Application
… …tags : export
- Attachment content
xpage=printmulti" method="POST"> <input type="hidden" name="action" value="export" /> <input type="hidden" name="page" value="$!
…xpage=printmulti'; this.form.xpage.value='print';" /> $msg.export_exportorprint_HTML <input type="radio" name="type" value="pdf" onclick="this.form.action='Export'; this.form.xpage.value='';" /> $msg.export_exportorprint_PDF <input type="radio" name="type" value="rtf" onclick="this.form.action='Export'; this.form.xpage.value='';" /> $msg.export_exportorprint_RTF <input type="radio" name="type" value="xarwithversions" onclick="this.form.action='Export'; this.form.xpage.value='';" /> $msg.export_exportorprint_XARWITHVERSIONS <input type="radio" name="type" value="xarwithoutversions" onclick="this.form.action='Export'; this.form.xpage.value='';" /> $msg.export_exportorprint_XARWITHOUTVERSIONS <br /> <span class="buttonwrapper"><input type="submit" value="$msg.export_exportorprint_button_export" /></span> </form> </div> </div> #else <div class="export_to_print_box"> 1 $msg.export_exportorprint_title $msg.export_exportorprint_description : {pre} <form action="" method="POST"> #set($pdfpages = "") #set($treelist = $mpexport.getLinksTreeList($docName)) #set($selectlist = $xwiki.arrayList) #foreach($treeitem in $treelist) #set($ok = $selectlist.add($treeitem.id)) #set($pdfpages = "${pdfpages}|${treeitem.id}") #end #if($request.debug=="1") #end #set($fieldname = "pdfpages") #set($tree = $xwiki.parseTemplate("treeview.vm")) $tree <div class="export_to_print_buttons"> <input type="hidden" name="action" value="export" /> <input type="hidden" name="page" value="$!
…{request.pagebc}")) #end #set($printurljs = $cplugin.escapeForJS($printurl)) <div class="export_to_print_buttons"> <form name="export" action="$printurl" method="POST"> <input type="hidden" name="page" value="$!
- Attachment name
Export.PNG
…MultiPageExport.PNG
…SelectedPagesMultiPageExport.PNG
- Page
Multipage Export Application
XWiki Multipage PDF Export
Located in
- Title
XWiki Multipage PDF Export
- Objects
name : XWiki Multipage PDF Export
… …tags : export
…The purpose of this pdf export tool is to export a dynamic list of pages where all pages are "equal", they're just a collection of pages.
- Page
Multipage PDF Export
PDF Export Panel Application
Located in
- Title
PDF Export Panel Application
- Objects
description : You can use the PDF export panels to access otherwise hidden PDF Export options.
… …summary : The PDF export panel provides users with an interface to existing PDF Export options
… …tags : export
- Attachment content
Panels/PDFExport.xml Panels PDFExport en 0 Panels.WebHome XWiki.Admin XWiki.Admin XWiki.Admin 1256069545000 1256075578000 1256075578000 43.1 Panels.PanelTemplate false xwiki/1.0 false Panels.PanelClass 0 select 0 category 5 Category 0 ,| 1 0 Information|Navigation|Tools|Administration|Other com.xpn.xwiki.objects.classes.StaticListClass Text content 4 Content 25 60 0 com.xpn.xwiki.objects.classes.TextAreaClass Text description 3 Description 5 40 0 com.xpn.xwiki.objects.classes.TextAreaClass name 1 Name 40 0 com.xpn.xwiki.objects.classes.StringClass 0 select 0 type 2 Panel type 0 ,| 1 0 view|edit com.xpn.xwiki.objects.classes.StaticListClass Panels.PDFExport 0 Panels.PanelClass a61a144d-651d-403e-ad40-78053212ed73 Information #panelheader('PDF Export') #if(${request.export} == '1') #if($request.pdfcover !
…= '1') #set($pdftoc = '&pdftoc=0') #else #set($pdftoc = '') #end #if($request.pagebreaks == '1') #set($pagebreaks = '&pagebreaks=1') #else #set($pagebreaks = '') #end #if($request.comments == '1') #set($comments = '&comments=1') #else #set($comments = '') #end #if($request.attachments == '1') #set($attachments = '&attachments=1') #else #set($attachments = '') #end #$response.sendRedirect($xwiki.getURL(${doc.fullName}, 'export', "format=pdf${pdfcover}${pdftoc}${pagebreaks}${comments}${attachments}&includelinks=${request.includelinks}&includechilds=${request.includechilds}")) #end <table> <form action="" id="pdfexport" method="post"> <input type="hidden" name="export" value="1"/> <tr><td><input type="checkbox" name="pdfcover" value="1" checked></td><td> </td><td>Include cover page</td></tr> <tr><td><input type="checkbox" name="pdftoc" value="1" checked></td><td> </td><td>Include table of contents</td></tr> <tr><td><input type="checkbox" name="comments" value="1"></td><td> </td><td>Include comments</td></tr> <tr><td><input type="checkbox" name="attachments" value="1"></td><td> </td><td>Include attached images</td></tr> <tr><td> </td><td> </td><td><select name="includelinks"> <option value="0" selected>Don't include links <option value="1">Include 1 level of links <option value="2">Include 2 levels of links <option value="3">Include 3 levels of links <option value="4">Include 4 levels of links <option value="5">Include 5 levels of links <option value="6">Include 6 levels of links </select></td></tr> <tr><td> </td><td> </td><td><select name="includechilds"> <option value="0" selected>Don't include children pages <option value="1">Include 1 level of children pages <option value="2">Include 2 levels of children pages <option value="3">Include 3 levels of children pages <option value="4">Include 4 levels of children pages <option value="5">Include 5 levels of children pages <option value="6">Include 6 levels of children pages </select></td></tr> <tr><td><input type="checkbox" name="pagebreaks" value="1"></td><td> </td><td>Add page breaks</td></tr> <tr><td> </td><td> </td><td><span class="buttonwrapper"><input type="submit" value="Export document" class="button"/></span></td></tr> </form> </table> #panelfooter() Panel Description PDFExport view XWiki.TagClass 0 checkbox 1 tags 1 Tags 1 ,| 30 0 com.xpn.xwiki.objects.classes.StaticListClass Panels.PDFExport 0 XWiki.TagClass 274afb65-e320-411b-a78a-5e2fe0795ab4 #includeForm("Panels.PanelSheet") package.xml Panels.PDFExport LGPL XWiki 1.0.0 false false Panels.PDFExport
…Panels/PDFExport.xml Panels PDFExport en 0 Panels.WebHome XWiki.Admin XWiki.Admin XWiki.Admin 1375258297000 1375261380000 1375260589000 4.8 true xwiki/2.1 false Panels.PanelClass 0 0 select 0 category 5 Category 0 ,| 1 0 Information|Navigation|Tools|Administration|Other com.xpn.xwiki.objects.classes.StaticListClass 0 Text content 4 Content 25 60 0 com.xpn.xwiki.objects.classes.TextAreaClass 0 Text description 3 Description 5 40 0 com.xpn.xwiki.objects.classes.TextAreaClass 0 name 1 Name 40 0 com.xpn.xwiki.objects.classes.StringClass 0 0 select 0 type 2 Panel type 0 ,| 1 0 view|edit com.xpn.xwiki.objects.classes.StaticListClass Panels.PDFExport 0 Panels.PanelClass a61a144d-651d-403e-ad40-78053212ed73 Information {{velocity filter="none"}} $xwiki.ssx.use("Panels.PDFExport") {{html clean="false" wiki="true"}} #panelheader('PDF Export') <p/> #if(${request.export} == '1') #if($request.pdfcover !
- Page
PDF Export Panel Application
Export tools macros
Located in
- Title
Export tools macros
- Objects
This extension contains 5 macros: * ##export-ignore##: which will hide the macro content on the export * ##export-only##: which will show the macro content only on the export * {{version since="1.1.0" product="Export tools"}}##export-pagetitle## : Override the cover title of the exported document.
…{{/export-ignore}} {{export-only}} my content which will be shown only on the export... {{/export-only}} {{export-pagetitle}} The custom cover title {{/export-pagetitle}} Content before page break...
- Location
-
…
Export tools macros
PDF Export Collection Application
Located in
- Title
PDF Export Collection Application
- Objects
{{image reference="reorder.png" width="960"/}} From the main page you can export to PDF the entire collection. On export page you can select a PDF template or export without a template.
… …name : PDF Export Collection Application
…summary : Application allowing to create and manage collections in order to export them to PDF.
- Attachment name
-
…
export.png
- Page
PDF Export Collection Application
Spreadsheet export application
Located in
- Title
Spreadsheet export application
- Objects
id : org.xwiki.contrib.application-export-spreadsheet:xwiki-application-export-spreadsheet-ui
… …name : Spreadsheet export application
…download : extension:org.xwiki.contrib.application-export-spreadsheet%3Axwiki-application-export-spreadsheet-ui/1.0?
- Location
-
…
Spreadsheet export application
EPUB Export Application
Located in
- Title
EPUB Export Application
- Objects
-
…
name : EPUB Export Application
…source : https://framagit.org/aeka/xwiki-epub-export/tree/master/xwiki-epub-export-pages/
…summary : Export pages as epub books.
- Location
-
…
EPUB Export Application
Mocca Calendar iCal export
Located in
- Title
Mocca Calendar iCal export
- Objects
description : Add iCal export to Mocca Calendar
…name : Mocca Calendar iCal export
… …summary : Add iCal export to Mocca Calendar
- Page
Mocca Calendar iCal export
XWiki MultipagePdfExport Application - Space Export
Located in
- Title
XWiki MultipagePdfExport Application - Space Export
- Objects
description : This Application provides an interface for the [[Multipage PDF Export Api>>Multipage PDF Export]], that allows to export all the pages in a space with a hierarchy-like UI (uses the [[Hierarchy macro>>HierarchyMacro]]). == How to use == Navigate to the WebHome of the space you want to export pages from and add ##?
…name : XWiki MultipagePdfExport Application - Space Export
… …tags : export
- Attachment name
-
…
exportAlice.png
…exportAliceConfigured.png
…exportDanceLibrary.png
- Page
MultipagePdfExport Application - Space Export




