Z-ODP Beta Ver. 0.5 Documentation

There is a certain amount of ASP knowledge that would be helpfull to use this script. Although you don't need to be an ASP guru, you do need to know how to edit a web page and etc.

Copyrights Notice:

Copyright 2006 - Sevic Network, Inc (Zoran Sevic) - http://zodp.sevic.net
You may use and change this script as you see fit with the following conditions:

Minimum Requirements

In order for this script to work, you must run this script on a Windows 2000 or 2003 server. Also, you may need to have a recent Microsoft XML component.

Installation

Unzip the files from the download and upload the files to the directory you wish Z-ODP to reside. There is also an example.asp file that you can open and view to see how the Z-ODP is added.

Please follow the following steps:

  1. Make sure you have <%@ Language="VBScript" CodePage="65001" %> at the top of your page that Z-ODP will display.
  2. Before the <head> tag, add: <!--#include file="z-odp.asp"-->
  3. If you wish the titles of the categories to be a part of your meta title add:
    <title>You Website Title <%=strOdpTitle%></title>
  4. In order to be able to display all languages, your page must be UTF-8, There are a couple of methods this can be done.
    1. Change or add between <head> </head>, <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    2. OR right before step #5 add <% Response.Charset = "utf-8" %>
  5. To insert the ODP output, add this somewhere in you content. <%Call ZOdp()%>

Features:

Known Issues:

History:

Z-ODP Beta ver. 0.5 is the first release version.

 

Support:

We do not offer support for this script. We may change this in the future and have a forum for support.