© 2015 X2Engine Inc.

Difference between revisions of "Terminology"

From X2Engine
Jump to: navigation, search
 
(11 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
: [http://www.dkim.org/ DomainKeys Identified Mail]: a system for digitally signing email that provides the means to securely verify that the email's origin is legitimate.
 
: [http://www.dkim.org/ DomainKeys Identified Mail]: a system for digitally signing email that provides the means to securely verify that the email's origin is legitimate.
 
;DNS
 
;DNS
: [[wikipedia:Domain_Name_System|Domain Name System]]: a naming system for computers, services, or any resource connected to the Internet or a private network (i.e. that identifies "google.com" with its internet protocol address)
+
: [[wikipedia:Domain Name System]]: a naming system for computers, services, or any resource connected to the Internet or a private network (i.e. that identifies "google.com" with its internet protocol address)
 +
;FQDN
 +
: [[wikipedia:Fully qualified domain name]]: a domain name that specifies its exact location in the tree hierarchy of the Domain Name System (DNS).
 
;MTA
 
;MTA
: [[wikipedia:Message_transfer_agent|Message transfer agent]]: an email relay service, i.e. Postfix, QMail or Exim4.
+
: [[wikipedia:Message transfer agent]]: an email relay service, i.e. Postfix, QMail or Exim4.
 
;SMTP
 
;SMTP
: [[wikipedia:Simple_Mail_Transfer_Protocol|Simple Mail Transfer Protocol]]: a network protocol for sending email to a remote server, often involving password authentication and end-to-end SSL encryption.
+
: [[wikipedia:Simple Mail Transfer Protocol]]: a network protocol for sending email to a remote server, often involving password authentication and end-to-end SSL encryption.
 
;SSL
 
;SSL
: [[wikipedia:Transport_Layer_Security|Secure Sockets Layer]] (a.k.a Transport Layer Security) a method of connecting to a remote network host that encrypts traffic on any given network protocol that uses it.
+
: (a.k.a Transport Layer Security) a method of connecting to a remote network host that encrypts traffic on any given network protocol that uses it.
 
;TLS
 
;TLS
: [[wikipedia:Transport_Layer_Security|Transport Layer Security]] a method of connecting to a remote network host that encrypts traffic on any given network protocol that uses it.
+
: [[wikipedia:Transport Layer Security]] a method of connecting to a remote network host that encrypts traffic on any given network protocol that uses it.
 
;cron
 
;cron
: (See [[wikipedia:Cron]]): a job scheduler for UNIX-like operating systems
+
: [[wikipedia:Cron]]: a job scheduler for UNIX-like operating systems
 
;installation directory
 
;installation directory
: The directory (folder) on the web server where X2Engine is installed. You will know that you are operating within this directory when you see a file <tt>constants.php</tt> and the following subdirectories: <tt>assets</tt>, <tt>css</tt>, <tt>custom</tt>, <tt>framework</tt>, <tt>images</tt>, <tt>js</tt>, <tt>protected</tt>, <tt>themes</tt> and <tt>uploads</tt>
+
: The directory (folder) on the web server where X2Engine is installed. You will know that you are operating within this directory when you see a file ''constants.php'' and the following subdirectories: ''assets'', ''css'', ''custom'', ''framework'', ''images'', ''js'', ''protected'', ''themes'' and ''uploads''.
 +
;URI
 +
: [[wikipedia:Uniform Resource Identifier]]: The part of a URL that identifies the resource on the server to be accessed. In the context of the API, this refers to the relative path within the web server based in the web root of X2Engine, i.e. ''index.php/api2/Contacts/324.json'' as opposed to the full URL, which begins with the protocol (i.e. "http") and might also contain a path relative to the web site's document root
 
;user menu
 
;user menu
 
: The menu accessed by clicking on one's own username in the far upper-right-hand corner of the application.
 
: The menu accessed by clicking on one's own username in the far upper-right-hand corner of the application.

Latest revision as of 22:50, 5 May 2014

DKIM
DomainKeys Identified Mail: a system for digitally signing email that provides the means to securely verify that the email's origin is legitimate.
DNS
wikipedia:Domain Name System: a naming system for computers, services, or any resource connected to the Internet or a private network (i.e. that identifies "google.com" with its internet protocol address)
FQDN
wikipedia:Fully qualified domain name: a domain name that specifies its exact location in the tree hierarchy of the Domain Name System (DNS).
MTA
wikipedia:Message transfer agent: an email relay service, i.e. Postfix, QMail or Exim4.
SMTP
wikipedia:Simple Mail Transfer Protocol: a network protocol for sending email to a remote server, often involving password authentication and end-to-end SSL encryption.
SSL
(a.k.a Transport Layer Security) a method of connecting to a remote network host that encrypts traffic on any given network protocol that uses it.
TLS
wikipedia:Transport Layer Security a method of connecting to a remote network host that encrypts traffic on any given network protocol that uses it.
cron
wikipedia:Cron: a job scheduler for UNIX-like operating systems
installation directory
The directory (folder) on the web server where X2Engine is installed. You will know that you are operating within this directory when you see a file constants.php and the following subdirectories: assets, css, custom, framework, images, js, protected, themes and uploads.
URI
wikipedia:Uniform Resource Identifier: The part of a URL that identifies the resource on the server to be accessed. In the context of the API, this refers to the relative path within the web server based in the web root of X2Engine, i.e. index.php/api2/Contacts/324.json as opposed to the full URL, which begins with the protocol (i.e. "http") and might also contain a path relative to the web site's document root
user menu
The menu accessed by clicking on one's own username in the far upper-right-hand corner of the application.