# Software information on "About" page?

**URL:** https://meta.discourse.org/t/software-information-on-about-page/27894
**Category:** Feature
**Created:** [April 24, 2015, 6:44am UTC](https://meta.discourse.org/t/software-information-on-about-page/27894 "2015-04-24T06:44:03Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![calmh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/calmh/32/115466_2.png) [@calmh](https://meta.discourse.org/u/calmh)
#### Post date: [April 24, 2015, 6:44am UTC](https://meta.discourse.org/t/software-information-on-about-page/27894/1 "2015-04-24T06:44:03Z")

</div>

I get questions now and then from people about what forum software it is I’m using. On the forum. You’d think this would be trivially easy to find out for the users themselves, but it actually isn’t. I’d have expected something along the lines of

* * *

This forum powered by Discourse v1.2.99, the open source next generation blah blah, Copyright (c) someyear somebody, \<link to source and license\>

* * *

at the bottom of the About page. Is there a policy decision behind not displaying this information? I know some people are paranoid about showing what version of whatever is being run, but perhaps as an editable or disable-able extra field there?

Technically, copyright information about packages used by Discourse should also be displayed somewhere, right? At least if they have a license that requires this, which many do…

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [April 24, 2015, 6:48am UTC](https://meta.discourse.org/t/software-information-on-about-page/27894/2 "2015-04-24T06:48:32Z")

</div>

Agree completely, we should have a blurb at the bottom of the about page.

---

<div class="post-metadata">

### Author: ![watchmanmonitor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/watchmanmonitor/32/430970_2.png) [@watchmanmonitor](https://meta.discourse.org/u/watchmanmonitor)
#### Post date: [April 24, 2015, 6:57am UTC](https://meta.discourse.org/t/software-information-on-about-page/27894/3 "2015-04-24T06:57:15Z")

</div>

Adding it in the default customizations seems like a nice balance between having it there by default, but also making it easy to edit/remove as an admin desired. (without the version number, of course)

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [April 24, 2015, 7:07am UTC](https://meta.discourse.org/t/software-information-on-about-page/27894/4 "2015-04-24T07:07:42Z")

</div>

What about adding a plugin-outlet to about.hbs ?

```
    {{#if contactInfo}}
      <section class='about contact'>
          <h3>{{i18n 'about.contact'}}</h3>
          <p>{{{contactInfo}}}</p>
      </section>
    {{/if}}
    {{plugin-outlet "after-contactinfo"}}
  </div>
</div>

```

This would allow Admins to enable/disable and enter what they wanted there.

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [April 24, 2015, 7:29am UTC](https://meta.discourse.org/t/software-information-on-about-page/27894/5 "2015-04-24T07:29:59Z")

</div>

> [@calmh](#):
>
> Technically, copyright information about packages used by Discourse should also be displayed somewhere, right? At least if they have a license that requires this, which many do…

It’s GPL, not AGPL, so the copyright info just needs to go to people who receive copies of the source.

> [@Mittineague](#):
>
> What about adding a plugin-outlet to about.hbs ?

I support that; e.g. Sitepoint could put in a credit blurb about their heavy customizations.

---

<div class="post-metadata">

### Author: ![Benno](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/benno/32/40721_2.png) [@Benno](https://meta.discourse.org/u/Benno)
#### Post date: [April 24, 2015, 10:03am UTC](https://meta.discourse.org/t/software-information-on-about-page/27894/6 "2015-04-24T10:03:14Z")

</div>

> [@calmh](#):
>
> I know some people are paranoid about showing what version of whatever is being run

Indeed: [Show Discourse version on the /about page](https://meta.discourse.org/t/show-discourse-version-on-the-about-page/27205) 😝

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [December 4, 2025, 11:35am UTC](https://meta.discourse.org/t/software-information-on-about-page/27894/7 "2025-12-04T11:35:53Z")

</div>


