'); $oRubric = new Rubric; //======================================================================/ // Beginning of User Customizable Section //----------------------------------------------------------------------/ //--------------------------------------------------------------/ // Provide the list of pairs to the rubric with the sequence: // "SEARCH TERM" => "TERM TO MATCH IN THE FILENAME" // // Example: // $oRubric->addKey("mole","jmole"); // $oRubric->addKey("adbeaver", "adbeaverlogo"); // $oRubric->addKey("outdoor", "o"); // $oRubric->addKey("paddling", "p"); // $oRubric->addKey("samuel", "sam"); // $oRubric->addKey("samuel", "sam1"); // $oRubric->addKey("unlimited", "u"); // // This example would make all searches that contain the word // 'outdoors' also match all files that have the letter 'o' in it // as a search term: // // A search for "OuTDooRs" would match: // 'jimmy_o_swim.gif', 'harry swimming o high.jpg', // 'o-bert.jpg', and 'be+outdoors+now.gif', but NOT 'open.gif' // // Note: If the config file setting "$bRubricAppend" is set to // false all duplicate entries for the SEARCH TERM will be // ignored except for the FIRST entry. // // Also: When creating the rubric please realize that if // $nIgnoreNumbers = true, then you will NOT need to have rubric // entries such as: // $oRubric->addKey("samuel", "sam"); // $oRubric->addKey("samuel", "sam1"); // // ($bRubricAppend is defaulted to TRUE, as well as $bIgnoreNumbers) //--------------------------------------------------------------/ $oRubric->addKey("mole","jmole"); $oRubric->addKey("adbeaver", "adbeaverlogo"); $oRubric->addKey("outdoor", "o"); $oRubric->addKey("paddling", "p"); $oRubric->addKey("samuel", "sam"); $oRubric->addKey("samuel", "sam1"); $oRubric->addKey("unlimited", "u"); $oRubric->addKey("tao", "tao"); $oRubric->addKey("anick", "anick"); $oRubric->addKey("tanya", "tanya"); //----------------------------------------------------------------------/ // End of User Customizable Section //======================================================================/ ?>