NAME
    bookmark.inc.pl - PyukiWiki Plugin

SYNOPSIS
     &bookmark(Bookmark This Page);
     &bookmark(Regist Start Page,http://pyukiwiki.sourceforge.jp,start,Bookmark This Page);

DESCRIPTION
    Make Bookmark link for Windows Internet Explorer

USAGE
     &bookmark(text, [url], [page name], [start], [substitution text]);

    text (Indispensable)
        It writes hear, link text.

    url Link to url

        When omits, $::basehref url is displayed.

    page name
        Bookmark to page title.

        When omits, $::wiki_title value or FrontPage title is displayed.

    start
        Create link for registering start page.

        The link automatically registered into a bookmark is created to the
        browser which cannot be registered into a start page.

    substitution text
        It is an alternative text for registering with the bookmark to the
        browser which cannot be registered into a start page.

SEE ALSO
    PyukiWiki/Plugin/Nanami/bookmark
           http://pyukiwiki.sourceforge.jp/PyukiWiki/Plugin/Nanami/bookmark/

    PyukiWiki CVS
            http://sourceforge.jp/cvs/view/pyukiwiki/PyukiWiki-Devel/plugin/bookmark.inc.pl?view=log

AUTHOR
    Nanami
        <http://nanakochi.daiba.cx/> etc...

    PyukiWiki Developers Team
        <http://pyukiwiki.sourceforge.jp/>

LICENSE
    Copyright (C) 2005-2011 by Nanami.

    Copyright (C) 2005-2011 by PyukiWiki Developers Team

    License is GNU GENERAL PUBLIC LICENSE 2 and/or Artistic 1 or each later
    version.

    This program is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

