URMT Help
As you read this help section, you may feel overwhelmed. However, in the
last century this was trivial for a vast collection of the population. So
do not be intimidated. It is just new for you, but you will soon grasp everything
and easily use and tailor URMT to your unique needs. Nothing is hidden, nothing
is obfuscated, it is all transparent and operates at the 9th grade level.
TOC
-
Installation
-
Startup
-
Configuration
-
Severity Levels
-
Website Development Tutorial
-
Managing The Software
and Website on Your PC
-
Software Tools
-
AOLPRESS and Notepad++
-
Dealing with Smartphones
-
Links and Anchors
-
Developing Images
-
Screen Capture Images
-
Updating Website Procedure
URMT installation does not use an installation program. Instead URMT is provided
as a .zip file. Simply unzip the file (urmt.zip) and place
it in the appropriate directory on your computer or place the relevant components
on your webserver. This gives you full transparency and control of your computer
system. There are no hidden elements. You know exactly what is happening
to your computer.
Computer
-
Create a z-places\shareware\urmt directory on your computer
-
Download URMT to z-places\shareware\urmt (C:\z-places\shareware\urmt)
-
Create a z-cassbeth directory on your computer (C:\z-cassbeth)
-
Unzip URMT, You should now have 2 directories in z-cassbeth:
(1) apache and (2) urmt
-
Double click intall.bat or Copy apache and urmt to
C:\z-cassbeth
-
All Cassbeth products are installed in z-cassbeth
-
They all use the apache server in the apache directory
-
The apache directory includes perl
-
If you install other cassbeth products, they may use an older apache bundle,
just copy the most current apache directory to C:\z-cassbeth
-
What usually changes is the path to the various products found in
apache\conf\httpd.conf
-
Some products do not include perl in the apache directory,
its okay if these directories are present for all products, those that need
it will use it
-
Go to C:\z-cassbeth\urmt
-
Copy URMT shortcut to the desktop
-
Installation is complete for a personal computer
Webserver
You will need to transfer files to and from the webserver using FTP. The
recommended tool is filezilla found on the Internet. Also see:
webdev
-
Complete the installation on your computer
-
Create z-places\[domain name]\urmt directory on your computer (e.g.
C:\z-places\cassbeth\urmt)
-
Copy urmt directory from z-places\shareware\urmt to
C:\z-places\[domain name]\urmt
-
You will need to change the perl location for all the .cgi and
.pl files in loc-bin
-
Go to C:\z-places\[domain name]\urmt\loc-bin
-
Open all the .cgi and ,pl files
-
Change the location of perl at the top of each file to the perl location
on the webserver
-
Start your FTP program (filezilla) and connect to your webserver
-
Create a urmt directory in public_html (public_html/urmt)
-
Upload all the files
-
Go to loc-bin
-
Select all the .cgi and .pl files and change the permissions
to 755
-
Installation is complete for your webserver
-
In the future you can move all these files to your cgi-bin directory but
that will require changes to the perl scripts
TOC
Computer
-
Double click the URMT shortcut
-
A URMT DOS window opens
-
Keep pressing any key on the keyboard as the startup sequence proceeds
-
Intro - some info
-
Apache - this starts the apache server, a new DOS window opens, it may block
the startup window, move it away so that you can continue with the startup
-
Browser - this opens the default browser and goes to the URMT URL
-
Startup is complete
-
The web browser is open to URL: http://localhost:4444/~urmt/
-
Start using URMT
-
To shutdown, go back to the URMT DOS window and press any key
-
The apache webserver will be shutdown
-
The web browser is still be open but if you click any links, and error page
will be displayed: Unable to connect
-
You can double click URMT again and restart apache at any time and
the web browser will be able to connect again
-
This is the unique and simple Cassbeth approach for quickly starting and
stopping the apache server on your computer
For Chrome, if localhost is blocked enter URL:
-
Enter in the URL area: chrome://flags/#allow-insecure-localhost
-
Make sure it is Enabled, then Restart Chrome
-
This is constantly changing, use another browser if it is a problem (firefox,
seamonkey, etc.)
Webserver
-
Open web browser
-
Go to www.[your domain name].com/urmt
-
URMT website location opens
-
Press any Report link to start a perl script
-
The per script should start if you have updated the perl location on your
webserver for all the perl scripts
TOC
You will need to configure and tailor URMT for your organization. The changes
will happen in the HTML pages and perl scripts.
HTML Pages
The recommended tools are notepad++ and AOLPRESS. AOLPRESS is found at our
website development area: webdev
-
Examine all the HTML pages in your browser
-
Examine all the HTML pages in an editor like notepad++ so that you can see
the hidden tags
-
For the request pages you will need to edit the Project File Name for
each request page
-
This is a text item visible on the webpage and a hidden input tag visible
in the source view using an editor
-
For example change: <INPUT TYPE="hidden" NAME="file"
VALUE="request-website.log">
-
Recommend that all file values start with "request" but it can be "anything
or nothing"
-
Note that all the files are located in urmt/loc-bin/projects
-
Each time a user makes a request the file is copied to archive with
a date timestamp to the minute
-
Pick the HTML pages that most closely match your needs
-
Open the HTML pages and begin to make your changes (your originals are in
your shareware repository)
-
This will involve several iterations as internal tests are performed and
then initial roll out is performed (save off those iterations as you proceed)
Perl Scripts
Initially you should not modify the perl scripts. Become familiar with the
current system, then you can start with simple changes. You will need to
add users for login operations. The security is not tight because it is assumed
that the application is either on a personal computer or a webserver with
enterprise level security. Once you are familiar with the scripts, you can
disable the security check.
-
Open each perl script in an editor and become familiar with all the scripts
-
Add and remove users
-
Add and remove email address notifications
-
The programming approach is simple based on functions and global variables
that is somewhat self documenting
-
There is commented out code that remains to show previous dead ends so that
they are not duplicated
-
Open each example project file and become familiar with the files, import
them into a spreadsheet and examine the fields
-
The project files use the first entry for the headings
-
Internally there are headings and fields that track each other in arrays
-
For example headings[22] has the heading name while fields[22] has the field
content
-
The headings change with each HTML request page that is developed
-
The first time a new HTML page with a new file is accessed
-
The new file is created
-
The header and first entry is added
-
To add new requests, there should be no need to create a default file in
projects, it should all match and work with the HTML page
-
Perl scripts are updated for:
-
User login accounts
-
Email address notifications
-
Changes to pre-defined Status
-
Changes to pre-defined Severity Levels
-
Changes to color schemes
TOC
When an HTML request page includes a Severity Level, they are associated
with various accepted standards and practices from Safety and Quality
communities. This is an example of where your organization may depart from
these predefined levels and use other words and descriptions. If the Severity
words are changed, the report script will need to change so that the appropriate
colors and other elements are applied.
URMT Severity levels and descriptions:
severity.html.
TOC
Managing the location of the website and program files on the PC is important.
Things are easily lost especially if there is no consistent approach to managing
the stuff. Do not try to use the billy gates approach to managing the files,
even if that is how you currently do things. The issue is everything needs
to be in one place - webpages, images, documents and support tools.
The suggested approach to managing the website and program files is:
-
Open windows file explorer and create a folder called z-places
-
click the folder in the bar at the bottom
-
or press the Windows key + E
-
pick the option to create a new folder or right click and select new folder
-
In z-places create a folder called shareware
-
In z-places create a folder called [domain name]
-
Place downloaded software in the shareware folder
-
Any software that you download make sure to right click the file, select
Properties, and select Unblock or it will not execute
-
This also applies to .zip files
-
Do this for all software downloads beginning with windows 7
-
Place official website pages in [domain name]
-
The resulting directory structure will be C:\z-places\shareware and
C:\z-places\[domain name]
-
z-places is your place for doing work
Any programs like AOLPRESS and Photoed that are .zip files, just unzip them
in the shareware folder. You can copy the unzipped files anyplace on the
PC or just keep them in the shareware folder. Look for AOLpress.exe
select copy and then paste a shortcut on your desktop. Look for PHOTOED.EXE
select copy and then paste a shortcut on your desktop. Make sure the
desktop only has shortcuts NOT programs. Any files or programs on the PC
desktop severely degrade the PC performance - get them off if you have any
and make shortcuts. To copy and paste right click on your mouse and various
options will appear.
TOC
These are the suggested tools for maintaining the URMT. Unless stated otherwise
all the tools are PC based.
Recommended Tools
AOLPRESS - This is used
to author webpages. It is simple to use and still the most effective tool
even after all these years because when you make links they work without
using another tool to preview the results. The problem is it does crash and
it is old so you can't build pages with cascading style sheets. However,
we don't want to do that anyway because it then gets complex and most people
will not be interested in authoring webpages. It was abandoned years ago
but people have added what is needed to make it work on the latest windows
platforms.
Note that as you investigate AOLPRESS do NOT select Help => Show Tool
Tips, make sure there is no check mark. This is what causes AOLPRESS to crash
when used on PCs after WinXP. There is no info on the Internet on this topic.
The download version has Show Tool Tips unset so it works for the newer PCs.
It also has the missing .dll files that the Internet suggests.
-
Download AOLPRESS into your C:\z-places\shareware folder or the folder
where you place your shareware
-
Go to the location of the download and find AOLPRESS.zip
(C:\z-places\shareware)
-
Right click on the AOLPRESS.zip file, select properties, and uncheck Blocked,
or the software will not run properly
-
Do this for all software downloads beginning with windows 7
-
Unzip (uncompress) the file (make sure it is Unblocked)
-
Right click on the zip file
-
Select Extract All
-
Select AOLPRESS folder
-
Select the AOLPRESS folder that is inside AOLPRESS
-
Copy the AOLPRESS folder
-
OR
-
Double click the AOLPRESS.zip file
-
Select AOLPRESS folder
-
Select the AOLPRESS folder that is inside AOLPRESS
-
Select copy
-
Paste the extracted (unzipped) AOLPRESS folder on your C drive as
C:\AOLPRESS
-
go to C:\AOLPRESS
-
look for AOLpress.exe, create a shortcut on your desktop
-
Copy AOLpress.exe
-
Right click on the desktop and select Paste Shortcut
-
Start AOLPRESS
-
Watch the video:
https://www.youtube.com/watch?v=MJwlrr2lpiw
AOLPRESS MAC
Version - These are the MAC versions of AOLPRESS. They are unproven.
MAC / Apple may have a builtin HTML editor. From the Internet: You don't
need a special app to write or edit HTML code - just use TextEdit. You can
display HTML documents like you'd see them in a browser, or use TextEdit
as a code editor. You can try
https://apps.apple.com/us/app/html-editor/id1580431405
Aolpress Users Guide -
This is the Users Guide for AOLPRESS. Don't spend more than a few minutes
on the manual. Just start using AOLPRESS. It is like typing a "document or
an email" except they are HTML pages also called webpages. The new twist
is adding links and realizing that you are typing multiple webpages that
connect via the links. When reviewing the Users Guide keep in mind that Filezilla
is used to publish to the website.
Notepad++ -
This is a text editor. It is used to edit HTML code in the rare instances
that AOLPRESS has difficulty.
Optional Tools
Filezilla-
This is used to transfer files from the PC to the webserver housing the website.
IrfanView - This
is an image processing tool. It is used to crop, resize, and save images
in different formats. It is fast and easy to use.
Photoed - This is an old
Windows image processing program. It was last available on WinXP. It is used
to crop, resize, rotate by small amounts, and save images in different formats.
It is fast and easy to use.
Kompozer
- This is used to author webpages. It is more complex than AOLPRESS but unlike
AOLPRESS you need to preview your links in a separate web browser. This makes
life harder. It supports cascading style sheets.
Seamonkey - This is like
Kompozer but it is available for the MAC. Also it does not offer a nice color
coded Text view of an HTML webpage like AOLPRESS and Kompozer. This is also
a good web browser.
Amaya - This is used to author and
publish webpages. It is more complex but it does work on Mac, PC, and Unix
platforms.
TOC
Goals: Start working with AOLPRESS and HTML tags.
-
Go to z-places/[domain name]
-
Double click index.html
-
That will load the webpage in your default browser
-
Right click on the webpage in the browser and select View Page Source
-
This will open a tab that will show the HTML mark up tags
-
The HTML tags tell the web browser how to render (display) the webpage
-
Now open AOLPRESS
-
Go to file > open and paste C:\z-places\[domain name] into
Location:
-
Press the Scan button, that will take you to that location and show
the files on the left side
-
Select index.html, and press the Open button
-
Maximize the window (upper right press rectangle)
-
You can begin editing this page, you can select file > save or save
as, before you do that make a copy of index.html, like
index-orig.html
-
You can select any link and you can traverse the entire site, however the
only links that will load are HTML files and images
-
PDF, cgi, pl, .doc, .docx, .xls, .xlsx files will not load nor will they
prompt you for a download, only the browser will do that
-
You can either edit these pages or create your own pages, you can name your
pages whatever you like and place a link on the official pages to your new
page(s)
-
Try typing some text
-
Select Format and play with different text formats and colors
-
The Heading format is a popular one
-
AOLPRESS may crash, oh well, just restart it, saving often is what is needed
-
Work slowly in AOLPRESS because what it is doing is formatting the HTML tags
using a pretty print concept
-
The time for pretty print operations is what may cause AOLPRESS to crash
-
It never did this 30 years ago, oh well...
-
Do different text formats and colors
-
Add a link to another page
-
Highlight some text
-
Select Element > Link
-
Select Browse
-
Find another webpage
-
Select OK
-
Add an image
-
Select Element > Image
-
Select Browse
-
Find an image (.gif or .jpg)
-
Select OK
-
Create a table
-
Select Table > Create Table
-
Select Format > Show Border
-
Place some text in the table
-
Select Format > Hide Border
-
To add a row to a table in AOLPRESS
-
Place cursor in any row except top row
-
Do not insert row at the top of a table, AOLPRESS will crash
-
Insert a row after the first row and move the first row text as needed
-
Mouse over the icons and see the text at the bottom
-
Use the icon in the upper right to insert the row
-
Select insert row icon
-
Alternatively select Table > Alter > Insert Row
-
If you downloaded notepad++ open the page you are editing
-
Look at the HTML tags, they are relatively simple to understand
-
Every time you save in AOLPRESS, notepad++ will a ask you if you want to
reload the change, say yes, the two are working together
-
If you make a change in notepad++ you need to select Browse > Reload
Page in AOLPRESS or AOLPRESS will not get the update and things will
not save later within AOLPRESS
-
Images: alerts (50 wide), Thumbnails (100 wide), signs (172 wide), images
(640 wide)
TOC
Goals: Understanding the issues with smartphones and getting a reasonable
website for all equipment.
-
Smartphones cannot tolerate links on the left or the right, so all the links
are now at the bottom of webpages
-
Smartphones use a special meta tag to increase the size of text
-
Open any existing webpage
-
Right click on webpage select View Source option
-
The following meta tag is placed between the <HEAD> and
</HEAD> tags:
-
<META name="viewport" content="minimal-ui, width=device-width,
initial-scale=1, maximum-scale=1, user-scalable=no">
-
Remove the tag and save the webpage
-
Upload it to the server
-
View it on a smartphone
-
Put the tag back in
-
Upload it to the server
-
View it on a smartphone
-
In order for the smartphone to render the page with a consistent size all
content is placed in a table with 1 row and 1 column
-
Open mem\index.html
-
Select Format > Show Border, all the content is inside the table
with no border
-
Not all pages use this, for example this page
TOC
Goals: This is the heart of the Internet - Links. Understand the different
link types and using them appropriately.
-
Links are what are used to open other webpages
-
Anchors are inside webpages that are associated with some type of content
-
When a link is made with an anchor, the webpage is opened and the browser
goes to the link location
-
Links can be made for text and images
-
Open AOLPRESS
-
Open an file
-
Create a link by typing some text
-
Highlight the text
-
Select Element > Link
-
Browse to the file to be opened with the link
-
Select Ok
-
Now select the new link
-
The new webpage will open
-
Go to some section in that webpage
-
Select a small text item such as a heading
-
Before selecting a heading that is using a heading format, enter paragraphs
before and after the heading
-
Otherwise AOLPRESS may crash as it tries to do its pretty print processing
-
Select the text
-
Select Element > Anchor
-
Name the anchor, if it is multiple words use a dash (-) to fill in the spaces
-
Make sure the anchor has no spaces
-
Select Ok
-
The webbpage now has that Anchor
-
Go back to the page where you created the link
-
Highlight the link text
-
Select Element > Link
-
Place the Anchor name in the Append Anchor Name text field and press
Ok
-
Now test the link by selecting it, it should open the new page and go to
the Anchor location
-
Find a webpage with an image and select the image
-
Select Element > Link and pick a webpage to open and press
Ok
-
Notice there is a boundary created around the image
-
Select the image with the mouse (sweep left to right)
-
Select Element > Image
-
Uncheck Show Link Border and press Ok
-
The image no longer has the link border but the link is still there
-
Verify the link still works
-
There are webpage links, anchors, and email links
-
Type an email on the current page
-
Select Element > E-mail Link
-
Enter the email just typed on the page (you can copy and paste)
-
Alternatively, select a blank link on the webpage
-
Select Element > E-mail Link, enter the email address, and press
Ok
-
The email appears as a link on the webpage
TOC
-
Open Irfanview
-
Open PowerPoint
-
Open your web browser, go to some location with an image
-
Right click over the image and select Copy Image
-
Go to Irfanview select Edit > Paste
-
Select Image > Resize/Resample and resize the image
-
Select Edit > Undo
-
Select any area on the image and drag to make a box around some portion of
the image
-
Select Edit > Crop Selection
-
Image is now cropped
-
Select Edit > Undo
-
Save the image as .jpg and .gif and .png, Select File > Save As
select the Save As Type
-
Go to PowerPoint
-
Create a drawing in PowerPoint
-
Copy the drawing in PowerPoint
-
Go to Irfanview, Select Edit > Delete (Clear Display)
-
Paste the image from PowerPoint
-
Manipulate the image in Irfanview
-
Save the image as .jpg and .gif and .png
-
Go to AOLPRESS
-
Open a webpage
-
Select Element > Image
-
Select Browse and go to the location where you saved the images
-
Notice that only the .jpg and .gif image file names are shown
-
Select All Files in List Files Types
-
The .png file is now also visible
-
Add all the images to the website
-
Notice the .png file colors are off - that is an AOLPRESS problem
-
Save the updated webpage
-
Preview the webpage in your web browser, notice the .png image has the correct
colors
-
Go back to AOLPRESS and select an image
-
Select Element > Image
-
Notice the Dimensions are pre-calculated
-
In the past it was recommended to not resize images here, instead create
the desired image size
-
If just the Width is specified the Height is automatically determined
by the browser when the page is loaded
-
If just the Height is specified the Width is automatically determined
by the browser when the page is loaded
-
Select different alignments and observe the image placements relative to
surrounding text
-
The bottom alignment is usually the best to manage and maintain
TOC
-
Open Irfanview
-
Open a PDF file
-
Find a page with an image
-
Select ALT PrtScrn buttons ( PrtScrn button is a function button)
-
Go to Irfanview and select Edit > Paste
-
Select the desired image with the mouse or touch pad (draw a box around the
image)
-
Crop the image, select Edit > Crop selection
-
Resize the image
-
Save the image
-
Open an HTML page using AOPRESS
-
Add the image to the HTML page using AOLPRESS
-
Preview the image in a browser
TOC
Summary
-
Use the Website Update tool to let others know what file you are working
on
-
Download the file to you computer
-
Work the file
-
Upload the file to the server
-
Use the Website Update tool to let others know you are Done
Detailed Procedure
-
Select Update
-
Make sure no one is updating the website
-
Fill in the information (login, file, description)
-
Select Updating, and press the Submit button
-
This will let others know that you are working on the file
-
It does not do anything to lock things up, it is just a communications mechanism
-
When done working on the file, go back to the Update page, select
Done, and press the Submit button
-
You might want to change the description to something else like Testing Completed
-
This will let others know that they can work on the file
-
Press Submit button again to remove the History from your view
or just go back to the website
TOC
Copyright © 2025