2016-10-18

‎Static content with anonymous query service

← Older revision

Revision as of 04:19, 18 October 2016

(2 intermediate revisions by the same user not shown)

Line 63:

Line 63:

==Website Subscriptions==

==Website Subscriptions==



TBD

+

Decentralized websites often change over time - each significant update will result in a new version of the website being generated. To automate the delivery of these updates the author may create a 'website subscription' - these operate in the same way as an RSS feed with new website versions being equivalent to new RSS items.

+

+

When you download an item that is associated with such a subscription Vuze will detect this and create a notification to inform you. The notification has an 'action' to allow you to subscribe - this does more than just subscribe to the updates, it also creates a Tag with which to organize the website versions and sets it up to automatically download and retain the most recent few versions of the website. Thus you can always get to the most recent version by going to the Tag and double clicking the most recent download.

+

+

Here is an example subscription: [http://plugins.vuze.com/files/subs/WebsiteSubscription.vuze http://plugins.vuze.com/files/subs/WebsiteSubscription.vuze]

==Examples==

==Examples==

Line 81:

Line 85:

Vuze supports a simple way of providing such an anonymous service, based on the 'Tor Helper' (you need to enable support for services under the plugin options) and 'I2P Helper' (services enabled by default) plugins to provide network access, and a plugin API to provide a code framework for implementing the service.

Vuze supports a simple way of providing such an anonymous service, based on the 'Tor Helper' (you need to enable support for services under the plugin options) and 'I2P Helper' (services enabled by default) plugins to provide network access, and a plugin API to provide a code framework for implementing the service.



This demonstration uses the [http://plugins.vuze.com/plugin_details.php?plugin=azwikiservicedemo 'Wiki Service Demo Plugin'] to implement the search function for the static Vuze Wiki content that was crawled on 2015/3/31 using the
‘HTTrack’
website copier from http://www.httrack.com/. The anonymnous service addresses are available from the plugin configuration page (Tools->Options->Plugins->Wiki Service Demo). Note, you <b>do not need to install this plugin</b> - this is the backend part of the demo and already running on a Vuze server.

+

This demonstration uses the [http://plugins.vuze.com/plugin_details.php?plugin=azwikiservicedemo 'Wiki Service Demo Plugin'] to implement the search function for the static Vuze Wiki content that was crawled on 2015/3/31 using the
'HTTrack'
website copier from http://www.httrack.com/. The anonymnous service addresses are available from the plugin configuration page (Tools->Options->Plugins->Wiki Service Demo). Note, you <b>do not need to install this plugin</b> - this is the backend part of the demo and already running on a Vuze server.

You can download the static content either publicly or anonymously (using I2P) via the links below. As always download speed will be lower via anonymous download so select the public download if you're in a hurry.

You can download the static content either publicly or anonymously (using I2P) via the links below. As always download speed will be lower via anonymous download so select the public download if you're in a hurry.

Show more