This is a small module that makes it possible to extract some generic information about the system. It doesn't interface with any engines inside the kernel. What it does is that it provides three views: "about", "copyright" and "is_alive". The "about" view returns information about eZ Publish, the "copyright" view returns copyright information (related to eZ Publish) and the "is_alive" view checks the database connection and if everything seems to be okay, it returns the text "eZ Publish is alive!".
Name | Summary |
---|---|
about | Provides information about the system (version number, etc.). |
copyright | Provides copyright information related to eZ publish. |
is_alive | Provides information about the database connection. |