UpdateNetSchedule

A quick tutorial on how to update the USP Net Schedule when I am away

Sessions

Overview

Every week I get an email from Linda containing the latest USP Net Schedules in PDF format, and an html file linking to them. My job is to upload these new files to our website, and update our website's HTML so that it links to the proper schedules. To do this we use a Content Management System called typo3. Typo3 allows us to change the text, links and images in the site without having to worry about the design.

The steps to do this are:

  1. Get the email from Linda
  2. Copy the pdfs and html to your computer
  3. Log in to typo3 at httphttp:www.usp.ac.fj/typo3/
  4. Upload the pdfs
  5. Change the html
  6. Check your work
  7. Done!

Now, lets do this in more detail.

Step by Step

Log in to typo3

Go to httphttp:www.usp.ac.fj/typo3/ and enter your username and password

http://www.grographics.com/fiji/AccessUsability-ICTResearch/typo3-images/typo3-01.jpg

Upload the PDFs

First, click the words Filelist on the left menu

http://www.grographics.com/fiji/AccessUsability-ICTResearch/typo3-images/typo3-02.jpg

Click the icon to the left of the words Media Schedule, and then press Upload Files on the top of the page.

http://www.grographics.com/fiji/AccessUsability-ICTResearch/typo3-images/typo3-03.jpg

Choose the number of PDF files you will upload, check the Overwrite existing files option, and hit browse... to locate the PDF files you will upload.

http://www.grographics.com/fiji/AccessUsability-ICTResearch/typo3-images/typo3-04.jpg

After hitting the Browse... button, locate the files you want to upload and hit open.

http://www.grographics.com/fiji/AccessUsability-ICTResearch/typo3-images/typo3-05.jpg

Once you have chosen all of your files, hit the Upload files button.

http://www.grographics.com/fiji/AccessUsability-ICTResearch/typo3-images/typo3-06.jpg

Great! You have finished uploading the files. Now it is time to edit the webpage to link to these files.

Editing the Webpage

We will be editing the USPNet Schedule page so that it links to the files we just uploaded. This will involve locating the html for that opage, editing the html, and saving it.

Press the page link on the left, and then hit USPNet Video Conferencing Schedule

http://www.grographics.com/fiji/AccessUsability-ICTResearch/typo3-images/typo3-07.jpg

Click the text of the page that appears in the right side.

http://www.grographics.com/fiji/AccessUsability-ICTResearch/typo3-images/typo3-08.jpg

Now you will be able to see the HTML that makes the web page work. We will edit that HTML to link to our new PDF files.

http://www.grographics.com/fiji/AccessUsability-ICTResearch/typo3-images/typo3-09.jpg

Open the HTML file attached to the email you were sent and edit the code to match it.

In this example, we want our links to look like this

http://www.grographics.com/fiji/AccessUsability-ICTResearch/typo3-images/typo3-10.gif

There are two tasks to do:

  1. edit the links to the new file names
  2. edit the text for the proper dates

This is what the HTMl looks like for that part. We will only edit the code circled. The rest of the html we will leave alone.

http://www.grographics.com/fiji/AccessUsability-ICTResearch/typo3-images/typo3-11.gif

Change the file name of the PDFs to match the one's we uploaded, and then change the text to match the HTML attached to the email. Sometimes you may have to cut or paste additional entries. For instance, sometimes we only show two weeks, other times we have several. When you cut or paste an entry, be sure the entry starts with <li> and ends with </li>.

http://www.grographics.com/fiji/AccessUsability-ICTResearch/typo3-images/typo3-12.gif

When you are finished, press the save icon on the top-left of the right window. It is circled below.

http://www.grographics.com/fiji/AccessUsability-ICTResearch/typo3-images/typo3-13.jpg

To see what the page looks like, click the View link on the left. Be sure to test all the links you added to be sure they download the proper PDF file, and check for spelling. Also visit the page on the actual website to doublecheck.

http://www.grographics.com/fiji/AccessUsability-ICTResearch/typo3-images/typo3-14.jpg

You're Done!

When you're done, email Linda (mailtoaustin_l@usp.ac.fj to let her know the page is up. And cc: me mailtorobbins_c@usp.ac.fj.

Thanks, and good luck.

Additional Resources

Lists

You can learn more about using lists <li> with HTML at httphttp://www.w3schools.com/html/html_lists.asp

Links

You can learn more about using links with HTML at httphttp://www.w3schools.com/html/html_links.asp


Last edited on September 2, 2004 5:17 pm.