[devdocsgjs/wip/andyholmes/post-merge-fixes: 2/2] DevDocs: update metainfo, such as various links to source code




commit 8a366089310dd6b12e85b438fa0dd183ca1fa536
Author: Andy Holmes <andrew g r holmes gmail com>
Date:   Mon Apr 11 20:19:16 2022 -0700

    DevDocs: update metainfo, such as various links to source code
    
    Update the remaining references to the source code on ptomato's GitHub
    and a few other minor tidbits.

 assets/javascripts/templates/pages/about_tmpl.coffee    | 13 +++++++------
 assets/javascripts/templates/pages/root_tmpl.coffee.erb |  2 +-
 2 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee 
b/assets/javascripts/templates/pages/about_tmpl.coffee
index b76aa860..587619ba 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -22,14 +22,14 @@ app.templates.aboutPage = -> """
 
   <h2 class="_lined-heading">About the GNOME JavaScript documentation</h2>
 
-  <p>Generated using a modified <a 
href="https://github.com/ptomato/gobject-introspection/tree/wip/ptomato/devdocs";>g-ir-doc-tool</a>.
+  <p>Documentation is generated with <code>g-ir-doc-tool</code> which is part of the <a 
href="https://gitlab.gnome.org/GNOME/gobject-introspection";>GObject Introspection</a> project.<br>
      An experiment demoed at the Developer Experience hackfest 2016.
 
   <h2 class="_block-heading" id="copyright">Copyright and License</h2>
   <p class="_note">
     <strong>Copyright 2013&ndash;2021 Thibaut Courouble and <a 
href="https://github.com/freeCodeCamp/devdocs/graphs/contributors";>other contributors</a></strong><br>
     This software is licensed under the terms of the Mozilla Public License v2.0.<br>
-    You may obtain a copy of the source code at <a 
href="https://github.com/ptomato/devdocs";>github.com/ptomato/devdocs</a> or of the original DevDocs' source 
code at <a href="https://github.com/freeCodeCamp/devdocs";>github.com/freeCodeCamp/devdocs</a>.<br>
+    You may obtain a copy of the DevDocs GJS source code at <a 
href="https://gitlab.gnome.org/GNOME/devdocsgjs";>gitlab.gnome.org/GNOME/devdocsgjs</a>, or the original 
DevDocs source code at <a 
href="https://github.com/freeCodeCamp/devdocs";>github.com/freeCodeCamp/devdocs</a>.<br>
     For more information, see the <a 
href="https://github.com/freeCodeCamp/devdocs/blob/main/COPYRIGHT";>COPYRIGHT</a>
     and <a href="https://github.com/freeCodeCamp/devdocs/blob/main/LICENSE";>LICENSE</a> files.
 
@@ -47,10 +47,10 @@ app.templates.aboutPage = -> """
   <h2 class="_block-heading" id="faq">Questions & Answers</h2>
   <dl>
     <dt>Where can I suggest new docs and features?
-    <dd>Find <strong>ptomato</strong> in #javascript on irc.gnome.org, or post to <a 
href="https://mail.gnome.org/mailman/listinfo/javascript-list";>javascript-list</a>.
+    <dd>Open an issue in the <a href="https://gitlab.gnome.org/GNOME/devdocsgjs/-/issues";>DevDocs GJS</a> 
repository.
     <dt>Where can I report bugs?
-    <dd>Report bugs with the documentation in the <a href="https://github.com/ptomato/devdocs/issues";>issue 
tracker</a>.
-        Bugs in the DevDocs app go to <a href="https://github.com/freeCodeCamp/devdocs/issues";>DevDocs' own 
issue tracker</a>.
+    <dd>Report bugs with the documentation in the <a 
href="https://gitlab.gnome.org/GNOME/devdocsgjs/-/issues";>DevDocs GJS</a> repository.<br>
+        Bugs in the DevDocs app should be reported in <a 
href="https://github.com/freeCodeCamp/devdocs/issues";>DevDocs' issue tracker</a>.
   </dl>
 
   <h2 class="_block-heading" id="credits">Credits</h2>
@@ -58,7 +58,8 @@ app.templates.aboutPage = -> """
   <p><strong>Special thanks to:</strong>
   <ul>
     <li>Everaldo Canuto, Patrick Griffis, and Dustin Falgout for helping get this site back online
-    <li><a href="https://nuveo.com.br";>Nuveo</a> for sponsoring the hosting
+    <li><a href="https://gnome.org";>GNOME</a> for sponsoring the hosting
+    <li><a href="https://nuveo.com.br";>Nuveo</a>, a previous hosting sponsor
     <!-- The next three don't apply to us, we're not getting sponsored by them.
     The C/C++ logo is not used now, but will be later. -->
     <!--li><a href="https://sentry.io/";>Sentry</a> and <a 
href="https://get.gaug.es/?utm_source=devdocs&utm_medium=referral&utm_campaign=sponsorships"; title="Real Time 
Web Analytics">Gauges</a> for offering a free account to DevDocs
diff --git a/assets/javascripts/templates/pages/root_tmpl.coffee.erb 
b/assets/javascripts/templates/pages/root_tmpl.coffee.erb
index 0f195910..ba149165 100644
--- a/assets/javascripts/templates/pages/root_tmpl.coffee.erb
+++ b/assets/javascripts/templates/pages/root_tmpl.coffee.erb
@@ -63,7 +63,7 @@ app.templates.mobileIntro = """
       <li>To search a specific documentation, type its name (or an abbr.), then Space.
       <li>For the latest news, follow <a href="https://twitter.com/DevDocs";>@DevDocs</a>.
       <li>DevDocs is <a href="https://github.com/freeCodeCamp/devdocs";>open source</a>.
-          This is a <a href="https://github.com/ptomato/devdocs";>modified version</a>.
+          This is a <a href="https://gitlab.gnome.org/GNOME/devdocsgjs";>modified version</a>.
     </ol>
     <p>Happy coding!
     <a class="_intro-hide" data-hide-intro>Stop showing this message</a>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]