<?xml version="1.0" encoding="iso-8859-1"?>
<feed xmlns="http://www.w3.org/2005/Atom"
	xml:lang="en">
	<title>Plugins</title>
	<subtitle>and other programs</subtitle>
        <link rel="alternate" type="text/html" href="http://www.madjo.nl/plugins/index.php"/>
        <link rel="self" type="application/atom+xml" href="http://www.madjo.nl/pluginsatom.xml"/>
	<updated>2006-04-02T18:25:12+02:00</updated>
	<author>
	<name>MadJo</name>
	<uri>http://www.madjo.nl/plugins/index.php</uri>
	<email>marcel@madjo.nl</email>
	</author>
	<id>tag:madjonl,2006:plugins</id>
	<generator uri="http://www.pivotlog.net" version="Pivot - 1.30 RC: 'Rippersnapper'">Pivot</generator>
	<rights>Copyright (c) 2006, Authors of Plugins</rights>
	
	
	
	<entry>
		<title>category image extension</title>
		<link rel="alternate" type="text/html" href="http://www.madjo.nl/archive/2005/01/28/category_image_extension/lokitorrent" />
		<updated>2005-01-28T16:30:00+02:00</updated>
		<published>2005-01-28T16:30:00+02:00</published>
		<id>tag:madjonl,2006:plugins.612</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">This extension will show images for each category a post is in.
Prerequisites:
  - The category images should be in the images/ folder of Pivot
  - The filenames of these category images should be exactly the same as the categorynames (case-sensitive)
                                                                           
How to work with this plugin:
  - Upload this file into your extensions/snippets/ folder
  - Open your short entry template and/or entrypage template and add the [[catimage]] tag...                                                
  - Rebuild your frontpage, and you should see the images
                                                                           
Extension variables:                                                       
  This extension has two variables: [[catimage:FILTER:NEWLINE]]        
    - FILTER: if something is filled in here, it will only show the categories associated to the current subweblog.
    - NEWLINE: if something is filled in here, the images will be placed below each other. If nothing is filled in, the images will be placed beside each other.
  Leave these values empty, if you don't want to use them. 

  Category image extension</summary>
        <content type="html" xml:lang="en" xml:base="http://www.madjo.nl/archive/2005/01/28/category_image_extension/lokitorrent"><![CDATA[
                This extension will show images for each category a post is in.<br />
Prerequisites:<br />
  - The category images should be in the images/ folder of Pivot<br />
  - The filenames of these category images should be exactly the same as the categorynames (case-sensitive)<br />
                                                                           <br />
How to work with this plugin:<br />
  - Upload this file into your extensions/snippets/ folder<br />
  - Open your short entry template and/or entrypage template and add the [<b></b>[catimage]] tag...                                                <br />
  - Rebuild your frontpage, and you should see the images<br />
                                                                           <br />
Extension variables:                                                       <br />
  This extension has two variables: [<b></b>[catimage:<b>FILTER</b>:<b>NEWLINE</b>]]        <br />
    - <b>FILTER</b>: if something is filled in here, it will only show the categories associated to the current subweblog.<br />
    - <b>NEWLINE</b>: if something is filled in here, the images will be placed below each other. If nothing is filled in, the images will be placed beside each other.<br />
  Leave these values empty, if you don't want to use them. <br />
<br />
<a href="http://www.madjo.nl/images/snippet_catimage.zip" title="Category image extension" class="download"><img src="http://www.madjo.nl/pivot/pics/icon_file.gif" width="16" height="16" alt="Category image extension" class="icon" style="border:0;" /> </a> <a href="http://www.madjo.nl/images/snippet_catimage.zip" title="Category image extension" class="download">Category image extension</a>
		]]></content>
		<author>
			<name>admin</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>{Pivot} Copy year extension v1.0</title>
		<link rel="alternate" type="text/html" href="http://www.madjo.nl/archive/2005/01/16/pivot_copy_year_extension_v10/lokitorrent" />
		<updated>2005-01-16T15:02:00+02:00</updated>
		<published>2005-01-16T15:02:00+02:00</published>
		<id>tag:madjonl,2006:plugins.602</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">[[copyyear]]
A formatted copyright string that creates a floating copyright date. 
If no year is passed then the copyright date will be the current year. 
If a year in the past is passed, then a string indicating a copyright that spans the period from that date to now will be returned. 
Sanity checks block dates before 1999 and after the current year.

	[[copyyear:2001]] will print &amp;#8217;© 2001-2005&amp;#8217; (or the current year we are living in)
[[copyyear:2004]] will print &amp;#8217;© 2004&amp;#8217;

	Click on &amp;#8217;(more)&amp;#8217; to see it in action.

	 ...this idea came from the Pivot manual&amp;#8230;

	 Version 1.0
	 Created on 16 january 2005, by Marcel de Jong

	 For support go to MyPivot.net or MadJo.nl 
	 or email me at mdejong[at]gmail[dot]com

	Installation notes:

	1) get Pivot 1.20 (or higher) and install it.
2) create a folder called &amp;#8220;extensions&amp;#8221; in the dir higher than Pivot/
(if you have installed pivot in www.example.com/pivot, 
then the extensions folder should be www.example.com/extensions)
3) in the extensions folder create the folder &amp;#8220;snippets&amp;#8221;
4) extract the file &amp;#8220;snippet_copyyear.php&amp;#8221; into that folder
5) add somewhere in your templates the tag © 2006 (with or without values)
6) rebuild the frontpage.. and presto!

	Contents of  snippet_copyyear.zip:

	1) snippet_copyyear.php (the code file)
2) copyyear_readme.txt</summary>
        <content type="html" xml:lang="en" xml:base="http://www.madjo.nl/archive/2005/01/16/pivot_copy_year_extension_v10/lokitorrent"><![CDATA[
                <p>[<b></b>[copyyear]]<br />
A formatted copyright string that creates a floating copyright date. <br />
If no year is passed then the copyright date will be the current year. <br />
If a year in the past is passed, then a string indicating a copyright that spans the period from that date to now will be returned. <br />
Sanity checks block dates before 1999 and after the current year.</p>

	<p>[<b></b>[copyyear:2001]] will print &#8217;&copy; 2001-2005&#8217; (or the current year we are living in)<br />
[<b></b>[copyyear:2004]] will print &#8217;&copy; 2004&#8217;</p>

	<p>Click on &#8217;(more)&#8217; to see it in action.</p>

	<p> ...this idea came from the Pivot manual&#8230;</p>

	<p> Version 1.0</p>
	<p> Created on 16 january 2005, by Marcel de Jong</p>

	<p> For support go to <a href="http://www.madjo.nlwww.mypivot.net/extensions.php"  target='_blank'>MyPivot.net</a> or <a href="http://www.madjo.nlwww.madjo.nl/plugins"  target='_blank'>MadJo.nl</a> </p>
	<p> or email me at mdejong[at]gmail[dot]com</p>

	<p>Installation notes:</p>

	<p>1) get Pivot 1.20 (or higher) and install it.<br />
2) create a folder called &#8220;extensions&#8221; in the dir higher than Pivot/<br />
(if you have installed pivot in www.example.com/pivot, <br />
then the extensions folder should be www.example.com/extensions)<br />
3) in the extensions folder create the folder &#8220;snippets&#8221;<br />
4) extract the file &#8220;snippet_copyyear.php&#8221; into that folder<br />
5) add somewhere in your templates the tag &copy; 2006 (with or without values)<br />
6) rebuild the frontpage.. and presto!</p>

	<p>Contents of <a href="http://www.madjo.nl/images/snippet_copyyear.zip" title="Copy Year Extension" class="download"><img src="http://www.madjo.nl/pivot/pics/icon_file.gif" width="16" height="16" alt="Copy Year Extension" class="icon" style="border:0;" /> </a><a href="http://www.madjo.nl/images/snippet_copyyear.zip" title="Copy Year Extension" class="download">snippet_copyyear.zip</a>:</p>

	<p>1) snippet_copyyear.php (the code file)<br />
2) copyyear_readme.txt</p>


 <a name="test"> </a>The test:<br />
[<b></b>[copyyear:1998]]: &copy; 1998-2006<br />
[<b></b>[copyyear]]: &copy; 2006<br />
[<b></b>[copyyear:2000]]: &copy; 2000-2006<br />
[<b></b>[copyyear:2005]]: &copy; 2005-2006<br />
[<b></b>[copyyear:3006]]: &copy; 2006
		]]></content>
		<author>
			<name>admin</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>{Pivot} Alternative RSS feed v1.2</title>
		<link rel="alternate" type="text/html" href="http://www.madjo.nl/archive/2005/01/07/pivot_alternative_rss_feed_v12/lokitorrent" />
		<updated>2005-01-07T14:15:00+02:00</updated>
		<published>2005-01-07T14:15:00+02:00</published>
		<id>tag:madjonl,2006:plugins.579</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">Pivot (1.20+) has an extension architecture.
For these versions I have created an alternative RSS reader.
The one included with Pivot only caches a feed once every 8 hours, and for some things this is just too long.

	The extension I created is in essence the same, but with one vital difference, you can set a different cache-time (in minutes)

	Download the   AltRSS Extension.

	The installation instructions are as follows (also found in the readme.txt inside the zip file):
1 download the zip file
2 extract all three files
3 and upload them to your extensions/snippets folder

	Usage:
It basically works the same as the regular [[rss]] tag, but it has an added value:

	[[altrss:number of entries shown:address of the rss feed:layout of the result:cache-time in minutes]] 

	The cache time defaults to 8 hours (if it is left empty), also it is recommended to use values that are equal or higher than 5 minutes, for the sake of the bandwidth of the site where you grabbed the rss-feed. :) (you can&amp;#8217;t actually set it lower than 5 minutes, because it is the lowest threshold.

NOTE (Very important) Do not use this for a normal weblog, but for some very specific applications.</summary>
        <content type="html" xml:lang="en" xml:base="http://www.madjo.nl/archive/2005/01/07/pivot_alternative_rss_feed_v12/lokitorrent"><![CDATA[
                <a href="http://www.pivotlog.net"  target='_blank'>Pivot</a> (1.20+) has an extension architecture.<br />
For these versions I have created an alternative RSS reader.<br />
The one included with Pivot only caches a feed once every 8 hours, and for some things this is just too long.

	<p>The extension I created is in essence the same, but with one vital difference, you can set a different cache-time (in minutes)</p>

	<p>Download the <a href="http://www.madjo.nl/images/altrss.zip" title="Alternative RSS-reader" class="download"><img src="http://www.madjo.nl/pivot/pics/icon_file.gif" width="16" height="16" alt="Alternative RSS-reader" class="icon" style="border:0;" /> </a> <a href="http://www.madjo.nl/images/altrss.zip" title="Alternative RSS-reader v1.2" class="download">AltRSS Extension</a>.</p>

	<p>The installation instructions are as follows (also found in the readme.txt inside the zip file):<br />
1 download the zip file<br />
2 extract all three files<br />
3 and upload them to your extensions/snippets folder</p>

	<p>Usage:<br />
It basically works the same as the regular [<i></i>[rss]] tag, but it has an added value:</p>

	<p>[<i></i>[altrss:<em>number of entries shown</em>:<em>address of the rss feed</em>:<em>layout of the result</em>:<strong>cache-time in minutes</strong>]] </p>

	<p>The cache time defaults to 8 hours (if it is left empty), also it is recommended to use values that are equal or higher than 5 minutes, for the sake of the bandwidth of the site where you grabbed the rss-feed. :) (you can&#8217;t actually set it lower than 5 minutes, because it is the lowest threshold.</p>

<strong>NOTE</strong> (Very important) Do not use this for a normal weblog, but for some very specific applications.
		]]></content>
		<author>
			<name>admin</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Pivot Button extension 1.0</title>
		<link rel="alternate" type="text/html" href="http://www.madjo.nl/archive/2004/12/24/pivot_button_extension_10/lokitorrent" />
		<updated>2004-12-24T18:51:00+02:00</updated>
		<published>2004-12-24T18:51:00+02:00</published>
		<id>tag:madjonl,2006:plugins.591</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">Button extension 1.0
released on: 24/12/2004

	I wrote this plugin, because I wanted to clean up my template a little, it got a lot of those  stuff in it, I didn&amp;#8217;t really like it. Made it look messy.
So I wrote a plugin that can be used a little easier (at least in my opinion) :)
the usage is as follows: [[button:URL:TITLE:IMAGE]]
URL: speaks a little for itself, it supports (http, https, and ftp) (Mailto not yet, but that one is in the works)
TITLE: isn&amp;#8217;t necessary, if left empty it will show the URL as the title (of the link and the image)
IMAGE: just the name of the image will suffice. The image itself should be located in your images/ folder. So don&amp;#8217;t enter a /images/something.ext, but simply: something.ext

	the output will then be: those  tags, with your values in it, but it looks a little nicer in your templates ;)

	For the CSS-ers: it uses the same class as the Pivot buttons. (class=&amp;#8221;badge&amp;#8221;)

	Download it here

	If you encounter any bugs, don&amp;#8217;t hesitate to contact me :) (see mail address at the top of this entry :)

installation of this plugin
1) unpack the file
2) go to your extensions/snippets/ folder
3) upload the unpacked file there
4) add a [[button]] tag somewhere in an entry or on your template</summary>
        <content type="html" xml:lang="en" xml:base="http://www.madjo.nl/archive/2004/12/24/pivot_button_extension_10/lokitorrent"><![CDATA[
                <strong>Button extension 1.0</strong><br />
released on: <strong>24/12/2004</strong>

	<p>I wrote this plugin, because I wanted to clean up my template a little, it got a lot of those <a href><img></a> stuff in it, I didn&#8217;t really like it. Made it look messy.<br />
So I wrote a plugin that can be used a little easier (at least in my opinion) :)<br />
the usage is as follows: [<i></i>[button:<strong>URL</strong>:<strong>TITLE</strong>:<strong>IMAGE</strong>]]<br />
URL: speaks a little for itself, it supports (http, https, and ftp) (Mailto not yet, but that one is in the works)<br />
TITLE: isn&#8217;t necessary, if left empty it will show the URL as the title (of the link and the image)<br />
IMAGE: just the name of the image will suffice. The image itself should be located in your images/ folder. So don&#8217;t enter a /images/something.ext, but simply: something.ext</p>

	<p>the output will then be: those <a href><img></a> tags, with your values in it, but it looks a little nicer in your templates ;)</p>

	<p>For the CSS-ers: it uses the same class as the Pivot buttons. (class=&#8221;badge&#8221;)</p>

	<p><a href="http://www.madjo.nl/images/snippet_button.zip" title="Download the Button Extension here" class="download">Download it here</a></p>

	<p>If you encounter any bugs, don&#8217;t hesitate to contact me :) (see mail address at the top of this entry :)</p>

<strong>installation of this plugin</strong><br />
1) unpack the file<br />
2) go to your extensions/snippets/ folder<br />
3) upload the unpacked file there<br />
4) add a [<b></b>[button]] tag somewhere in an entry or on your template
		]]></content>
		<author>
			<name>admin</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Home Of The Underdogs search plugin</title>
		<link rel="alternate" type="text/html" href="http://www.madjo.nl/archive/2004/10/11/home_of_the_underdogs_search_p/lokitorrent" />
		<updated>2004-10-11T13:56:00+02:00</updated>
		<published>2004-10-11T13:56:00+02:00</published>
		<id>tag:madjonl,2006:plugins.553</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">This plugin for the Firefox Search bar makes it easy to search for a certain game on the The Underdogs site.
That site has a large list of games, most of which are freely downloadable too (using the abandonware principle).

	To get this plugin click here and follow the instructions below, to install it.

	
	Close Mozilla Firefox.
		Open the zipped file. ( Use winzip or 7zip )
		Extract the two files in the mozilla firefox search plugins folder. (Default: c:\program files\mozilla firefox\searchplugins)
		Open Mozilla Firefox, 
		Click on the search plugin icon (right of the address bar) and if all is well you should see a list of searchplugins including an icon with the text &amp;#8220;The-Underdogs.org&amp;#8221;. Click on that, and enter the game name.
	

	Or use this install link

	if you want to know more, mail me @</summary>
        <content type="html" xml:lang="en" xml:base="http://www.madjo.nl/archive/2004/10/11/home_of_the_underdogs_search_p/lokitorrent"><![CDATA[
                <p>This plugin for the Firefox Search bar makes it easy to search for a certain game on the <a href="http://www.the-underdogs.org"  target='_blank'>The Underdogs</a> site.<br />
That site has a large list of games, most of which are freely downloadable too (using the abandonware principle).</p>

	<p>To get this plugin click <a href="http://www.madjo.nl/plugins/hotu.zip"  target='_blank'>here</a> and follow the instructions below, to install it.</p>

	<ul>
	<li>Close Mozilla Firefox.</li>
		<li>Open the zipped file. ( Use <a href="http://www.winzip.com"  target='_blank'>winzip</a> or <a href="http://www.7zip.org"  target='_blank'>7zip</a> )</li>
		<li>Extract the two files in the mozilla firefox search plugins folder. (Default: c:\program files\mozilla firefox\searchplugins)</li>
		<li>Open Mozilla Firefox, </li>
		<li>Click on the search plugin icon (right of the address bar) and if all is well you should see a list of searchplugins including an icon with the text &#8220;The-Underdogs.org&#8221;. Click on that, and enter the game name.</li>
	</ul>

	<p>Or use this <a href="http://www.madjo.nljavascript:addEngine(hotu,jpg,Web)"  target='_blank'>install</a> link</p>

	<p>if you want to know more, mail me @ <img src="http://www.madjo.nl/images/mdejong_gmail.com.png" style="border:0px solid" title="mdejong [at] gmail [dot] com" alt="mdejong [at] gmail [dot] com" class="pivot-image" /></p>
		]]></content>
		<author>
			<name>admin</name>
		</author>
	</entry>
	
	
	
</feed>
