Annually events for Joomla community organized around the world. Joomla.org has a brief list of major Joomla Day since its early days at http://docs.joomla.org/Joomla!_Days/History
Lightweight Directory Access Protocol (LDAP) is a protocol designed to access directory systems over TCP/IP. Because of this various databases provide an LDAP interface such as Microsoft's Active Directory, Novell's eDirectory, as well as more dedicated LDAP solutions such as OpenLDAP. Joomla! has had a native LDAP library (joomla.client.ldap (changed to JClientLDAP in Joomla 3.x)) and a native LDAP authentication plugin. This allows Joomla! to authenticate against LDAP systems out of the box: to configure, go to the Plugin Manager and enable and edit the Authentication - LDAP plugin. You can also read a tutorial on getting started from scratch with LDAP. Reference: http://docs.joomla.org/Glossary
In Joomla, a program that associates a path (URL) with internal Joomla queries. Normally a router contains two methods, build() and parse(). The build() method takes an array of commands and returns a JURI object. The parse() method reverses this and turns a JURI object into an array of commands.