Was this page helpful?

Firefox Plugin to Search the SourceMage Wiki

    Table of contents
    No headers

    This isn't exactly Web Development, but I didn't want to create a category that would liekly only hold one document, so I'm stiking this here.

    Following is the source code to a Firefox Plugin which will enable the built-in search bar to search the SourceMage Wiki.

    # Mozilla+ search plugin for the Source Mage GNU/Linux Wiki
    # Author: Matthew Clark <matthewclark@inlesserterms.net>
    # Created: 15 May 2006
    # Last Modified: 26 May 2006
    #
    # Country: US
    # Language: en
    # Category: 46 (Libraries)
    #
    # Known issues: None.
    
    <search
        version="7.1"
        name="Source Mage Wiki"
        description="Search the Source Mage Wiki"
        action="http://wiki.sourcemage.org/"
        searchForm="http://wiki.sourcemage.org/"
        method="GET"
    >
        <input name="sourceid" value="Mozilla-search">
        <input name="action" value="fullsearch">
        <input name="context" value="180">
        <input name="fullsearch" value="Text">
        <input name="value" user="">
    </search>
    
    <browser
        update="http://www.inlesserterms.net/projects/smgl/smgl_wiki.src"
        updateIcon="http://www.inlesserterms.net/projects/smgl/smgl_wiki.png"
        updateCheckDays="7"
    >
    
    Was this page helpful?
    Tag page (Edit tags)
    • No tags
    You must login to post a comment.
    Powered by MindTouch Core