RLAJ.COM EzContent Manager Template Help
Installation
Your style sheet goes in your main content folder.
Any images for your templates goes in the content-images folder.
chmod sytle sheet to (666)
XML Feed
/Content-Folder/feed.xml
if you are goung to use the XML feed, place the feed.xml file
in your /Content-Folder/ folder and set the permissions to 666 - rw-rw-rw
Create your Templates (page design)
There are 6 template designs supplied with the program.
You can use any of the templates you like, or design
your own.
If you do not know what a template is, do a search on
Google for 'free web templates' and you will find 100's
of free to use page designs.
This program uses 2 templates.
1. Home page template - used for main site page (usually index.html)
2. Main template - used for all other pages.
For images and style sheets, etc. Alwasy use the full web
address to the image in your templates.
<IMG SRC="http://server.com/folder/content-images/image.gif">
/content-manager/templates/template.html
You can make the page design just about any way you like.
There are only 6 available tags that you will place on
your template page where you want the page text, title
and links to appear. Template Help
Special Tags
These tags are called [search and replace tags]
When the program runs (add new page, etc.) it
searches for the tags on your template, and replaces
them with the text that you entered for the page.
<!Kew_Words_Here>
<!Meta_Desc_Here>
<!Article_Title_Here>
<!Page_Content_Here>
<!New_Link_Here> or <Script src="/cgi-bin/content-manager/java-links-feed.pl"></Script>
<!Link_Name_Here>
<!Content_Images>
<!Outside_Links>
<!Home_Link>
<!Article_Title_Here> - this will place the Title that you
enter on the admin form on the page where you want it to
appear.
EXAMPLE: <Title><!Article_Title_Here></Title>
EXAMPLE: <H1><!Article_Title_Here></H1>
<!Page_Content_Here> - this will place all the text and
images that you enter in the wizard on the page where you want it to
appear.
EXAMPLE: <Table>
<!Page_Content_Here>
</Table>
<!New_Link_Here> - this prints the link in a specific format.
The format is:
<A HREF="page_name.html"><Font Class=Links Color=Blue>Title</Font></A><BR>
<!Link_Name_Here> - this prints the name of the page only.
EXAMPLE: page_name.html
<!Content_Images> - this prints the web address to the content-images folder
Please see the templates provided for examples of realtime
use of the templates and tags.
<!Kew_Words_Here> - auto generated key words for meta tag
<!Meta_Desc_Here> - auto generated description for meta tag
(1st 100 characters of text)
EXAMPLE:
<meta NAME="description" CONTENT="<!Meta_Desc_Here>">
<meta NAME="keywords" CONTENT="<!Kew_Words_Here>">
List of links to the outside world.
<!Outside_Links> - this prints the link in a specific format.
The format is:
<A HREF="http://www.server.com/page_name.html"><Font Class=OutsideLinks Color=Blue>Title</Font></A><BR>
See javascrpt help for more page link options.
<!Home_Link> - this prints the link in a specific format.
The format is:
<A HREF="index.html"><Font Class=Links Color=Blue>Home</Font></A><BR>
The Home Page Template
/content-manager/templates/index.html
The program will create a home page or an INDEX page
automatically. You can use any of the tags above on
the page. The title of the page you should type in,
and not use the auto generated title.
There is one extra special tag you need to insert in
the home page (index.html) where you want the BODY of
the page to appear.
<!Home_Page_Content_Here> - this is replaced with the
text that you type in using your administration
page, Edit Home Page section.
<!New_Link_Here> - this prints the link in a specific format.
The format is:
<A HREF="page_name.html"><Font Class=Links Color=Blue>Title</Font></A><BR>
If you want to change the link STYLE - the CLASS name is: Links
Just add the .Links to your style sheet. A style sheet is
included with the program.
If you want to put all the links on all the pages,
USE:
<Script src="/cgi-bin/content-manager/java-links-feed.pl"></Script>
This is a java script feed -> with links to all your pages.
See javascrpt help for more page navigation options.
Making Template Changes
If you have created many pages and want to change your template,
you can refresh all the pages to reflect the new page design.
This is done on the main admin page.
XML Feed
if you are going to use the XML feed, place the feed.xml file
in your /content folder and set the permissions to 666 - rw-rw-rw
Notes
# If you need help, please use our help desk.
# http://www.rlaj.com/scripts/helpdesk/
# We will not answer help requests unless the program
# is registered.
# We no longer receive email sent directly to us.
# had to do this because of the amount of spam.