Your local file system serves as the "staging area" where you develop and test the site. Once you're satisfied with the changes you've made, you can make the site available to others on the Web or on an intranet within your own company or department.
Managing a site with Site Manager means that you can easily perform general housekeeping chores on the files that make up the site. For example, you can add, delete, and edit files in the site, check the integrity of links and fix those that are broken, and then transfer (deploy) the site to a location where users can access its information.
Note:
Newly created sites are automatically under management.
Some terms
If you are an experienced Web site manager, you are probably familiar with many of the following terms. However, some of the terms are unique to the Site Manager application. Understanding these terms should prove useful to novice and "Webmeister" alike.
Getting started
If you're running Windows NT, double-click the Site Manager icon in the LiveWire program group. For Unix platforms, type sitemgr
at the command prompt.
Site Manager window
Managing an existing site
If you already have a site for which you want to verify links and perform file-management tasks, you can place it "under management." When a site is managed, Site Manager creates a database (one NewSite.site
file and a .site
directory for every subdirectory) to keep track of files and links. In this section, you're going to place the LiveWire samples
directory under management.
samples
directory. For example, if you installed LiveWire in c:/server/livewire
, the path is /c:/server/livewire/samples
.
Note: Site Manager follows the Unix convention of displaying pathnames
with slashes.
samples
directory and choose Site|Manage.
Important: Site Manager creates
.smg
files in the .site
directories--one .smg
file for every HTML file--that it uses to track links. If you accidentally delete a .smg
file, you'll need to remove the site from management, and then remanage it by choosing Site|Manage for Site Manager to work properly again.
hangman
directory.
The Site Manager wizard takes you step-by-step through the process of creating the type of site that's appropriate for your needs. The wizard is a software module that solicits answers from you. In response to those answers, it creates one or more Web pages, images, and/or other document types, and places them in the location you specify.
Once the pages have been created, you can customize, add, delete, and modify them. Thus, a wizard provides a useful and sophisticated starting point for further Web site development.
Use the Next and Back buttons to move through the wizard dialog boxes. When you are satisfied with the selections you have made in each dialog box, click Next to continue. Use the Back button to retrace your steps. Click Cancel to end the session. If you end the session before Site Manager has created the new site, the selections you have made, and any information you have entered, are discarded.
When you have completed all the steps to create a site, click Finish to create the site based on the information you've provided.
Creating a site from a template
Creating a new site from a template is one of the quickest ways to get up and running with Site Manager. Templates are time-saving individual pages, sub-Webs, or entire Webs that you can customize. Templates can also be used within your organization to encourage consistency of style and content, much like style sheets in a word processor. When you use a template, your newly created site automatically contains links to other pages, images, navigational tools, and forms---all of which you can modify for your particular needs.
Manager provides eight categories (containing twenty-four individual
templates) of representative Web site templates for you to choose from.
These templates are for personal, organizational, or business use.
A dialog box appears asking you to define the site information:
The files in the new site are displayed in the Site Manager file list. Red triangles in the lower-left corner of the site's directory and file icons indicate that the site is managed. Note: You can use the Site drop-down list to switch between sites you've created.
Note: This process might take a while depending on the size of the site you're downloading and the type of network you're on. Specifying the actual root directory and ending the URL with a slash `/' might speed up the operation.
Note: Directories you create are automatically under management if the parent directory is under management.
Note:
Under Windows NT, you must delete any subdirectories and files in the
directory first.
Configuring editor and browser location
With Site Manager you can specify which browser and HTML editor to use when making changes to files or viewing files in your site.
Tip: Double-clicking an HTML file is the same as choosing File|Edit if you've specified to start an editor by default. If you double-click an HTML file that's not part of a managed site, the browser will start instead.
Tip: Double-clicking a file is the same as choosing File|Browse if you've specified to start a browser by default.
Note:
If you add a file or directory to a managed site using the Windows File Manager
(or any utility outside Site Manager), you need to first choose Site|Check
Internal Links to update the file list, and then select it within Site Manager, and
choose Site|Manage.
Managing links
An HTML document has three types of links--links within a page, links between pages, and external links that point to locations outside the managed site. External links can be to directories or files on other file systems or FTP or HTTP servers; "Mail to" links; or any URL that is not part of the managed site.
Site Manager tries to automatically keep all document links in your site up-to-date; however, links do sometimes become invalid--a URL request returns a "no response"--and need to be fixed. Also, you might need to manually modify a link based on changes to your site. The following sections discuss methods for managing links in your site.
Viewing site links
To view links throughout an entire site, use the Site Links tab.
The top list displays all the site links selected for view. You can sort the list by clicking the header bar. The list is sorted by the column header that you select.
You can display invalid internal links, external links, or both. Use the drop-down list to the right of the External Links checkbox to select the type of external links you want to view.
The bottom list displays pages that contain the link selected in the top list. The first column names the page in which the link is used, and the second column indicates the number of times that the link is used.
Note:
Site Manager does not track dynamic links that JavaScript creates.
Viewing page links
Part of link maintenance is finding out what files link to a selected page in your site, as well as any links from the page.
The top list displays links that lead out of the selected page in the file list. You can sort the list by clicking on the header bar. The list is sorted by the column header that you select. The bottom list displays page links that point to the selected page in the file list.
Modifying links
When you manually edit a link, all the links in the site that point to that location will be modified.
Site Manager checks for changes to site files and updates the site database.
index.html
) in a site, which often has links to all other pages but none that point back to it.
The filenames and paths of the unused pages in the site are displayed.
web
filename for the site.
A compile message box appears.
.web
file (LiveWire application) that
you can install with Application Manager.
.web
filename, the default is NewSite.web
.
http://caliban.mcom.com/testsite
ftp://server1/testsite
Note: If the server you're deploying to uses access control, you'll need to provide a password for the copy operation to begin.
All HTTP requests for the specified host servers go directly to the host (not
using any proxy).