<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Features</title><link>https://sourceforge.net/p/direxe/wiki/Features/</link><description>Recent changes to Features</description><atom:link href="https://sourceforge.net/p/direxe/wiki/Features/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 06 May 2012 12:04:24 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/direxe/wiki/Features/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Features modified by Ante Smolcic</title><link>https://sourceforge.net/p/direxe/wiki/Features/</link><description>&lt;pre&gt;--- v9 
+++ v10 
@@ -1,51 +1,59 @@
 (Some of these features are not yet implemented.)
 
-Monitors multiple directories
----
+[Monitors multiple directories](./#multidir)&lt;br&gt;
+[File name filters](./#filters)&lt;br&gt;
+[Plugin: Move/copy/rename](./#pluginMove)&lt;br&gt;
+[Plugin: Mail](./#pluginMail)&lt;br&gt;
+[Plugin: System](./#pluginSystem)&lt;br&gt;
+[Template variables](./#templateVars)&lt;br&gt;
+[Run as service/daemon](./#service)
+
+&lt;span id="multidir"&gt;Monitors multiple directories&lt;/span&gt;
+---
 You can configure multipe directories and each directory will get a **thread** that will monitor file **changes**. The plugin you specify will receive the file name which it can process. After the processing the file can be deleted.
 
 Monitoring does not use any OS specific mechanism, but its own implementation. You can specify a **time interval** in which the directory will be polled.
 
 You can start several **instances** of the application with different configuration to diferentiate the load per application or to run it under different user account.
 
-File name filters
+&lt;span id="filters"&gt;File name filters&lt;/span&gt;
 ---
 Default is no filter, so the plugin gets every file in the directory.
 
 You can specify that you want only files that match specific pattern, or that you want to exclude those files, or combine the two patterns. The pattern uses simple wildcards, asterisk (\*) and question mark (?). (Internally it uses Java Regex but it has not been tested with any other combination).
 
 If you declare colliding filters, the exclusion filter is executed last. So, if you define include \*.txt, and exclude \*.t\* you will not get anything.
 
 Plugin framework
 ---
 Plugin framework lets you define your own plugin or extend an existing one. Plugins included are: Move, Mail and System
 
-#### Plugin: Move/copy/rename ####
+#### &lt;span id="pluginMove"&gt;Plugin: Move/copy/rename&lt;/span&gt; ####
 This plugin moves or copies files from one folder to another. If you don't specify "delete" in the configuration, it just copies the file. Destination file can be overwritten or overwritten if it's older.
 
 File can be renamed in the process, as well. You can use template variables in creating new file name or the destination directory.
 
-#### Plugin: Mail ####
+#### &lt;span id="pluginMail"&gt;Plugin: Mail&lt;/span&gt; ####
 Mails a file as an attachment or as the body of the mail. It can insert headers, footers (as text or from anexternal file), define mail fields (To, From, CC, BCC...) with template variables. *Not yet implemented*.
 
-#### Plugin: System ####
+#### &lt;span id="pluginSystem"&gt;Plugin: System&lt;/span&gt; ####
 Executes files as commands or as parameters of a command. You can wait for the command to finish before processing the next file. You can define a working directory.
 
-Template variables
+&lt;span id="templateVars"&gt;Template variables&lt;/span&gt;
 ---
 While processing, some configuration values can be modified from the template definition by using template variables. For example, let's say the file name must be renamed to include a date. The template could be **\\F-\\D.\\E**. A file name would then be converted from **invoice.tif** to **invoice-2012-06-22.tif**.
 
 Suported variables are:
 A - absolute path to the file
 F - full file name
 N - file name without extension
 E - file extension 
 D - date (representation format must be defined in plugin configuration)
 
 Variable separator character is the system path separator, i.e. slash on Unix, backslash on Windows etc. So you use \\F on Windows and /F on Linux.  
 
 Not all configuration values can use templates and not all templates can include all variables, it depends on the context. Please, consult the apropriate configuration section (global, directory or plugin).
 
-Run as service/daemon
+&lt;span id="service"&gt;Run as service/daemon&lt;/span&gt;
 ---
 DirExe can be used with [Java Service Wrapper](http://wrapper.tanukisoftware.com) from ***Tanuki Software***. It is compatible with the "Integration&amp;nbsp;Method&amp;nbsp;1&amp;nbsp;(WrapperSimpleApp)".
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ante Smolcic</dc:creator><pubDate>Sun, 06 May 2012 12:04:24 -0000</pubDate><guid>https://sourceforge.nete98830da2eb45e7394e628b0917edf97b3600b7b</guid></item><item><title>WikiPage Features modified by Ante Smolcic</title><link>https://sourceforge.net/p/direxe/wiki/Features/</link><description>&lt;pre&gt;--- v8 
+++ v9 
@@ -45,3 +45,7 @@
 Variable separator character is the system path separator, i.e. slash on Unix, backslash on Windows etc. So you use \\F on Windows and /F on Linux.  
 
 Not all configuration values can use templates and not all templates can include all variables, it depends on the context. Please, consult the apropriate configuration section (global, directory or plugin).
+
+Run as service/daemon
+---
+DirExe can be used with [Java Service Wrapper](http://wrapper.tanukisoftware.com) from ***Tanuki Software***. It is compatible with the "Integration&amp;nbsp;Method&amp;nbsp;1&amp;nbsp;(WrapperSimpleApp)".
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ante Smolcic</dc:creator><pubDate>Sun, 06 May 2012 11:04:33 -0000</pubDate><guid>https://sourceforge.net53caeb7bf599c269180c5b0d5e4c856b5f3ed8ec</guid></item><item><title>WikiPage Features modified by Ante Smolcic</title><link>https://sourceforge.net/p/direxe/wiki/Features/</link><description>&lt;pre&gt;--- v7 
+++ v8 
@@ -42,6 +42,6 @@
 E - file extension 
 D - date (representation format must be defined in plugin configuration)
 
-Variable separator character is the system path separator, i.e. slash on Unix, backslash on Windows etc. So you use \\F on Winodws and /F on Linux.  
+Variable separator character is the system path separator, i.e. slash on Unix, backslash on Windows etc. So you use \\F on Windows and /F on Linux.  
 
 Not all configuration values can use templates and not all templates can include all variables, it depends on the context. Please, consult the apropriate configuration section (global, directory or plugin).
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ante Smolcic</dc:creator><pubDate>Wed, 02 May 2012 22:22:13 -0000</pubDate><guid>https://sourceforge.net318155bd982b40e0fc79af5387354c4921191533</guid></item><item><title>WikiPage Features modified by Ante Smolcic</title><link>https://sourceforge.net/p/direxe/wiki/Features/</link><description>&lt;pre&gt;--- v6 
+++ v7 
@@ -35,4 +35,13 @@
 ---
 While processing, some configuration values can be modified from the template definition by using template variables. For example, let's say the file name must be renamed to include a date. The template could be **\\F-\\D.\\E**. A file name would then be converted from **invoice.tif** to **invoice-2012-06-22.tif**.
 
+Suported variables are:
+A - absolute path to the file
+F - full file name
+N - file name without extension
+E - file extension 
+D - date (representation format must be defined in plugin configuration)
+
+Variable separator character is the system path separator, i.e. slash on Unix, backslash on Windows etc. So you use \\F on Winodws and /F on Linux.  
+
 Not all configuration values can use templates and not all templates can include all variables, it depends on the context. Please, consult the apropriate configuration section (global, directory or plugin).
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ante Smolcic</dc:creator><pubDate>Wed, 02 May 2012 22:21:21 -0000</pubDate><guid>https://sourceforge.net7143932f66688df012802e103cd9d00405c00519</guid></item><item><title>WikiPage Features modified by Ante Smolcic</title><link>https://sourceforge.net/p/direxe/wiki/Features/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -2,50 +2,37 @@
 
 Monitors multiple directories
 ---
-
 You can configure multipe directories and each directory will get a **thread** that will monitor file **changes**. The plugin you specify will receive the file name which it can process. After the processing the file can be deleted.
 
 Monitoring does not use any OS specific mechanism, but its own implementation. You can specify a **time interval** in which the directory will be polled.
 
 You can start several **instances** of the application with different configuration to diferentiate the load per application or to run it under different user account.
 
 File name filters
 ---
 Default is no filter, so the plugin gets every file in the directory.
 
 You can specify that you want only files that match specific pattern, or that you want to exclude those files, or combine the two patterns. The pattern uses simple wildcards, asterisk (\*) and question mark (?). (Internally it uses Java Regex but it has not been tested with any other combination).
 
 If you declare colliding filters, the exclusion filter is executed last. So, if you define include \*.txt, and exclude \*.t\* you will not get anything.
 
-Plugin: Move/copy/rename
----
+Plugin framework
+---
+Plugin framework lets you define your own plugin or extend an existing one. Plugins included are: Move, Mail and System
+
+#### Plugin: Move/copy/rename ####
 This plugin moves or copies files from one folder to another. If you don't specify "delete" in the configuration, it just copies the file. Destination file can be overwritten or overwritten if it's older.
 
 File can be renamed in the process, as well. You can use template variables in creating new file name or the destination directory.
 
-Plugin: Mail
----
+#### Plugin: Mail ####
 Mails a file as an attachment or as the body of the mail. It can insert headers, footers (as text or from anexternal file), define mail fields (To, From, CC, BCC...) with template variables. *Not yet implemented*.
 
-Plugin: System
----
+#### Plugin: System ####
 Executes files as commands or as parameters of a command. You can wait for the command to finish before processing the next file. You can define a working directory.
 
 Template variables
 ---
-While processing, some values can be modified from the template definition by using tempalte variables. For example, the _renameTo_ value  
-
-
-Flexible configuration
----
-
-
-Plugin framework
-===
-Plugin framework lets you define 
-
-
-
-
-
- - use template variables (name, extension, date..)
+While processing, some configuration values can be modified from the template definition by using template variables. For example, let's say the file name must be renamed to include a date. The template could be **\\F-\\D.\\E**. A file name would then be converted from **invoice.tif** to **invoice-2012-06-22.tif**.
+
+Not all configuration values can use templates and not all templates can include all variables, it depends on the context. Please, consult the apropriate configuration section (global, directory or plugin).
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ante Smolcic</dc:creator><pubDate>Tue, 01 May 2012 14:01:47 -0000</pubDate><guid>https://sourceforge.netbd117535aea025b9097513a263a8c95339328524</guid></item><item><title>WikiPage Features modified by Ante Smolcic</title><link>https://sourceforge.net/p/direxe/wiki/Features/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -3,25 +3,49 @@
 Monitors multiple directories
 ---
 
-You can configure multipe directories and each directory will get a **thread** that will monitor file **changes**. The plugin you specify will receive the file name which it can process.
-
+You can configure multipe directories and each directory will get a **thread** that will monitor file **changes**. The plugin you specify will receive the file name which it can process. After the processing the file can be deleted.
+
 Monitoring does not use any OS specific mechanism, but its own implementation. You can specify a **time interval** in which the directory will be polled.
 
 You can start several **instances** of the application with different configuration to diferentiate the load per application or to run it under different user account.
 
 File name filters
 ---
 Default is no filter, so the plugin gets every file in the directory.
 
-You can specify that you want only files that match specific pattern, or that you want to exclude those files, or combine the two patterns. The pattern uses simple wildcards, asterisk (*) and question mark (?). (Internally it uses Java Regex but it has not been tested with any other combination).
-
-If you declare colliding filters, the exclusion filter is executed last. So, if you define include *.txt, and exclude *.t* you will not get anything.
-
-Move/copy/rename
----
-
-
- - mail files as attachment or as body
- - execute files
+You can specify that you want only files that match specific pattern, or that you want to exclude those files, or combine the two patterns. The pattern uses simple wildcards, asterisk (\*) and question mark (?). (Internally it uses Java Regex but it has not been tested with any other combination).
+
+If you declare colliding filters, the exclusion filter is executed last. So, if you define include \*.txt, and exclude \*.t\* you will not get anything.
+
+Plugin: Move/copy/rename
+---
+This plugin moves or copies files from one folder to another. If you don't specify "delete" in the configuration, it just copies the file. Destination file can be overwritten or overwritten if it's older.
+
+File can be renamed in the process, as well. You can use template variables in creating new file name or the destination directory.
+
+Plugin: Mail
+---
+Mails a file as an attachment or as the body of the mail. It can insert headers, footers (as text or from anexternal file), define mail fields (To, From, CC, BCC...) with template variables. *Not yet implemented*.
+
+Plugin: System
+---
+Executes files as commands or as parameters of a command. You can wait for the command to finish before processing the next file. You can define a working directory.
+
+Template variables
+---
+While processing, some values can be modified from the template definition by using tempalte variables. For example, the _renameTo_ value  
+
+
+Flexible configuration
+---
+
+
+Plugin framework
+===
+Plugin framework lets you define 
+
+
+
+
+
  - use template variables (name, extension, date..)
- - plugin framework
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ante Smolcic</dc:creator><pubDate>Tue, 01 May 2012 12:58:30 -0000</pubDate><guid>https://sourceforge.net5b6b8300181b3a9b7a03d29621446acdbc18d524</guid></item><item><title>WikiPage Features modified by Ante Smolcic</title><link>https://sourceforge.net/p/direxe/wiki/Features/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -1,24 +1,24 @@
 (Some of these features are not yet implemented.)
 
 Monitors multiple directories
-===
-
+---
+
 You can configure multipe directories and each directory will get a **thread** that will monitor file **changes**. The plugin you specify will receive the file name which it can process.
 
 Monitoring does not use any OS specific mechanism, but its own implementation. You can specify a **time interval** in which the directory will be polled.
 
 You can start several **instances** of the application with different configuration to diferentiate the load per application or to run it under different user account.
 
-File name Filters
-===
+File name filters
+---
 Default is no filter, so the plugin gets every file in the directory.
 
 You can specify that you want only files that match specific pattern, or that you want to exclude those files, or combine the two patterns. The pattern uses simple wildcards, asterisk (*) and question mark (?). (Internally it uses Java Regex but it has not been tested with any other combination).
 
 If you declare colliding filters, the exclusion filter is executed last. So, if you define include *.txt, and exclude *.t* you will not get anything.
 
 Move/copy/rename
-==
+---
 
 
  - mail files as attachment or as body
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ante Smolcic</dc:creator><pubDate>Tue, 01 May 2012 11:05:13 -0000</pubDate><guid>https://sourceforge.net7290637622990adf73150bd9cde5e1bb0bbc4c38</guid></item><item><title>WikiPage Features modified by Ante Smolcic</title><link>https://sourceforge.net/p/direxe/wiki/Features/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -3,18 +3,24 @@
 Monitors multiple directories
 ===
 
-
 You can configure multipe directories and each directory will get a **thread** that will monitor file **changes**. The plugin you specify will receive the file name which it can process.
 
 Monitoring does not use any OS specific mechanism, but its own implementation. You can specify a **time interval** in which the directory will be polled.
 
-You can start several **instances** of the application to diferentiate the load per application or the user account it runs under.
-
-
-
-
- - include/exclude file filters
- - move/copy/rename files
+You can start several **instances** of the application with different configuration to diferentiate the load per application or to run it under different user account.
+
+File name Filters
+===
+Default is no filter, so the plugin gets every file in the directory.
+
+You can specify that you want only files that match specific pattern, or that you want to exclude those files, or combine the two patterns. The pattern uses simple wildcards, asterisk (*) and question mark (?). (Internally it uses Java Regex but it has not been tested with any other combination).
+
+If you declare colliding filters, the exclusion filter is executed last. So, if you define include *.txt, and exclude *.t* you will not get anything.
+
+Move/copy/rename
+==
+
+
  - mail files as attachment or as body
  - execute files
  - use template variables (name, extension, date..)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ante Smolcic</dc:creator><pubDate>Tue, 01 May 2012 10:52:47 -0000</pubDate><guid>https://sourceforge.netf7cb4939b05d7b28666ed9c718d620540c6553e9</guid></item><item><title>WikiPage Features modified by Ante Smolcic</title><link>https://sourceforge.net/p/direxe/wiki/Features/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -2,11 +2,15 @@
 
 Monitors multiple directories
 ===
-You can configure multipe directories and each directory will get a thread that will monitor file changes. The plugin you specify will receive the file name which it can process.
-
-Monitoring does not use any OS specific mechanism, but its own implementation. You can specify a time interval in which the directory will be polled.
-
-You can start several instances of the application to diferentiate the load per application or the user account it runs under.
+
+
+You can configure multipe directories and each directory will get a **thread** that will monitor file **changes**. The plugin you specify will receive the file name which it can process.
+
+Monitoring does not use any OS specific mechanism, but its own implementation. You can specify a **time interval** in which the directory will be polled.
+
+You can start several **instances** of the application to diferentiate the load per application or the user account it runs under.
+
+
 
 
  - include/exclude file filters
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ante Smolcic</dc:creator><pubDate>Tue, 01 May 2012 10:34:44 -0000</pubDate><guid>https://sourceforge.net0a4953576279327ba3b967ea91ec6b6dee6690be</guid></item><item><title>WikiPage Features modified by Ante Smolcic</title><link>https://sourceforge.net/p/direxe/wiki/Features/</link><description>(Some of these features are not yet implemented.)

Monitors multiple directories
===
You can configure multipe directories and each directory will get a thread that will monitor file changes. The plugin you specify will receive the file name which it can process.

Monitoring does not use any OS specific mechanism, but its own implementation. You can specify a time interval in which the directory will be polled.

You can start several instances of the application to diferentiate the load per application or the user account it runs under.


 - include/exclude file filters
 - move/copy/rename files
 - mail files as attachment or as body
 - execute files
 - use template variables (name, extension, date..)
 - plugin framework</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ante Smolcic</dc:creator><pubDate>Tue, 01 May 2012 10:27:29 -0000</pubDate><guid>https://sourceforge.net5f7d34d75594f2ecb82b0eb5d72115f14b9713b6</guid></item></channel></rss>