<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" >
    <channel>
        <title>Exponent Blog</title>
        <atom:link href="http://exponent.tcnet-works.com/blog/src/@random48e7cdc1a672d" rel="self" type="application/rss+xml" />
        <description>This is an RSS feed from the example content in the blog module of the Exponent Content Management System.</description>
        <link>http://exponent.tcnet-works.com/</link>
        <lastBuildDate>Sun, 15 Mar 2026 18:51:48 -0500</lastBuildDate>
        <generator>Exponent Content Management System - 3.0.2-patch2 (Build Date: September-16-2025) (info@mypapit.net)</generator>
        <image>
            <url>http://exponent.tcnet-works.com/themes/bootstrap5theme/images/logo.png</url>
            <title>Exponent Blog</title>
            <link>http://exponent.tcnet-works.com/</link>
        </image>
        <language>en_US</language>
        <pubDate>Mon, 01 Oct 2012 23:44:00 -0500</pubDate>
        <ttl>1440</ttl>
        <item>
            <title>Exponent Documentation</title>
            <link>http://exponent.tcnet-works.com/blog/show/title/exponent-documentation</link>
            <description>&lt;p&gt;You can find the documentation to Exponent at&amp;nbsp;&lt;a href=&quot;http://docs.exponent.org&quot;&gt;docs.exponent.org&lt;/a&gt;. &amp;nbsp;It can also be reached by using the many item specific help links and menu items in the system.&amp;nbsp; You&#039;ll also notice this blog post does NOT allow comments, unlike the rest of this blog.&lt;/p&gt;
</description>
            <author> demo@tcnet-works.com (admin)</author>
            <pubDate>Mon, 01 Oct 2012 23:44:00 -0500</pubDate>
            <guid>http://exponent.tcnet-works.com/blog/show/title/exponent-documentation</guid>
        </item>
        <item>
            <title>Changes in Exponent 2.0</title>
            <link>http://exponent.tcnet-works.com/blog/show/title/changes-in-exponent-2-0</link>
            <description>&lt;p&gt;The stable version release of Exponent is significantly different than the previous releases!&amp;nbsp; This approach should better establish 2.0 Stable as &#039;the baseline&#039; for all future upgrades.&lt;/p&gt;
&lt;p&gt;instead of just looking &amp;quot;ahead&amp;quot; and simply taking Exponent toward a stable release, we took a look &amp;quot;back&amp;quot; at what we wanted this first stable release of 2.0 to be like.&amp;nbsp; &amp;quot;Most likely, 2.0 Stable will become the standard baseline for all future versions of Exponent,&amp;quot; at least in the near future.&amp;nbsp; So, we wanted it to be organized in accordance with our planned design and not have to introduce major changes after the first stable release.&amp;nbsp; For example, when it comes time to develop a version 2.1, &amp;quot;What should 2.0 Stable have been to best achieve the project&#039;s design goals?&amp;quot;&lt;/p&gt;
&lt;p&gt;To that end, the folder and file layout was changed to look more like the 2.0 design.&amp;nbsp; All of the older 1.0 modules and subsystems have been moved out of the root folder and into the framework where they will eventually be converted into the 2.0 standard.&amp;nbsp; Additionally, we ramped up the time table on converting the existing 1.0 subsystems.&amp;nbsp; This not only streamlined the page loading process, but seems to have made the whole system faster!&amp;nbsp; We have also updated all the included 3rd party libraries to their latest stable release.&amp;nbsp; This should help reduce any security risks and also improve system performance and reliability.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What does this mean to you, the end user?&lt;/strong&gt;&amp;nbsp; Here&#039;s some things to bear in mind as you move from RC1 (&lt;em&gt;or earlier&lt;/em&gt;) into stable 2.0 (&lt;em&gt;or later&lt;/em&gt;):&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;strong&gt;New, much cleaner&amp;nbsp;folder layout &lt;/strong&gt;- if you have any customized &amp;quot;old school&amp;quot; modules (or views), they will no longer be found in &lt;code&gt;/modules&lt;/code&gt;, but will now be located in&lt;code&gt; /framework/modules-1&lt;/code&gt;.&amp;nbsp; Also, the &amp;quot;datatypes&#039; name has been updated to become more MVC (Model/View/Controller) compliant and are now named &amp;quot;models&amp;quot;.&amp;nbsp; Additionally, these (new) models have been moved into the 2.0 module folders (along with the database &lt;code&gt;&#039;definitions&#039; &lt;/code&gt;folder) or into the &lt;code&gt;/framework/core/models &lt;/code&gt;folder.&amp;nbsp; This includes the older 1.0 ones.&amp;nbsp;&amp;nbsp;Also, the root level 1.0 subsystems have been moved to the &lt;code&gt;/framework/core/subsystems-1&lt;/code&gt; folder.&amp;nbsp; The global views, common theme assets,&amp;nbsp;and the smarty plugins were moved inside the &lt;code&gt;/framework &lt;/code&gt;folder.&amp;nbsp; Additionally, some files were consolidated and/or renamed.&amp;nbsp; All of which gives Exponent a much cleaner folder layout, more in-line with the design.&amp;nbsp; With that being said, it would probably be best to extract 2.0 stable (&lt;em&gt;or later&lt;/em&gt;) into an almost clean web root folder (/files, /conf/config.php, etc...could still remain)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The 1.0 theme engine has been deprecated &lt;/strong&gt;- If you still haven&#039;t upgraded your custom themes to use the new &lt;code&gt;expTheme::xxx &lt;/code&gt;calls, you still have some time, but it&#039;s drawing to a close.&amp;nbsp; The 1.0 theme engine has been completely moved into the new 2.0 theme engine, HOWEVER, we did create a compatibility layer for the old &lt;code&gt;exponent_theme_xxx &lt;/code&gt;calls.&amp;nbsp; Most likely this compatibility layer will be dropped sometime after the stable release.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The /themes folder is now only used for user themes &lt;/strong&gt;- The&lt;code&gt; /themes &lt;/code&gt;folder no longer contains any system files!&amp;nbsp;Therefore, you can safely delete everything in the themes folder if you want, except for the one theme folder you are using. (&lt;strong&gt;&lt;em&gt;Exponent will still continue to be distributed with several themes&lt;/em&gt;&lt;/strong&gt;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;2.0 Stable will be the fastest &amp;quot;Exponent&amp;quot; ever distributed &lt;/strong&gt;- Because we&#039;ve&amp;nbsp; streamlined things and moved further away from &#039;1.0&#039;, we&#039;ve seen some noticeable speed-ups which we&#039;re sure you, and your clients and users will appreciate.&lt;/li&gt;
&lt;/ul&gt;
</description>
            <author> demo@tcnet-works.com (admin)</author>
            <comments>http://exponent.tcnet-works.com/blog/show/title/changes-in-exponent-2-0#exp-comments</comments>
            <slash:comments>1</slash:comments>
            <pubDate>Wed, 24 Aug 2011 19:51:26 -0500</pubDate>
            <guid>http://exponent.tcnet-works.com/blog/show/title/changes-in-exponent-2-0</guid>
        </item>
        <item>
            <title>Paragraphs and Line Breaks</title>
            <link>http://exponent.tcnet-works.com/blog/show/title/paragraphs-and-line-breaks</link>
            <description>&lt;p&gt;Here is a simple editing tip. When using a WYSIWYG editor to create or edit content for your site, remember this:&lt;br /&gt;
Press &lt;strong&gt;Shift + Enter&lt;/strong&gt; at the same time to place a &lt;strong&gt;Line Break&lt;/strong&gt; in your text. This is the separation you see from the introductory paragraph to this one.&lt;/p&gt;
&lt;p&gt;Press &lt;strong&gt;Enter&lt;/strong&gt; on the keyboard to place a &lt;strong&gt;Paragraph Break&lt;/strong&gt; in your text, which is two lines below the preceding text. This is the separation you see between these two explanation paragraphs.&lt;/p&gt;
</description>
            <author> demo@tcnet-works.com (admin)</author>
            <pubDate>Mon, 01 Aug 2011 11:30:00 -0500</pubDate>
            <guid>http://exponent.tcnet-works.com/blog/show/title/paragraphs-and-line-breaks</guid>
        </item>
        <item>
            <title>Introduction to Exponent CMS</title>
            <link>http://exponent.tcnet-works.com/blog/show/title/introduction-to-exponent-cms</link>
            <description>&lt;p&gt;The content in your website can be both viewed and edited using a web browser. We recommend &lt;a href=&quot;http://www.mozilla.com/en-US/&quot;&gt;Firefox browser&lt;/a&gt; for editing your site.&lt;/p&gt;
&lt;p&gt;Exponent CMS is a simple application with a user-friendly interface. Exponent &lt;strong&gt;separates&lt;/strong&gt; the website &lt;strong&gt;look&lt;/strong&gt; from the &lt;strong&gt;content&lt;/strong&gt;, making it easier to modify content without worrying about how to specify the look of the content. For detailed information and troubleshooting please use the resources at the &lt;a href=&quot;http://exponentcms.org/&quot;&gt;Exponent website&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Website Content&lt;/h2&gt;
&lt;p&gt;The content in your site is managed by &lt;strong&gt;Exponent Modules&lt;/strong&gt;. Exponent has several different types of modules to hold different type of content, for example:&lt;/p&gt;
&lt;dl&gt;
	&lt;dt&gt;
		Text module&lt;/dt&gt;
	&lt;dd&gt;
		For textual content which may include a couple of images and inline links.&lt;/dd&gt;
	&lt;dt&gt;
		Link list module&lt;/dt&gt;
	&lt;dd&gt;
		For lists of links, e.g., a list of your favorite sites.&lt;/dd&gt;
	&lt;dt&gt;
		Image gallery module&lt;/dt&gt;
	&lt;dd&gt;
		For a collection of images, e.g., company products, vacation photos.&lt;/dd&gt;
	&lt;dt&gt;
		Listing module&lt;/dt&gt;
	&lt;dd&gt;
		For a collection of information which is similar in nature, e.g., company officers and directors, services available.&lt;/dd&gt;
	&lt;dt&gt;
		Search module&lt;/dt&gt;
	&lt;dd&gt;
		To allow a user to search your site.&lt;/dd&gt;
	&lt;dt&gt;
		Navigation module&lt;/dt&gt;
	&lt;dd&gt;
		A special module that shows the pages on the site.&lt;/dd&gt;
	&lt;dt&gt;
		Container module&lt;/dt&gt;
	&lt;dd&gt;
		A special module designed to hold any of the others together as a unit.&lt;/dd&gt;
&lt;/dl&gt;
&lt;h2&gt;Website Look / Layout&lt;/h2&gt;
&lt;p&gt;Your Exponent site has a specific look and layout determined by the theme. The default theme for an Exponent 0.97 installation is the coolwatertheme. The layout defines both the location of page components as well as fonts, colors, etc.&lt;/p&gt;
&lt;h2&gt;Learn More&lt;/h2&gt;
&lt;p&gt;We invite you to browse through this default content to learn more about Exponent and get ready to create your own site.&lt;/p&gt;
</description>
            <author> demo@tcnet-works.com (admin)</author>
            <comments>http://exponent.tcnet-works.com/blog/show/title/introduction-to-exponent-cms#exp-comments</comments>
            <slash:comments>2</slash:comments>
            <pubDate>Fri, 01 Jul 2011 07:00:00 -0500</pubDate>
            <guid>http://exponent.tcnet-works.com/blog/show/title/introduction-to-exponent-cms</guid>
        </item>
    </channel>
</rss>