Skip to content

Instantly share code, notes, and snippets.

@hirokiky
Created October 11, 2016 03:18
Show Gist options
  • Save hirokiky/6c60333826ae90d2176309c011d68d52 to your computer and use it in GitHub Desktop.
Save hirokiky/6c60333826ae90d2176309c011d68d52 to your computer and use it in GitHub Desktop.
Reserved names
reserved_names = {
'about',
'abuse',
'account',
'accounts',
'activity',
'admin',
'administrator',
'administrators',
'admins',
'allanalysis',
'anonymous',
'api',
'app',
'apps',
'archive',
'article',
'asset',
'assets',
'atom',
'auth',
'billing',
'billings',
'blog',
'board',
'book',
'bookmark',
'business',
'calendar',
'call',
'captcha',
'career',
'cart',
'category',
'cgi',
'cgi-bin',
'comment',
'comments',
'community',
'company',
'config',
'connect',
'contact',
'contest',
'copy',
'copyright',
'copyrod',
'corp',
'create',
'css',
'dashboard',
'data',
'delete',
'design',
'destroy',
'diary',
'dist',
'doc',
'docs',
'download',
'e - mail',
'e-mail',
'edit',
'email',
'end',
'entry',
'error',
'event',
'example',
'explore',
'faq',
'feature',
'feedback',
'file',
'first',
'flash',
'forgot',
'form',
'forum',
'friend',
'get',
'gems',
'git',
'graph',
'group',
'hack',
'help',
'hg',
'home',
'hostmaster',
'howto',
'icon',
'image',
'images',
'img',
'inbox',
'index',
'info',
'information',
'inquiry',
'invite',
'item',
'jabber',
'jar',
'jars',
'javascript',
'job',
'jobs',
'join',
'js',
'json',
'jump',
'last',
'launchpad',
'ldap-status',
'legal',
'log',
'login',
'logo',
'logout',
'mail',
'main',
'manage',
'manual',
'me',
'media',
'member',
'message',
'messages',
'mobile',
'msg',
'my',
'navi',
'navigation',
'new',
'news',
'notify',
'npm',
'offer',
'official',
'old',
'organization',
'owner',
'page',
'password',
'payment',
'personal',
'phone',
'photo',
'picture',
'pictures',
'plan',
'policy',
'popular',
'portal',
'post',
'postmaster',
'pr',
'premium',
'press',
'price',
'privacy',
'private',
'product',
'profile',
'project',
'purpose',
'pypi',
'query',
'ranking',
'read',
'recent',
'recruit',
'register',
'release',
'remove',
'report',
'reset',
'root',
'rss',
'rule',
'sag',
'script',
'search',
'secure',
'security',
'self',
'server-info',
'server-status',
'session',
'setting',
'share',
'shop',
'show',
'signin',
'signout',
'signup',
'site',
'sitemap',
'source',
'special',
'src',
'ssh',
'ssl',
'staff',
'stage',
'staging',
'start',
'state',
'static',
'stats',
'status',
'store',
'style',
'stylesheet',
'support',
'svn',
'swf',
'sys',
'system',
'tag',
'team',
'teams',
'term',
'theme',
'tool',
'top',
'topic',
'tour',
'tutorial',
'update',
'upload',
'use',
'user',
'username',
'usernames',
'users',
'video',
'watch',
'web',
'webmail',
'webmaster',
'widget',
'wiki',
'word',
'www',
'www3',
'xml'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment