Contents 

Welcome to ARELIS!
Benefits and features
System requirements
Contact information
Ordering information
Working with ARELIS
Getting started
Projects
Adding link partners
Previewing and judging link partners
Editing web sites
What are link page templates?
Creating link pages
Sending email messages
Creating email templates
Checking links
Importing
Exporting
Working with multiple projects
Other features
Glossary
How do I...
How do I...
How do I change the preview browser size?
How do I improve the quality of the found web sites?
How do I determine the quality of potential link partners?
How do I create customized email messages?
How do I sort the web site list by category?
How do I sort the links on the link pages?
How do I use the created link pages?
How do I remove unwanted web sites?
How do I select multiple web sites?
How do I change the status/category/link order/etc. of multiple web sites at once?
How do I check if other sites link back?
How do I include all web sites in my link directory?
How do I add the same site to more than one category?
How do I rename/delete categories or sub-categories?
How do I send email messages to all link partners?
How do I send HTML formatted email messages?
How do I find out the PageRank of a web site?
How do I add an "Add URL" form to my site?
How do I get the most out of ARELIS?
How do I make my link directory searchable?
How do I backup ARELIS?
How do I create a dummy web page?
How do I submit my web site to the search engines?
The windows
The main window
The Find New Link Partners window
The Add Web Site window
The Create Link Pages window
The Check Links Options window
The Edit Project window
The Email Options window
The Edit Categories window
The Change Web Pages window
The Options window
The Remove A Set Of Web Pages window
The Get Picture URL window
The Edit Status List window
The main window panels
Preview
Edit Site
Send Email Message
Check Links
The menus
The File menu
The Edit menu
The Project menu
The List menu
The Display menu
The Settings menu
The Tools menu
The Help menu
Link Page Templates
How to create own templates
How to edit the templates
How to add a popup menu selector on your link pages
Template Troubleshooting
Overview of all link page template variables
Troubleshooting / FAQ
Version history
Other Axandra products
End User License Agreement (EULA)

ARELIS - How To Get High Quality Inbound Links

Previous Page Next Page
Overview of all link page template variables
Top  Previous  Next


ARELIS offers about 40 link page template variables (some with individual parameters) so that you can create fully customizable link directories.


Variable that you can use only once:

·[A-File-Name:abc] where abc stands for the file name with the three letter extension  
Description: This variable allows you to choose a different file name for the links page. If you don't use this variable, ARELIS will save your link directory as "links.htm".  
Example: [A-File-Name:my-links-page.html] saves the start page of your link directory as "my-links-page.html".  
Can be used: everywhere in the template but only once  


Variables that you can use everywhere in the text:

·[A-Insert-Category-Table,  
ColumnCount=x,  
CategoryHTML= 'html code here',  
SubCategoryHTML = 'html code here',  
InsertBetweenSubCategories = 'html code here',  
InsertAfterLastSubCategory = 'html code here' ]  
 
Description: This variable is very powerful. It can create a link directory with a single column or with multiple columns. You can use any HTML code you like to display the category and sub category names. With this variable, you can also create Yahoo-style link directories. The [A-Insert-Category-Table] basically loops through the category names and sub category names and produces HTML code for tables, e.g. <TR>...</TR> (see example below).  
 
The variable [A-Insert-Category-Table] takes five parameters: ColumnCount, CategoryHTML, SubCategoryHTML, InsertBetweenSubCategories and InsertAfterLastSubCategory. You can set the number of columns with the parameter "ColumnCount=x", where x stands for a number between 1-50. CategoryHTML specifies the HTML code for the category names, and SubCategoryHTML specifies the HTML code for the sub category names.  
You can also use ARELIS variables in the parameters, for example [A-Category-Name] or [A-Number-of-links-in-sub-category].  
The InsertBetweenSubCategories parameter specifies the HTML code that ARELIS inserts between the sub category names, and InsertAfterLastSubCategory specifies the HTML code which is inserted after the last sub category name.  
 
Example:  
[A-Insert-Category-Table,  
ColumnCount = 2,  
CategoryHTML = '<B><A HREF="[A-Category-Filename]">[A-Category-Name]</A> ([A-Number-of-links-in-category])</B><BR>',  
SubCategoryHTML = '<A HREF="[A-Sub-Category-Filename]">[A-Sub-Category-Name] ([A-Number-of-links-in-sub-category]) </A>',  
InsertBetweenSubCategories = ', ',  
InsertAfterLastSubCategory = '...']  
 
If you have three categories with two sub categories each, the example above outputs the following HTML code:  
 
<tr>  
<td width="50%" valign="top"><B><A HREF="Category1.htm">Category1 (7)</A></B><BR><A HREF="Category1-SubCategory1.htm">SubCategory1 (4) </A>, <A HREF="Category1-Sub-Category2.htm">Sub-Category2 (3) </A>...</td>  
<td width="50%" valign="top"><B><A HREF="Category2.htm">Category2 (15)</A></B><BR><A HREF="Category2-SubCategory1.htm">SubCategory1 (3) </A>, <A HREF="Category2-Sub-Category2.htm">Sub-Category2 (12) </A>...</td>  
</tr>  
<tr>  
<td width="50%" valign="top"><B><A HREF="Category3.htm">Category3 (6)</A></B><BR><A HREF="Category3-SubCategory1.htm">SubCategory1 (5) </A>, <A HREF="Category3-Sub-Category2.htm">Sub-Category2 (1) </A>...</td>  
</tr>  
 
Can be used: everywhere in the template  
 
·[A-Company-Name]  
Description: This variable will be replaced with the company name which you can enter in the Edit Project dialog.  
Example: [A-Company-Name] will be replaced with "High Technologies, Inc."  
Can be used: everywhere in the template, for example in the <TITLE> tag of the links web page  
 
·[A-Domain]  
Description: This variable will be replaced with the domain name of the URL which you can enter in the Edit Project dialog.  
Example: [A-Domain] will be replaced with "HighTechShoes.com"  
Can be used: everywhere in the template, for example in the meta tags of the links web page  
 
·[A-Home-File-Name]  
Description: This variable will be replaced with the file name of the start page of your link directory.  
Example: [A-Home-File-Name] will be replaced with "links.htm" or the file name that you specify with [A-File-Name].  
Can be used: everywhere in the template, for example for the link back to the start page of your link directory (<a href="[A-Home-File-Name">Back to Home</a>).  
 
·[A-Homepage-URL]  
Description: This variable will be replaced with the URL which you can enter in the Edit Project dialog.  
Example: [A-Homepage-URL] will be replaced with "http://www.HighTechShoes.com/index.htm"  
Can be used: everywhere in the template, for example you can use it for a "Go Back To The Homepage" link  
 
·[A-Today-Date-Long]  
Description: This variable will be replaced with the long version of today's date.  
Example: [A-Today-Date-Long]  
Can be used: everywhere in the template, for example at the bottom of the links web page, with the text "Last updated on [A-Today-Date-Long]".  
 
·[A-Today-Date-Short]  
Description: This variable will be replaced with the short version of today's date.  
Example: [A-Today-Date-Short]  
Can be used: everywhere in the template, for example at the bottom of the links web page, with the text "Created on [A-Today-Date-Short]".  
 
·[A-Total-Number-Of-Links]  
Description: This variable will be replaced with the total number of links in your link directory.  
Example: [A-Total-Number-Of-Links]  
Can be used: everywhere in the template, for example at the top of the links web page, with the text "This link directory has [A-Total-Number-Of-Links] links in [A-Number-of-Categories] categories.".  
 
·[A-Number-of-Categories]  
Description: This variables will be replaced with the number of categories. Please note that only web sites which have "Include In Link Pages" selected will be taken into account.  
Example: [A-Number-Of-Categories]  
Can be used: everywhere in the template, for example at the top of the contents web page  
 

Category Variables:
 
·[A-Category-Repeat] ... [A-Category-Repeat-End]  
Description: These two variables enclose other category variables.  
Example: [A-Category-Repeat][A-Category-Name][A-Category-Repeat-End] lists all category names  
Can be used: once or multiple times in the template  
 
·[A-Category-Save] ... [A-Category-Save-End]  
Description: These two variables save everything they enclose in a separate file. That file will be named as the category name.  
Example: See the template file called "Multiple-Pages-Simple.txt" which you can find in the "Link Directory Templates" directory in the ARELIS directory.  
Can be used: only between the variables [A-Category-Repeat] and [A-Category-Repeat-End]  
 
·[A-Category-Name]  
Description: This variable displays the current category name.  
Example: [A-Category-Repeat][A-Category-Name][A-Category-Repeat-End] lists all category names  
Can be used: only between the variables [A-Category-Repeat] and [A-Category-Repeat-End], or in the [A-Insert-Category-Table] variable  
 
·[A-Category-Nr]  
Description: This variable displays the current category number.  
Example: [A-Category-Repeat][A-Category-Nr]. [A-Category-Name][A-Category-Repeat-End] lists all category names with their number  
Can be used: only between the variables [A-Category-Repeat] and [A-Category-Repeat-End], or in the [A-Insert-Category-Table] variable  
 
·[A-Category-Filename]  
Description: This variable represents the file name for the current category.  
Example: See the template file called "Multiple-Pages-Simple.txt" which you can find in the "Link Directory Templates" directory in the ARELIS directory.  
Can be used: only between the variables [A-Category-Repeat] and [A-Category-Repeat-End] and only useful in combination with the variables [A-Category-Save] and [A-Category-Save-End], or in the [A-Insert-Category-Table] variable  
 
·[A-Number-of-links-in-category]  
Description: This variable displays the number of links of the current category.  
Example: [A-Category-Repeat][A-Category-Name] ([A-Number-of-links-in-category])[A-Category-Repeat-End] lists all category names with their individual number of links  
Can be used: only between the variables [A-Category-Repeat] and [A-Category-Repeat-End], or in the [A-Insert-Category-Table] variable  
 
·[A-Number-of-sub-categories]  
Description: This variable displays the number of sub categories of the current category.  
Example: [A-Category-Repeat][A-Category-Name] ([A-Number-of-sub-categories])[A-Category-Repeat-End] lists all category names with their individual number of sub categories  
Can be used: only between the variables [A-Category-Repeat] and [A-Category-Repeat-End], or in the [A-Insert-Category-Table] variable  
 
 
Sub Category Variables:
 
·[A-Sub-Category-Repeat] ... [A-Sub-Category-Repeat-End]  
Description: These two variables enclose other sub category variables.  
Example: [A-Category-Repeat][A-Category-Name]  
[A-Sub-Category-Repeat][A-Sub-Category-Name][A-Sub-Category-Repeat-End]  
[A-Category-Repeat-End]  
lists all category names and their sub category names  
Can be used: only between the variables [A-Category-Repeat] and [A-Category-Repeat-End]  
 
·[A-Sub-Category-Save] ... [A-Sub-Category-Save-End]  
Description: These two variables save everything they enclose in a separate file. That file will be named "<CategoryName>-<SubCategoryName>".  
Example: See the template file called "Multiple-Pages-Simple.txt" which you can find in the "Link Directory Templates" directory in the ARELIS directory.  
Can be used: only between the variables [A-Sub-Category-Repeat] and [A-Sub-Category-Repeat-End]  
 
·[A-Sub-Category-Name]  
Description: This variable displays the current sub category name.  
Example: [A-Sub-Category-Repeat][A-Sub-Category-Name][A-Sub-Category-Repeat-End] lists all sub category names of the current category  
Can be used: only between the variables [A-Sub-Category-Repeat] and [A-Sub-Category-Repeat-End], or in the [A-Insert-Category-Table] variable  
 
·[A-Sub-Category-Nr]  
Description: This variable displays the current sub category number.  
Example: [A-Sub-Category-Repeat][A-Sub-Category-Nr]. [A-Sub-Category-Name][A-Sub-Category-Repeat-End] lists all sub category names with their number  
Can be used: only between the variables [A-Sub-Category-Repeat] and [A-Sub-Category-Repeat-End], or in the [A-Insert-Category-Table] variable  
 
·[A-Sub-Category-Filename]  
Description: This variable represents the file name for the current sub category.  
Example: See the template file called "Multiple-Pages-Simple.txt" which you can find in the "Link Directory Templates" directory in the ARELIS directory.  
Can be used: only between the variables [A-Sub-Category-Repeat] and [A-Sub-Category-Repeat-End] and only useful in combination with the variables [A-Sub-Category-Save] and [A-Sub-Category-Save-End], or in the [A-Insert-Category-Table] variable  
 
·[A-Number-of-links-in-sub-category]  
Description: This variable displays the number of links of the current sub category.  
Example: [A-Sub-Category-Repeat][A-Sub-Category-Name] ([A-Number-of-links-in-sub-category])[A-Sub-Category-Repeat-End] lists all sub category names with their individual number of links  
Can be used: only between the variables [A-Sub-Category-Repeat] and [A-Sub-Category-Repeat-End], or in the [A-Insert-Category-Table] variable  
 

Links Variables:
 
·[A-Link-Repeat] ... [A-Link-Repeat-End]  
Description: These two variables enclose other links variables.  
Example: [A-Category-Repeat][A-Category-Name]  
[A-Sub-Category-Repeat][A-Sub-Category-Name]  
[A-Link-Repeat][A-Link-Title], [A-Link-URL][A-Link-Repeat-URL]  
[A-Sub-Category-Repeat-End]  
[A-Category-Repeat-End]  
lists all category names, their sub category names and their link names and the links URL  
Can be used: only between the variables [A-Sub-Category-Repeat] and [A-Sub-Category-Repeat-End]  
 
·[A-Link-Nr]  
Description: This variable displays the current link number.  
Example: [A-Link-Repeat][A-Link-Nr]. [A-Link-Title][A-Link-Repeat-End] lists all links with their number  
Can be used: only between the variables [A-Link-Repeat] and [A-Link-Repeat-End]  
 
·[A-Link-URL]  
Description: This variable displays the current link URL.  
Example: [A-Link-Repeat][A-Link-URL][A-Link-Repeat-End] lists all link URLs  
Can be used: only between the variables [A-Link-Repeat] and [A-Link-Repeat-End]  
 
·[A-Found-URL]  
Description: This variable displays the URL as listed in the web site list.  
Example: [A-Link-Repeat][A-Found-URL][A-Link-Repeat-End] lists all URLs of the web site list  
Can be used: only between the variables [A-Link-Repeat] and [A-Link-Repeat-End]  
 
·[A-Link-Back-URL]  
Description: This variable displays the web page URL that contains a link back to your web site. You can enter and edit this web page in the Edit Site panel. If you haven't entered this URL yet, it will contain the URL as displayed in the web site list.  
Example: [A-Link-Repeat][A-Link-Back-URL][A-Link-Repeat-End] lists all these web page URLs  
Can be used: only between the variables [A-Link-Repeat] and [A-Link-Repeat-End]  
 
·[A-Link-Domain]  
Description: This variable displays the domain of the current link URL, e.g. "TopShoes.com" instead of "http://www.TopShoes.com/welcome.htm".  
Example: [A-Link-Repeat][A-Link-Domain][A-Link-Repeat-End] lists all link domains  
Can be used: only between the variables [A-Link-Repeat] and [A-Link-Repeat-End]  
 
·[A-Link-Title]  
Description: This variable displays the current link title which you can edit in the Edit Site panel  
Example: [A-Link-Repeat][A-Link-Title][A-Link-Repeat-End] lists all link titles  
Can be used: only between the variables [A-Link-Repeat] and [A-Link-Repeat-End]  
 
·[A-Link-Description]  
Description: This variable displays the current link description which you can edit in the Edit Site panel.  
Example: [A-Link-Repeat][A-Link-Description][A-Link-Repeat-End] lists all link descriptions  
Can be used: only between the variables [A-Link-Repeat] and [A-Link-Repeat-End]  
 
·[A-Link-Banner]  
Description: This variable inserts the HTML tag <IMG SRC="<banner-url>" ALT="<link-title>"> only if there's a banner URL entered in the Edit Site panel. <banner-url> and <link-title> will be replaced with the corresponding banner URL and link title. If you haven't specified the banner URL, the [A-Link-Banner] variable text will be removed from the link directory.  
Example: [A-Link-Repeat][A-Link-Banner][A-Link-Repeat-End] displays all link partner banners  
Can be used: only between the variables [A-Link-Repeat] and [A-Link-Repeat-End]; only useful for web pages  
 
·[A-Link-Banner-Full]  
Description: This variable inserts the HTML tags <A HREF="link to link partner" TARGET="_BLANK"><IMG SRC="<banner-url>" ALT="<link-title>"></A> only if there's a banner URL entered in the Edit Site panel. <banner-url> and <link-title> will be replaced with the corresponding banner URL and link title. If you haven't specified the banner URL, the [A-Link-Banner-Full] variable text will be removed from the link directory.  
The [A-Link-Banner-Full] variable works like the [A-Link-Banner] variable but it makes the banner clickable.  
Example: [A-Link-Repeat][A-Link-Banner-Full][A-Link-Repeat-End] displays all link partner banners  
Can be used: only between the variables [A-Link-Repeat] and [A-Link-Repeat-End]; only useful for web pages  
 
·[A-Link-Banner-URL]  
Description: This variable displays the current banner URL which you can edit in the Edit Site panel.  
Example: [A-Link-Repeat][A-Link-Banner-URL][A-Link-Repeat-End] lists all banner URLs  
Can be used: only between the variables [A-Link-Repeat] and [A-Link-Repeat-End]  
 
·[A-Link-Back-Image]  
Description: This variable inserts the HTML tag <IMG SRC="<picture-url>" ALT="<link-title>"> if the corresponding web site links back to your site (i.e. if it has a checked "Links Back" checkbox in the web site list). You can edit the picture URL in the Create Link Pages window (step 2). If you didn't specify the picture URL, the [A-Link-Back-Image] variable text will be removed from the link directory. <banner-url> and <link-title> will be replaced with the corresponding banner URL and link title.  
Example: [A-Link-Repeat]<A HREF="[A-Link-URL]">[A-Link-Back-Image][A-Link-URL][A-Link-Repeat-End] lists all web sites and images for those web sites that link back.  
Can be used: only between the variables