= !AbbrMap * Eventually this page will lead to a wiki editable version of your abbreviation/acronyms dictionary file, similar to InterMapTxt. * For now it's just a list of acronym/titles I personally use often enough to store them in the dictionary. * '''Note''': Like all Python configuration files, name/value pairs may use either colon `:` or equal `=` characters, both are valid assignment syntax. {{{ # dictionary.ini -- abbreviations and acronyms # -*- coding: utf-8 -*- [acronym] ACM = Association for Computing Machinery ADA = Americans With Disabilities Act Ajax = Asynchronous JavaScript and XML AMP = Apache, MySQL, PHP/Perl/Python API = Application Programming Interface ARPA = Advanced Research Projects Agency ASCII = American Standard Code for Information Interchange ASP = Active Server Pages BOM = Byte Order Mark BSD = Berkeley Software Distribution CDN = Content Distribution Network CEO = Chief Executive Officer CERN = European Organization for Nuclear Research CGI = Common Gateway Interface CMS = Content Management System CPAN = Comprehensive Perl Archive Network CPU = Central Processing Unit CRUD = Create Read Update Delete CSRF = Cross Site Request Forgery CSS = Cascading Style Sheets CTO = Chief Technology Officer CV = Controlled Vocabulary DB = Database DBD = Perl DBI Database Driver DBI = Perl Database Independent Interface DCMI = Dublin Core Metadata Initiative DES = Data Encryption Standard DMI = DTD Modularization Interface DNS = Domain Name System DOM = Document Object Model DRY = Don't Repeat Yourself DTD = Document Type Definition ECMA = European Computer Manufacturers Association ERCIM = European Research Consortium for Informatics and Mathematics EXIF = Exchangeable Image File Format FAQ = Frequently Asked Question FF = Firefox FIPS = Federal Information Processing Standards FK = Foreign Key FLWOR = For Let Where Order Return FOAF = Friend of a Friend FPI = Formal Public Identifier FPU = Floating Point Unit FTP = File Transer Protocol FYI = For Your Information GPL = General Public License GPS = Global Positioning System GRDDL = Gleaning Resource Descriptions from Dialects of Languages GUI = Graphical User Interface HTML = Hypertext Markup Language HTTP = Hypertext Transfer Protocol I18N = Internationalization IA = Information Architecture IANA = Internet Assigned Numbers Authority ICDRI = International Center for Disability Resources on the Internet ICRA = Internet Content Rating Association ICT = Information and Communication Technology IDE = Integrated Development Environment IE = Internet Explorer IEC = International Electrotechnical Commission IETF = Internet Engineering Task Force INRIA = Institut National de Recherche en Informatique et Automatique IP = Internet Protocol IPR = Intellectual Property Rights IRC = Internet Relay Chat ISAM = Indexed Sequential Access Method ISBN = International Standard Book Number ISO = International Organization for Standardization ISOC = Internet Society IT = Information Technology JIT = Just in Time JPEG = Joint Photographic Experts Group JRE = Java Runtime Environment JS = JavaScript JSON = JavaScript Object Notation LAMP = Linux/Apache/MySQL/PHP LCS = Laboratory for Computer Science LDAP = Lightweight Directory Access Protocol MathML = Mathematical Markup Language MIA = Missing in Action MIME = Multipurpose Internet Mail Extensions MIT = Massachusetts Institute of Technology MMS = Multimedia Messaging Service MPEG = Moving Picture Experts Group MVC = Model View Controller NCSA = National Center for Supercomputing Applications NIST = National Institute of Standards and Technology NS = Netscape NSA = National Security Agency NSDI = National Spatial Data Infrastructure ODP = Open Directory Project OOP = Object Oriented Programming OPML = Outline Processor Markup Language ORM = Object Relational Mapping OS = Operating System OSI = Open Systems Interconnection OSS = Open Source Software OWASP = Open Web Application Security Project OWL = Web Ontology Language PCL = Public Class Language PDA = Personal Digital Assistant PDF = Portable Document Format PEP = Python Enhancement Proposal PGP = Pretty Good Privacy PHP = Hypertext Preprocessor PICS = Platform for Internet Content Selection PK = Primary Key PKI = Public Key Infrastructure PNG = Portable Network Graphics PR = Public Relations PTC = Public Text Class PTD = Public Text Description PTI = Public Text Identifier RDBMS = Relational Database Management System RDF = Resource Description Framework REST = Representational State Transfer RFC = Request for Comments RIA = Rich Internet Application RoR = Ruby on Rails RPC = Remote Procedure Call RSA = Rivest Shamir Adleman RSS = RDF Site Summary RTF = Rich Text Format SAPI = Server Application Programming Interface SCM = Software Configuration Management SEO = Search Engine Optimization SERP = Search Engine Results Page SFTP = Secure File Transfer Protocol SGML = Standard Generalized Markup Language SIG = Special Interest Group SMS = Short Message Service SNI = Server Name Indication SOAP = Simple Object Access Protocol SOP = Same Origin Policy SPARQL = SPARQL Protocol And RDF Query Language SQL = Structured Query Language SSH = Secure Shell SSI = Server Side Includes SSJS = Server Side JavaScript SSL = Secure Sockets Layer SVG = Scalable Vector Graphics TAG = Technical Architecture Group TCP = Transmission Control Protocol TLD = Top Level Domain TLS = Transport Layer Security TZ = Time Zone UA = User Agent UCB = University of California at Berkeley UCS = Universal Character Set UDDI = Universal Description Discovery and Integration UDP = User Datagram Protocol UI = User Interface UIUC = University of Illinois at Urbana-Champaign URI = Uniform Resource Identifier URL = Uniform Resource Locator URN = Uniform Resource Name UTC = Coordinated Universal Time UTF = Unicode Transformation Format VB = Visual Basic VM = Virtual Machine W3C = World Wide Web Consortium WAI = Web Accessibility Initiative WaSP = Web Standards Project WCAG = Web Content Accessibility Guidelines WSDL = Web Services Description Language WSGI = Web Server Gateway Interface WWW = World Wide Web XBL = Extensible Bindings Language XFN = XHTML Friends Network XHR = XML HTTP Request XHTML = Extensible Hypertext Markup Language XMDP = XHTML Metadata Profile XML = Extensible Markup Language XMLNS = Extensible Markup Language NameSpace XPath = XML Path Language XSL = Extensible Stylesheet Language XSL-FO = XSL Formatting Objects XSLT = Extensible Stylesheet Language Transformation XSS = Cross Site Scripting XUL = Extensible User Interface Language }}} < AbbrMacro