Unverified Commit 7a249257 authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

Github/Discuss Documentation Update (#3203)

* Updated website documentation to point to github and discuss where appropriate

* Updated last install link
parent 29a64578
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -32,8 +32,11 @@
 document.write(" <br> ");
 document.write(" <i> ");
 document.write(" To contact us, please post comments and questions on the ");
 document.write(" <A HREF=\"http://isis.astrogeology.usgs.gov/fixit\" target=\"_top\"> ");
 document.write(" ISIS Support Center</a></i><br> ");
 document.write(" <a href=\"https://astrodiscuss.usgs.gov/\" target=\"_top\"> ");
 document.write(" USGS Astrogeology Discussion Board</a></i> ");
 document.write(" <br>")
 document.write(" <i>To report a bug, or suggest a feature go to: <a href=\"https://github.com/USGS-Astrogeology/ISIS3\" target=\"top\">ISIS Github</a></i>");
 document.write(" <br>");
 document.write(" ");
 document.write(" <script language=\"javaScript\" type=\"text/javascript\"> ");
 document.write(" document.write(\"File Modified: \" + document.lastModified); ");
@@ -41,4 +44,3 @@
 document.write(" ");
 document.write(" ");
 document.write(" </table> ");
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ function writeAnnouncements() {
                     "</p>" ) ;
    }
    */
  document.write("Visit the <a href=\"http://isis.astrogeology.usgs.gov/fixit/\" target=\"_top\">ISIS Support Center</a> for the latest news and announcements.");
  document.write("Visit the <a href=\"https://astrodiscuss.usgs.gov/\" target=\"_top\">Astro Discussion Board</a> for the latest news and announcements.");
}

function writeWhatsUpAtTheSupportCenter () {
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ Deborah Lee Soltesz
        </table>

      <p>
      See the <a href="../documents/InstallGuide/index.html">ISIS 3 Installation Guide</a>
      See the <a href="https://github.com/USGS-Astrogeology/ISIS3#installation">ISIS 3 Installation Guide</a>
      for instructions on downloading and installing ISIS 3.
      </p>

+25 −13
Original line number Diff line number Diff line
@@ -173,6 +173,16 @@ Deborah Lee Soltesz
      <hr/>
      <h2>For System Administrators</h2>
      <table class="tableTOC">
        <tbody>
          <tr valign="top">
            <th style="width:25%">
              <a href="https://github.com/USGS-Astrogeology/ISIS3#installation">Installing ISIS</a>
            </th>
            <td>
              Downloading and installing ISIS3
              <br/>
            </td>
          </tr>

          <xsl:for-each select="//document[normalize-space(category/categoryItem) != 'hidden' and
                                           normalize-space(audience/target) = 'administrator']">
@@ -180,6 +190,9 @@ Deborah Lee Soltesz
            <xsl:apply-templates mode="singleColumn" select="."/>

          </xsl:for-each>

        </tbody>

      </table>


@@ -393,4 +406,3 @@ Deborah Lee Soltesz
  </xsl:template>

</xsl:stylesheet>
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

        <p>
          Assuming ISIS 3 has been successful installed on your computer (see
          <a href="../InstallGuide/index.html">ISIS Download and Installation Guide</a>),
          <a href="https://github.com/USGS-Astrogeology/ISIS3#installation">ISIS Download and Installation Guide</a>),
          you will need to add a few commands to your startup file.  For the
          C-shell, add the following commands to the $HOME/.login file or the equivalent system-wide
          startup file:
Loading