Details

    • Type: Task
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Labels:
      None

      Description

      The Quickload documentation on the site is out-of-date. Update it.

        Attachments

          Issue Links

            Activity

            Hide
            ann.loraine Ann Loraine added a comment - - edited

            Also incorporating the single change to autoindex_strapdown.js from linked ticket IGBF-3173.

            Relevant code copied here for easier reference:

                    // Create a script element to fetch Strapdown.js.                                                                                           
                    strapdown = document.createElement('script');
                    // strapdown.setAttribute('src', conf.strapdown ? conf.strapdown : 'http://strapdownjs.com/v/0.2/strapdown.js');                            
                    //strapdown.setAttribute('src', conf.strapdown ? conf.strapdown : 'https://cdn.jsdelivr.net/gh/Naereen/StrapDown.js@master/strapdown.min.js');                                                                                                                                                 
                    // from: IGBF-3173 Karthik Raveendran                                                                                                       
                    strapdown.setAttribute('src', conf.strapdown ? conf.strapdown : 'https://cdn.jsdelivr.net/gh/lorainelab/strapdown.js@main/strapdown.verbose.js');
            
            Show
            ann.loraine Ann Loraine added a comment - - edited Also incorporating the single change to autoindex_strapdown.js from linked ticket IGBF-3173 . Relevant code copied here for easier reference: // Create a script element to fetch Strapdown.js. strapdown = document.createElement('script'); // strapdown.setAttribute('src', conf.strapdown ? conf.strapdown : 'http://strapdownjs.com/v/0.2/strapdown.js'); //strapdown.setAttribute('src', conf.strapdown ? conf.strapdown : 'https://cdn.jsdelivr.net/gh/Naereen/StrapDown.js@master/strapdown.min.js'); // from: IGBF-3173 Karthik Raveendran strapdown.setAttribute('src', conf.strapdown ? conf.strapdown : 'https: //cdn.jsdelivr.net/gh/lorainelab/strapdown.js@main/strapdown.verbose.js');
            Hide
            ann.loraine Ann Loraine added a comment -

            To test:

            • Visit http://lorainelab-quickload.scidas.org/quickload/
            • Click on each link. Confirm the link opens a location that makes sense based on the link label text.
            • Install svn and check that the documentation instructions for "checking out" the repository are working properly
            Show
            ann.loraine Ann Loraine added a comment - To test: Visit http://lorainelab-quickload.scidas.org/quickload/ Click on each link. Confirm the link opens a location that makes sense based on the link label text. Install svn and check that the documentation instructions for "checking out" the repository are working properly
            Hide
            nfreese Nowlan Freese added a comment - - edited
            • Links are working correctly and make sense.
            • The svn command appear to have a typo. When running the current command I am seeing the error "svn: E125002: 'co' does not appear to be a URL". If I change the svn command to "svn co --username=guest https://svn.bioviz.org/repos/genomes/quickload" then I get a prompt for a username/password, which worked for me if I put in guest/guest.
            • In the Test a checked-out copy... section of the quickload site, change the line "The folder contain the file "contents.txt" is the Quickload root directory." to "The folder containing the file "contents.txt" is the Quickload root directory."
            Show
            nfreese Nowlan Freese added a comment - - edited Links are working correctly and make sense. The svn command appear to have a typo. When running the current command I am seeing the error "svn: E125002: 'co' does not appear to be a URL". If I change the svn command to "svn co --username=guest https://svn.bioviz.org/repos/genomes/quickload " then I get a prompt for a username/password, which worked for me if I put in guest/guest. In the Test a checked-out copy... section of the quickload site, change the line "The folder contain the file "contents.txt" is the Quickload root directory." to "The folder containing the file "contents.txt" is the Quickload root directory."
            Hide
            ann.loraine Ann Loraine added a comment -

            Implemented recommend changes. Moving to DONE.

            Show
            ann.loraine Ann Loraine added a comment - Implemented recommend changes. Moving to DONE.

              People

              • Assignee:
                ann.loraine Ann Loraine
                Reporter:
                ann.loraine Ann Loraine
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: