Create a Test Web in ILLiad
Create a sandbox where you can experiment with and test customizations to your ILLiad web interface.
- Identify your base URL for all of your ILLiad pages. (E.g. The base URL for http://redlands.illiad.oclc.org/illiad/logon.html and http://redlands.illiad.oclc.org/illiad/ArticleRequest.html is http://redlands.illiad.oclc.org/illiad/. What this base URL basically says is that on the Redlands ILLiad server, the web pages reside within a folder called “illiad.”
- Find this folder on your ILLiad server. Within the folder called “illiad,” create a subfolder called “testweb.”
- Within the folder called “testweb,” create a .txt file called webpath.txt. You may use Notepad or some other program to create a .txt file. If you already have a webpath.txt file, move it here.
- I’m not sure why this works, but within the webpath.txt file, you need to give computers directions to this file. Your directions will basically say, “Computer, this file is located inside the ‘testweb’ folder which is inside the ‘illiad’ folder which is inside my base URL. For example, webpath.txt could look like this:
redlands.illiad.oclc.org/illiad/testweb/
- Now that computers know where to look, you need to give it things to look at. Copy and paste your web pages, CSS files, etc. to your “testweb” folder.
- Test that you’ve done everything right by looking for these files in your browser. For example, visit http://redlands.illiad.oclc.org/illiad/testweb/ArticleRequest.html. Test Web pages should closely mimic live ILLiad web pages, but may not be appear identical.
No comments :
Post a Comment