// File Name: urlAliases.js //////////////////////////////////////////////////////////////////////// // // // Copyright (c) 2005 BobDawg, All rights reserved. // // BobDawg(tm) is a registered trademark. // // // // // // This file contains a list of aliases and the // // urls they point to. Following is a brief tutorial // // on the use and format of this file, including // // "How to add an Alias". // // // // This script is available at: // // http://bobdawg.is-a-geek.org/index.html?name=urlAliases // // // // ///// To make a new alias: /////////////////////////////////////// // // // // // // // 1) click at the end of the line on the last entry. // // // // // // // // 2) type a comma (i.e. "," minus the quotes) // // // // // // // // 3) press the "return" or "enter" key. // // // // // // // // 4) then type a left brace (i.e. "[" minus the quotes) // // // // // // // // 5) Then type in quotes the alias you would like to assign // // // // followed by a single comma, and a a single space. // // // // // // // // 6) Then type in quotes the url you would like the alias to // // // // point to followed by a right brace (i.e. "]" minus // // // // the quotes) // // // // // // // // **** To add another alias simply repeat from step 2. **** // // // // // // // ////////////////////////////////////////////////////////////////// // // // //////////////////////////////////////////////////////////////////////// new UrlAliaser([ ["halo2rpg", "http://bobdawg.no-ip.org/halo2rpg/"], ["wiki", "http://bobdawg.no-ip.org/pmwiki-2.0/"], ["forum", "http://bobdawg.no-ip.org/phpBB2/"], ["halo2stats", "/gamerTag.php"], ["urlAliaser", "/downloads/urlAliaser.zip"] ]); //////////////////////////////////////////////////////////////////////// // // // ***** End of File ***** // // // ////////////////////////////////////////////////////////////////////////