Xara Plugin Curation: Difference between revisions
Jump to navigation
Jump to search
(added Troubleshooting) |
(if you read the curation tutorial some info is redundant) |
||
Line 1: | Line 1: | ||
This guide assumes you've read the standard [[Curation Tutorial]], which is highly recommended to go through. | |||
This | |||
==Recognizing Xara Plugin== | ==Recognizing Xara Plugin== | ||
*Xara Plugin content files use the .web file extension. | *Xara Plugin content files use the .web file extension. The website can also mention a program called Xara Webster, which was used to create .web files; this is why Xara Plugin has "W" as its logo. | ||
*Xara Plugin MIME types are <code>application/vnd.xara</code> and <code>application/x-CorelXARA</code>. | *Xara Plugin MIME types are <code>application/vnd.xara</code> and <code>application/x-CorelXARA</code>. | ||
* | *The developer had other products with Xara in their name, such as CorelXARA (graphical editor), Xara3D and Xara X. These are not related to the plugin. | ||
==Curation Steps== | ==Curation Steps== | ||
Set the Application Path to <code>FPSoftware\startXaraPlugin.bat</code>. Xara images can run directly, but the plugin will crash at resolutions higher than 1600x1600. To prevent that, you should embed your image. This is a sample for embedding Xara, where width and height must be lower than 1600: | |||
<pre><embed src="image.web" type="application/vnd.xara" width="x" height="y"></pre> | |||
Xara images can run | Save this as a <code>.html</code> file and set the Lauch Command to the HTML. | ||
<pre> | |||
<embed src=" | |||
==Troubleshooting== | ==Troubleshooting== | ||
If file downloaded from Wayback Machine shows "Incompatible plugin version", it mainly means that the image was saved incorrectly and there is nothing can be done about it | If a file downloaded from Wayback Machine shows "Incompatible plugin version", it mainly means that the image was saved incorrectly and there is nothing can be done about it. | ||
<noinclude> | <noinclude> | ||
[[Category:Curation Guides]] | [[Category:Curation Guides]] | ||
</noinclude> | </noinclude> |
Revision as of 14:44, 28 February 2021
This guide assumes you've read the standard Curation Tutorial, which is highly recommended to go through.
Recognizing Xara Plugin
- Xara Plugin content files use the .web file extension. The website can also mention a program called Xara Webster, which was used to create .web files; this is why Xara Plugin has "W" as its logo.
- Xara Plugin MIME types are
application/vnd.xara
andapplication/x-CorelXARA
. - The developer had other products with Xara in their name, such as CorelXARA (graphical editor), Xara3D and Xara X. These are not related to the plugin.
Curation Steps
Set the Application Path to FPSoftware\startXaraPlugin.bat
. Xara images can run directly, but the plugin will crash at resolutions higher than 1600x1600. To prevent that, you should embed your image. This is a sample for embedding Xara, where width and height must be lower than 1600:
<embed src="image.web" type="application/vnd.xara" width="x" height="y">
Save this as a .html
file and set the Lauch Command to the HTML.
Troubleshooting
If a file downloaded from Wayback Machine shows "Incompatible plugin version", it mainly means that the image was saved incorrectly and there is nothing can be done about it.