Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/includes/libraries/elxis/helpers/keywords/en.php
<?php
/**
* @version        $Id$
* @package        Elxis
* @subpackage    Helpers / META keywords
* @copyright    Copyright (c) 2006-2012 Elxis CMS (http://www.elxis.org). All rights reserved.
* @license        Elxis Public License ( http://www.elxis.org/elxis-public-license.html )
* @author        Elxis Team ( http://www.elxis.org )
* @description     Elxis CMS is free software. Read the license for copyright notices and details
*
* ---- THIS FILE MUST BE ENCODED AS UTF-8! ----
*
* Place in this file keywords that should be excluded from automatic META keywords generation
*
*/

defined('_ELXIS_') or die ('Direct access to this location is not allowed');


$exclude = array(
   
'act', 'again', 'agree', 'ask', 'away', 'back', 'beside', 'better', 'between', 'beyond', 'body', 'bone', 'born',
   
'borrow', 'both', 'bottom', 'boy', 'break', 'bring', 'brought', 'built', 'busy', 'buy', 'call', 'came', 'can', 'cause', 'choose', 'consider',
   
'come', 'consider', 'considerable', 'contain', 'continue', 'could', 'cry', 'cut', 'dare', 'dark', 'deal', 'dear', 'decide', 'deep', 'die',
   
'dog', 'done', 'doubt', 'down', 'during', 'ear', 'early', 'eat', 'effort', 'either', 'enjoy', 'enough', 'even', 'ever', 'every', 'except',
   
'expect', 'explain', 'fail', 'fall', 'far', 'fat', 'favor', 'fear', 'feel', 'feet', 'fell', 'felt', 'few', 'fill', 'find', 'fit', 'fly',
   
'follow', 'forever', 'forget', 'front', 'gave', 'get', 'gives', 'goes', 'gone', 'got', 'gray', 'great', 'green', 'grew', 'grow', 'guess',
   
'had', 'half', 'hang', 'happen', 'hat', 'have', 'hear', 'heard', 'held', 'hello', 'her', 'here', 'hers', 'high', 'hill', 'him', 'his', 'hit',
   
'hold', 'hot', 'however', 'ill', 'indeed', 'instead', 'into', 'iron', 'its', 'just', 'keep', 'kept', 'knew', 'know', 'known', 'late', 'least',
   
'led', 'left', 'lend', 'less', 'let', 'like', 'likely', 'likr', 'lone', 'long', 'look', 'lot', 'make', 'many', 'may', 'mean', 'met', 'might',
   
'mile', 'mine', 'moon', 'more', 'most', 'move', 'much', 'must', 'near', 'nearly', 'necessary', 'neither', 'never', 'next', 'none', 'nor', 'note',
   
'nothing', 'number', 'often', 'once', 'only', 'other', 'ought', 'our', 'out', 'please', 'prepare', 'probable', 'pull', 'pure', 'push', 'put', 'raise',
   
'ran', 'rather', 'reach', 'realize', 'reply', 'require', 'rest', 'run', 'said', 'same', 'sat', 'saw', 'say', 'see', 'seem', 'seen', 'self', 'sell', 'sent',
   
'separate', 'set', 'shall', 'she', 'should', 'side', 'sign', 'since', 'sold', 'some', 'soon', 'sorry', 'stay', 'step', 'stick', 'still', 'stood', 'such',
   
'sudden', 'suppose', 'take', 'taken', 'talk', 'tall', 'tell', 'ten', 'than', 'thank', 'that', 'their', 'there', 'them', 'therefore', 'these',
   
'they', 'this', 'those', 'though', 'through', 'till', 'today', 'told', 'tomorrow', 'too', 'took', 'tore', 'tought', 'toward', 'tried', 'tries', 'trust',
   
'try', 'turn', 'two', 'under', 'until', 'upon', 'use', 'usual', 'various', 'verb', 'very', 'visit', 'want', 'was', 'well', 'went', 'were',
   
'what', 'when', 'where', 'whether', 'which', 'while', 'white', 'who', 'whom', 'whose', 'why', 'will', 'with', 'within', 'without', 'would', 'yet', 'you',
   
'young', 'your', 'able', 'about', 'above', 'afraid', 'against', 'age', 'ago', 'almost', 'alone', 'along', 'already', 'although', 'always',  
   
'amount', 'anger', 'angry', 'another', 'answer', 'appear', 'apple',  'arrive', 'arm', 'arms', 'around', 'arrive', 'attempt',
   
'bad', 'bag', 'bay', 'became', 'because', 'become', 'been', 'before', 'began', 'begin', 'behind', 'being', 'bell', 'belong', 'below'
);

?>