<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wandora.org/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wandora.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Niko</id>
		<title>WandoraWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wandora.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Niko"/>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Special:Contributions/Niko"/>
		<updated>2026-04-18T13:32:50Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.1</generator>

	<entry>
		<id>http://wandora.org/wiki/D3_role_bubbles_module</id>
		<title>D3 role bubbles module</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/D3_role_bubbles_module"/>
				<updated>2013-06-27T14:55:38Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The D3 role bubbles module provides a bubble chart visualization of all the association types of the topic map in Wandora. The module uses Wandora's embedded HTTP server to display a graph that is created with [http://www.d3js.org D3.js]. The module's service is accessible by URL &lt;br /&gt;
&lt;br /&gt;
 http://127.0.0.1:8898/d3association_role_bubbles&lt;br /&gt;
&lt;br /&gt;
The bubbles represent the different roles in the topic map and the bubble size the amount of roles with that type. &lt;br /&gt;
&lt;br /&gt;
Note that because of the D3 library browser support for the visualizations in Wandora are limited to IE9+ and up to date versions of Firefox, Chrome (+Chromium), Safari and Opera.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:d3_role_bubbles.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/D3_association_type_bubbles_module</id>
		<title>D3 association type bubbles module</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/D3_association_type_bubbles_module"/>
				<updated>2013-06-27T14:54:32Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The D3 association type bubbles module provides a bubble chart visualization of all the association types of the topic map in Wandora. The module uses Wandora's embedded HTTP server to display a graph that is created with [http://www.d3js.org D3.js]. The module's service is accessible by URL &lt;br /&gt;
&lt;br /&gt;
 http://127.0.0.1:8898/d3association_type_bubbles&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The bubbles represent the different association types in the topic map and the bubble size the amount of topics with that type. &lt;br /&gt;
&lt;br /&gt;
Note that because of the D3 library browser support for the visualizations in Wandora are limited to IE9+ and up to date versions of Firefox, Chrome (+Chromium), Safari and Opera.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:d3_association_type_bubbles.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T14:49:55Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: /* Uploading subject locators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths. Local files must be send as byte stream.&lt;br /&gt;
&lt;br /&gt;
To allow mediawiki uploads by Mediawiki uploader the settings must be set accordingly. In the mediawiki root folder edit file '''LocalSettings.php''' to inlcude the following lines:&lt;br /&gt;
&lt;br /&gt;
 $wgGroupPermissions['sysop']['upload_by_url'] = true;&lt;br /&gt;
 $wgAllowCopyUploads = true;&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
Occurrances can be uploaded both one at a time or many at once filtered by scope.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open a menu. Click on '''upload URL occurrance resource to mediawiki'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed and make sure to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
==== Multiple occurrancies ====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload occurrances to mediawiki'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the upload options fill-in your mediawiki root url, username and password. Select the occurrance type to use as description. To send the file as stream tick '''send as byte stream'''. Write a down a file extension to be used as a default if such is not found in '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_slmenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be deduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T14:47:05Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: /* Uploading subject locators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths. Local files must be send as byte stream.&lt;br /&gt;
&lt;br /&gt;
To allow mediawiki uploads by Mediawiki uploader the settings must be set accordingly. In the mediawiki root folder edit file '''LocalSettings.php''' to inlcude the following lines:&lt;br /&gt;
&lt;br /&gt;
 $wgGroupPermissions['sysop']['upload_by_url'] = true;&lt;br /&gt;
 $wgAllowCopyUploads = true;&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
Occurrances can be uploaded both one at a time or many at once filtered by scope.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open a menu. Click on '''upload URL occurrance resource to mediawiki'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed and make sure to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
==== Multiple occurrancies ====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload occurrances to mediawiki'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the upload options fill-in your mediawiki root url, username and password. Select the occurrance type to use as description. To send the file as stream tick '''send as byte stream'''. Write a down a file extension to be used as a default if such is not found in '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_slmenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T14:46:27Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: /* Multiple occurrancies */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths. Local files must be send as byte stream.&lt;br /&gt;
&lt;br /&gt;
To allow mediawiki uploads by Mediawiki uploader the settings must be set accordingly. In the mediawiki root folder edit file '''LocalSettings.php''' to inlcude the following lines:&lt;br /&gt;
&lt;br /&gt;
 $wgGroupPermissions['sysop']['upload_by_url'] = true;&lt;br /&gt;
 $wgAllowCopyUploads = true;&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
Occurrances can be uploaded both one at a time or many at once filtered by scope.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open a menu. Click on '''upload URL occurrance resource to mediawiki'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed and make sure to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
==== Multiple occurrancies ====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload occurrances to mediawiki'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the upload options fill-in your mediawiki root url, username and password. Select the occurrance type to use as description. To send the file as stream tick '''send as byte stream'''. Write a down a file extension to be used as a default if such is not found in '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_slmenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T14:46:05Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: /* Multiple occurrancies */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths. Local files must be send as byte stream.&lt;br /&gt;
&lt;br /&gt;
To allow mediawiki uploads by Mediawiki uploader the settings must be set accordingly. In the mediawiki root folder edit file '''LocalSettings.php''' to inlcude the following lines:&lt;br /&gt;
&lt;br /&gt;
 $wgGroupPermissions['sysop']['upload_by_url'] = true;&lt;br /&gt;
 $wgAllowCopyUploads = true;&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
Occurrances can be uploaded both one at a time or many at once filtered by scope.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open a menu. Click on '''upload URL occurrance resource to mediawiki'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed and make sure to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
==== Multiple occurrancies ====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload occurrances to mediawiki'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
In the upload options fill-in your mediawiki root url, username and password. Select the occurrance type to use as description. To send the file as stream tick '''send as byte stream'''. Write a down a file extension to be used as a default if such is not found in '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_slmenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T14:41:06Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: /* Multiple occurrancies */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths. Local files must be send as byte stream.&lt;br /&gt;
&lt;br /&gt;
To allow mediawiki uploads by Mediawiki uploader the settings must be set accordingly. In the mediawiki root folder edit file '''LocalSettings.php''' to inlcude the following lines:&lt;br /&gt;
&lt;br /&gt;
 $wgGroupPermissions['sysop']['upload_by_url'] = true;&lt;br /&gt;
 $wgAllowCopyUploads = true;&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
Occurrances can be uploaded both one at a time or many at once filtered by scope.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open a menu. Click on '''upload URL occurrance resource to mediawiki'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed and make sure to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
==== Multiple occurrancies ====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload occurrances to mediawiki'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_slmenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T14:40:39Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: /* Multiple occurrancies */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths. Local files must be send as byte stream.&lt;br /&gt;
&lt;br /&gt;
To allow mediawiki uploads by Mediawiki uploader the settings must be set accordingly. In the mediawiki root folder edit file '''LocalSettings.php''' to inlcude the following lines:&lt;br /&gt;
&lt;br /&gt;
 $wgGroupPermissions['sysop']['upload_by_url'] = true;&lt;br /&gt;
 $wgAllowCopyUploads = true;&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
Occurrances can be uploaded both one at a time or many at once filtered by scope.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open a menu. Click on '''upload URL occurrance resource to mediawiki'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed and make sure to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
==== Multiple occurrancies ====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload to mediawiki'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_slmenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T14:37:42Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: /* Single occurrance */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths. Local files must be send as byte stream.&lt;br /&gt;
&lt;br /&gt;
To allow mediawiki uploads by Mediawiki uploader the settings must be set accordingly. In the mediawiki root folder edit file '''LocalSettings.php''' to inlcude the following lines:&lt;br /&gt;
&lt;br /&gt;
 $wgGroupPermissions['sysop']['upload_by_url'] = true;&lt;br /&gt;
 $wgAllowCopyUploads = true;&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
Occurrances can be uploaded both one at a time or many at once filtered by scope.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open a menu. Click on '''upload URL occurrance resource to mediawiki'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed and make sure to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
==== Multiple occurrancies ====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload to mediawiki...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_slmenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T14:35:46Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: /* Single occurrance */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths. Local files must be send as byte stream.&lt;br /&gt;
&lt;br /&gt;
To allow mediawiki uploads by Mediawiki uploader the settings must be set accordingly. In the mediawiki root folder edit file '''LocalSettings.php''' to inlcude the following lines:&lt;br /&gt;
&lt;br /&gt;
 $wgGroupPermissions['sysop']['upload_by_url'] = true;&lt;br /&gt;
 $wgAllowCopyUploads = true;&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
Occurrances can be uploaded both one at a time or many at once filtered by scope.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open the menu. Click on '''upload occurrance URL resource to mediawiki...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed and make sure to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
==== Multiple occurrancies ====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload to mediawiki...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_slmenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T14:34:29Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: /* Single occurrance */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths. Local files must be send as byte stream.&lt;br /&gt;
&lt;br /&gt;
To allow mediawiki uploads by Mediawiki uploader the settings must be set accordingly. In the mediawiki root folder edit file '''LocalSettings.php''' to inlcude the following lines:&lt;br /&gt;
&lt;br /&gt;
 $wgGroupPermissions['sysop']['upload_by_url'] = true;&lt;br /&gt;
 $wgAllowCopyUploads = true;&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
Occurrances can be uploaded both one at a time or many at once filtered by scope.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed and make sure to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
==== Multiple occurrancies ====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload to mediawiki...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_slmenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T14:33:33Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: /* Uploading occurrances */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths. Local files must be send as byte stream.&lt;br /&gt;
&lt;br /&gt;
To allow mediawiki uploads by Mediawiki uploader the settings must be set accordingly. In the mediawiki root folder edit file '''LocalSettings.php''' to inlcude the following lines:&lt;br /&gt;
&lt;br /&gt;
 $wgGroupPermissions['sysop']['upload_by_url'] = true;&lt;br /&gt;
 $wgAllowCopyUploads = true;&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
Occurrances can be uploaded both one at a time or many at once filtered by scope.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open the tools menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed and make sure to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
==== Multiple occurrancies ====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload to mediawiki...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_slmenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Wikiupload_occurrance_batch_setup.jpg</id>
		<title>File:Wikiupload occurrance batch setup.jpg</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Wikiupload_occurrance_batch_setup.jpg"/>
				<updated>2013-06-27T14:27:59Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Wikiupload_slmenu.jpg</id>
		<title>File:Wikiupload slmenu.jpg</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Wikiupload_slmenu.jpg"/>
				<updated>2013-06-27T14:26:46Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T14:26:04Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: /* Uploading occurrances */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths. Local files must be send as byte stream.&lt;br /&gt;
&lt;br /&gt;
To allow mediawiki uploads by Mediawiki uploader the settings must be set accordingly. In the mediawiki root folder edit file '''LocalSettings.php''' to inlcude the following lines:&lt;br /&gt;
&lt;br /&gt;
 $wgGroupPermissions['sysop']['upload_by_url'] = true;&lt;br /&gt;
 $wgAllowCopyUploads = true;&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
Occurrances can be uploaded both one at a time or many at once by scope.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open the tools menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed and make sure to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
==== Multiple occurrancies ====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload to mediawiki...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_slmenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T14:25:38Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths. Local files must be send as byte stream.&lt;br /&gt;
&lt;br /&gt;
To allow mediawiki uploads by Mediawiki uploader the settings must be set accordingly. In the mediawiki root folder edit file '''LocalSettings.php''' to inlcude the following lines:&lt;br /&gt;
&lt;br /&gt;
 $wgGroupPermissions['sysop']['upload_by_url'] = true;&lt;br /&gt;
 $wgAllowCopyUploads = true;&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
Occurrances can be uplodaded both one at a time or many at once by scope.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open the tools menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed and make sure to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
==== Multiple occurrancies ====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload to mediawiki...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_slmenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T14:24:20Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths. Local files must be send as byte stream.&lt;br /&gt;
&lt;br /&gt;
To allow mediawiki uploads by Mediawiki uploader the settings must be set accordingly. In mediawiki folder edit file '''LocalSettings.php''' to inlcude the following lines:&lt;br /&gt;
&lt;br /&gt;
 $wgGroupPermissions['sysop']['upload_by_url'] = true;&lt;br /&gt;
 $wgAllowCopyUploads = true;&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
Occurrances can be uplodaded both one at a time or many at once by scope.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open the tools menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed and make sure to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
==== Multiple occurrancies ====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload to mediawiki...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_slmenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T14:22:36Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Uploding ==&lt;br /&gt;
Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths. Local files must be send as byte stream.&lt;br /&gt;
&lt;br /&gt;
To allow mediawiki uploads by Mediawiki uploader the settings must be set accordingly. In mediawiki folder edit file '''LocalSettings.php''' to inlcude the following lines:&lt;br /&gt;
&lt;br /&gt;
 $wgGroupPermissions['sysop']['upload_by_url'] = true;&lt;br /&gt;
 $wgAllowCopyUploads = true;&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
Occurrances can be uplodaded both one at a time or many at once by scope.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open the tools menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed and make sure to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
==== Multiple occurrancies ====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload to mediawiki...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_slmenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T14:21:47Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths. Local files must be send as byte stream.&lt;br /&gt;
&lt;br /&gt;
To allow mediawiki uploads by Mediawiki uploader the settings must be set accordingly. In mediawiki folder edit file '''LocalSettings.php''' to inlcude the following lines:&lt;br /&gt;
&lt;br /&gt;
 $wgGroupPermissions['sysop']['upload_by_url'] = true;&lt;br /&gt;
 $wgAllowCopyUploads = true;&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
Occurrances can be uplodaded both one at a time or many at once by scope.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open the tools menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed and make sure to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
==== Multiple occurrancies ====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload to mediawiki...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_slmenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T14:06:28Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths.&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
Occurrances can be uplodaded one at a time or by scope.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open the tools menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
==== Multiple occurrancies ====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload to mediawiki...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_slmenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T14:04:04Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths.&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
Occurrances can be uplodaded one at a time or by scope.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open the tools menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
==== Multiple occurrancies ====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload to mediawiki...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_sidemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T14:00:21Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: /* Uploading occurrances */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths.&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
Occurrances can be uplodaded one at a time or by scope.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open the tools menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
==== Multiple occurrancies ====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload to mediawiki...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_sidemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T13:58:44Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths.&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open the tools menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
==== Multiple occurrancies ====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload to mediawiki...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_sidemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Wikiupload_occurrance_batch.jpg</id>
		<title>File:Wikiupload occurrance batch.jpg</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Wikiupload_occurrance_batch.jpg"/>
				<updated>2013-06-27T13:57:13Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T13:56:50Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: /* Multiple occurrancies */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths.&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open the tools menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
=== Multiple occurrancies ===&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload to mediawiki...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_sidemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Wikiupload_occurrance_batch_menu.jpg</id>
		<title>File:Wikiupload occurrance batch menu.jpg</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Wikiupload_occurrance_batch_menu.jpg"/>
				<updated>2013-06-27T13:55:49Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T13:55:28Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: /* Uploading occurrances */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths.&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
&lt;br /&gt;
==== Single occurrance ====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open the tools menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
=== Multiple occurrancies ===&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload to mediawiki...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_sidemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T13:54:42Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths.&lt;br /&gt;
&lt;br /&gt;
==== Uploading occurrances ====&lt;br /&gt;
&lt;br /&gt;
===== Single occurrance =====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open the tools menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch_menu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
===== Multiple occurrancies =====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload to mediawiki...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_sidemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T13:53:16Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths.&lt;br /&gt;
&lt;br /&gt;
==== Uploading occurrances ====&lt;br /&gt;
&lt;br /&gt;
===== Single occurrance =====&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open the tools menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
===== Multiple occurrancies =====&lt;br /&gt;
To upload multiple occurrances to mediawiki right-click on the context menu and select '''topics &amp;gt; occurrances &amp;gt; upload to mediawiki...'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the occurrance upload options select the occurrance type and scope to upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_batch.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_sidemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T13:45:09Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths.&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open the tools menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in  your mediawiki root URL, username and password. Edit the filename if needed to include a proper file extension. Select the occurrance type to use as description. To send files directly as stream tick '''send as byte stream'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_sidemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Wikiupload_occurrance_setup.jpg</id>
		<title>File:Wikiupload occurrance setup.jpg</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Wikiupload_occurrance_setup.jpg"/>
				<updated>2013-06-27T13:39:46Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T13:35:22Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths.&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open the tools menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrance_setup.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_sidemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T13:28:28Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: /* Uploading occurrances */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths.&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field at the column where data is inserted to open the tools menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_sidemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Wikiupload_occurrancemenu.jpg</id>
		<title>File:Wikiupload occurrancemenu.jpg</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Wikiupload_occurrancemenu.jpg"/>
				<updated>2013-06-27T13:27:07Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T13:26:42Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths.&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance type field to open the tools menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_occurrancemenu.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_sidemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/D3_association_type_bubbles_module</id>
		<title>D3 association type bubbles module</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/D3_association_type_bubbles_module"/>
				<updated>2013-06-27T13:24:55Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The D3 association type bubbles module provides a bubble chart visualization of all the association types of the topic map in Wandora. The module uses Wandora's embedded HTTP server to display a graph that is created with [http://www.d3js.org D3.js]. The module's service is accessible by URL &lt;br /&gt;
&lt;br /&gt;
 http://127.0.0.1:8898/d3association_type_bubbles&lt;br /&gt;
&lt;br /&gt;
Note that because of the D3 library browser support for the visualizations in Wandora are limited to IE9+ and up to date versions of Firefox, Chrome (+Chromium), Safari and Opera.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:d3_association_type_bubbles.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/D3_role_bubbles_module</id>
		<title>D3 role bubbles module</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/D3_role_bubbles_module"/>
				<updated>2013-06-27T13:24:36Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The D3 role bubbles module provides a bubble chart visualization of all the association types of the topic map in Wandora. The module uses Wandora's embedded HTTP server to display a graph that is created with [http://www.d3js.org D3.js]. The module's service is accessible by URL &lt;br /&gt;
&lt;br /&gt;
 http://127.0.0.1:8898/d3association_role_bubbles&lt;br /&gt;
&lt;br /&gt;
Note that because of the D3 library browser support for the visualizations in Wandora are limited to IE9+ and up to date versions of Firefox, Chrome (+Chromium), Safari and Opera.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:d3_role_bubbles.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/D3_association_type_bubbles_module</id>
		<title>D3 association type bubbles module</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/D3_association_type_bubbles_module"/>
				<updated>2013-06-27T13:23:47Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The D3 association type bubbles module provides a bubble chart visualization of all the association types of the topic map in Wandora. The module uses Wandora's embedded HTTP server to display a graph that is created with [http://www.d3js.org D3.js]. The module's service is accessible by URL &lt;br /&gt;
&lt;br /&gt;
 http://127.0.0.1:8898/d3association_type_bubbles&lt;br /&gt;
&lt;br /&gt;
Note that because of the D3 library browser support for the visualizations in Wandora are limited to IE9+ and up to date versions of Firefox, Chrome (+Chromium), Safari and Opera.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:d3_association_type_bubbles.jpg | center ]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/D3_association_type_bubbles_module</id>
		<title>D3 association type bubbles module</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/D3_association_type_bubbles_module"/>
				<updated>2013-06-27T13:23:29Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The D3 association type bubbles module provides a bubble chart visualization of all the association types of the topic map in Wandora. The module uses Wandora's embedded HTTP server to display a graph that is created with [http://www.d3js.org D3.js]. The module's service is accessible by URL &lt;br /&gt;
&lt;br /&gt;
 http://127.0.0.1:8898/d3association_type_bubbles&lt;br /&gt;
&lt;br /&gt;
Note that because of the D3 library browser support for the visualizations in Wandora are limited to IE9+ and up to date versions of Firefox, Chrome (+Chromium), Safari and Opera.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:d3_association_type_bubbles.jpg]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T13:22:24Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths.&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance to open the tools menu .&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_sidemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T13:20:45Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths.&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance to open the tools menu .&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_sidemenu.jpg | center]]&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg | center]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T13:20:19Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths.&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance to open the tools menu .&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:wikiupload_sl_sidemenu.jpg | center]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T13:18:29Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths.&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance to open the tools menu .&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:wikiupload_sl_sidemenu.jpg]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T13:17:00Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths.&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance to open the tools menu .&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_sidemenu.jpg]]&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a file extension can't be seduced from the URL or path a default extension is added according to the '''default file extension'''.&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Wikiupload_sl_sidemenu.jpg</id>
		<title>File:Wikiupload sl sidemenu.jpg</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Wikiupload_sl_sidemenu.jpg"/>
				<updated>2013-06-27T13:13:59Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T13:13:36Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths.&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance to open the tools menu .&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_sidemenu.jpg]]&lt;br /&gt;
&lt;br /&gt;
Fill-in your mediawiki site root, username and password. To send files directly as stream tick '''send as byte stream'''. When a &lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/File:Wikiupload_sl_setup.jpg</id>
		<title>File:Wikiupload sl setup.jpg</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/File:Wikiupload_sl_setup.jpg"/>
				<updated>2013-06-27T13:07:34Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T13:07:11Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending occurrances and subject locators directly to a mediawiki site. Mediawiki uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators as file URLs or local file paths.&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
To upload a single occurrance to mediawiki right-click on the occurrance to open the tools menu .&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;br /&gt;
To upload all subject locators to mediawiki right-click on the context menu and select '''topics &amp;gt; subject locators &amp;gt; upload subject locator resources to mediawiki'''&lt;br /&gt;
&lt;br /&gt;
[[File:wikiupload_sl_setup.jpg]]&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T12:40:59Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending file URLs and local files directly to a mediawiki site. The uploader uses [http://www.mediawiki.org Mediawiki] API to upload occurrances or subject locators.&lt;br /&gt;
&lt;br /&gt;
=== Uploading occurrances ===&lt;br /&gt;
&lt;br /&gt;
=== Uploading subject locators ===&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T10:55:17Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows sending file URLs and local files directly to a mediawiki site.&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	<entry>
		<id>http://wandora.org/wiki/Mediawiki_uploader</id>
		<title>Mediawiki uploader</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/wiki/Mediawiki_uploader"/>
				<updated>2013-06-27T10:51:36Z</updated>
		
		<summary type="html">&lt;p&gt;Niko: Created page with &amp;quot;Mediawiki uploader allows file uploading directly to mediawiki.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mediawiki uploader allows file uploading directly to mediawiki.&lt;/div&gt;</summary>
		<author><name>Niko</name></author>	</entry>

	</feed>