<?xml version="1.0"?>
<?rss version="2.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
  <channel>
    <title><![CDATA[From the Factory Floor]]></title>
    <link>http://www.markupfactory.com/blog/</link>
    <atom:link href="http://www.markupfactory.com/blog/rss.asp" rel="self" type="application/rss+xml" />
    <language>en-us</language>
    <description />
    <copyright>Copyright 2026</copyright>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>Markup Factory</generator>
    <ttl>1</ttl>
    <pubDate>Sun, 05 Apr 2026 23:41:46 CDT</pubDate>
    <lastBuildDate>Sun, 05 Apr 2026 23:41:46 CDT</lastBuildDate>

	<item>
      <title><![CDATA[Feature Update: Wildcard URLs]]></title>
      <link><![CDATA[http://www.markupfactory.com/feature-updates/wildcard-urls]]></link>
      <description><![CDATA[<h3>What We've Been Up to Lately</h3>
<h4>Introducing Wildcard URLs</h4>
<p>We've recently completed an update that we're pretty excited about: <strong>Wildcard URLs</strong>. This feature gives you the ability to create a Markup Factory page, blog post, event or other object that respondes to a range of URLs using the wildcard asterisk (*) character.  For example, you could create a page with the url <strong>/about/*</strong>.  This page would then be loaded anytime someone went to:</p>
<ul>
<li>http://yoursite.com<strong>/about/staff</strong></li>
<li>http://yoursite.com<strong>/about/location</strong></li>
<li><strong>or any other url beginning with </strong>http://yoursite.com<strong>/about/</strong></li>
</ul>
<h4>Some new Runtime Variables</h4>
<p>In addition to the wildcard urls update, we've added some new runtime variables that you can use in your templates, pages, and snippets.  These new variables give you the ability to read information about the URL of the page you are on.  Before I describe the variables, iet's talk about the structure of the Markup Factory URLs.  URLs in Markup Factory are divided into different segments, for example /path/path2/path3 etc. The new runtime variables then allow you to read an individual segment of the URL. You can reference these segments in MFScript by using the following runtime variables:</p>
<ul>
<li><strong>@path1 - </strong>contains the first segment of the url</li>
<li><strong>@path2 - </strong>contains the second segment of the url</li>
<li><strong>@path3</strong> - contains the third segment of the url</li>
<li><strong>...</strong></li>
<li><strong>@pathN</strong> - contains the Nth segment of the url</li>
</ul>
<p>For more info on using runtime variables, take a look at the <a href="http://www.markupfactory.com/documentation/template-engine#mfscript">MFScript documentation</a>.</p>
<h4>Using Markup Factory Wildcard URLs</h4>
<p>You may be thinking, this is cool, but when would I ever use this? Wildcard URLs are exciting on their own, but you can really start to see the possibilities available when you use wildcard URLs with dynamic snippets, datasets and the @path runtime variables. Coupled with the dataset and dynamic snippet features, you can use wildcard urls to create a simple page that displays a specific record from a dataset based upon one or more of the @path variables. We'll save any more discussion on this for a later tutorial, but feel free to try out these new features in your site, and let us know if you have any questions!  You can also review the folllowing tutorial for more information on pulling content from your datasets based on the URL - <a href="http://www.markupfactory.com/tutorials/adding-url-specific-content-using-datasets">"Tutorial:  Adding URL-Specific Content to your Template using Datasets and Dynamic Snippets"</a>.</p>]]></description>
      <pubDate>Tue, 07 Apr 2009 15:34:00 CDT</pubDate>
      <guid><![CDATA[http://www.markupfactory.com/feature-updates/wildcard-urls]]></guid>
      <comments><![CDATA[http://www.markupfactory.com/feature-updates/wildcard-urls#comments]]></comments>
      <author>noreply@www.markupfactory.com (James & Tara Webber)</author>
    </item>

</channel>
</rss>
