<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom">
    <title>SolutionExchange | New Solutions</title>
    <subtitle>Subtitle</subtitle>
    <link href="http://www.solutionexchange.info" />
    <updated>2013-05-07T18:24:44Z</updated>
    <author>
        <name>Solution Exchange</name>
    </author>
    <id>http://www.solutionexchange.info</id>
    <generator>
        Open Text Management Server
    </generator>
    
        
    
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/Solex_Solutions_ATOM" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="solex_solutions_atom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry>
        <title type="html"><![CDATA[5 Limes ASP.NET CMS Capable Security Trimming Control]]></title>
        <link href="/5-limes-aspnet-cms-capable-security-trimming-control.htm" />
        <author>
            <name>Richard Hauer</name>
        </author>
        <id />
        <updated>2011-02-21T22:32:20Z</updated>
        <summary type="html"><![CDATA[<p>This is an ASP.NET 2.0 based control that can be freely used in your projects. We designed the control such that content in the page could be secured with authentication settings controlled through placeholders in the CMS. Note that this is only useful where your runtime site is ASP.NET 2.0 through 3.5. If you want a 4.0 version just let me know and I'll recompile it.<br />
        <br />
        Optional Toolbox setup is as follows:<br />
        1. In Visual Studio's Toolbox add the control by right-clicking and selecting "Choose items..."<br />
        2. You will have to Browse to the location you have stored the dll (extracted from the zip)<br />
        3. Upon adding the assembly you will notice a new, selected control in the list called "SecurityTrimming" with a namespace of "FiveLimes.Web.Controls"<br />
        4. Click OK to add the new control to your Toolbox, then drag and drop onto a User Control or form in the regular way<br />
        <br />
        Usage in a control or page as follows:<br />
        <br />
        At the top of the page add the following registration tag<br />
        <br />
        &lt;%@ Register Assembly="FiveLimes.Web.Controls" Namespace="FiveLimes.Web.Controls" TagPrefix="fwc" %&gt;<br />
        At the place you want to use the control add the following code<br />
        &lt;fwc:SecurityTrimming ID="SecurityTrimming1" runat="server" DenyAnonymous="true" AllowRoles="administrators" AllowUsers="bob;simon;dave" DisplayMode="Normal"&gt;<br />
        &lt;Secured&gt;<br />
        secured content<br />
        &lt;/Secured&gt;<br />
        &lt;Unsecured&gt;<br />
        unsecured content<br />
        &lt;/Unsecured&gt;<br />
        &lt;/fwc:SecurityTrimming&gt;<br />
        <br />
        DenyAnonymous can have the value "True" or "False" where a value of "False" means that the "Secured" content will be shown to anonymous users<br />
        <br />
        AllowRoles is a semi-colon separated list of role names that a user must belong to in order to see the "Secured" content<br />
        <br />
        AllowUsers is a semi-colon separated list of user names that are allowed to see the "Secured" content<br />
        <br />
        DisplayMode can have the value "Normal", "ForceSecure" or "ForceUnsecure" and is used from within SmartEdit to switch the display. When not in SmartEdit set this value to blank or "Normal"<br />
        <br />
        Typical usage would have the component as the only element in a CMS Template with a Standard Field populating the AllowRoles and AllowUsers attributes and Option Lists for DenyAnonymous and DisplayMode. You would then add Containers to allow the population of the "Secured" and "Unsecured" content zones.<br />
        <br />
        Note that any type of content can be entered including placeholders, ASP.NET components, script, etc. The control itself has no HTML footprint, that is, it does not emit any HTML at all, simply chooses to display one content zone or the other based on the security parameters supplied.</p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Asset Batch Upload]]></title>
        <link href="/Asset-Batch-Upload.htm" />
        <author>
            <name>Michael Clivot</name>
        </author>
        <id />
        <updated>2010-11-25T14:58:59Z</updated>
        <summary type="html"><![CDATA[<p>&Uuml;ber diesen Assistenten ist es Ihnen m&ouml;glich, mehrere Dateien auf einmal in den Asset Manager des Management Servers zu laden. Sehr hilfreich ist dieser Assistent beispielsweise f&uuml;r die Erstellung von Bildergalerien. Bisher muss im Asset Manager jedes Bild einzeln hochgeladen werden. <br />
        Wie dieses Modul funktioniert k&ouml;nnen Sie sich auf Youtube unter <a  title="Video Demo" target="_blank" href="http://bit.ly/netmedia_bildergalerie ">http://bit.ly/netmedia_bildergalerie</a> anschauen. </p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[AssignIt]]></title>
        <link href="/assignit.htm" />
        <author>
            <name>Jian Huang</name>
        </author>
        <id />
        <updated>2011-12-08T12:01:54Z</updated>
        <summary type="html"><![CDATA[
        <p>The plugin is constantly updated.<br />
        Download latest version from:</p>
        <p><a href="http://www.simplyreddot.blogspot.com/2012/03/assignit.html">http://simplyreddot.blogspot.com/2012/03/assignit.html</a></p>
        <br />
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Auto Order Elements 2]]></title>
        <link href="/auto-order-elements-2.htm" />
        <author>
            <name>Jian Huang</name>
        </author>
        <id />
        <updated>2012-03-20T17:13:20Z</updated>
        <summary type="html"><![CDATA[
        <p>The plugin is constantly updated.<br />
        Download latest version from:</p>
        <p><a href="http://simplyreddot.blogspot.com/2012/03/auto-order-elements-2.html">http://simplyreddot.blogspot.com/2012/03/auto-order-elements-2.html</a></p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[AutoFileName]]></title>
        <link href="/auto-file-name.htm" />
        <author>
            <name>Jian Huang</name>
        </author>
        <id />
        <updated>2011-05-13T15:59:07Z</updated>
        <summary type="html"><![CDATA[
        <p></p>
        The plugin is constantly updated.<br />
        <br />
        Download latest version from: <a  href="http://simplyreddot.blogspot.com/2012/02/auto-file-name.html">http://simplyreddot.blogspot.com/2012/02/auto-file-name.html</a><br />
        <p></p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Automatic refresh after changing the navigation structure]]></title>
        <link href="/Automatic-refresh-after-changing-the-navigation-structure.htm" />
        <author>
            <name>Uli Weiss</name>
        </author>
        <id />
        <updated>2010-10-15T08:58:17Z</updated>
        <summary type="html"><![CDATA[<p><strong>read english version below</strong></p>
        <strong>Automatische Aktualisierung nach Aenderungen im Navigation Manager </strong><br />
        <br />
        <p>Nach &Auml;nderungen in der Navigationsstruktur m&uuml;ssen Redakteure die Seiten manuell neu laden, um die &Auml;nderungen angezeigt zu erhalten.</p>
        <p>Das Script <span style="font-family: courier new; font-size: 10pt;">RefreshSmartEdit</span> stellt dazu eine L&ouml;sung innerhalb eines Templates bereit, die nach dem Schlie&szlig;en des Navigation Manager Fensters den SmartEdit-Arbeitsbereich neu l&auml;dt und so die aktuelle Struktur anzeigt.</p>
        <p>Die Funktion <code>isNavigationManagerOpen</code> veranlasst ein Reload der aktuellen Seite nach Schlie&szlig;en des Navigation Managers.</p>
        <p>Es gibt noch eine weitere Erweiterung f&uuml;r die <a  href="/Navigation-Manager-in-Firefox-Opera.htm">Verwendung des Navigation Managers im Firefox, Opera und Co</a>.</p>
        <p> </p>
        <p> </p>
        <strong>Automatic refresh after changing the navigation structure</strong><br />
        <br />
        <p>Editors have to reload edited pages manually after they have changed the navigation structure in the Navigation Manager. This script provides an automatic reload mechanism to refresh the edited page after the Navigation Manager window is closed. </p>
        <p>The corresponding code is shown in the upper German section</p>
        <p>There&acute;s another extension available that enables the use of the <a  href="/Navigation-Manager-in-Firefox-Opera.htm">Navigation Manager with Firefox, Opera, etc</a>.</p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Batch Publisher™ for RedDot CMS]]></title>
        <link href="/Batch-Publisher.htm" />
        <author>
            <name>Henry Lu</name>
        </author>
        <id />
        <updated>2010-06-26T15:25:12Z</updated>
        <summary type="html"><![CDATA[Batch Publisher™ provides a convenient way for content class based page batch publishing in RedDot CMS. Download it here. 

RedDot CMS is designed to componentize a Web site by way of content classes. When a specific portion of the site gets updated, either in terms of function or look and feel, the change is not reflected on the live site until the affected files are published out. 

In SmartTree, RedDot CMS does provide a way for a site administrator to traverse the collection of page instances pertaining to a specific content class, albeit with a maximum of 200 pages returned. RedDot CMS, however, does not provide a way for the site administrator to publish out those returned pages in batch fashion. Publishing those pages out means that the administrator has to select and publish those pages one by one. 

The often used, no-brainer alternative is to publish out the entire site, regardless of the population of updated pages; however, when a site is large and the change is time-sensitive, whole-site publishing becomes very attractive and impractical. 

That is where Batch Publisher™ comes in. It provides an easy way for administrators to see the collection of pages pertaining to a specific content class and publish them in batch fashion. All common conceivable operation are built-in: granular selection and sorting of pages within the page collection of a content class are simple clicks. 

1.The user interface of Batch Publisher™ is self-explanatory. The moment you drill down the “Administer Content Classes” node to the content class you want to work with, you will see Batch Publisher™ at your fingertip. 

2.Feature rich. Sorting and selection in Batch Publisher™ is a breeze. You can control select and shift select. You can also sort the pages by headlines, page ID or page timestamps. 

3.Exhaustive project variant and language variant configuration. You also gets to decide whether to publish following page, related page and to send yourself email notification: 

4.Full feedback. Upon publishing, Batch Publisher™ writes out execution logs in a scrollable panel so publication can be monitored. This feedback panel is in addition to RedDot CMS’s built-in publication log and email notification: 

Publication is an asynchronous process and the completion status cannot be obtained instantaneously. You are encouraged to check logs or read email notifications generated by Batch Publisher™ in order to check the publication status of particular batch jobs. Please bear in mind that such logs or emails will come with due time delay. 

The RedDot CMS RQL Server, however, does provide instant RQL failure information under certain type of circumstances. The following two are examples of the most often encountered: 

i)RQL Error Code # 401 ( #RDError401 ) -- Project locked for user or user level. A typical SOAP response will look like the following: 

<?xml version="1.0" encoding="utf-8"?> 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 
<soap:Body> 
<soap:Fault> 
<faultcode>soap:Server</faultcode> 
<faultstring>System.Web.Services.Protocols.SoapException: Server was unable to process request. ---&gt; Reddot.CMS.Rql.RqlException: The 
project has not been released for publication. The job could not be entered in the list of the asynchronous processes. 

Server stack trace: 
at Reddot.CMS.Interop.RqlService.ExecuteString(String rqlCommand) 
at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(MethodBase mb, Object[] args, Object server, Int32 methodPtr, 
Boolean fExecuteInContext, Object[]&amp; outArgs) 
at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) 

Exception rethrown at [0]: 
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) 
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&amp; msgData, Int32 type) 
at Reddot.CMS.Rql.IRqlService.ExecuteString(String rqlCommand) 
at Reddot.CMS.Rql.RqlServiceWrapper.ExecuteString(String rqlCommand) 
at Reddot.CMS.WebServiceClient.RqlService.ExecuteString(String command) 
--- End of inner exception stack trace ---</faultstring> 
<detail /> 
</soap:Fault> 
</soap:Body> 
</soap:Envelope> 

ii)RQL Error -- Reddot.CMS.Rql.RqlException: Page/link is already waiting to be published. This error appears to be one of those undocumented RedDot CMS RQL errors and therefore there is no known RDError code. 

A typical SOAP response from the server will look like the following: 

<?xml version="1.0" encoding="utf-8"?> 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 
<soap:Body> 
<soap:Fault> 
<faultcode>soap:Server</faultcode> 
<faultstring>System.Web.Services.Protocols.SoapException: Server was unable to process request. ---&gt; Reddot.CMS.Rql.RqlException: Page/link is already waiting to be published. 

Server stack trace: 
at Reddot.CMS.Interop.RqlService.ExecuteString(String rqlCommand) 
at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(MethodBase mb, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]&amp; outArgs) 
at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) 

Exception rethrown at [0]: 
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) 
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&amp; msgData, Int32 type) 
at Reddot.CMS.Rql.IRqlService.ExecuteString(String rqlCommand) 
at Reddot.CMS.Rql.RqlServiceWrapper.ExecuteString(String rqlCommand) 
at Reddot.CMS.WebServiceClient.RqlService.ExecuteString(String command) 
--- End of inner exception stack trace ---</faultstring> 
<detail /> 
</soap:Fault> 
</soap:Body> 
</soap:Envelope> 

5.Installation is a breeze 
No special run-time or application is required for Batch Publisher™ to run. And the installation is that of the easy, standard issue RedDot CMS plug-in routine. 

The following is the gist of installation steps: 

i)Download the plug-in zip folder. ii)Unzip the folder and make sure you uncheck the "read-only" property that is applied to the folder by default. iii) move the folder into your \CMS\asp\PlugIns\ folder on your CMS server. iv)Access the Plug-in Management Interface via Server Manager and import Batch Publisher™. v)Log in CMS users can access Batch Publisher™ from Server Manager main node, SmartTree main node, Administer Project Structure node and "Action Menu" in SmartEdit when a page is opened. 

Need a detailed guide on installation? Read our tutorial on How to Install A RedDot CMS Plug-in. 

Voila! You will have a fairly sophisticated yet light-weight batch publication plug-in running in your CMS in no time! 

Download it now.]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Best Practice Project 10.1]]></title>
        <link href="/bpp.htm" />
        <author>
            <name>Manuel Schnitger</name>
        </author>
        <id />
        <updated>2010-07-16T09:29:55Z</updated>
        <summary type="html"><![CDATA[<p>The Best Practice Project replaces the Up-And-Away II as the standard demo project and will be provided with new features with every Major release of the Management Server Software. It consists of a Management Server Part and a Delivery Server Part. It is based on the xHTML/CSS Framework YAML (<a  title="YAML Web Site" target="_blank" href="http://www.yaml.de">www.yaml.de</a>), provides many layouts, column dividers and content types and is easy to adopt in terms of layout and desgin. As it is part of the software it is QA checked. </p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Best Practice Project 10.1 SP2]]></title>
        <link href="/bpp1012.htm" />
        <author>
            <name>Martin Richter</name>
        </author>
        <id />
        <updated>2011-07-15T08:02:21Z</updated>
        <summary type="html"><![CDATA[<p>Web Site Management version 10.1 SP2 provides a new version of the Best Practice Project. It is recommended that you delete your existing Best Practice project and import the new version. Import the Management Server project as a test project including archive and administration settings. Import the Delivery Server project as a transport package.</p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Check Multi Page Connection]]></title>
        <link href="/check-multi-page-connection.htm" />
        <author>
            <name>Jian Huang</name>
        </author>
        <id />
        <updated>2011-10-26T14:06:29Z</updated>
        <summary type="html"><![CDATA[
        <div class="description translate">
        <p>The plugin is constantly updated.<br />
        Download latest version from:</p>
        <p><a href="http://simplyreddot.blogspot.com/2012/03/check-multiple-page-connections.html">http://simplyreddot.blogspot.com/2012/03/check-multiple-page-connections.html</a></p>
        </div>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Checkbox Assign Keywords Plugin]]></title>
        <link href="/Checkbox-Assign-Keywords-Plugin.htm" />
        <author>
            <name>Kim Dezen</name>
        </author>
        <id />
        <updated>2010-11-11T17:44:56Z</updated>
        <summary type="html"><![CDATA[<p>The 'Checkbox Assign Keywords' Plugin enables you to add/remove keywords that are assigned to a page or link from the same window, simply by clicking on the corresponding checkboxes. The plugin is intended to provide an alternate way of managing keywords within your project without using the default keywords within the CMS - that can be rather cumbersome and difficult to use. </p>
        <p>You can also restrict category keywords the user can select, which can be handy if you are using keywords to tag up pages (e.g. for custom Verity queries in LS) or apply a taxonomy. To do this, pass in the name(s) of the Categories via the ’shownCategories’ querystring variable:</p>
        <pre>?shownCategories=Category 1~Category 2 ...</pre>
        <p><strong>To install the plugin:<br />
        </strong>- Copy the ‘rdUICheckboxAssignKeywords’ folder in the RedDot plugins folder <br />
        - Install the plugin via the Server Manager </p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[CMS Sync Tool]]></title>
        <link href="/ms-synch-tool.htm" />
        <author>
            <name>Hilmar Bunjes</name>
        </author>
        <id />
        <updated>2012-05-29T18:25:13Z</updated>
        <summary type="html"><![CDATA[
        <p>If you are using multiple Open Text Web Solutions Management Server with the same projects you face the problem to keep the projects synchronized. An easy Dev/QA/Production environment already has three servers to keep in sync. Also a migration from Management Server 9 to Managment Server 10 can be hard work if you need to do adjustments to the projects during migration. </p>
        <h2>Scenario 1 - Dev/QA/Production:</h2>
        <p class="align-center"><img alt="" src="http://www.erminas.de/fileadmin/images/DevQaProd_1_.png" /></p>
        <p>The development of new functions and problem solving happens on the development server (Dev). After the development is finished the changes are moved to the test server (QA). Finally during the release process the changes are moved to the production server (Prod). </p>
        <p>Every single step could introduce errors as every change has to be moved (new elements, element changes, template changes, etc.). Even more complex migration becomes if not every single change shall be moved because there are required differences between the environments. </p>
        <h2>Scenario 2 - Migration to newer version:</h2>
        <p class="align-center"><img alt="" src="http://www.erminas.de/fileadmin/images/MS9MS10_1_.png" /></p>
        <p>The migration to a new version of the Management Server (e.g. version 9 to 10) requires many tests of existing projects. Very often changes in the content classes are required to that there are differences between the different versions that cannot be migrated back. At the same time there are changes on the old server that needs to be migrated to the new server. </p>
        <p>Only in a few situations the projects can be frozen during the migration. As soon as complex parent/child-projects exists it is nearly impossible to freeze the project work at all. This leads to projects that differ more and more between the servers. </p>
        <h2>Using the CMS Sync Tool</h2>
        <p>With the CMS Sync Tool you can synchronize the projects between multiple servers. This is especially important for content classes. Mapping the content classes is semi-automatic. This means the tools tries to find the mapping and suggests you the changes to be done. You can choose which changes you want to migrate. There is no need to have the same GUIDs between the content classes.</p>
        <div class="csc-default" id="c61">
        <div class="csc-textpic csc-textpic-center csc-textpic-above">
        <div class="csc-textpic-imagewrap csc-textpic-single-image" style="width: 264px;"><a rel="fancybox61" class="fancybox" href="http://www.erminas.de/uploads/pics/CompareCC_2_1__01.png"><img alt="" src="http://www.erminas.de/typo3temp/pics/9192222885.png" />&nbsp;<span class="magnify"></span></a></div>
        </div>
        <div class="csc-textpic-clear"></div>
        </div>
        <div class="csc-default" id="c62">
        <p>In the next step the content classes are compared. Both, the elements and the templates are compared to each other. Every single change (attributes of elements and single lines in templates) can be migrated or ignored. Even full content classes can be migrated, ignored or deleted.</p>
        <p>&nbsp;</p>
        <p>&nbsp;</p>
        </div>
        <div class="csc-default" id="c63">
        <div class="csc-textpic csc-textpic-center csc-textpic-above">
        <div class="csc-textpic-imagewrap csc-textpic-single-image" style="width: 264px;"><a rel="fancybox63" class="fancybox" href="http://www.erminas.de/uploads/pics/SingleCC_2_1_.png"><img alt="" src="http://www.erminas.de/typo3temp/pics/b62555e674.png" /> <span class="magnify"></span></a></div>
        </div>
        <div class="csc-textpic-clear"></div>
        </div>
        <div class="csc-default" id="c64">
        <p>&nbsp;</p>
        <p>All steps are done in a browser and there is no need for an installation on the clients. Just use the CMS Sync Tool where you use the Management Server. </p>
        <p>If you are interested we are happy to show you how to use the CMS Sync Tool and provide you with a demo version.</p>
        </div>
        <p>We also have a (German) white paper about using development, QA and production servers with Open Text Web Solutions Management Server: <a href="http://www.erminas.de/fileadmin/documents/erminas_Whitepaper_OpenText_ManagementServer_Entwicklungsumgebung.pdf">Entwicklungsumgebung f&uuml;r den Open Text Management Server (fr&uuml;her RedDot CMS)</a> </p>
        <iframe width="640" height="360" frameborder="0" src="http://www.youtube.com/embed/6suMdW38q4s"></iframe>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Content Class Inspector]]></title>
        <link href="/content-class-inspector.htm" />
        <author>
            <name>Jian Huang</name>
        </author>
        <id />
        <updated>2012-03-20T17:13:02Z</updated>
        <summary type="html"><![CDATA[
        <p>
        </p>
        <div class="description translate">
        <p>The plugin is constantly updated.</p>
        <p>Download latest version from: <a  href="http://simplyreddot.blogspot.com/2012/02/content-class-inspector.html">http://simplyreddot.blogspot.com/2012/02/content-class-inspector.html</a></p>
        </div>
        <p></p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Copy Element Plugin]]></title>
        <link href="/copy-element-plugin.htm" />
        <author>
            <name>Kim Dezen</name>
        </author>
        <id />
        <updated>2011-05-20T02:06:33Z</updated>
        <summary type="html"><![CDATA[<p>Create ‘duplicate’ copies of individual content elements within a content classes with a single click!</p>
        <p>All content elements can be copied - including Option Lists and Text placeholders.  </p>
        <p> </p>
        <p>The plugin has been developed using RedDot CMS v10+ and works within projects that incorporate the use of single or multiple language variants.</p>
        <p> </p>
        <h5>Installation:</h5>
        <p>Download the plugin, unzip and copy the folder ‘rdUICopyElement’ into the RedDot CMS plugins folder.</p>
        <p> </p>
        <h5>How to use it</h5>
        <p>When a content element is selected under a content class in SmartTree, the option 'Copy Element' will appear within the Action Menu. Clicking on this link will automatically create a copy of the selected element.</p>
        <p> </p>
        <p> </p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Copy Workflow]]></title>
        <link href="/Copy-Workflow.htm" />
        <author>
            <name>Lee Dobrowolski</name>
        </author>
        <id />
        <updated>2010-12-02T12:16:05Z</updated>
        <summary type="html"><![CDATA[<p><span style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium &quot;times new roman&quot;; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="Apple-style-span"><span style="font-family: arial; font-size: 13px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;" class="Apple-style-span">This plugin copies a workflow from one project to another. Click on any workflow in the project you want to copy the workflow from and click "copy workflow" in the Action Menu. You can choose in the pop-up windows which workflow you want to copy (all workflows of the current project are shown in the drop-down menu), to which project you want to copy the workflow and the name of the workflow in the new project.
        <p><strong>Note:</strong><span class="Apple-converted-space"> </span>Workflow reactions that have been implemented since this plugin was developed (e.g. Web Compliance Manager) do not get copied between projects.</p>
        <p>&nbsp;</p>
        <p>&nbsp;</p>
        <p>Please follow the Find Out More link to download the plugin. Note, an Open Text Knowledge Center login is required.</p>
        </span></span></p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[CTW - Admin Bundle]]></title>
        <link href="/code-to-web-admin-bundle.htm" />
        <author>
            <name>Bernd Braun</name>
        </author>
        <id />
        <updated>2013-01-16T13:21:22Z</updated>
        <summary type="html"><![CDATA[
        <p>This administration bundle consists of plugins that will make your life as an OTWSM administrator much easier and will streamline usual administration tasks by dramatically reducing the number of clicks or providing functionalities currently not available in OTWSM. All these plugins are results from many OTWSM projects and have proved their quality and usefulness. You will wonder how you ever lived without them.</p>
        <p></p>
        <p></p>
        <p></p>
        <p></p>
        <p><strong>CTW - Assign User</strong><br />
        Do you ever had a page in draft mode, the editor is not available and someone else should edit the page? This plugin allows you to easily assign another user to a page in draft mode with only 2 clicks. Furthermore the plugin shows you who is currently editing the page with one simple click right from the location in SmartTree where the page lives.</p>
        <p><strong>CTW - Inherit Reference</strong><br />
        Websites are dynamic projects and changes are usually on the top of the agenda. Pages based on content classes perfectly reflect code changes but there are changes that will not affect existing pages.</p>
        <p>If you add a new structure element into a content class and you pre-assign a reference this assignment will not be inherited to existing pages! But who goes through all these existing pages to do the assignment? That's for sure something that has to be automated.</p>
        <p>This plugin does exactly that. Just highlight your structure element in SmartTree and click on “CTW – Inherit Reference” to inherit the reference to all existing instances. You can skip pages with elements that already have a reference assigned or pages with sub pages.</p>
        <p><strong>CTW – Inherit Workflow</strong><br />
        Similar to "Inherit Reference" this plugin allows you to inherit assigned workflows in your content classes to all existing page instances. You can of course define in which language variants the inheritance should take place. Another big time saver!</p>
        <p><strong>CTW – User in Group</strong><br />
        Working with users and groups in OTWSM works not always as desired, requires much more clicks than necessary and often don't provide the expected information in its dialogs. Furthermore you always have to switch into the Server Manager to work with them.</p>
        <p>This plugin shows you the group members right from within SmartTree. You can even add and remove group members from within the same dialog. Quick and easy without the need to switch into the Server Manager!</p>
        <p><strong>CTW – Search by GUID</strong><br />
        "3EF851D21B0B41639814A9..." Hm... GUID ... ? Sooner or later you will stumble on GUIDs. But how can you find out what a GUID is representing in OTWSM? Could be a project, content class, page, element, everything.</p>
        <p>This plugins gives you comprehensive information about the searched object and displays it in SmartTree if desired.</p>
        <br />
        <p>All plugins are easy to install and are ready to use within a few minutes. They provide an online help that describes how to use them.</p>
        <p>Available user interface languages: English, German, French</p>
        <p>Just send an email to <a href="mailto:plugins@code-to-web.com">plugins@code-to-web.com</a> if you are interested in this bundle or if you have a need for a custom plugin.</p>
        <br />
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[CTW - Text Editor Settings Made Easy]]></title>
        <link href="/code-2-web-text-editor-settings-made-easy.htm" />
        <author>
            <name>Bernd Braun</name>
        </author>
        <id />
        <updated>2013-01-16T13:20:59Z</updated>
        <summary type="html"><![CDATA[
        <p>Defining the settings for all HTML text elements in your templates is time consuming and tedious work. This plugin allows you to <strong>define your settings easily for all HTML text elements</strong> within a specific content class, for all content classes in a folder or for all your content classes. <br />
        <br />
        Within a few minutes all your HTML text elements have the same settings. <br />
        <br />
        You have to change existing editor settings? It's a breeze with this plugin.<br />
        <br />
        If you select the Content Class root element, a content class folder or a specific content class you will get the option „CTW - Text Editor Settings“ in the Action menu. Clicking on this link opens a dialog with all available HTML text element settings. Make your choice and save it. Done!</p>
        <p><strong>PRO Edition only:</strong><br />
        You can save your text editor settings in multiple versions and apply them at any point in your project tree. A configuration overview shows you all your configuration sets you can choose from.  </p>
        <p></p>
        <p>You can download the plugin from <a href="http://www.code-to-web.com/downloads/TextEditorSettings.zip" title="Download CTW - Text Editor Settings made easy plugin" target="_blank">here</a>. If you are interested in the PRO edition please send an email to <a href="mailto:plugins@code-to-web.com?Subject=CTW%20-%20Text%20Editor%20Settings%20made%20easy%20-%20PRO">plugins@code-to-web.com</a>.</p>
        <p><img src="/images/SmartTree.png" alt="CTW - Text Editor Settings SmartTree View" /></p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Delete All Unlinked Pages 2]]></title>
        <link href="/delete-all-unlinked-pages-2 .htm" />
        <author>
            <name>Jian Huang</name>
        </author>
        <id />
        <updated>2012-03-12T17:53:26Z</updated>
        <summary type="html"><![CDATA[
        <p>The plugin is constantly updated.<br />
        Download latest version from:</p>
        <p><a href="http://simplyreddot.blogspot.com/2012/02/delete-all-unlinked-pages-2.html">http://simplyreddot.blogspot.com/2012/02/delete-all-unlinked-pages-2.html</a></p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Delivery Server integration with Akamai]]></title>
        <link href="/Delivery-Server-integration-with-Akamai.htm" />
        <author>
            <name>Emily Stange</name>
        </author>
        <id />
        <updated>2010-04-23T18:28:22Z</updated>
        <summary type="html"><![CDATA[
        <p>The Akamai HTTP Content Delivery mirrors web content from an origin server. It caches the content on the Akamai EdgePlatfrom to provide load relief for the origin server and high performance for the website visitor. To control the caching and delivery process, we integrated the Akamai Content Control Unit with Open Text Web Solutions Delivery Server. This integration enables Delivery Server to inform Akamai’s EdgePlatform about updated web content (as the origin server). A purge request will refresh the cache on all Edge Servers in order for them to deliver the updated content to the website visitor.</p>
        <p>This module is available for purchase. Please contact <a href="mailto:asowsm@opentext.com">asowsm@opentext.com</a> for more information.</p>
        <p>&nbsp;</p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[DSaaS - Delivery Server as a Service - REST API for DynaMents]]></title>
        <link href="/DSaaS-Delivery-Server-as-a-Service.htm" />
        <author>
            <name>Tim Davis</name>
        </author>
        <id />
        <updated>2010-11-24T14:39:56Z</updated>
        <summary type="html"><![CDATA[<p>DSaaS is a REST-style API so any web developer for OpenText Delivery Server (AKA RedDot LiveServer) utilizing it's features without touching DynaMents. </p>
        <p>The project needs development to achieve this aim. Join the effort on <a  target="_blank" href="https://github.com/solutionexchange/DSaaS">GitHub</a>. Reach out to the contact information provided to get an introduction if you are interested.</p>
        <p> </p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[edicos Facebook-Bridge - Neue L&ouml;sung verbindet WSM mit Facebook]]></title>
        <link href="/edicos-Facebook-Bridge.htm" />
        <author>
            <name>Stefan Thomé</name>
        </author>
        <id />
        <updated>2011-02-15T04:35:44Z</updated>
        <summary type="html"><![CDATA[<p>Die edicos Facebook-Bridge Version 2.1. erm&ouml;glicht es, Inhalte direkt aus dem WSM auf der Unternehmens-Fanpage auf Facebook als weiteren Ausgabekanal zu publizieren. Texte, Bilder und weitere Mediendateien werden optimiert f&uuml;r die verschiedenen Zielgruppen ausgegeben: In ausf&uuml;hrlicher und &uuml;bersichtlicher Form f&uuml;r den Website-Besucher und auf die wesentliche Informationen reduziert f&uuml;r den Facebook-Nutzer.</p>
        <p>Redakteure nutzen eine Autorenoberfl&auml;che – WSM SmartEdit – f&uuml;r den Internet-Auftritt und Facebook und ben&ouml;tigen somit keinen separaten Facebook-Zugang. Die im WCMS hinterlegten Workflows k&ouml;nnen sofort f&uuml;r Autoren-Prozesse rund um Facebook-Inhalte genutzt werden. Inhalte erscheinen dadurch immer qualit&auml;tsgesichert und in mehreren Sprachen &uuml;bersetzt auf der Facebook Fanpage.</p>
        <p>F&uuml;r den Ausgabekanal Facebook werden die bestehenden Attribute aus den Content-Klassen genutzt. Spezielle Attribute f&uuml;r Facebook k&ouml;nnen ebenfalls im WSM Management Server bereitgestellt und &uuml;ber den SmartEdit editiert werden. Bilder werden automatisch korrekt skaliert, um diese nicht mehrfach erfassen zu m&uuml;ssen. &Uuml;ber die Personalisierungsfunktionalit&auml;t des Delivery Server k&ouml;nnen Benutzerinformationen aus dem Facebook-Profil aufgegriffen und f&uuml;r die dynamische, voll personalisierte Darstellung der Inhalte genutzt werden.</p>
        <p>Die edicos Facebook-Bridge ist Teil der Multichannel Publishing Strategy der edicos. Erste Anwendungen, wie bei TRIUMPH die Online-Kommunikation des Triumph Inspiration Award, zeigen den Erfolg dieser L&ouml;sung. Weitere Informationen finden Sie unter  <a  href="http://www.edicos.de/index/company/press.htm">http://www.edicos.de/index/company/press.htm</a> oder kontaktieren Sie direkt <a  href="mailto:Stefan.thome%40edicos.de">Stefan Thom&eacute;, Managing Director</a>.</p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[edicos UserInterface (eUI)]]></title>
        <link href="/edicosuserinterface.htm" />
        <author>
            <name>Ulrich Ruehrmund</name>
        </author>
        <id />
        <updated>2013-03-07T05:23:11Z</updated>
        <summary type="html"><![CDATA[
        <p>Das "edicos UserInterface" (eUI) hilft, schneller und komfortabler Content in Websites zu editieren. Dem Redakteur werden im Redaktionsprozess h&auml;ufig gebrauchte Funktionen schnell und &uuml;bersichtlich bereitgestellt. Funktionen f&uuml;r Gelegenheitsbenutzer (z. B. Flyoutmen&uuml;s mit einzelnen Bearbeitungspunkten) und f&uuml;r Poweruser (z. B. administrative Funktionen) werden in flexibel definierbaren Men&uuml;s zusammengefasst.</p>
        <p><strong>Flexibel anpassbares Bedienkonzept</strong></p>
        <ul>
            <li>Vereinheitlichung von Bedienelementen und Funktionen (System- und individuelle Funktionen)</li>
            <li>H&auml;ufig gebrauchte Informationen/Funktionen sind schnell und einfach zu erreichen</li>
            <li>Analyse der Arbeitsweise des Kunden zur individuellen Anpassung</li>
            <li>Zusammenfassung von Funktionen f&uuml;r Gelegenheitsbenutzer (z. B. Dropdowns mit einzelnen Bearbeitungspunkten) sowie Poweruser (z. B. erweiterte Formularansicht)</li>
        </ul>
        <p><strong>erg&auml;nzt Standard-WSM-Oberfl&auml;che</strong></p>
        <ul>
            <li>Vollst&auml;ndige Integration in die Templates (ohne Plug-ins)</li>
            <li>Nahtlose Einbettung von redaktionellen und administrativen Funktionen in die Darstellung der Website</li>
            <li>Komplette Workflow-Unterst&uuml;tzung (auch f&uuml;r Teile von Formularen etc.)</li>
        </ul>
        <p><strong>Wie funktioniert das eUI?</strong></p>
        <p>Kernst&uuml;ck ist das eUI Hauptmen&uuml;. Dieses Flyout wird im SmartEdit-Modus als Symbol an prominenter Stelle - stets im Blickfeld des Redakteurs - auf der Seite positioniert. Bei Mouseover sieht der Redakteur seine benutzerspezifisch gew&uuml;nschten Funktionen. Die Anzahl der Klicks verk&uuml;rzt sich erheblich.</p>
        <p>Die Ansicht des eUI im jeweiligen System ist vielseitig konfigurierbar: Auf Knopfdruck wechselt die Seite zwischen Redakteursansicht und Useransicht ohne Kontrollelemente (WYSIWYG). Das Layout der Seite wird dabei nicht verzerrt, sodass der Redakteur immer die Benutzeransicht nach der Bearbeitung vor Augen hat.</p>
        <p><strong>Features</strong></p>
        <ul>
            <li>Vereinheitlichung und B&uuml;ndelung von Informationen und Funktionen in flexibel definierbaren Komponenten (Men&uuml;s, Anzeigen, Grafiken)</li>
            <li>eUI-Hauptmen&uuml;
            <ul>
                <li>Dieses Flyout-Men&uuml; wird an prominenter Stelle innerhalb der Seite untergebracht und ist stets im Blickfeld</li>
                <li>Bei Mouseover werden benutzerspezifisch die gew&uuml;nschten Funktionen eingeblendet</li>
                <li>Schnellzugriff f&uuml;r Profilverwaltung oder OpenText-Administrationsdialoge</li>
                <li>Konfigurierbare Ansicht der Seite: auf Knopfdruck kann zwischen Redakteursansicht, oder Useransicht ohne Kontrollelemente (WYSIWYG) umgeschaltet werden</li>
            </ul>
            </li>
            <li>Die Hauptleiste enth&auml;lt (Meta-)Informationen und Funktionen zur Seite, z. B. f&uuml;r die Navigation relevante Informationen, Pflege des Editorial Status, System-Standardfunktionen wie Publizierung, Freigabe oder Erscheinungszeitraum</li>
            <li>Pflege von Rich Snippets, z. B. f&uuml;r die Darstellung von Suchergebnissen in Google</li>
            <li>Beliebig erweiterbar, z. B. f&uuml;r Navigationspflege, Toolboxen, komplexere Informationsstrukturen, Formulare (edicos FormularEditor) etc.</li>
        </ul>
        <p>edicos analysiert die spezifischen Erfordernisse und Arbeitsweisen gemeinsam mit Ihren Redakteuren, um die optimale und individuelle Auspr&auml;gung des eUI zu definieren. Weitere Informationen finden Sie auf unserer Website: <a href="http://www.edicos.de/de/loesungen-edicos-userinterface.html" target="_blank">http://www.edicos.de/de/loesungen-edicos-userinterface.html</a>.</p>
        <p>Direkt ausprobieren? Besuchen Sie unsere Demo-Website unter <a href="http://allesmachbar.net/" target="_blank">http://allesmachbar.net/</a>.</p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Enthink's SmartForm]]></title>
        <link href="/Enthink-SmartForm.htm" />
        <author>
            <name>Enthink</name>
        </author>
        <id />
        <updated>2010-04-29T18:25:33Z</updated>
        <summary type="html"><![CDATA[<p>The easy way to create forms in minutes At Enthink we believe there are solutions to make your organization's knowledge work for your customers and users. We excel in finding solutions that bridge the complexities of technology with the expectations of the living, breathing person that uses it. </p>
        <p>&nbsp;</p>
        <p>SmartForm is an exciting add-on to the RedDot Content Management System. The SmartForm tool allows content editors to design forms, quickly and easily, from ready-made templates or customized fields. Using an intuitive "What You See Is What You Get" (WYSIWYG) interface, users can drag and drop fields to create forms such as: Customer Contact, Information Request, Survey, Feedback and Rating forms. Additional forms can then be developed using your existing styles for a consistent look and feel. </p>
        <p>&nbsp;</p>
        <p>For more information and pricing please contact Enthink at 780-455-4515 or email info@enthink.com</p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Enthink's Taxonomy Manager]]></title>
        <link href="/Enthink-Taxonomy-Manager.htm" />
        <author>
            <name>Enthink</name>
        </author>
        <id />
        <updated>2010-04-29T19:46:22Z</updated>
        <summary type="html"><![CDATA[<p>Unlock the power of your information. At Enthink we believe there are solutions to make your organization's knowledge work for your customers and users. We excel in finding solutions that bridge the complexities of technology with the expectations of the living, breathing person that uses it. </p>
        <p>&nbsp;</p>
        <p>With Taxonomy Manager, you can unlock the power of your information within your RedDot Content Management System by simply applying metadata from your taxonomies or other controlled vocabularies. Taxonomy Manager provides an easy and effective way to tag your content, allowing you to package your organization's knowledge in a more consumable way. </p>
        <p>&nbsp;</p>
        <p>For more information and pricing please contact Enthink at 780-455-4515 or email info@enthink.com</p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Enthink's Translation Bridge]]></title>
        <link href="/Enthink-Translation-Bridge.htm" />
        <author>
            <name>Enthink</name>
        </author>
        <id />
        <updated>2010-04-29T19:38:24Z</updated>
        <summary type="html"><![CDATA[Translate your content to any number of languages at once. 
At Enthink we believe there are solutions to make your organization's knowledge work for your customers and users. We excel in finding solutions that bridge the complexities of technology with the expectations of the living, breathing person that uses it. 

Many of today's web strategies must find effective ways to deal with globalization, manage the growing demand of additional markets, and simplify the localization process, and lowering the cost of translation is paramount. Many sites today require several languages and this vast amount of content and its organization demands finding improved ways to lower costs, process and speed up the delivery of this content. 

Translation Bridge is an easy way to deal with content that needs to be translated. Translation Bridge cues your content that has been identified for translation, exports it either through schedule creation or on demand and then sent to any translation house. The content, once translated can then be easily reimported into RedDot. Translation Bridge then takes it one step further by creating all the new translated pages in each of their respective languages without any interaction of editors or administrators. With the pages being built automatically, rather than built manually, this significantly reduces your time to market.]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Enthink's WorkFlow Manager with iPhone &amp; Wireless Application]]></title>
        <link href="/Enthink-WorkFlow-Manager-with-iPhone-Wireless-Application.htm" />
        <author>
            <name>Enthink</name>
        </author>
        <id />
        <updated>2010-04-29T16:53:52Z</updated>
        <summary type="html"><![CDATA[Giving the power back to the content creators.


At Enthink we believe there are solutions to make your organization's knowledge work for your customers and users. We excel in finding solutions that bridge the complexities of technology with the expectations of the living, breathing person that uses it. 


Today's web strategies must find efficient ways to govern content, with the growing demand of Content Management the need to simplify the processes and minimize administrator involvement, lower costs and speeding up delivery are paramount. 


Workflow Manager is an easy way to deal with building and applying workflows and authorization packages without any administrative involvement. Using a simple and intuitive interface, authors and editors can build or apply pre-built workflows and authorization packages to each page that is created in CMS. 


Now available with WorkFlow Manager is an iPhone & Wireless Application that will allow authors and editiors to approve workflows while out of the office.

For more information and pricing please contact Enthink at 780-455-4515 or email info@enthink.com]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Filename Wizard]]></title>
        <link href="/Filename-Wizard.htm" />
        <author>
            <name>Nicolas Böhme</name>
        </author>
        <id />
        <updated>2010-12-23T07:44:19Z</updated>
        <summary type="html"><![CDATA[The Filename Wizard supports the editors with the adoption of speaking, language specific filenames. It uses the original RedDot CMS function, therefore it does not change filenames automatically. The plugin is independent from the project or template structures. All it needs, besides the load of the plugin files and the plugin import to the Servermanager, is a RedDot to call the dialog in existing templates or actionmenu.]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[FileRenamer]]></title>
        <link href="/file-renamer.htm" />
        <author>
            <name>Jian Huang</name>
        </author>
        <id />
        <updated>2011-05-25T15:23:26Z</updated>
        <summary type="html"><![CDATA[
        The plugin is constantly updated.<br />
        <br />
        Download latest version from: <a  href="http://simplyreddot.blogspot.com/2012/02/file-renamer.html">http://simplyreddot.blogspot.com/2012/02/file-renamer.html</a><br />
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[FindIt 2]]></title>
        <link href="/FindIt-2.htm" />
        <author>
            <name>Jian Huang</name>
        </author>
        <id />
        <updated>2010-10-08T09:39:55Z</updated>
        <summary type="html"><![CDATA[
        <p>The plugin is constantly updated.</p>
        <p>Download latest version from: <a  href="http://simplyreddot.blogspot.com/2012/02/findit-2.html">http://simplyreddot.blogspot.com/2012/02/findit-2.html</a></p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[formMANAGER]]></title>
        <link href="/formMANAGER.htm" />
        <author>
            <name>Boris Crismancich</name>
        </author>
        <id />
        <updated>2010-09-10T05:24:00Z</updated>
        <summary type="html"><![CDATA[<p>CYBERHOUSE formMANAGER is a simple way to create rich online forms including validation and processing without any programming knowledge. Form creation is done via Drag&amp;Drop, so it's very simple to use and so it's appropriate for editors. You can choose from a huge variety of form fields including file uploads. By default, forms are submitted via Email. Optionally its possible to connect formMANAGER to other applications like CRM. formMANAGER offers multi language support for English and German.</p>
        <p>formMANAGER creates and publishes static PHP Forms. It can be integrated into RedDot CMS / OpenText Website Management as a plugin. It is proven and used by enterprise customers since 2007.</p>
        <p>If you like to know more about it, call us or watch the video on youtube.</p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Gallery Expert]]></title>
        <link href="/Gallery-Expert.htm" />
        <author>
            <name>Miroslawa Santur</name>
        </author>
        <id />
        <updated>2011-02-14T12:45:37Z</updated>
        <summary type="html"><![CDATA[<p>By using the id media GALLERY EXPERT the CMS editor is capable to create highly appealing picture galleries using the latest Web 2.0 visual appearance. The editor uses an admin view which is perfectly embedded into the Open Text Website Management Server and can either be retrieved through the SmartEdit or the SmartTree. <br />
        <br />
        With this, single images or entire image libraries can by imported into the asset manager in one step as a ZIP file (requires no additional file upload). Already existing images in the asset manager can also be added to a gallery. <br />
        <br />
        Each image can be subtitled with an image description using the standard user selected text editor. Features such as drag 'n' drop capabilities for image sorting allow the editor a simple and intuitive handling. <br />
        <br />
        Using a strict model-view-controller approach, you can easily integrate your own corporate design by customizing the frontend view. You can also adopt already existing frontend technologies and views. </p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Health Check - Audit]]></title>
        <link href="/health-check-audit.htm" />
        <author>
            <name>Tim Davis</name>
        </author>
        <id />
        <updated>2011-09-20T10:13:55Z</updated>
        <summary type="html"><![CDATA[<p>OpenText Professional Services provides Health Check or Audit services to review you current projects and servers. The result is an extensive deliverable with Green, Yellow and Red Flag statuses of components of your solution. OpenText can provide recommendations of changes and prioritization to pragmatically improve your experience with the products.</p>
        <p>&nbsp;When can you use a health check?</p>
        <ul>
            <li>Prior to upgrading</li>
            <li>Before a major relaunch</li>
            <li>Slow performance</li>
            <li>Support suggests project not product source of issues</li>
            <li>Been using the system for years </li>
        </ul>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Image Gallery]]></title>
        <link href="/Image-Gallery.htm" />
        <author>
            <name>Simon Asplin</name>
        </author>
        <id />
        <updated>2010-04-26T09:17:15Z</updated>
        <summary type="html"><![CDATA[This plugin allows you to quickly create an image gallery on your site using bulk image import and lightbox effects.]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Imagemap Expert]]></title>
        <link href="/Imagemap-Expert.htm" />
        <author>
            <name>Miroslawa Santur</name>
        </author>
        <id />
        <updated>2010-10-22T10:37:00Z</updated>
        <summary type="html"><![CDATA[<p><strong>Our IMAGEMAP EXPERT plugin for Open Text Web Site Management provides convenient maintenance and editing of image maps in the SmartEdit Mode of the CMS.</strong></p>
        <p>The new editing options are easy to use from within Open Text Web Site Management:<br />
        The page containing the image map is opened as usual in Open Text Web Site Management SmartEdit Mode. To modify the image map click the respective ImageMap-RedDot. The IMAGEMAP EXPERT editor will open in a new window. It provides all necessary tools to define active areas with different shapes.</p>
        <p>The following shapes are available:<br />
        - Rectangle<br />
        - Circle</p>
        <p>The freely defined image map areas can be hyperlinked to:<br />
        - an internal Open Text Web Site Management page,<br />
        - an external website,<br />
        - an Asset Manager file.</p>
        <p><strong>ADVANTAGES</strong><br />
        - For the first time editors can create image maps from within Open Text Web Site Management.<br />
        - Very user-friendly interface.<br />
        - Creation of image maps via mouse control.<br />
        - Considerable time and cost savings compared to conventional approach (creation outside the CMS).<br />
        - Link consistency is maintained.<br />
        - The plugin can easily be used in all Open Text Web Site Management projects.<br />
        - No HTML knowledge necessary, no additional software needed.</p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Job Report Manager]]></title>
        <link href="/Job-Report-Manager.htm" />
        <author>
            <name>Jian Huang</name>
        </author>
        <id />
        <updated>2010-08-09T10:24:28Z</updated>
        <summary type="html"><![CDATA[
        The plugin is constantly updated.<br />
        <br />
        Download latest version from: <a  href="http://simplyreddot.blogspot.com/2012/02/job-report-manager.html">http://simplyreddot.blogspot.com/2012/02/job-report-manager.html</a>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[jRQL API]]></title>
        <link href="/jRQL-API.htm" />
        <author>
            <name>Frank Leja</name>
        </author>
        <id />
        <updated>2010-11-25T08:46:35Z</updated>
        <summary type="html"><![CDATA[<p>The jRQL API is a Java based API encapsulating raw RQL commands and XML handling. Think of jRQL API <strong>rather of a plaform for developing new plug-ins</strong> <strong>and batch programs</strong> instead of a ready to use plug-in. </p>
        <p><strong>jRQL benfits<br />
        </strong>This difference leads to several benefits explained in detail on the <a  href="http://jrql.wordpress.com/">jRQL blog</a>. The main benefits are:</p>
        <ul>
            <li>speed-up the development of new plug-ins and batch programs </li>
            <li>no RQL XML handling needed anymore </li>
            <li>provides high level functions, for instance moving a page from one mutli link to another </li>
            <li>helps to quick automate administrator's and author's click streams </li>
            <li>usable even without RQL knowledge </li>
            <li>provides plausibility checks and exception handling </li>
        </ul>
        <p>Please refer to the blog for <a  href="http://jrql.wordpress.com/jrql-api-benefits/">further jRQL API benefits</a>.</p>
        <p><strong>jRQL functionality</strong><br />
        I work on jRQL since 2004. Over the years I added functionality from SmartTree, SmartEdit and ServerManager. </p>
        <p>To be more precisely I want to list the main areas where jRQL can automate tasks you might find interesting.</p>
        <ul>
            <li>login via logon GUID and session or via user name and password </li>
            <li>getting and setting most content element types (default values always considered), StandardFields, Text, Image, Media </li>
            <li>create,delete and restore pages </li>
            <li>connect, disconnect, reference and move pages on links </li>
            <li>browse and manipulate content class elements </li>
            <li>create and browse publication setup </li>
            <li>get workflow state and submit, release and reject pages </li>
            <li>create publishing jobs for LV and PV combinations </li>
            <li>get and change language variants </li>
            <li>full internationalisation support, read and write of UTF-8 included</li>
            <li>simultanously access to <a  href="http://jrql.wordpress.com/2009/12/04/accessing-different-cms-servers/">different projects on same and on different MSs</a> </li>
        </ul>
        <p>For a introductionary tutorial how to work with jRQL API, please refer to <a  href="http://jrql.wordpress.com/">categories API* on the jRQL blog</a>. You might also be interested in the <a  href="http://jrql.wordpress.com/category/api-general-concepts/">general concepts of jRQL</a>. </p>
        <p><strong>What you get</strong><br />
        jRQL consists of about <strong>110 classes for the core components</strong> (<a  href="http://jrql.110mb.com/com/hlcl/rql/as/package-summary.html">see javadoc</a>) of OT MS and <strong>63 utility classes </strong>(<a  href="http://jrql.110mb.com/com/hlcl/rql/util/as/package-summary.html">see javadoc</a>). The range goes from a lightweight class like <a  href="http://jrql.110mb.com/com/hlcl/rql/as/Plugin.html">Plugin</a> (14 methods) to the most extensive class <a  href="http://jrql.110mb.com/com/hlcl/rql/as/Page.html">Page</a> (314 methods).</p>
        <p>Java developers can <a  href="http://jrql.110mb.com/">browse the javadoc online</a> or <a  href="http://jrql.wordpress.com/download-jrql/">download the jRQL Eclipse project</a> with connected javadoc and with all example code used in the tutorial. </p>
        <strong>jRQL API's potential<br />
        </strong>
        <p>The tutorial and the presentation mentioned below show only a small part of the jRQL API, the <strong>most part of the jRQL API is still hidden</strong>. You can <a  href="http://jrql.110mb.com/com/hlcl/rql/as/package-summary.html">see the full potential only browsing the javadoc documentation </a>for the classes. Start your javadoc browsing with the following main core and utility classes:</p>
        <ul>
            <li><a  href="http://jrql.110mb.com/com/hlcl/rql/as/Page.html">Page</a> </li>
            <li><a  href="http://jrql.110mb.com/com/hlcl/rql/as/MultiLink.html">MultiLink</a> superclass of List and Container </li>
            <li><a  href="http://jrql.110mb.com/com/hlcl/rql/as/TemplateElement.html">TemplateElement</a> </li>
            <li><a  href="http://jrql.110mb.com/com/hlcl/rql/as/Project.html">Project</a> </li>
            <li><a  href="http://jrql.110mb.com/com/hlcl/rql/util/as/PageArrayList.html">PageArrayList</a> </li>
        </ul>
        <p>The jRQL API is the basis for all <strong>jRQL plug-ins</strong>. They can be used without any Java know-how. You found the description of it in the <a  href="http://jrql.wordpress.com/category/plug-ins-on-content-classes/">Plug-ins* categories on the jRQL blog</a>. You can <a  href="http://jrql.wordpress.com/download-jrql-plug-ins-for-admins/">download all jRQL plug-ins with an automatic installer routine</a>. </p>
        <p>See the <strong>most interesting jRQL plug-ins</strong> I added to the solution exchange by searching for jRQL. </p>
        <p>In the <a  href="http://jrql.wordpress.com/jrql-presentation/">jRQL presentation (in German)</a> starting with slide 31 I give some examples <strong>how I use jRQL API inside Hapag-Lloyd</strong>. </p>
        <p>The <strong>biggest high level functionality</strong> is the possibility to <a  href="http://jrql.wordpress.com/2009/12/15/do-something-for-all-physical-pages-in-a-project/">crawl all physical pages below a given page and invoke a self written page action</a> for every page found. I used it for a comprehensive page statistics. </p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[jRQL plug-in Reset all draft pages]]></title>
        <link href="/jRQL-plug-in-Reset-all-draft-pages.htm" />
        <author>
            <name>Frank Leja</name>
        </author>
        <id />
        <updated>2010-11-23T09:45:59Z</updated>
        <summary type="html"><![CDATA[<p>With this plug-in you can get rid of all pages you (or an author) has in draft currently. You can with this plug-in get rid of all not ready and unwanted pages with a single click.</p>
<p>There are 2 reasons why a page can be in draft: it is newly created and it has been updated. This plug-in handles both in a different way:</p>
<ul>
    <li>all newly created pages will be deleted again</li>
    <li>for all updated pages an undo changes will triggered</li>
</ul>
<p>After this plug-in finishes you list of draft pages is empty!</p>
<p>This plug-in can be called from authors as well, you only have to integrate it into SmartEdit.</p>
<p><strong>Benefits</strong><br />
The list of draft pages can be quite crowded for the following reasons:</p>
<ul>
    <li>many pages are created by API or plug-ins by authors you want to get rid of (maybe they are not correctly created)</li>
    <li>authors often collects unwanted pages in draft state they don’t want anymore. From an amount on they don’t want do it one by one, because of the high workload.</li>
</ul>
<p>This plug-in makes it easy for you to<strong> clear your draft pages </strong>all together with one click only. This is especially of great benefit if the author did not enter the mandatory elements!</p>
<p><strong>Location in SmartTree</strong><br />
You found the plug-in under <strong>Administer Project Structure &gt; Project</strong>. You can use it on SmartEdit as well, but I can not recomend a plug-in target for this plug-in. At Hapag-Lloyd I added it to the Tasks dialog of MS as a little hack.</p>
<p><strong>How it works</strong><br />
First you need to confirm, that you want to get rid of all your pages in state draft of current project. The plug-in did not provide the list of draft pages.</p>
<p><a  href="http://jrql.files.wordpress.com/2010/10/resetdraftpages1.png"><img width="570" height="346" alt="" class="alignnone size-full wp-image-311" title="resetDraftPages1"  src="http://jrql.files.wordpress.com/2010/10/resetdraftpages1.png?w=570&amp;h=346" /></a></p>
<p>After clicking on button Reset all draft pages the plug-in will come back to you with this result screen.</p>
<p><a  href="http://jrql.files.wordpress.com/2010/10/resetdraftpages2.png"><img width="570" height="345" alt="" class="alignnone size-full wp-image-312" title="resetDraftPages2"  src="http://jrql.files.wordpress.com/2010/10/resetdraftpages2.png?w=570&amp;h=345" /></a></p>
<p>It lists all reset pages together with the action (undo or delete). From all pages it displays the headline and page ID.</p>
<p>It present the totals how many pages were deleted and on how many undo changes were called.</p>
<p>There can still be pages in draft afterwards, if the authorization of the the users has changed in between. This is the reason, why it checks again how many pages are even afterwards in draft.</p>
<p><strong>Installation</strong><br />
This plug-in can be installed using the combined setup routine for all jRQL API based plug-ins. This setup contains all 18 plug-ins, but it's your choice which plug-ins you want to install.</p>
<p><a  href="/download-jrql-plug-ins-for-admins/">Follow the instructions in the jRQL blog to download the installer and import the plug-ins you want</a>.</p>
<p>The <strong>jRQL plug-ins addresses the following areas</strong></p>
<ul>
    <li><a  href="http://jrql.wordpress.com/category/plug-ins-for-authorization/">authorization plug-ins</a></li>
    <li><a  href="http://jrql.wordpress.com/category/plug-ins-for-publication/">publication on pubishing reports plug-ins</a></li>
    <li><a  href="http://jrql.wordpress.com/category/plug-ins-on-content-classes/">content classes plug-ins</a></li>
    <li><a  href="http://jrql.wordpress.com/category/plug-ins-on-pagesmulti-links/">pages and multi links plug-ins</a></li>
</ul>
<p><strong>About jRQL API, this plug-in and Open Source</strong><br />
You can use this in contrast to most other MS plug-ins this plug-in depends on the underlaying general purpose <a  href="http://jrql.wordpress.com/">Java API jRQL</a>, but is still be easy to install.</p>
<p>The plug-in itself is Open Source and can be changed as you need while the <a  href="http://jrql.wordpress.com/download-jrql/">jRQL API</a> is distributed without source code. </p>
<p><strong>Contact me</strong><br />
Please <a  href="http://jrql.wordpress.com/about-me/">contact me via the jRQL blog</a>. I don't want to put my address in clear text. </p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[jRQL plug-in Show content class element usage]]></title>
        <link href="/jRQL-plug-in-Show-content-class-element-usage.htm" />
        <author>
            <name>Frank Leja</name>
        </author>
        <id />
        <updated>2010-11-08T03:40:03Z</updated>
        <summary type="html"><![CDATA[<p>This plug-in help you to identify unused elements in a content class for later deletion. It gives an overview which element is used in which Template Variant source code. Unused elements are displayed as yellow rows in the matrix table. See the <a  href="http://jrql.wordpress.com/2010/10/31/plug-in-show-content-class-element-usage/">documentation in the jRQL blog</a>.</p>
        <p>It shows a matrix of all elements by name and type and checks every Template Variant source code of the selected content class if the element is used. An element is considered to be used, if the element value itself or the red dot for this element is used.</p>
        <p>The interpretation is up to the admin. Even an element is not used in any Template Variant, it cannot be deleted.</p>
        <p><strong>Benefits</strong><br />
        After a while working on different content classes (or after creational work on new content classes) it is a good time for a re-factoring usually. This plug-in helped me a lot to identify unused elements, which I can delete. This keeps the number of elements as small as possible and didn’t confuses the content class developer with not needed elements anymore.</p>
        <p><strong>Location in SmartTree</strong><br />
        You found the plug-in under <strong>Administer Content Classes &gt; Folder &gt; at every content class.</strong></p>
        <p><strong>How it works</strong><br />
        First, you need to navigate to the content class you want to investigate. Start the plug-in and it will immediately collect all content class elements and template variants and comes back to with a 2 dimensional matrix between these both.</p>
        <p>(The title of this plug-in still uses the old name template instead of content class, because of the time of writing this plug-in this was the correct name.)</p>
        <p><a  href="http://jrql.files.wordpress.com/2010/10/showtemplateelementsusage.png"><img width="570" height="512" alt="" class="alignnone size-full wp-image-331" title="showTemplateElementsusage"  src="http://jrql.files.wordpress.com/2010/10/showtemplateelementsusage.png?w=570&amp;h=512" /></a></p>
        <p>Beside element name and type you get right of column “Used?” one column for every Template Variant the selected content class have.</p>
        <p>Each of this Template Variant columns show yes on an element row, if the element itself or it’s red dot is used, otherwise it will be blank. <strong>Blank means the element is not used</strong>!</p>
        <p>Very important is the 3. column, because it aggregates all Template Variant column values. A no in 3. column is <strong>displayed in yellow</strong>, because these are the elements which might be deleted, <strong>because they are unsed</strong>.</p>
        <p><strong>Installation</strong><br />
        This plug-in can be installed using the combined setup routine for all jRQL API based plug-ins. This setup contains all 18 plug-ins, but it's your choice which plug-is you want to install.</p>
        <p><a  href="/download-jrql-plug-ins-for-admins/">Follow the instructions in the jRQL blog to download the installer and import the plug-ins you want</a>.</p>
        <p>The <strong>jRQL plug-ins addresses the following areas</strong></p>
        <ul>
            <li><a  href="http://jrql.wordpress.com/category/plug-ins-for-authorization/">authorization plug-ins</a> </li>
            <li><a  href="http://jrql.wordpress.com/category/plug-ins-for-publication/">publication on pubishing reports plug-ins</a> </li>
            <li><a  href="http://jrql.wordpress.com/category/plug-ins-on-content-classes/">content classes plug-ins</a> </li>
            <li><a  href="http://jrql.wordpress.com/category/plug-ins-on-pagesmulti-links/">pages and multi links plug-ins</a> </li>
        </ul>
        <p><strong>About jRQL API, this plug-in and Open Source</strong><br />
        You can use this in contrast to most other MS plug-ins this plug-in depends on the underlaying general purpose <a  href="http://jrql.wordpress.com/">Java API jRQL</a>, but is still be easy to install.</p>
        <p>The plug-in itself is Open Source and can be changed as you need while the <a  href="http://jrql.wordpress.com/download-jrql/">jRQL API</a> is distributed without source code. </p>
        <p><strong>Contact me</strong><br />
        Please <a  href="http://jrql.wordpress.com/about-me/">contact me via the jRQL blog</a>. I don't want to put my address in clear text. </p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[jRQL plug-in Show content class preassignment back reference]]></title>
        <link href="/jRQL-plug-in-Show-content-class-preassignment-back-reference.htm" />
        <author>
            <name>Frank Leja</name>
        </author>
        <id />
        <updated>2010-11-11T08:09:09Z</updated>
        <summary type="html"><![CDATA[<p>With this plug-in you can easily find out where a selected content class is preassigned at other containers or lists.</p>
        <p>This plug-in shows for a selected content class all container and list elements where the selected content class is among the list of preassigned content classes. See the <a  href="http://jrql.wordpress.com/2010/10/31/plug-in-show-content-class-preassignment-back-reference/">documentation in the jRQL blog</a>.</p>
        <p><strong>Benefits</strong><br />
        If you work with content class preassignment, this might be a handy tool for you to check if your preassignment are still correct and consistent with other ones.</p>
        <p>Because the MS do not offer such a back reference out of the box, I see a need to write this scanning routine to find all lists or containers where a content class is preassigned.</p>
        <p>If I need to change something on the preassignment I used this plug-in’s result as a working list. Copying this list of preassigned to Excel and go through the found elements one by one and correct it.</p>
        <p><strong>Location in SmartTree</strong><br />
        You found the plug-in under <strong>Administer Content Classes &gt; Folder &gt; at every content class</strong>.</p>
        <p><strong>How it works</strong><br />
        First navigate to the content class, whom preassignment you want to check. This plug-ins uses the old name Template instead of content class, because of the time it was written.</p>
        <p><a  href="http://jrql.files.wordpress.com/2010/10/showtemplatepreassignmentreference1.png"><img width="570" height="254" alt="" class="alignnone size-full wp-image-344" title="showTemplatePreassignmentReference1"  src="http://jrql.files.wordpress.com/2010/10/showtemplatepreassignmentreference1.png?w=570&amp;h=254" /></a></p>
        <p>The folder and the content class is echoed back to you. Furthermore you can choose what folders you need to scan.</p>
        <p>Use &lt;all folders&gt; if you are unsure. If you know, that only a specific folder needs to be scanned, you can select it from the list. This will, of course, speed up the search.</p>
        <p>Because this scan can take several time, the plug-in keeps you informed about the progress.</p>
        <p><a  href="http://jrql.files.wordpress.com/2010/10/showtemplatepreassignmentreference_running.png"><img width="570" height="296" alt="" class="alignnone size-full wp-image-346" title="showTemplatePreassignmentReference_running"  src="http://jrql.files.wordpress.com/2010/10/showtemplatepreassignmentreference_running.png?w=570&amp;h=296" /></a></p>
        <p>After it finishes the search you get the following result table of all elements having image_block preassigned.</p>
        <p><a  href="http://jrql.files.wordpress.com/2010/10/showtemplatepreassignmentreference2.png"><img width="570" height="616" alt="" class="alignnone size-full wp-image-347" title="showTemplatePreassignmentReference2"  src="http://jrql.files.wordpress.com/2010/10/showtemplatepreassignmentreference2.png?w=570&amp;h=616" /></a></p>
        <p>At the bottom you found the total number of elements found. You can use this list as a working list copying it to Excel and go through it one by one.</p>
        <p><strong>Installation</strong><br />
        This plug-in can be installed using the combined setup routine for all jRQL API based plug-ins. This setup contains all 18 plug-ins, but it's your choice which plug-ins you want to install.</p>
        <p><a  href="/download-jrql-plug-ins-for-admins/">Follow the instructions in the jRQL blog to download the installer and import the plug-ins you want</a>.</p>
        <p>The <strong>jRQL plug-ins addresses the following areas</strong></p>
        <ul>
            <li><a  href="http://jrql.wordpress.com/category/plug-ins-for-authorization/">authorization plug-ins</a> </li>
            <li><a  href="http://jrql.wordpress.com/category/plug-ins-for-publication/">publication on pubishing reports plug-ins</a> </li>
            <li><a  href="http://jrql.wordpress.com/category/plug-ins-on-content-classes/">content classes plug-ins</a> </li>
            <li><a  href="http://jrql.wordpress.com/category/plug-ins-on-pagesmulti-links/">pages and multi links plug-ins</a> </li>
        </ul>
        <p><strong>About jRQL API, this plug-in and Open Source</strong><br />
        You can use this in contrast to most other MS plug-ins this plug-in depends on the underlaying general purpose <a  href="http://jrql.wordpress.com/">Java API jRQL</a>, but is still be easy to install.</p>
        <p>The plug-in itself is Open Source and can be changed as you need while the <a  href="http://jrql.wordpress.com/download-jrql/">jRQL API</a> is distributed without source code. </p>
        <p><strong>Contact me</strong><br />
        Please <a  href="http://jrql.wordpress.com/about-me/">contact me via the jRQL blog</a>. I don't want to put my address in clear text. </p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[jRQL plug-in Show details of pages on a list or container]]></title>
        <link href="/jRQL-plug-in-Show-details-of-pages-on-a-list-or-container.htm" />
        <author>
            <name>Frank Leja</name>
        </author>
        <id />
        <updated>2010-11-09T07:03:20Z</updated>
        <summary type="html"><![CDATA[<p>With this plug-in you get a a lot of page details and workflow state of all pages linked to a list or container (=multi link). See the <a  href="http://jrql.wordpress.com/2010/10/31/plug-in-show-details-of-pages-on-a-list-or-container/">documentation in jRQL blog</a>. Your get the following page information presented in a table:</p>
        <ul>
            <li>Page Id </li>
            <li>Page headline </li>
            <li>Content class name </li>
            <li>Created by user name </li>
            <li>Created on date </li>
            <li>Last changed by user </li>
            <li>Last changed on date </li>
            <li>State (draft, released) </li>
            <li>Released on date </li>
        </ul>
        <p>Depending on your display settings “Unreleased pages” get even unsubmitted pages from other authors. This makes this plug-in a perfect tool for all support persons.</p>
        <p><strong>Benefits</strong><br />
        You get a fast overview of a bunch of pages linked to a list or container, instead of getting only the headline of a single page. This plug-in centralize a lot of data, which normally are wide spread into different dialogs and takes too much time to collect. From my experience the headline itself is not enough to get an overview on pages other authors created.</p>
        <p>If you have to support authors within workflow, I recommend this tool to get the full overview of the pages and which pages are changed last. You can see immediately which pages are at which step in the workflow and are ready to answer questions on the phone quickly.</p>
        <p>This plug-in works in SmartEdit as well. See below how to activate it.</p>
        <p><strong>Location in SmartTree</strong><br />
        You found the plug-in under <strong>Administer Project Structure: at every List or Container</strong>.</p>
        <p><strong>How it works</strong><br />
        Immediately after click on the plug-in title it will start immediately to collect all page details information. In contrast to other plug-ins there is nothing dangerous happening and no other data needs to be request, so this plug-in rushes ahead without further click needed.</p>
        <p><a  href="http://jrql.files.wordpress.com/2010/10/showchilddetails.png"><img width="570" height="382" alt="" class="alignnone size-full wp-image-327" title="showchilddetails"  src="http://jrql.files.wordpress.com/2010/10/showchilddetails.png?w=570&amp;h=382" /></a></p>
        <p>The plug-in tells you at the bottom of the page the full amount of pages linked to this list or container.</p>
        <p><strong>Make this plug-in available for SmartEdit authors</strong><br />
        This plug-in is not but can be easily activated in SmartEdit as well. Simply add the plug-in target ioDevDialogEditMultiLink and your authors using SmartEdit will get this plug-in on the list or container menu.</p>
        <p><strong></strong></p>
        <p><strong>Installation</strong><br />
        This plug-in can be installed using the combined setup routine for all jRQL API based plug-ins. This setup contains all 18 plug-ins, but it's your choice which plug-ins you want to install.</p>
        <p><a  href="/download-jrql-plug-ins-for-admins/">Follow the instructions in the jRQL blog to download the installer and import the plug-ins you want</a>.</p>
        <p>The <strong>jRQL plug-ins addresses the following areas</strong></p>
        <ul>
            <li><a  href="http://jrql.wordpress.com/category/plug-ins-for-authorization/">authorization plug-ins</a> </li>
            <li><a  href="http://jrql.wordpress.com/category/plug-ins-for-publication/">publication on pubishing reports plug-ins</a> </li>
            <li><a  href="http://jrql.wordpress.com/category/plug-ins-on-content-classes/">content classes plug-ins</a> </li>
            <li><a  href="http://jrql.wordpress.com/category/plug-ins-on-pagesmulti-links/">pages and multi links plug-ins</a> </li>
        </ul>
        <p><strong>About jRQL API, this plug-in and Open Source</strong><br />
        You can use this in contrast to most other MS plug-ins this plug-in depends on the underlaying general purpose <a  href="http://jrql.wordpress.com/">Java API jRQL</a>, but is still be easy to install.</p>
        <p>The plug-in itself is Open Source and can be changed as you need while the <a  href="http://jrql.wordpress.com/download-jrql/">jRQL API</a> is distributed without source code. </p>
        <p>The <strong>functionality could be easily extended</strong>. Simple enhance the showChildDetails.jsp in the webapp jrql with other page details. Please refer to the <a  href="http://jrql.110mb.com/com/hlcl/rql/as/Page.html">available methods on class Page</a>, for instance Page &gt; <a  href="http://jrql.110mb.com/com/hlcl/rql/as/Page.html#getFilename%28%29">getFilename()</a>. </p>
        <p><strong>Contact me</strong><br />
        Please <a  href="http://jrql.wordpress.com/about-me/">contact me via the jRQL blog</a>. I don't want to put my address in clear text. </p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[jRQL plug-in Show language variant dependencies of content class elements]]></title>
        <link href="/jRQL-plug-in-Show-language-variant-dependencies-of-content-class-elements.htm" />
        <author>
            <name>Frank Leja</name>
        </author>
        <id />
        <updated>2010-11-23T08:40:56Z</updated>
        <summary type="html"><![CDATA[<p>This plug-in helps you to decide, if a page of a content class will appear in the translation editor’s list of pages needing translation.  It gives an overview of the checkbox “language-variant independent” of all content elements of selected content class. See the <a  href="http://jrql.wordpress.com/2010/10/31/plug-in-show-language-variant-dependencies-of-content-class-elements/">documentation on the jRQL blog</a>.</p>
<p>It shows a table with following columns:</p>
<ul>
    <li>Element name</li>
    <li>Element type</li>
    <li>One value for all LVs</li>
    <li>Different values per LV</li>
</ul>
<p>Please have in mind, that headline elements are treated differently from version 9.0.1.49. This attribute is moved from headline elements to the content class itself.</p>
<p><strong>Benefits</strong><br />
The MS decides after the content class element attribute “language-variant independent” if a page of this content class will appear in the translation editor’s list of pages waiting for translation.</p>
<p>This is quite difficult to handle, because a typical content class has a quite big amount of elements. Checking each of them to decide if the setup is correct wastes a lot of time.</p>
<p>This plug-in collects this attribute’s value and present it to you for an perfect overview and <strong>checks of the translation editor setup</strong>.</p>
<p><strong>Location in SmartTree</strong><br />
You found this plug-in under <strong>Administer Content Classes &gt; Folder &gt; at every content class</strong>.</p>
<p><strong>How it works</strong><br />
First you need to navigate to the content class you want to check. Start the plug-in and immediately afterwards it will collect the needed information. The result is presented to you in the following table.</p>
<p><a  href="http://jrql.files.wordpress.com/2010/10/showtemplatelvdependency.png"><img width="570" height="719" alt="" class="alignnone size-full wp-image-341" title="showTemplateLVDependency"  src="http://jrql.files.wordpress.com/2010/10/showtemplatelvdependency.png?w=570&amp;h=719" /></a></p>
<p><strong>Important notice for headline elements</strong><br />
Don’t forget to check the state of the content class attribute “Adopt headline to all language variants”. This is introduced in V9.0.1.49. Since that version the headline elements are not included into the table.</p>
<p>It marks elements green, if a red dot in Smart Edit is included in the Template Variant of project’s display Project Variant. This means that the translator can access it, what is treated green = correct.</p>
<p>It marks elements in red, where no red dot is found. This is often wrong, because a translator will get this page for translation, but cannot access the elements needed for translation.</p>
<p>At the bottom the plug-in summarize the totals of all elements at all, how many of them having the same value on all language variant and how many have different values.</p>
<p><strong>Installation</strong><br />
This plug-in can be installed using the combined setup routine for all jRQL API based plug-ins. This setup contains all 18 plug-ins, but it's your choice which plug-ins you want to install.</p>
<p><a  href="/download-jrql-plug-ins-for-admins/">Follow the instructions in the jRQL blog to download the installer and import the plug-ins you want</a>.</p>
<p>The <strong>jRQL plug-ins addresses the following areas</strong></p>
<ul>
    <li><a  href="http://jrql.wordpress.com/category/plug-ins-for-authorization/">authorization plug-ins</a></li>
    <li><a  href="http://jrql.wordpress.com/category/plug-ins-for-publication/">publication on pubishing reports plug-ins</a></li>
    <li><a  href="http://jrql.wordpress.com/category/plug-ins-on-content-classes/">content classes plug-ins</a></li>
    <li><a  href="http://jrql.wordpress.com/category/plug-ins-on-pagesmulti-links/">pages and multi links plug-ins</a></li>
</ul>
<p><strong>About jRQL API, this plug-in and Open Source</strong><br />
You can use this in contrast to most other MS plug-ins this plug-in depends on the underlaying general purpose <a  href="http://jrql.wordpress.com/">Java API jRQL</a>, but is still be easy to install.</p>
<p>The plug-in itself is Open Source and can be changed as you need while the <a  href="http://jrql.wordpress.com/download-jrql/">jRQL API</a> is distributed without source code. </p>
<p><strong>Contact me</strong><br />
Please <a  href="http://jrql.wordpress.com/about-me/">contact me via the jRQL blog</a>. I don't want to put my address in clear text. </p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Keyword Expert]]></title>
        <link href="/keyword-expert.htm" />
        <author>
            <name>Miroslawa Santur</name>
        </author>
        <id />
        <updated>2011-02-22T06:50:09Z</updated>
        <summary type="html"><![CDATA[<p>The id media KEYWORD EXPERT helps you to handle multiple keywords in complex, multi-language projects. It provides you an easy way to share and translate all the needed keywords in your Management Server project.</p>
        <p>By using the comfortable multi-selector you can select and remove several keywords at once. The translation interface allows you a manual translation of keywords into all required languages. Especially maintaining multiple-language projects will be much easier this way. Working with our KEYWORD EXEPRT will save your time and money!</p>
        <p>FEATURES</p>
        <ul>
            <li>plugin for Management Server (from v7.5)</li>
            <li>multiple selection of keywords</li>
            <li>internationalization/translation of keywords </li>
        </ul>
        <p>ADVANTAGES </p>
        <ul>
            <li>one click operation for setting multiple keywords </li>
            <li>a foreign language translation allows international editors a simple and intuitive handling of keywords</li>
            <li>save time with multiple selection and translation</li>
            <li>intuitive handling </li>
        </ul>
        <p>&nbsp;</p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[LiveServer Page View Counter Setup]]></title>
        <link href="/LiveServer-Page-View-Counter-Setup.htm" />
        <author>
            <name>Henry Lu</name>
        </author>
        <id />
        <updated>2010-06-26T15:20:44Z</updated>
        <summary type="html"><![CDATA[<p align="left">SECTION A - WHY</p> 

<p align="left">Online business intelligence has come a long way and any kind of Web metrics tools can be obtained at little or no cost.</p> 
<p align="left">Nevertheless, most of these tools are designed for site administrators. Little or no convenience is there when one needs to organize and present contents on basis of the rich set of statistics these tools provide.</p> 
<p align="left">Even if a Web service API allows one to interact with such tools, the limitation on the granularity one can achieve with an API call or the performance overhead of making the call itself present some serious deterrents to a seamless incorporation.</p> 
<p align="left">This document shows you how easy and convenient it is to take advantage of LiveServer's out-of-the-box functionality to set up universal page hit counting; since the hit count persists in LiveServer, it is indexed and can be used by Verity Search to sort contents on basis of page views.</p> 
<p align="left">Such a handy feature can be implemented on a search result page where matching contents can be sorted on basis of popularity.</p> 
<p align="left">SECTION B - HOW</p> 
<p align="left">B.1&nbsp;DEFINE THE HIT COUNTER AS A CONTENT ATTRIBUTE</p> 
<p align="left">The first step is to configure a universal content attribute designated to represent page views. In the example we are going to illustrate, such attribute is defined as "pageview".</p> 

<p align="left">Go to LiveServer server administration menu and select "Assign Content Attributes" under Connectors-&gt;Search Engines:</p> 
<p align="left"><img alt="" src="http://www.byteweaver.com/sites/default/files/connector.jpg" _height="75" _width="75"></p> 
<p>B.2&nbsp;MAP THE HIT COUNTER AS AN INTEGER IN VERITY SEARCH<br>&nbsp;<br>Once the configuration dialog opens, proceed to define the properties of "pageview":</p> 
<p align="left"><img alt="" src="http://www.byteweaver.com/sites/default/files/clip_image001.jpg" _height="75" _width="75"></p> 
<p align="left"><strong>Content attribute</strong> - the name we have decided to assign to the attribute we are defining, in this particular case, the hit counter.<br><strong>Search engine field</strong> - the name under which this content attribute is stored in Verity Search Engine. It is not mandatory to have the same name as the content attribute. <br><strong>Search engine field type</strong> - Verity Search is capable of conducting SQL syntax complex search on contents deposited in LiveServer; however, this capacity is only enabled on content attributes that are mapped as search engine fields. All else is text based search.</p> 

<p align="left">In this particular case, we select Integer as the search engine type for "pageview" simply because we want to be able to use this attributes as a real numeric, not just a string literal that represents the numeric.</p> 
<p align="left">Once it is mapped as an Integer, we will be able to use SQL syntax on it when conducting search, such as &gt; (greater than), &lt;(less than), =(equal) or !=(not equal).note 1</p> 
<p align="left">Note 1. The SQL syntax listed here is for narrative purposes and do not represent the actual syntax required by LiveServer query dynaments. Please consult your LiveServer dynament menu for relevant information.</p> 
<p align="left">B.3&nbsp;EMBED THE HIT COUNTER DYNAMENT IN PAGES</p> 
<p align="left">In all pages that require the hit counter, we will need to embed a simple dynament that increment the hit counter value and persist it in data base:</p> 
<p align="left"><img alt="" src="http://www.byteweaver.com/sites/default/files/dynament.jpg" _height="75" _width="75"></p> 
<p align="left">This simple dynament broken down and explained as follows:</p> 

<p align="left">&lt;rde-dm:attribute mode="write" op="increase" attribute="content:pageview" value="1" /&gt;</p> 
<p align="left">mode - Whether the dynament is supposed to read or write the attribute value into the page's metadata.<br>op - How the value is written. In this particular case, the value is to increase.<br>value - By how much.</p> 
<p align="left">B.4&nbsp;SEE THE COUNTING ACTION</p> 
<p align="left">Upon this point, we have defined the counting mechanism (the dynament) and its corresponding data field. Now you can fire up your browser, visit the page(or pages) that have the aforementioned dynament embedded.</p> 
<p align="left">Depending on how many times you've viewed (loaded ) a specific page, when you go into content administration and click on that page's "Attribute" tab, you will see the "pageview" value:</p> 
<p align="left"><img alt="" src="http://www.byteweaver.com/sites/default/files/clip_image002.jpg" _height="75" _width="75"></p> 
<p align="left">Please note the aforementioned dynament can be embedded from RedDot CMS page template; it does not have to be manually inserted on page instances in LiveServer.</p> 
<p align="left">To put the counter on the page itself, a simple dynament as follows will do it:</p> 

<p align="left">&lt;div&gt;This page has been viewed &lt;rde-dm:attribute mode="read" attribute="content:pageview" tag="notag" /&gt; times.&lt;/div&gt;</p> 
<p align="left">In a query dynament, you can specify [sortedby="pageview" sortorder="desc"] to achieve search result sorting by content popularity.</p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Management Server Analysis Tools]]></title>
        <link href="/Management-Server-Analysis-Tools.htm" />
        <author>
            <name>Martin Richter</name>
        </author>
        <id />
        <updated>2010-09-22T08:54:13Z</updated>
        <summary type="html"><![CDATA[<p>When discussing Management Server performance it is important to know, that performance is mainly affected by project structure and size. There are tools available for measuring the critical factors and for detecting critical characteristics of existing projects: the Project Report and the Support Information. This package provides a short documentation, XSL stylesheets for rendering the Project Report and the Support Informatin, sample reports basing on the Best Practices Projects and a presentation explaining performance critical project characteristics.</p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Management Server Redlining Patch]]></title>
        <link href="/Management-Server-Redlining-Patch.htm" />
        <author>
            <name>Martin Richter</name>
        </author>
        <id />
        <updated>2010-10-06T07:35:10Z</updated>
        <summary type="html"><![CDATA[<p>To enable users to quickly grasp differences between two versions of a document, Management Server features a mechanism called “redlining”.</p>
        <p>&nbsp;</p>
        <p>There were issues with the redlining implementation until Management Server release 10.1. It was decided to fully replace the existing implementation with a new one that does structural HTML differentiation and that operates on the documents HTML tree structure instead of comparing pure text. The new redlining component visualizes both text and structural changes in Web content. </p>
        <p>&nbsp;</p>
        <p>The Redlining Patch is compatible with the existing redlining component to ensure easy replaced in Management Server installation prior to version 10.1.</p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Media Manager Bridge]]></title>
        <link href="/Media-Manager-Bridge.htm" />
        <author>
            <name />
        </author>
        <id />
        <updated>2010-03-29T12:57:01Z</updated>
        <summary type="html"><![CDATA[Accentuate your Web sites with rich colour images and high quality video that will help capture the attention of your site visitors in a personalised way. With Open Text Web Solutions non-technical business users can enrich the editorial content of their Web page with Web-ready assets like images or videos.]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Navigation Manager in Firefox, Opera &amp; Co.]]></title>
        <link href="/Navigation-Manager-in-Firefox-Opera.htm" />
        <author>
            <name>Uli Weiss</name>
        </author>
        <id />
        <updated>2010-10-15T03:59:43Z</updated>
        <summary type="html"><![CDATA[<p><strong>read english version below</strong></p>
        <strong>Navigation Manager mit Firefox &amp; Co</strong><br />
        <br />
        <p>Der Navigation Manager funktioniert laut Spezifikation nur im MS Internet Explorer. Durch diese Erweiterung kann der Navigation Manager-Funktionalit&auml;t auch in anderen Browsern verwendet werden. Getestet ist die Erweiterung f&uuml;r <b>MS-Internet Explorer 6, 7, 8, Firefox 3.6, Opera 10.10 und Konqeror 4.4 im Open Text Management Server Version 9.0.1.x und 10.1.x.</b> Sie sollte ebenso in der Version 7.5.x anwendbar sein.</p>
        <p>Zur Installation muss die Datei Event.js (in ZIP Datei RedDot_NavigationManager enthalten), heruntergeladen werden und die Originaldatei </p>
        <p> </p>
        <blockquote><code>%PATH%\CMS\ASP\Navigation\Library\Events.js</code></blockquote>
        <p>ersetzen. Diese wurde im Originalcode nicht ge&auml;ndert, sondern nur um einen Teil f&uuml;r die zus&auml;tzlichen Browser erweitert (ab Zeile 86).</p>
        <p> </p>
        <p>Stellt sich die Frage, wie der Navigation Manager im Management Server Version 10 aufgerufen werden kann, da dieses nur &uuml;ber das Kontextmen&uuml; m&ouml;glich ist und daher bei den genannten Browsern nicht funktioniert. Hier bietet sich z.B. ein eigener RedDot an (N-RedDot, u.g. Platzhalter RedDot_NavigationManager), der den Navigation Manager &ouml;ffnet. Siehe RedDot_NavigationManager im Download Bereich.</p>
        <p>Es gibt noch eine weitere Erweiterung zur <a  href="/Automatic-refresh-after-changing-the-navigation-structure.htm">automatischen Aktualisierung des SmartEdit-Bereiches nach &Auml;nderungen im Navigation Managers</a>. </p>
        <strong>Using the Navigation Manager in Firefox &amp; Co</strong><br />
        <br />
        <p>The Navigation Manager is specified for use with the MS Internet Explorer only. This extension enables <b>MS-Internet Explorer 6, 7, 8, Firefox 3.6, Opera 10.10, and Konqeror 4.4 to use the functionality within Open Text&acute;s Management Server Version 9.0.1.x and 10.1.x</b>. It should also work in version 7.5.x.</p>
        <p>The attached file Event.js is to replace the original file </p>
        <p> </p>
        <blockquote><code>%PATH%\CMS\ASP\Navigation\Library\Events.js</code></blockquote>
        <p>The original code was not modified but added with additional functions for the other browsers (added code starts in line 86).</p>
        <p> </p>
        <p>Finally the Navigation Manager in Management Server Version 10 needs to be called through the context menu but this menu entry is not shown in other browsers beside the MS IE. Therefore a new red dot has been proposed/generated/introduced (N-RedDot, RedDot_NavigationManager image placeholder) to call the Navigation Manager directly within an opened page. </p>
        <p>There&acute;s another extension available that <a  href="/Automatic-refresh-after-changing-the-navigation-structure.htm">refreshes the SmartEdit page after using the Navigation Manager</a>. </p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[netmedia's Forum]]></title>
        <link href="/netmedia-forum.htm" />
        <author>
            <name>Bianca Gade</name>
        </author>
        <id />
        <updated>2010-12-17T03:36:40Z</updated>
        <summary type="html"><![CDATA[<p>The Forum component enables every Delivery Server project to integrate the Forum features of the Open Text Social Media Components based on the Collaboration Server.  - Ready to use out-of-the box web component - Fully customizable regarding layout/css - Optional Ajax rendering using jQuery 1.4.2 for web2.0-style interface - WYSIWYG editor with dialogues for selecting/storing images and documents from the collaboration server - Supports tagging features of the collaboration server – All threads and forums are searchable – Multilanguage support for component dialogues - Uses Delivery Server personalization to manage access to forum features like editing a page See attached video for demo. Feel free to contact us for a live-webdemo: <a  target="_blank" href="mailto:info%40netmedia.de?Subject=Request%3A%20Forum%20Plugin">info@netmedia.de</a>, <a  title="netmdianer on Twitter" target="_blank" href="http://twitter.com/netmedianer">http://twitter.com/netmedianer</a> or <a  href="http://netmedia.de/en">http://netmedia.de/en</a></p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Open Lounge™ for RedDot CMS]]></title>
        <link href="/Open-Lounge.htm" />
        <author>
            <name>Henry Lu</name>
        </author>
        <id />
        <updated>2010-06-26T15:22:22Z</updated>
        <summary type="html"><![CDATA[Open Lounge™ is a simple and effective tool for business collaboration inside RedDot CMS. Download it here. 

1. Easy to use. 


The user interface of Open Lounge™ is self-explanatory. Its main function is to allow users to see who else is signed in RedDot and provides them with an instant messaging service. 

2. Reliable and safe 

Open Lounge™ puts barely any load on your RedDot CMS server. Its main processing happens on the client side. 

Open Lounge™ does not use any third party messaging server nor does it use peer to peer protocol. It only uses channels already opened to signed-in users on the RedDot CMS server. If your RedDot CMS server is confined behind a firewall, Open Lounge™ behaves as a good citizen should and no information packet is sent across the wall. 

3. Installation is a breeze 

No special run-time or application is required for Open Lounge™ to run. And the installation is that of the easy, standard issue RedDot CMS plug-in routine. 

You can consult your OpenText/RedDot CMS manual if you are not familiar with the few steps involved in installing a plug-in. The following is the gist of it: 

i)Download the plug-in zip folder. ii)Unzip the folder and make sure you uncheck the "read-only" property that is applied to the folder by default. iii) move the folder into your \CMS\asp\PlugIns\ folder on your CMS server. iv)Access the Plug-in Management Interface via Server Manager and import Open Lounge™. v)Log in CMS users can access Open Lounge™ from Server Manager main node, SmartTree main node, Administer Project Structure node and "Action Menu" in SmartEdit when a page is opened. 

Need a detailed guide on installation? Read our tutorial on How to Install A RedDot CMS Plug-in. 

Voila! You will have a fairly sophisticated yet light-weight business collabration plug-in running in your CMS in no time! 

Download it now.]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[OpenText / RedDot Content Workers]]></title>
        <link href="/OpenText-RedDot-Content-Workers.htm" />
        <author>
            <name>Boris Crismancich</name>
        </author>
        <id />
        <updated>2012-02-23T10:51:50Z</updated>
        <summary type="html"><![CDATA[
        <p><strong>Ever wished to have an "Army of students" for a special task?<br />
        </strong>We, too. So this has become our business model.</p>
        <p>When working with Management Server / RedDot CMS, there are numerous tasks which are dead simple, but hard to automate via scripting. Content migrations, redesigns or the set up of a new project from scratch are good examples. Sometimes there's time consuming tasks, but your inhouse cms resources are booked out or too valuable/expensive for this kind of job. The idea behind the OpenText RedDot Content Workers is to have a cheap team of low level editors who are already trained in SmartEdit (very roughly in Navigation Manager and SmartTree) so that they can instantly step in a start working.</p>
        <p><strong>Our offer:</strong></p>
        <ul>
            <li>"Copy and paste" content migrations</li>
            <li>Building a project structures in SmartTree / Navigation Manager based on an Excel file</li>
            <li>Manual QA and corrections after script based content migration</li>
            <li>Any time consulming job which is quickly explained</li>
        </ul>
        <p><strong>Our team:</strong></p>
        <ul>
            <li>trustworthy, highly dedicated digital natives</li>
            <li>basically trained in SmartEdit, SmartTree and Navigation Manager</li>
            <li>Language skills in German, English and Polish</li>
            <li>Backed up with high level support by a CMS Senior Consultant</li>
        </ul>
        <p><strong>Interested?<br />
        </strong>Call: +49 160 96589735</p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[OpenText Video Services Integration into WSM]]></title>
        <link href="/OpenText-Video-Services-Integration-into-WSM.htm" />
        <author>
            <name>Manuel Schnitger</name>
        </author>
        <id />
        <updated>2012-02-07T04:29:58Z</updated>
        <summary type="html"><![CDATA[
        <p>The Open Text Video Service Integration into WSM allows editors and authors to integrate videos into a web page as easy as inserting an image. The integration from a technical point of view is for free and you just pay for the hosting and streaming of the videos.   </p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[OTGS Advanced Translation Manager (ATM)]]></title>
        <link href="/OTGS-ATM.htm" />
        <author>
            <name>Martin Schwanke</name>
        </author>
        <id />
        <updated>2010-06-29T09:15:39Z</updated>
        <summary type="html"><![CDATA[
        <p>For extensive multi language translation projects the ATM provides high performant and clear access on relevant translation management information. </p>
        <p>Core Features:</p>
        <p>
        <ul>
            <li>Native search by id or headline supporting wildcards</li>
            <li>Cascading filters depending on search results</li>
            <li>Sorting results by various parameters</li>
            <li>State management. </li>
            <li>The native paging guarantees high performant response.</li>
            <li>CTM package check (optional)</li>
            <li>Smart Edit translation marking (optional)
            </li>
            <li>Smart Edit CTM package marking (optional)</li>
            <li>One-Click content adoption of selected content from source to target language (including image and media elements)</li>
        </ul>
        </p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[OTGS ChangeEditor]]></title>
        <link href="/OTGS-Change-Editor.htm" />
        <author>
            <name>Martin Schwanke</name>
        </author>
        <id />
        <updated>2010-07-27T03:37:13Z</updated>
        <summary type="html"><![CDATA[<p>Selectively skip workflow reactions defined on 'finished editing' and give page in current status to a different editor to continue editing</p>
        <p>Core features:<br />
        Integrated wildcard search for users assigned to current project<br />
        Integrated security check for page ownership or administator rights to perform the task</p>
        <p>This Software is<span class="textbeispielLinks"><span class="bold"> provided</span> "<span class="bold">AS IS</span>" without any warranty of any kind. If you encounter any bugs or require any new features, please feel free to contact Open Text Global Service.</span></p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[OTGS DialogEngine]]></title>
        <link href="/OTGS-DialogEngine.htm" />
        <author>
            <name>Markus Henschel</name>
        </author>
        <id />
        <updated>2012-03-11T09:23:49Z</updated>
        <summary type="html"><![CDATA[
        <p> Programming and maintaining plugins is a time consuming task and requires programming experience. This module enables non-programmers to create plugins by simply designing the html dialog and marking dynamic parts of the html where cms content should be displayed. The knowledge required is somewhat similar to basic WSM project building (HTML, XML, XSL, basic knowledge in jQuery/jQueryUI/CSS).</p>
        <p>The way the module is designed, it also allows completely new concepts which still are open topics to the core product:</p>
        <p>
        <ul>
            <li>Global Elements (per project, even per server)</li>
            <li>Custom Form Modes</li>
            <li>Support for Radiobuttons, Checkboxes, etc.</li>
            <li>No more optionlists ! (Time consuming and error prone)</li>
            <li>many many more :)<span class="Apple-tab-span" style="white-space: pre; ">	</span></li>
        </ul>
        </p>
        <p><strong>Core features:</strong></p>
        <p>
        <ul>
            <li>HTML/XML PlugIn building</li>
            <li>FakeReddot generator handling authorizations and locks</li>
            <li>Build-in session handling</li>
            <li>jQuery/jQueryUI automatically included</li>
            <li>Examples for e.g. Tabs, Accordion included</li>
            <li>Including of external data (e.g. XML from fileystem or CMS elements)
            <ul>
                <li>More to come (e.g. LDAP, Webservices, Databases)</li>
            </ul>
            </li>
            <li>XML/XSL Rendering of data selections</li>
            <li>Full multi language support</li>
        </ul>
        </p>
        <p><strong>Optional features:</strong></p>
        <p>
        <ul>
            <li>Action extension by programming own dlls and dynamically including them (similar to custom RenderTags)</li>
            <li>Requires C#/.NET know-how</li>
            <li>Usage of build-in RQL Api and/or Database Handler</li>
            <li>Usage of own C#-APIs</li>
            <li>Session Handling performed by DialogEngine</li>
        </ul>
        </p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[OTGS FileUploader]]></title>
        <link href="/OTGS-FileUploader.htm" />
        <author>
            <name>Martin Schwanke</name>
        </author>
        <id />
        <updated>2010-06-29T09:18:33Z</updated>
        <summary type="html"><![CDATA[
        <p>The FileUploader allows mass file upload to the WSM MS. Filenames and assetmanger attributes can be configured and controlled to allow value selection from predefined value ranges only.</p>
        <p>Core Features:</p>
        <p>
        <ul>
            <li>Restriction on uploadable filetypes per AssetManager</li>
            <li>Configuration and control of file names</li>
            <li>Configuration and control of assetmanager attributes
            <ul>
                <li>usage of: Input fields, dropdowns, checkboxes and radiobuttons</li>
            </ul>
            </li>
            <li>CrossBrowser java based dropzone</li>
            <li>Configuration inheritance</li>
            <li>Administration UI</li>
        </ul>
        </p>
        <p>The FileUploader is available as mass or single upload version and is integrated into ImageGallery and ImageSelector (OTGS Modules), if required and available.</p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[OTGS ImageGallery]]></title>
        <link href="/OTGS-Image-Gallery.htm" />
        <author>
            <name>Martin Schwanke</name>
        </author>
        <id />
        <updated>2010-06-29T16:23:58Z</updated>
        <summary type="html"><![CDATA[
        <p>The Image Gallery is a customizable online gallery fully integrated into OpenText Management Server. It is based on internal CMS concepts combined with a C# Extension. The layout is modifiable both in styling (CSS) and supported galleries. </p>
        <p>Core Features:</p>
        <p>
        <ul>
            <li>CrossBrowser (java-based) Dropzone file upload.</li>
            <li>XML-based modyfiable gallery definition language (GDL:Gallery Definition Language) </li>
            <li>Otional  thumbnail generation using ImageMagick. </li>
            <li>Single CMS-page per gallery</li>
            <li>Own translation view allowing gallery texts to be translated in a split mode</li>
            <li>Optional integration into FileUploader Module (offered seperately).</li>
        </ul>
        </p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[OTGS ImageSelector]]></title>
        <link href="/OTGS-Image-Selector.htm" />
        <author>
            <name>Martin Schwanke</name>
        </author>
        <id />
        <updated>2010-07-27T03:17:59Z</updated>
        <summary type="html"><![CDATA[<p>With this PlugIn you regain control over all selected image sizes and parts within a required area where such restrictions are mandatory. </p>
        <p>Useful fields of application could be to maintain your corporate design in size in styling where the image provider and uploader is not responsible for the fitting of images but the selector and editor of a specific page is. </p>
        <p>This module allows to make freely definable versions of an image selectable where dimensions can be predefined at the content class. The main image is selectable as usuals from the asset manager (or uploadable using the FileUploader) where the perfect fit image size based on the main image can be selected via radio buttons. If the selection does not suit the predefined sizes needs, a crop dialog automatically prompts where the editor has to selected a valid image area based on the predefined mandatory image dimensions. The selected area will be stored in a defined location within the asset manager of the main image. Attributes will be copied so that the image becomes a valid child selection of the main image.</p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[OTGS LDAP-Selector]]></title>
        <link href="/OTGS-LDAP-Selector.htm" />
        <author>
            <name>Markus Henschel</name>
        </author>
        <id />
        <updated>2012-03-11T06:18:49Z</updated>
        <summary type="html"><![CDATA[
        <p> When using the WSM DeliveryServer and using personalization, setting contraints to content is a common task. There is no such build-in mechanism to support group or user selection directly from LDAP which is probably the most used repository in the WSM environment. The LDAP-Selector provides a user friendly and easy to use view on available LDAP objects. Assigned objects are saved to a WSM standard field or text field and can be used for any kind of constraint.</p>
        <p>Core features:</p>
        <p>
        <ul>
            <li>Selectable objects configurable per project</li>
            <li>Drag&amp;Drop user selector</li>
            <li>Typeahead filter supporting wildcards</li>
        </ul>
        </p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[OTGS Management Server Reports]]></title>
        <link href="/OTGS-Management-Server-Reports.htm" />
        <author>
            <name>Tim Davis</name>
        </author>
        <id />
        <updated>2010-11-29T22:59:05Z</updated>
        <summary type="html"><![CDATA[
        <p>OTGS Management Server Reports is a plug-in has been developed not only for informative purpose but also for tasks which are otherwise time consuming or difficult in Management Server itself and utilizes both RQL and SQL queries. The reports have also been designed to provide additional information alongside Management Server which are relevant and sometimes essential for successful content management. This report plug-in is not only useful from an administrative point of view but can also prove valuable from a management standpoint as well. </p>
        <p>The report also provides various stats and figures which can also help identify the status of each pages as well as their workflow details which enables and empowers end users to identify where to locate pages and which users are involved in the release and completion of the content. </p>
        <p>Some of the reports included in this plug-in allows the end user to modify certain contents straight from within the report. Print functions have also been implemented which imports the reports into easy to use MS Excel format for further manipulation and formatting. This plug-in encompasses various reporting aspects and categories based on client needs which ranges from workflow, page status, expiration, linking &amp; appearance, filename, URL status, user based reports and various project based reports.  </p>
        <p>OTGS Management Server Reports also has a plug-able design so you or services can build new reports to fit you needs.</p>
        <p>
        <p class="MsoNormal">This module is available for purchase in North America and Australia. If
        you are interested in this module please contact <a href="mailto:asowsm@opentext.com">asowsm@opentext.com</a><o:p></o:p></p>
        </p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[OTGS MasterPage]]></title>
        <link href="/OTGS-Master-Page.htm" />
        <author>
            <name>Markus Henschel</name>
        </author>
        <id />
        <updated>2012-03-11T08:50:26Z</updated>
        <summary type="html"><![CDATA[
        <p> Handling complex page objects consisting of frame-/masterpages and numerous snippets can be a tricky task. There is no build-in overview which shows the total state of a page and allows to apply actions (e.g. save or release) to multiple parts of a page to create a full page status. This module adresses this topic and provides a solution.</p>
        <p>Core features:</p>
        <p>
        <ul>
            <li>Treeview of complete page object
            <ul>
                <li>States of all subpages displayed</li>
            </ul>
            </li>
            <li>Available actions (restrictable and groupable): save, release, discard, reject, submit for translation, publish and delete</li>
            <li>Evaluation of authorization packages</li>
            <li>Diplay of missing mandatory fields</li>
            <li>Restriction of available languages and project variants when publishing or translating
            <ul>
                <li>(Restriction per language if required)</li>
            </ul>
            </li>
        </ul>
        </p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[OTGS SyncModule]]></title>
        <link href="/OTGS-Sync-Module.htm" />
        <author>
            <name>Markus Henschel</name>
        </author>
        <id />
        <updated>2012-03-11T09:05:23Z</updated>
        <summary type="html"><![CDATA[
        <p>Larger server installation szenarios require a way of synchronizing content classes through staging environments. This module closes the gap between single installations and complex stages. </p>
        <p><strong>Core features:</strong></p>
        <p>
        <ul>
            <li>Two step synchronization:
            <ul>
                <li>Step 1: ContentClasses using selective and automated TreeExport</li>
                <li>Step 2: Online adaption of structural preassignments (e.g. references and content class preassignments) </li>
            </ul>
            </li>
            <li>Including page definitions</li>
            <li>Protocols documenting sync actions (when and by whom)</li>
            <li>Recently changed classes displayable and selectable</li>
            <li>Sync automatically creates a new version if content class versioning is activated</li>
            <li>Support of Master-&gt;Child szenarios
            <ul>
                <li>Packages can be imported into child project to update content element preassignments (step 1)</li>
                <li>A child project on server 1 can update its corresponding childproject on server 2 in step 2 (requires name uniqueness for content classes)</li>
            </ul>
            </li>
            <li>Support of manual package import if the servers do not see themselves in the network</li>
        </ul>
        <div><strong>Optional features:</strong></div>
        <ul>
            <li>CVS-Support including asset assignments to image and media elements</li>
            <li>Automated checking of transport packages</li>
            <li>Manual single class checkin</li>
        </ul>
        </p>
        <p><strong>The module does not synchronize content.</strong></p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[OTGS SynoPro]]></title>
        <link href="/OTGS-SynoPro.htm" />
        <author>
            <name>Markus Henschel</name>
        </author>
        <id />
        <updated>2012-03-11T06:19:09Z</updated>
        <summary type="html"><![CDATA[
        <p> Organizing a projects default values and SmartEdit descriptions for all required languages is a very time consuming and error prone process. Instead of clicking through the whole project in all possibe languages, this module offers a fast and fancy overview editing mode.</p>
        <p>Core features:</p>
        <p>
        </p>
        <ul>
            <li>Overview of project and dialog languages
            <ul>
                <li>display order and dialog language apperance configurable per project and globally (as default)</li>
            </ul>
            </li>
            <li>Data import and export as xml (for external translation)</li>
            <ul>
                <li>XML importable eg. into Microsoft Excel (see screenshot)</li>
                <li>partial re-import </li>
            </ul>
            <li>(optional) Build-In Google-Translate translation for dialog languages</li>
        </ul>
        <div><br />
        </div>
        <p></p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Personalization Plugin for Management Server with Delivery Server Access ]]></title>
        <link href="/Personalization-Plugin-for-Management-Server-with-Delivery-Server-Access.htm " />
        <author>
            <name>Michael Clivot</name>
        </author>
        <id />
        <updated>2010-11-25T14:57:56Z</updated>
        <summary type="html"><![CDATA[<p>By means of this plugin, editors are able to set access rights for delivery server pages in the management server. Users can get the list of alle groups on the delivery server  assign groups to the current page in SmartEdi. Only members of the selected groups can view the page on the delivery server. </p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Prebuilt Responsive Web Design]]></title>
        <link href="/2064.htm" />
        <author>
            <name>Tim Davis</name>
        </author>
        <id />
        <updated>2013-05-07T17:40:17Z</updated>
        <summary type="html"><![CDATA[
        <p>Are you considering a redesign to better support mobile devices? Do you need to launch a number of micro-sites? Do you want to start a new project in record time and need to scale to tens of thousands of pages with less than 5 days until content entry needs to start?</p>
        <p>OpenText Professional Services has developed a prebuilt Responsive Web Design based on Twitter Bootstrap. This contains samples for best practices in navigation, site structure, and template design. This solution also contains several common content class types including tabs (with stateful editing enhancement), accordions, photo gallery, filmstrip, video, news articles, events listings, and jQuery Full Calendar Event Calendar. Reskinning it can be as easy as buying a Bootstrap design from existing communities or a few days of professional services with OpenText's Creative Services. </p>
        <p>This solution is available for purchase from OpenText, in North America contact your account executive to purchase ask for pricing referencing:</p>
        <p>P-RDT-RWDPROJ (Web Site Management Responsive Web Design Pre-Built Project for WSM )</p>
        <p>In other regions contact your OpenText Professional Services team.</p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[PreExecute Troubleshooter]]></title>
        <link href="/PreExecute-Troubleshooter.htm" />
        <author>
            <name>Lee Dobrowolski</name>
        </author>
        <id />
        <updated>2010-12-02T09:06:18Z</updated>
        <summary type="html"><![CDATA[
        <p>When using PreExecution ("Active Templates"), an error in PreExecuted code results in failure of all PreExecute blocks in the page. The source of the error may be difficult to determine, because no error message is displayed. This plugin (which actually installs as two plugins, one for Preview mode and another for SmartEdit mode) allows you to see the error message and the source of the PreExecute temporary file, to better isolate the error. See the Readme for more details and background information.</p>
        <p>Please follow the Find Out More link to download the plugin. Note, an Open Text Knowledge Center login is required.</p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[RdDOC - WSM project documentation ]]></title>
        <link href="/rddoc.htm" />
        <author>
            <name>Przemyslaw Santur</name>
        </author>
        <id />
        <updated>2011-02-22T07:58:27Z</updated>
        <summary type="html"><![CDATA[<p>The application RdDOC is a plug-in for Open Text Web Site Management Server, which enables the functionality that the production of documentations and statistics of your Open Text Web Site Management project can be made automated. The plug-in enables developers and users to automatically generate a distinctive kind of documentation on demand within Open Text Web Site Management. The documentation will be generated in XML and can be displayed in browsers via XSL-transformation. To be compliant with the developer guidelines for Open Text Web Site Management, the use of RdDOC tags will be mandatory. The extent of the documentation depends on the details of comments in the content-classes. </p>
        <p>Advantages: </p>
        <ul>
            <li>automatic documentation, </li>
            <li>consistent standard of projects, </li>
            <li>summary of single project configurations and content-classes, </li>
            <li>time-savings in comparison with manual compilation</li>
        </ul>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[rdToolbar - RedDot / Open Text WSM CMS Toolbar]]></title>
        <link href="/rdToolbar-RedDot-Open-Text-WSM-CMS-Toolbar.htm" />
        <author>
            <name>Kim Dezen</name>
        </author>
        <id />
        <updated>2012-02-29T07:16:25Z</updated>
        <summary type="html"><![CDATA[
        <p>In a nutshell it is a panel that sits at the top of every ‘master’ or ‘foundation’ page in SmartEdit mode. It consists of:</p>
        <p><a  href="http://www.kimdezen.com/wp-content/uploads/2012/02/reddottoolbar.gif"><img width="731" height="85" alt="" class="alignleft size-full wp-image-511" title="RedDot Toolbar rdToolbar plugin"  src="http://www.kimdezen.com/wp-content/uploads/2012/02/reddottoolbar.gif" /></a></p>
        <ul>
            <li>A big fat clickable Open/Close button for the page </li>
            <li>A number of customisable clickable buttons that can trigger any RQL plugins/scripts that you wish to integrate into your project </li>
            <li>Basic page information that is displayed to the user regardless if the page is open or closed. </li>
        </ul>
        <p>The toolbar has gone through a number of different incarnations since the initial version – most of which were around improving performance (it now uses asynchronous AJAX calls to obtain page information via RQL). Installation is a piece of cake too – just a simple cut and paste job.</p>
        <h5>What versions of the CMS are supported?</h5>
        <p>At this point in time, the toolbar is only supported in RedDot CMS Version 10+ – and requires the use of ‘master/foundation’ page project setups. I have no plans to make it work with target containers – as I’m a firm believer of staying well away from them from a usability and maintenance perspective!</p>
        <p>As mentioned, you can customise the bar in any way you like. Everything is controlled using JavaScript/JQuery and CSS. All you need to do is create a new button (using the Photoshop template provided), add the required HTML/CSS and attach a jQuery event to it. (As an example of how to do this, ive included two plugins as part of the installation – ‘checkbox keyword assignment’ and ‘one click page workflow submission’.</p>
        <h5>Installation</h5>
        <p>1. To install, simply unzip the file into the plugins directory. Make sure that the ‘rdToolbar’ is sitting in the root of plugins folder.</p>
        <p>2. Add the required javascript and CSS for the toolbar – id suggest adding this in a global location where it can be referenced across the whole site (such as a header/JS/CSS container)<br />
        <code><br />
        &lt;script type="text/javascript" src="/cms/plugins/rdtoolbar/common/js/jquery.pack.js"&gt;&lt;/script&gt;<br />
        &lt;script src="/cms/plugins/rdtoolbar/common/js/rdToolbarStatus.js" type="text/javascript"&gt;&lt;/script&gt;</code></p>
        <p><code>&lt;link rel="stylesheet" type="text/css" href="/cms/plugins/rdtoolbar/common/styles/menu.css" media="all" /&gt;<br />
        </code>(make sure that references points to the location of your plugins directory)</p>
        <p>3. Add the following code directly after the body tag.<br />
        <code><br />
        &lt;!IoRangeRedDotMode&gt;<br />
        &lt;div style="display:none;"&gt;&lt;!IoRedDotOpenPage&gt;&lt;/div&gt;<br />
        &lt;div id="reddot-menubar"&gt;&lt;/div&gt;<br />
        &lt;script type="text/javascript"&gt;<br />
        jQuery(document).ready(function() {<br />
        // set up page variables<br />
        rdToolbarStatus.vars.pageguid = '&lt;%!! Context:CurrentPage.Id.ToString(N).ToUpper() !!%&gt;';<br />
        &lt;!IoRangeRedDotEditOnly&gt;rdToolbarStatus.vars.pagemode = '1'&lt;!/IoRangeRedDotEditOnly&gt;<br />
        rdToolbarStatus.vars.defaultextension = '.htm';<br />
        // run the plugin<br />
        rdToolbarStatus.init();<br />
        });<br />
        &lt;/script&gt;<br />
        &lt;!/IoRangeRedDotMode&gt;<br />
        </code><br />
        Theres no need to add any placeholders for this to work. Just cut and paste directly into your foundation templates</p>
        <p> </p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[RedDotAutoLabel]]></title>
        <link href="/reddotautolabel.htm" />
        <author>
            <name>Gavin Cope</name>
        </author>
        <id />
        <updated>2012-05-08T23:21:26Z</updated>
        <summary type="html"><![CDATA[
        <h5>Plug-in Description</h5>
        <p>RedDotAutoLabel is an inline plug-in for Management Server that labels RedDots automatically with the Placeholder Description thus cutting development time and removing clutter from the Content Class.</p>
        <p><em><strong>Without RedDotAutoLabel...</strong></em></p>
        <pre>&lt;<span readonly="1" vartype="Block" style="background-color: #00ff00; color: #000000;">!IoRangeRedDotMode</span>&gt;<br />&lt;div class="smartedit-block"&gt;<br />&lt;<span readonly="1" vartype="RedDot" style="background-color: #ffffff; color: #ff0000;">!IoRedDotOpenPage</span>&gt; [&lt;<span readonly="1" vartype="Block" style="background-color: #00ff00; color: #000000;">!IoRangeNoEditMode</span>&gt;Open&lt;<span readonly="1" vartype="Block" style="background-color: #00ff00; color: #000000;">!/IoRangeNoEditMode</span>&gt;&lt;<span readonly="1" vartype="Block" style="background-color: #00ff00; color: #000000;">!IoRangeRedDotEditOnly</span>&gt;Close&lt;<span readonly="1" vartype="Block" style="background-color: #00ff00; color: #000000;">!/IoRangeRedDotEditOnly</span>&gt; &lt;<span readonly="1" vartype="IoVar" style="background-color: #ffff00; color: #000000;">%hdl_PageTitle%</span>&gt;]<br />&lt;/div&gt;<br />&lt;<span readonly="1" vartype="Block" style="background-color: #00ff00; color: #000000;">!/IoRangeRedDotMode</span>&gt;<br />&lt;<span readonly="1" vartype="Block" style="background-color: #00ff00; color: #000000;">!IoRangeRedDotEditOnly</span>&gt;&lt;div class="smartedit-block"&gt;&lt;<span readonly="1" vartype="RedDot" style="background-color: #ffffff; color: #ff0000;">!IoRedDot_hdl_PageTitle</span>&gt; [Edit Page Title]&lt;/div&gt;&lt;<span readonly="1" vartype="Block" style="background-color: #00ff00; color: #000000;">!/IoRangeRedDotEditOnly</span>&gt;&lt;h1&gt;&lt;<span readonly="1" vartype="IoVar" style="background-color: #ffff00; color: #000000;">%hdl_PageTitle%</span>&gt;&lt;/h1&gt;<br />&lt;<span readonly="1" vartype="Block" style="background-color: #00ff00; color: #000000;">!IoRangeRedDotEditOnly</span>&gt;&lt;div class="smartedit-block"&gt;&lt;<span readonly="1" vartype="RedDot" style="background-color: #ffffff; color: #ff0000;">!IoRedDot_txt_Body</span>&gt; [Edit Body Text]&lt;/div&gt;&lt;<span readonly="1" vartype="Block" style="background-color: #00ff00; color: #000000;">!/IoRangeRedDotEditOnly</span>&gt;&lt;<span readonly="1" vartype="IoVar" style="background-color: #ffff00; color: #000000;">%txt_Body%</span>&gt;</pre>
        <br />
        <p><strong><em>With RedDotAutoLabel...</em></strong></p>
        <pre>&lt;<span readonly="1" vartype="RedDot" style="background-color: #ffffff; color: #ff0000;">!IoRedDotOpenPage</span>&gt;<br />&lt;<span readonly="1" vartype="RedDot" style="background-color: #ffffff; color: #ff0000;">!IoRedDot_hdl_PageTitle</span>&gt;&lt;h1&gt;&lt;<span readonly="1" vartype="IoVar" style="background-color: #ffff00; color: #000000;">%hdl_PageTitle%</span>&gt;&lt;/h1&gt;<br />&lt;<span readonly="1" vartype="RedDot" style="background-color: #ffffff; color: #ff0000;">!IoRedDot_txt_Body</span>&gt;&lt;<span readonly="1" vartype="IoVar" style="background-color: #ffff00; color: #000000;">%txt_Body%</span>&gt;</pre>
        <h5>Pre-requisites</h5>
        <p>RedDotAutoLabel requires jQuery.</p>
        <h5>Usage</h5>
        <ol>
            <li>Extract the plug-in to your PlugIns folder. </li>
            <li>Add the following code to the &lt;head&gt; area of your Content Class(es): </li>
        </ol>
        <pre>&lt;script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"&gt;&lt;/script&gt;<br />&lt;<span readonly="1" vartype="Block" style="background-color: #00ff00; color: #000000;">!IoRangeRedDotMode</span>&gt;<br />&lt;script src="/CMS/PlugIns/RedDotAutoLabel/RedDotAutoLabel.js"&gt;&lt;/script&gt;<br />&lt;link rel="stylesheet" type="text/css" href="/CMS/PlugIns/RedDotAutoLabel/RedDotAutoLabel.css" /&gt;<br />&lt;<span readonly="1" vartype="Block" style="background-color: #00ff00; color: #000000;">!/IoRangeRedDotMode</span>&gt;</pre>
        <br />
        <h6>Inserting Auto Labels</h6>
        <br />
        <p>Nothing! Just insert the RedDot Placeholder and provide a meaningful Description on the Placeholder. The plug-in will do the rest:</p>
        <pre>&lt;<span readonly="1" vartype="RedDot" style="background-color: #ffffff; color: #ff0000;">!IoRedDot_hdl_PageTitle</span>&gt;</pre>
        <p>You don't even need <span style="background-color: #00ff00;">!IoRangeRedDotMode</span> tags as the only code generated is the RedDot Placeholder which is - of course - removed automatically.</p>
        <h6>Removing Auto Labels</h6>
        <br />
        <p>The plug-in assumes that labels are the more desirable state (if you're using it, then it makes sense that you'd want them in most cases). If you don't want a label on a particular RedDot, just wrap the RedDot Placeholder in a "NoAutoLabel" Class:</p>
        <pre>&lt;<span readonly="1" vartype="Block" style="background-color: #00ff00; color: #000000;">!IoRangeRedDotEditOnly</span>&gt;&lt;span class="NoAutoLabel"&gt;&lt;<span readonly="1" vartype="RedDot" style="background-color: #ffffff; color: #ff0000;">!IoRedDot_anc_Link</span>&gt;&lt;/span&gt;&lt;<span readonly="1" vartype="Block" style="background-color: #00ff00; color: #000000;">!/IoRangeRedDotEditOnly</span>&gt;</pre>
        <h5>Customising</h5>
        <p>You can change the look and feel of RedDot Labels by customising the styles in RedDotAutoLabel.css.</p>
        <p>You can change the Label itself by modifying the jQuery in RedDotAutoLabel.js.</p>
        <h5>Limitations</h5>
        <p>Labels will be added to every RedDot regardless of whether a Description is entered. In the abscence of a Description, the Placeholder Name is inserted. The obvious exception to this is if you use the NoAutoLabel class.</p>
        <p>There are some Placeholders that you can not set Descriptions on natively (as I was reminded by Jian). The "Set Element Description" plug-in provides this functionality to all Placeholders that don't natively expose the Description attribute and can be downloaded from the Downloads section above.</p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[RedDotNet]]></title>
        <link href="/RedDotNet.htm" />
        <author>
            <name>John Allen</name>
        </author>
        <id />
        <updated>2011-01-20T06:12:04Z</updated>
        <summary type="html"><![CDATA[
        <p>The RustyLogic C# .Net wrapper for RQL</p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Reference Link in Clipboard for All Content Class Instances]]></title>
        <link href="/Reference-Link-in-Clipboard-for-All-Content-Class-Instances.htm" />
        <author>
            <name>Lee Dobrowolski</name>
        </author>
        <id />
        <updated>2010-12-02T09:06:34Z</updated>
        <summary type="html"><![CDATA[<p><span style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium &quot;times new roman&quot;; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="Apple-style-span"><span style="font-family: arial; font-size: 13px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;" class="Apple-style-span">This is a SmartTree plugin does the same thing as using "Reference Link in Clipboard," but it assigns the reference within every page that is based on the same Content Class. Optionally, it also pre-assigns the reference on the content class level, so that future pages are also affected.</span></span></p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Reference Link or Page in Clipboard for All Pages of Template]]></title>
        <link href="/Reference-Link-or-Page-in-Clipboard-for-All-Pages-of-Template.htm" />
        <author>
            <name>Simon Asplin</name>
        </author>
        <id />
        <updated>2010-12-02T12:18:29Z</updated>
        <summary type="html"><![CDATA[<p> Works like the action "Reference Link in Clipboard" or "Reference Page in Clipboard", but the reference will be applied to all existing pages that are  based on the same template.  Optionally, the reference can be pre-assigned on the template level, so that future pages are also affected.</p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Reference Page in Clipboard or All Content Class Instances]]></title>
        <link href="/Reference-Page-in-Clipboard-or-All-Content-Class-Instances.htm" />
        <author>
            <name>Lee Dobrowolski</name>
        </author>
        <id />
        <updated>2010-12-02T09:07:09Z</updated>
        <summary type="html"><![CDATA[<p><span style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium &quot;times new roman&quot;; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="Apple-style-span"><span style="font-family: arial; font-size: 13px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;" class="Apple-style-span">
        <p class="Row2">This is a SmartTree plugin does the same thing as using "Reference Page in Clipboard," but it assigns the reference in every page that is based on the same Content Class. Optionally, it also pre-assigns the reference on the content class level, so that future pages are also affected. For CMS 6.0 and higher only.</p>
        <p><strong>Warning:<span class="Apple-converted-space"> </span></strong>Will replace pre-existing references and connected pages. Will not work if the selected link element is defined asdynamic (anchor or container).</p>
        <p>&nbsp;</p>
        <p>&nbsp;</p>
        <p>Please follow the Find Out More link to download the plugin. Note, an Open Text Knowledge Center login is required.</p>
        <p>&nbsp;</p>
        </span></span></p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Replace Template Plus]]></title>
        <link href="/Replace-Template-Plus.htm" />
        <author>
            <name>Jian Huang</name>
        </author>
        <id />
        <updated>2011-02-02T14:37:59Z</updated>
        <summary type="html"><![CDATA[<p>This plugins allows the user to:</p>
        <p>Replace template while importing in element properties</p>
        <p> </p>
        <p>Hilights:</p>
        <p>1. Uses Jquery and AJAX to send RQL<br />
        2. Easy to install<br />
        3. Other than RQL communication, all processing are done client side.  Minimal server load.<br />
         </p>
        <p> </p>
        <p>Installation:</p>
        <p>1.  Unzip zip (including folder within) to Management Server plugins directory<br />
        2.  Import plugin via Server Manager interface<br />
        3.  Assign plugin to project<br />
         </p>
        <p> </p>
        <p>Accessibility:</p>
        <p>In SmartTree, select template, "Replace Template Plus" from action menu</p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Retroactive References 2]]></title>
        <link href="/Retroactive-References-2.htm" />
        <author>
            <name>Jian Huang</name>
        </author>
        <id />
        <updated>2010-08-09T10:23:19Z</updated>
        <summary type="html"><![CDATA[
        <p>The plugin is constantly updated.<br />
        Download latest version from:</p>
        <p><a href="http://simplyreddot.blogspot.com/2012/02/retroactive-references-2.html">http://simplyreddot.blogspot.com/2012/02/retroactive-references-2.html</a></p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[RQL Sample Plugin/Dialogue]]></title>
        <link href="/rqlsampledialogue.htm" />
        <author>
            <name>Manuel Schnitger</name>
        </author>
        <id />
        <updated>2011-02-16T08:19:52Z</updated>
        <summary type="html"><![CDATA[<p>If you create more than one RQL plugin, then you will probably notice that some things are always very similar. E.g. in the first step you would like to display a form with a list of language variants/pages/users/projects, then the user chooses one or more values and after the form has been submitted, you'd like to do something with the choosen values. </p>
        <p>This sample dialogue/plugin first checks if the form has been submitted. If not, then some HTML form elements are displayed (figure 1). If the form has been submitted, the form values will be received and can then be used for any RQL based logic.</p>
        <p>As this sample is based on an original Management Server dialogue, the look and feel of your application is very similar to the look and feel of the Management Server. So just delete the stuff you don't need and start programming.</p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[rql4j - An API for OpenText Web Site Management Server]]></title>
        <link href="/rql4j.htm" />
        <author>
            <name>Burkhard Pauli</name>
        </author>
        <id />
        <updated>2011-05-31T09:51:09Z</updated>
        <summary type="html"><![CDATA[<p>This project aims to provide an API for interacting with the Open
        Text Web Site Management Server (formerly known as RedDot CMS) in Java.
        It is limited in scope by the underlying RQL interface from Open Text,
        but is capable of the following:</p>
        <ul>
            <li>Remote control via SOAP </li>
            <li>High objective context with value holders and xml data binding </li>
            <li>Dynamic building of RQLs with builder pattern support </li>
            <li>RQLs execution are managed by controller pattern, so you have access to every past RQL result </li>
        </ul>
        <p>This
        library uses the Apache Axis 1.4 library to communicate with the
        Management Server via the SOAP specification. This requires that your
        Management Server installation has been done with SOAP Support enabled.
        There are also plans to eventually support remote calls over a native
        http interface in the near future as well. </p>
        <p>This project is built
        via Apache Maven, meaning that if you add it as a dependency to another
        Maven project, its dependencies will be managed automatically for you.
        For example, Maven will download the relevant Castor and Apache Axis
        libraries for you. Currently this API is targeted for Open Text Web Site
        Management Server versions 7.5 and newer.</p>
        <p>For more inforamtion and download take a look at the <a  title="jql4j" target="_top" href="http://code.google.com/p/rql4j/">project page</a></p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[RQLConsole]]></title>
        <link href="/RQLConsole.htm" />
        <author>
            <name>Jian Huang</name>
        </author>
        <id />
        <updated>2010-10-08T09:39:32Z</updated>
        <summary type="html"><![CDATA[
        <div class="description translate">
        <p>The plugin is constantly updated.<br />
        Download latest version from:</p>
        <p><a href="http://simplyreddot.blogspot.com/2012/02/rqlconsole.html">http://simplyreddot.blogspot.com/2012/02/rqlconsole.html</a></p>
        </div>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[RSS Feed template based on ASP]]></title>
        <link href="/RSS-Feed-template-based-on-ASP.htm" />
        <author>
            <name>Markus Giesen</name>
        </author>
        <id />
        <updated>2010-04-07T15:05:48Z</updated>
        <summary type="html"><![CDATA[This is a RSS feed template for RedDot CMS]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[SAP Portal Manager]]></title>
        <link href="/SAP-Portal-Manager.htm" />
        <author>
            <name>Simon Asplin</name>
        </author>
        <id />
        <updated>2010-12-02T11:58:19Z</updated>
        <summary type="html"><![CDATA[<p> Web Solutions Portal Manager is an extension to SAP&reg; NetWeaver&reg; Portal to provide personalized content and navigation structures maintained by Web Solutions editors to the SAP&reg; portal site. This extension is divided into two parts:<br />
        <br />
        <strong>Extensions of Web Solutions</strong><br />
        This part provides the functionality to deliver navigation items and content to a SAP&reg; portal in the context of a SAP&reg; portal user. Delivery Server receives the navigation information and content from Management Server as metadata. A new Delivery Server module and additional Web services allow the SAP&reg; portal to access navigation structures in order to integrate them into the portal navigation. An SAP&reg; Logon Ticket or a MD5 digest are used to ensure authorized and personalized access to navigation items and content of Delivery Server.<br />
        <br />
        <strong>Extensions of SAP&reg; NetWeaver&reg; Portal</strong><br />
        The SAP&reg; portal has been extended based on standard interfaces to integrate navigation items and content. A navigation connector/service combined with a configuration dialog for Delivery Server connections and a Navigation Wizard to maintain static and dynamic links within the SAP&reg; portal navigation are the core extensions on the SAP&reg; portal side.</p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[SEO Friendly URL Module]]></title>
        <link href="/SEO-URL-Module.htm" />
        <author>
            <name>Areeba</name>
        </author>
        <id />
        <updated>2010-12-07T17:04:48Z</updated>
        <summary type="html"><![CDATA[<p>Using RedDot’s built in API, Areeba have built a module for the CMS that once installed automatically derives and sets the friendly filename to SEO best practices based on the page title whenever you create a new page. Simple! There are other neat things included such as a function to reset the filename when you want to (after changing the page title) and a check to avoid duplicate names.</p>
        <p>Even if you don’t care about SEO, such as if you have an Intranet, there is still great benefit in having human readable and friendly URLS that represent what the page is about rather than those ugly random characters (called GUIDS).</p>
        <p>The module works on versions of RedDot CMS from 7.5 upwards and Open Text Web Solutions Suite 10.1 </p>
        <h5>What kind of difference will it make to site traffic?</h5>
        <p>A lot. There’s no exact science to this because of other factors that also make a difference but from our experience you can expect at least 30% improvement to traffic simply as a result of making the URLs more search engine friendly. Combined with other factors such as page structure and the results can improve beyond that. So if that sort of traffic improvement appeals to you weigh it up against the cost of this module.</p>
        <h5>How much is it?</h5>
        <p>We’re selling the module for US$2,000 and it is licensed for each installation of the CMS. Review the licensing in the package for complete details.</p>
        <h5>How do I get it?</h5>
        <p>Just send us an email with your name and organisation to <a  href="mailto:enquiries@areeba.com.au">enquiries@areeba.com.au</a> and we’ll send you out the product with full documentation and a licence to trial it. If you’re happy with the module, and I’m sure you will be, just wire us some money and the module will be fully licensed for commercial use.</p>
        <h5>How long will it take to install?</h5>
        <p>We’ve prepared comprehensive step-by-step documentation and you should be able to get the module up and running on your projects in less than an hour.</p>
        <h5>What if I have an existing project with lots of pages?</h5>
        <p>If you’re starting a new project the SEO module is almost an essential starting point and nothing more is required.</p>
        <p>However, if you have an existing project with lots of pages Areeba have also built a script which we’re licensing separately for US$2,000 which will go through the entire project and assign the friendly filename on every page for you. So you would back up the project, run the script and re-publish the project. The script is not essential but is a real time saver for existing large projects and if you have multiple projects.</p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Set Reference]]></title>
        <link href="/Set-Reference.htm" />
        <author>
            <name>Miroslawa Santur</name>
        </author>
        <id />
        <updated>2010-10-19T07:25:53Z</updated>
        <summary type="html"><![CDATA[<p>This tool allocates references on structural elements with some few clicks.<br />
        To perform a redesign without affecting the editorial work, it is necessary to allocate container and lists with different references or to create new container in existing content-classes. Using a default value for those elements will not affect existing instances. This plug-in re-allocates the reference in all instances of a given content-class with a new default value.</p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[SmartAPI - Open Source .NET RQL library]]></title>
        <link href="/smartapi_dotnet_rql.htm" />
        <author>
            <name>Hilmar Bunjes</name>
        </author>
        <id />
        <updated>2012-05-29T18:25:44Z</updated>
        <summary type="html"><![CDATA[
        <h2 style="text-align: justify; widows: 2; text-transform: none; text-indent: 0px; margin: 25px 0px 15px; letter-spacing: normal; font: 24px/24px dosis; white-space: normal; orphans: 2; color: rgb(100,100,114); word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">SmartAPI, the free .NET RQL library for OpenText WSM Management Server (RedDot CMS)!</h2>
        <p style="text-align: justify; widows: 2; text-transform: none; text-indent: 0px; margin: 15px 0px; letter-spacing: normal; font: 12px/18px arial, helvetica, sans-serif; white-space: normal; orphans: 2; color: rgb(100,100,114); word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">SmartAPI is the extension of SmartEdit and SmartTree in regard of developing. Where SmartEdit allows you to edit conveniently and SmartTree makes administration in your browser possible, SmartAPI creates a comfortable programming interface for the OpenText WSM Management Server.</p>
        <p style="text-align: justify; widows: 2; text-transform: none; text-indent: 0px; margin: 15px 0px; letter-spacing: normal; font: 12px/18px arial, helvetica, sans-serif; white-space: normal; orphans: 2; color: rgb(100,100,114); word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">The complete library is written in C# / .NET and can be used from within the CMS as plugin or from an external .NET (web) application. As .NET is being used there is no break in the technology you use and the application can be hosted directly in your Windows Server in the IIS. You do not need any other hardware or server installed.</p>
        <p style="text-align: justify; widows: 2; text-transform: none; text-indent: 0px; margin: 15px 0px; letter-spacing: normal; font: 12px/18px arial, helvetica, sans-serif; white-space: normal; orphans: 2; color: rgb(100,100,114); word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">The goal of SmartAPI is to provide a comfortable, fully object-oriented and well-tested library for all developers and users of OpenText WSM. There is no expensive in-house development necessary but you can choose a ready-to-use library that just works.</p>
        <h2 style="text-align: justify; widows: 2; text-transform: none; text-indent: 0px; margin: 25px 0px 15px; letter-spacing: normal; font: 24px/24px dosis; white-space: normal; orphans: 2; color: rgb(100,100,114); word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">Our motivation</h2>
        <p style="text-align: justify; widows: 2; text-transform: none; text-indent: 0px; margin: 15px 0px; letter-spacing: normal; font: 12px/18px arial, helvetica, sans-serif; white-space: normal; orphans: 2; color: rgb(100,100,114); word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">A lot of our customers have developed there own solution to use the RQL interface by using PHP, Java, and .NET applications and libraries. Those applications are developed among their daily business and sometimes lacks of a good concept as well as testing.</p>
        <p style="text-align: justify; widows: 2; text-transform: none; text-indent: 0px; margin: 15px 0px; letter-spacing: normal; font: 12px/18px arial, helvetica, sans-serif; white-space: normal; orphans: 2; color: rgb(100,100,114); word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">Internally, we at<span class="Apple-converted-space"> </span><a href="http://www.erminas.de/en.html" style="color: rgb(192,32,0);" title="erminas GbR" target="_blank">erminas</a><span class="Apple-converted-space"> </span>have developed a fully object-oriented library for the Management Server the solves these issues. We are using this library for internal projects, our products as well as for our customers. We decided to release this library to give more developers and companies the chance to take advantage of such a library.</p>
        <p style="text-align: justify; widows: 2; text-transform: none; text-indent: 0px; margin: 15px 0px; letter-spacing: normal; font: 12px/18px arial, helvetica, sans-serif; white-space: normal; orphans: 2; color: rgb(100,100,114); word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">SmartAPI can be downloaded and used free of charge as it is licensed as GPLv3. You can develop your own application using SmartAPI and distribute them as long as they are licensed as GPLv3 as well. If you do not want to distribute your own source code there is also a commercial license that you can find at<span class="Apple-converted-space"> </span><a href="http://wordpress.p178442.webspaceconfig.de/en/license/" style="color: rgb(192,32,0);" title="License">License</a>. We are happy to welcome other developers to join us developing this libary, you can find more information at<span class="Apple-converted-space"> </span><a href="http://wordpress.p178442.webspaceconfig.de/en/documentation/contribute/" style="color: rgb(192,32,0);" title="Contribute">Contribute</a>.</p>
        <h2 style="text-align: justify; widows: 2; text-transform: none; text-indent: 0px; margin: 25px 0px 15px; letter-spacing: normal; font: 24px/24px dosis; white-space: normal; orphans: 2; color: rgb(100,100,114); word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">Current state and further development</h2>
        <p style="text-align: justify; widows: 2; text-transform: none; text-indent: 0px; margin: 15px 0px; letter-spacing: normal; font: 12px/18px arial, helvetica, sans-serif; white-space: normal; orphans: 2; color: rgb(100,100,114); word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">For releasing the SmartAPI as an Open Source project we have decided to redesign parts of the API. A first state is finished and released today. This first version includes fundamental functions for Content Classes, Pages, and Workflows. All functions are tested thoroughly using our internal test projects.</p>
        <p style="text-align: justify; widows: 2; text-transform: none; text-indent: 0px; margin: 15px 0px; letter-spacing: normal; font: 12px/18px arial, helvetica, sans-serif; white-space: normal; orphans: 2; color: rgb(100,100,114); word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">The next steps are to create a Management Server test project that we can distribute. Together with this CMS test project we release our .NET test project which is currently strongly bound to our internal test projects. After that, we extend the library to meet our customers and product requirements. We are looking forward to your suggestions and input to this library.<br class="Apple-interchange-newline" />
        </p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[SmartEdit Translation without TranslationManager]]></title>
        <link href="/SmartEdit-Translation-without-TranslationManager.htm" />
        <author>
            <name>Daniel Kasimirowicz</name>
        </author>
        <id />
        <updated>2010-09-30T10:55:50Z</updated>
        <summary type="html"><![CDATA[<p>This plugin was developed to give SmartEdit users the opportunity to copy a page to a second language version (German to English) and translate it. And this without using the Translation Manager. </p>
        <p>Due to the German origin of this plugin the more detailed description is following in German language. Comments and variables in the source code are German, too. Don't be annoyed, please.</p>
        <hr />
        <p> <br />
        Dieses Plugin wurde entwickelt um SmartEdit Benutzern die M&ouml;glichkeit zu geben, den Inhalt einer Seite von der deutschen in die englische Sprachvariante zu kopieren. Daf&uuml;r ben&ouml;tigt man hiermit keinen Translation Manager. Im Dialog zum Anlegen der englischen Version wird zun&auml;chst &uuml;berpr&uuml;ft, welche Sprachvarianten z.Z. zur Verf&uuml;gung stehen. Dann erh&auml;lt man die Option, den deutschen Inhalt zu &uuml;bernehmen. <br />
         </p>
        <p>Gestartet wird das Plugin im SmartEdit &uuml;ber &gt;Aktionen &gt;Plugins &gt;Englische Version pruefen und setzen. Nach dem Schlie&szlig;en empfiehlt es sich unten links die Sprachversionsauswahl zu bet&auml;tigen und auf Englisch umzuschalten, da durch das mehrfache hin- und herschalten im Plugin ein <br />
        undefinierter Zustand entsteht. <br />
         </p>
        <p>Alternativ kann man die Seite englische_version_1.asp aufrufen und dort die Seiten-ID der zu &uuml;bersetzenden Seite angeben.<br />
         </p>
        <p>Es wurde genau f&uuml;r unsere Bed&uuml;rfnisse programmiert und daher sind einige IDs und die Kopierrichtung von Deutsch nach Englisch fest im Quellcode verdrahtet. Entsprechende Konstanten sind jeweils im Kopf der asp-Seiten vorhanden und m&uuml;ssen angepa&szlig;t werden.<br />
         </p>
        <p>Im Zip-Download gibt es eine readme.txt mit einer kurzen Installationsanleitung. </p>
        <p>   </p>
        <p><strong>Das Plug-in wird "so wie es ist" zur Verf&uuml;gung gestellt. D.h. es gibt keinen Support daf&uuml;r und es kann keine Gew&auml;hr f&uuml;r die Funktion und keine Haftung bei Fehlfunktion gew&auml;hrt werden.<br />
        </strong></p>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Submit complete page (including all modules) to workflow]]></title>
        <link href="/submit_complete_page_to_workflow.htm" />
        <author>
            <name>Tobias Blum</name>
        </author>
        <id />
        <updated>2012-05-10T11:07:20Z</updated>
        <summary type="html"><![CDATA[
        <p>This plugin helps you and your co-editors to easily submit a complete page to workflow. No more opening and sumbmitting each part of the page separately. With one call of the plugin, all relevant pages are submitted in one go. </p>
        <p>All cms pages that build your foundation page are determined automatically and displayed (including the current status) in a convenient way. Submitting all changed or new pages needs only one click.</p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[TinyMCE]]></title>
        <link href="/tinymce.htm" />
        <author>
            <name>Chad Killingsworth</name>
        </author>
        <id />
        <updated>2012-03-23T11:37:46Z</updated>
        <summary type="html"><![CDATA[
        <p><a href="http://tinymce.moxiecode.com/">TinyMCE</a> <br />
        is an open source rich text editor which is used in a wide variety of web applications. This solution         integrates TinyMCE as an editor for use in Open Text Websolutions Management Server (RedDot CMS). </p>
        <p><a href="http://webpress.missouristate.edu/TinyMCE.htm">Download and install the TinyMCE plugin</a></p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[TinyMCE for Web Solutions Management Server]]></title>
        <link href="/TinyMCE.htm" />
        <author>
            <name>Chad Killingsworth</name>
        </author>
        <id />
        <updated>2010-09-14T09:41:30Z</updated>
        <summary type="html"><![CDATA[<p>TinyMCE is an open source rich text editor which is used in a wide variety of web applications. This project integrates TinyMCE as an editor for use in Open Text Websolutions Management Server (RedDot CMS).</p>
        <b>RedDot CMS Integration Features</b>
        <ul>
            <li>Produces clean and valid XHTML code</li>
            <li>MacOS and Windows Compatible Editor (FireFox recommended for MacOS)</li>
            <li>Integrated Asset manager for images</li>
            <li>Linking to an asset (ex: pdf)</li>
            <li>Referencing a page</li>
            <li>Save without closing the window</li>
            <li>Full code cleanup based on CMS template permissions  (see <a  href="http://webpress.missouristate.edu/CustomizingTinyMCE.htm">Customizing the Editor</a>)</li>
            <li>Only Edit via Form functionality requires changes to RedDot code - basic editting supported in multiple browsers by default</li>
        </ul>]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[UploadIt]]></title>
        <link href="/uploadit.htm" />
        <author>
            <name>Jian Huang</name>
        </author>
        <id />
        <updated>2012-04-27T11:56:40Z</updated>
        <summary type="html"><![CDATA[
        <p>The plugin is constantly updated.</p>
        <div class="description translate">
        <p>
        Download latest version from:</p>
        <p><a href="http://simplyreddot.blogspot.com/2012/04/uploadit.html">http://simplyreddot.blogspot.com/2012/04/uploadit.html</a></p>
        </div>
        <p></p>
    ]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[Wiki for Delivery Server using Social Media Components]]></title>
        <link href="/Wiki-for-Delivery-Server-using-Social-Media-Components.htm" />
        <author>
            <name>Tobias Mitter</name>
        </author>
        <id />
        <updated>2010-05-12T14:10:26Z</updated>
        <summary type="html"><![CDATA[The Wiki component enables every Delivery Server project to integrate the Wiki features of the Open Text Social Media Components based on the Collaboration Server. 

- Ready to use out-of-the box web component
- Fully customizable regarding layout/css
- Optional Ajax rendering using jQuery 1.4.2 for web2.0-style interface
- WYSIWYG editor with dialogues for linking wiki pages and selecting/storing images and documents from the collaboration server
- Supports tagging, rating and comment features of the collaboration server
- Uses Delivery Server personalization to manage access to wiki features like editing a page

See attached video for demo. Feel free to contact us for a live-webdemo: info@netmedia.de, http://twitter.com/netmedianer or http://netmedia.de/en]]></summary>        
    </entry>
        
    
    <entry>
        <title type="html"><![CDATA[WSM Dreamweaver Template Editor]]></title>
        <link href="/wsm-dreamweaver-template-editor.htm" />
        <author>
            <name>Tim Davis</name>
        </author>
        <id />
        <updated>2011-07-19T12:03:56Z</updated>
        <summary type="html"><![CDATA[
        <p class="reddotBody"><span>This solution is oriented to trained WSM designers who are familiar with working in Dreamweaver. The extension allows for these designers to use Dreamweaver to edit templates and then upload them to OpenText WSM.</span></p>
        <p class="reddotBody">This module is available for purchase in North America. If
        you are interested in this module please contact <a href="mailto:asowsm@opentext.com">asowsm@opentext.com</a></p>
        <p class="MsoNormal"><o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="reddotBody"><span>Note:<br />
        Currently the solution provides offline only template editor access, with no active synchronization to obtain content class templates.<br />
        </span></p>
        <p class="reddotBody"><span> </span></p>
    ]]></summary>        
    </entry>
    

</feed>
