<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to User Guide</title><link>https://sourceforge.net/p/dragonteam-gl02/wiki/User%2520Guide/</link><description>Recent changes to User Guide</description><atom:link href="https://sourceforge.net/p/dragonteam-gl02/wiki/User%20Guide/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 09 Jan 2020 15:33:56 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dragonteam-gl02/wiki/User%20Guide/feed" rel="self" type="application/rss+xml"/><item><title>User Guide modified by Mithulan VANNIYASINGAM</title><link>https://sourceforge.net/p/dragonteam-gl02/wiki/User%2520Guide/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -44,10 +44,10 @@
 next day.

 ### period search 
-   node mailAnalyzer period &amp;lt;time1-time2&amp;gt;
+   node mailAnalyzer period &amp;lt;date1&amp;gt;, &amp;lt;date2&amp;gt;
 This command displays all mails that were sent during a certain period. 

-* `time1-time2` just like 01-20, 12-19
+* `date1`, `time2` just like 01-20, 12-19

 ### Top 10 Interlocutors 
     node mailAnalyzer.js topinterlocutor &amp;lt;mail&amp;gt;
&amp;lt;/mail&amp;gt;&amp;lt;/date2&amp;gt;&amp;lt;/date1&amp;gt;&amp;lt;/time1-time2&amp;gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mithulan VANNIYASINGAM</dc:creator><pubDate>Thu, 09 Jan 2020 15:33:56 -0000</pubDate><guid>https://sourceforge.netb3ccb9cc7f39147b01ab1cbfda7c097af258acaa</guid></item><item><title>User Guide modified by Perrier</title><link>https://sourceforge.net/p/dragonteam-gl02/wiki/User%2520Guide/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,13 +1,75 @@
-Using this software, you can analyze a folder containing mails to gather informations on them.
+# mailAnalyzer.js

-You can use the functions directly after calling the program in order to execute them.
+A library to get information about a dataset of mails
+that will be used by UIConsult to improve their analyzing of the work of employees.
+----------
+## How to use

-findcontact gives you the email of someone you want to analyse.
+In order to use the library, you need to open a command-line interface in the source of this library (in frenglish-gl02-git) and launch

-search and keyword help you find a specific mail from given attributes
+     node mailAnalyzer.js

-topinterlocutor, topterm, graph and allinterlocutor help you analyze the mailbox of someone in particular.
+This will open the help for the library, other commands will be browsed below.

-countemails and buzzy helps you make general stats.
+All commands use the dataset of mails in `mail` containing mails of UIConsult collaborators.

-If any doubts, you can always check help for a specific command
+------
+## Commands
+
+### Set Up
+    node mailAnalyzer.js mailPath &amp;lt;path&amp;gt;
+This command changes the actual path to the new path if it exists (Note: you can also manually edit the path.txt file)
+
+### Graph 
+    node mailAnalyzer.js graph &amp;lt;mail&amp;gt;
+This command allow you to visualize in a graph how many mails were exchanged with others for a given address mail. It creates a scatter plot in SVG format.
+
+* `mail` Mail address of the collaborator
+
+### Search 
+    node mailAnalyzer.js search &amp;lt;condition&amp;gt; &amp;lt;value&amp;gt;
+This command is a search tool for person. It displays a list of mail matching the name, mail or surname given in arguments. Let's detail arguments :
+
+* `condition`  What condition you want your search to match between :
+    * name : Searching in names of sender or receiver
+    * surname : Searching in surnames of sender or receiver
+    * mail : Searching in mail addresses of sender or receiver
+
+* `value` The name, surname or mail address you are searching
+
+### Buzzy days 
+     node mailAnalyzer.js buzzy &amp;lt;targetperson&amp;gt;
+
+This command displays all mails of a target person that were sent during weekend or between 10:00pm and 8:00am of the
+next day.
+
+### period search 
+   node mailAnalyzer period &amp;lt;time1-time2&amp;gt;
+This command displays all mails that were sent during a certain period. 
+
+* `time1-time2` just like 01-20, 12-19
+
+### Top 10 Interlocutors 
+    node mailAnalyzer.js topinterlocutor &amp;lt;mail&amp;gt;
+This command displays the 10 interlocutors a given collaborator has exchanged with the most.
+
+* `mail` Mail address of the collaborator
+
+### All Interlocutors 
+    node mailAnalyzer.js allinterlocutor &amp;lt;mail&amp;gt;
+This command displays all interlocutors for a given collaborator has exchanged with.
+
+* `mail` Mail address of the collaborator
+
+### Top 10 terms 
+    node mailAnalyzer.js topterm &amp;lt;mail&amp;gt;
+This command displays the 10 terms the most used by a given collaborator.
+
+* `mail` Mail address of the collaborator
+
+
+### find contact 
+   node mailAnalyzer findcontact &amp;lt;name&amp;gt;
+This command displays find the contact address of someone.
+
+* `name` First and LastName of the collaborator,like findcontact "John Arnold"
&amp;lt;/name&amp;gt;&amp;lt;/mail&amp;gt;&amp;lt;/mail&amp;gt;&amp;lt;/mail&amp;gt;&amp;lt;/time1-time2&amp;gt;&amp;lt;/targetperson&amp;gt;&amp;lt;/value&amp;gt;&amp;lt;/condition&amp;gt;&amp;lt;/mail&amp;gt;&amp;lt;/path&amp;gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Perrier</dc:creator><pubDate>Thu, 09 Jan 2020 15:28:43 -0000</pubDate><guid>https://sourceforge.net848277df650b242bad4499e590d67ec9c4bcb122</guid></item><item><title>User Guide modified by Grenon Maxence</title><link>https://sourceforge.net/p/dragonteam-gl02/wiki/User%2520Guide/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Using this software, you can analyze a folder containing mails to gather informations on them.&lt;/p&gt;
&lt;p&gt;You can use the functions directly after calling the program in order to execute them.&lt;/p&gt;
&lt;p&gt;findcontact gives you the email of someone you want to analyse.&lt;/p&gt;
&lt;p&gt;search and keyword help you find a specific mail from given attributes&lt;/p&gt;
&lt;p&gt;topinterlocutor, topterm, graph and allinterlocutor help you analyze the mailbox of someone in particular.&lt;/p&gt;
&lt;p&gt;countemails and buzzy helps you make general stats.&lt;/p&gt;
&lt;p&gt;If any doubts, you can always check help for a specific command&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Grenon Maxence</dc:creator><pubDate>Wed, 08 Jan 2020 15:27:19 -0000</pubDate><guid>https://sourceforge.net931768b3d152386afcaf9b24fe22fa1c04e862c9</guid></item></channel></rss>