From 870e5a70815377cfab5bfeb403e16763501abbc7 Mon Sep 17 00:00:00 2001 From: samilliken Date: Sat, 3 Jul 2021 16:36:27 -0400 Subject: [PATCH] Added credits to configuration page. Fixed #1283 --- configuration.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/configuration.php b/configuration.php index d05793f66..2088fcad5 100644 --- a/configuration.php +++ b/configuration.php @@ -1759,6 +1759,7 @@ function uploadifive() {
  • ',__("LDAP"),'
  • ',__("SAML"),'
  • ',__("Pre-Flight Check"),'
  • +
  • ',__("Credits"),'
  • @@ -2649,6 +2650,26 @@ function uploadifive() {
    +
    +

    openDCIM License

    +

    openDCIM is licensed under the GPL v3 license, which may be found at this location.

    +

    Source Code

    +

    The source code for openDCIM is maintained in GitHub at https://github.com/opendcim/openDCIM. All issue tracking and bug reporting is done through GitHub, but before reporting an issue, one should research both the open and closed issues to see if that bug has already been resolved.

    +

    Online Chat

    +

    The developers maintain a chat room on the Libera IRC chat network, in the channel #opendcim.

    +

    Mailing List

    +

    A mailing list is maintained for asking usage questions, announcements of new versions, and feature requests. Please sign up at our MailMan list.

    +

    Developers

    +
    +

    While Open Source Software is the work of many contributors, the primary developers for openDCIM are Scott Milliken and Wilbur Longwisch.

    + The openDCIM Foundation, LLC is a corporation formed to manage the project and cover any expenses related to hosting and publicizing openDCIM. If you find openDCIM to be useful, please consider a donation, of any amount. Thank you. +
    +
    + + + +
    +
    '; ?>