\documentclass{article}
\usepackage{ulem}
\usepackage{graphicx}
\usepackage{hyperref}
\pagestyle{headings}
\begin{document}
\part{Horde/<a href="https://wiki.horde.org/EventDispatcher">EventDispatcher</a>}
\section{Description}
Horde's <a href="https://wiki.horde.org/EventDispatcher">EventDispatcher</a> component, implementing the PSR-14 standard.<br />
Horde already has the Doc/Dev/<a href="https://wiki.horde.org/HordePubSub">HordePubSub</a> library, but it is not used in many places and modernizing it would have been equal or more effort than implementing the standard.

\section{Usage}
\section{Bugs}
List any tickets on <a href="http://bugs.horde.org/">http://bugs.horde.org/</a> that cover this issue or are relevant to it.

\section{People}
Ralf Lang

\section{Resources}
Include links to protocol descriptions, specifications, RFCs, external applications, presentations on <a href="http://horde.org/papers/">http://horde.org/papers/</a> or elsewhere that are relevant, articles, API docs from <a href="http://dev.horde.org/">http://dev.horde.org/</a> - anything that might be useful to someone working on this.

\begin{itemize}
\item Repo: <a href="https://github.com/maintaina-com/EventDispatcher/">https://github.com/maintaina-com/EventDispatcher/</a> (Currently not upstreamed to horde organisation)


\item PSR-14: <a href="https://www.php-fig.org/psr/psr-14/">https://www.php-fig.org/psr/psr-14/</a>


\end{itemize}
\section{UPGRADING}
\subsection{Logger}
An early implementation supported the unnamespaced Horde\_Log\_Logger. This has been changed, we only support the Psr\textbackslash\{\}Log\textbackslash\{\}<a href="https://wiki.horde.org/LoggerInterface">LoggerInterface</a> and through this also the PSR-3 compatible Horde\textbackslash\{\}Log\textbackslash\{\}Logger. If no logger is provided, we will resort to the Psr\textbackslash\{\}Log\textbackslash\{\}<a href="https://wiki.horde.org/NullLogger">NullLogger</a> to prevent if cases.

\subsection{From Horde/<a href="https://wiki.horde.org/PubSub">PubSub</a>}
TODO


\noindent\rule{\textwidth}{1pt}
Back to the <a href="https://wiki.horde.org/Project">Project List</a>

\end{document}
