The Content Manager Suite

    1. Composition of the Content Suite
    2. Web Page Editor
    3. Content Editor (Template-Based Web Page Editor)
    4. Creating a NetVIOS Content Editor Template

NetVIOS Content Manager Suite contains programs that allow you manage your web content in-place. You do not need to have a web editor installed or download any web pages. With the content manager suite, you can edit or create content from any computer and any location. In addition, the security system in NetVIOS ensures that web pages and resources have ownership associated with them. Owners of web pages may allocate different levels of access to web pages including view, modify or administer. As a result, web page content editors, company representatives, sales team members, or web site members who have been provided elevated privileges may edit or create content in folders to which they have such privileges; from any location and at any time. The savings can be imagined. Below are some of the benefits that can be derived from deploying the Content Manager Suite:

 

1.1 Composition of the Content Suite

There are four parts to the Content Suite

    1. Web Page Editor
    2. Template-Based Web Page Editor
    3. Page Composer
    4. Webtop Creator

 

1.2 Web Page Editor

The web page editor enables you to create or edit complete web pages.

Accessing the Web Page Editor

There are several ways to access the Web Page Editor

  1. From Application Manager, click Manage for the Content Manager application
  2. From /WOS/createfile.asp, click New Page from Scratch
  3. From /ContentManager/editfile.asp

The last two methods can be accessed by typing the URL following your domain name (after logging in) or navigating to the respective file from the Web File Manager. The first method is more easily accessed by logging in as the SiteOwner and clicking Manage Applications from the Admin page.

How to Use the Web Page Editor to Create a New Web Page

  1. Access the web page editor as described above
  2. Select a Folder in which to save the web page (you must have permissions to save in this folder or be the SiteOwner) by clicking Select Folder
  3. Enter a name for the web page file (you will be warned if a file with such a name already exists). Note that you may be unable to overwrite a file that you do not have modify access over.
  4. Create the web page using the word-processing-like tools
  5. Save the web page by clicking Save File at the bottom of the page.

 

How to Use the Web Page Editor to Edit an Existing Web Page

  1. Access the Web File Manager
  2. Files that can be edited by the Web Page Editor have a small "C" on the left hand corner preceding the name of the file. All pure html files (.htm, .html) can be edited with the Web Page Editor
  3. Click on Edit next to a web file
  4. Use the word-processing-like tools in the Content Editor to edit the page
  5. Save the changes by clicking Save File at the bottom of the page.

 

1.3 Content Editor (Template-Based Web Page Editor)

The content editor enables you to create or edit web pages based on web page templates. Templates are basically html pages with areas designated as content areas. It enables content to be created on a web page while still retaining the look of the web site as reflected in the provided templates or web content to be quickly created without repeating consistent aspects of the page that have been created already. It also enables all pages based on the template to be quickly modified.

Accessing the Content Editor

There are several ways to access the Content Editor

  1. From Application Manager, click Manage for the Content Manager application
  2. From /WOS/createfile.asp, click New Page from Template
  3. From /ContentManager/editcontent.asp

The last two methods can be accessed by typing the URL following your domain name (after logging in) or navigating to the respective file from the Web File Manager. The first method is more easily accessed by logging in as the SiteOwner and clicking Manage Applications from the Admin page.

How to Use the Content Editor to Create a New Web Page

  1. Access the content editor as described above
  2. Select a Folder in which to save the web page (you must have permissions to save in this folder or be the SiteOwner) by clicking Select Folder
  3. Enter a name for the web page file (you will be warned if a file with such a name already exists). Note that you may be unable to overwrite a file that you do not have modify access over.
  4. Create the web page using the word-processing-like tools
  5. Save the web page by clicking Save File at the bottom of the page.

How to Use the Content Editor to Edit an Existing Web Page

  1. Access the Web File Manager
  2. Files that are based on template have a small "T" on the left hand corner preceding the name of the file. Such files may be edited with the Content Manager
  3. Click on Edit next to a template-based web file
  4. Use the word-processing-like tools in the Content Editor to edit the page
  5. Save the changes by clicking Save File at the bottom of the page.

 

1.4 Creating a NetVIOS Content Editor Template

  1. Simply create a web page. Identify the area of the page which will be used to old content
  2. In html view (using a text editor), demarcate the content area with the following tag:
    <NetVIOSTemplate>

    </NetVIOSTemplate>
  3. Copy the new template into the /ContentManager/Template folder to make the template available to Content Editor users

The Content Editor will automatically insert page content within the tags described above while actually using the entire template to generate content pages.