<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/timingdrawer/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/timingdrawer/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 02 May 2015 20:12:50 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/timingdrawer/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Nico V</title><link>https://sourceforge.net/p/timingdrawer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v21
+++ v22
@@ -35,7 +35,7 @@

 ### Quick start

-* [Install Python](http://python.org) if needed. Known to work with Python 2.7 and 3.3.
+* [Install Python](http://python.org) if needed. Known to work with Python 2.6, 2.7 and 3.3.
 * [Download TimingDrawer](https://sourceforge.net/projects/timingdrawer/files/latest/download)
 * Have a look at [the syntax with some examples here](Input File Syntax).
 * Click on the file to start the GUI.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nico V</dc:creator><pubDate>Sat, 02 May 2015 20:12:50 -0000</pubDate><guid>https://sourceforge.netcb27d4c825eebf3b6553cee68513d67c52696a19</guid></item><item><title>Home modified by Nico V</title><link>https://sourceforge.net/p/timingdrawer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v20
+++ v21
@@ -35,9 +35,9 @@

 ### Quick start

-* Install [Python](http://python.org) if needed. Known to work with Python 2.7 and 3.3.
-* [Download](https://sourceforge.net/projects/timingdrawer/files/latest/download) TimingDrawer
-* Have a look at the syntax with some examples [here](Input File Syntax).
+* [Install Python](http://python.org) if needed. Known to work with Python 2.7 and 3.3.
+* [Download TimingDrawer](https://sourceforge.net/projects/timingdrawer/files/latest/download)
+* Have a look at [the syntax with some examples here](Input File Syntax).
 * Click on the file to start the GUI.
 * Or use it in command line mode from a terminal:
 _prompt&amp;gt; ./TimingDrawer.pyw --svg example.tdrw_
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nico V</dc:creator><pubDate>Sat, 02 May 2015 16:37:49 -0000</pubDate><guid>https://sourceforge.net4f56c19c0acd8e0066d339aed2a12f2ff5a58a7c</guid></item><item><title>Home modified by Nico V</title><link>https://sourceforge.net/p/timingdrawer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v19
+++ v20
@@ -23,8 +23,9 @@
     * Avoid the loop edit-save-generate-view-edit...
 * Generate vector graphics:
     * High visual quality on screen or on paper.
-    * _Encapsulated PostScript_ (eps) can be directly inserted in MS Word documents.
-    * _Scalable Vector Graphic_ (svg) can be easily embedded in web pages.
+    * _Scalable Vector Graphic_ (svg) can be easily embedded in web pages and supported by many tools.
+    * _Enhanced Metafile Format_ (emf) can be directly inserted in MS Word documents (note that emf files are not fully supported by open-source tools such as LibreOffice or Inkscape).
+    * _Encapsulated PostScript_ (eps) is also supported (but it gives lower quality graphic).
     * It can also generate text based diagram (to be included directly as a comment in a source file for example)
 * Written in pure Python:
     * Requires only [Python](http://python.org) (already available on Linux platform; easily installed on Windows platform).
@@ -34,19 +35,17 @@

 ### Quick start

-* Install [Python](http://python.org) if needed. Known to work with Python 2.6 and 2.7. Not compatible with Python 3.
+* Install [Python](http://python.org) if needed. Known to work with Python 2.7 and 3.3.
 * [Download](https://sourceforge.net/projects/timingdrawer/files/latest/download) TimingDrawer
 * Have a look at the syntax with some examples [here](Input File Syntax).
 * Click on the file to start the GUI.
 * Or use it in command line mode from a terminal:
 _prompt&amp;gt; ./TimingDrawer.pyw --svg example.tdrw_
-_prompt&amp;gt; ./TimingDrawer.pyw --eps example.tdrw_
+_prompt&amp;gt; ./TimingDrawer.pyw --emf example.tdrw_

 ### Tips for MS Word users

-* MS Word supports Encapsulated PostScript (eps) format (_Insert&amp;gt;Picture_).
-* The EPS drawings do not always look great inside the Word processor. However, they are nicely printed and exported to PDF.
-* To see nice drawings inside Word, you can right click on the picture, select _Edit_ and convert it to Microsoft Office drawing object.
+* MS Word supports Enhanced Metafile Format (emf) files (_Insert&amp;gt;Picture_).
 * It is possible to copy and paste directly from TimingDrawer to MS Word. This requires insallation of the Python [pywin32](http://sourceforge.net/projects/pywin32/) package. In TimingDrawer, select _Export&amp;gt;Copy eps file to clipboard_ and paste in Word.

 ### Thanks
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nico V</dc:creator><pubDate>Sat, 02 May 2015 16:36:48 -0000</pubDate><guid>https://sourceforge.netb818cd2bdb42e2bfac29918d2b576a22c3f31294</guid></item><item><title>Home modified by Nico V</title><link>https://sourceforge.net/p/timingdrawer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -25,6 +25,7 @@
     * High visual quality on screen or on paper.
     * _Encapsulated PostScript_ (eps) can be directly inserted in MS Word documents.
     * _Scalable Vector Graphic_ (svg) can be easily embedded in web pages.
+    * It can also generate text based diagram (to be included directly as a comment in a source file for example)
 * Written in pure Python:
     * Requires only [Python](http://python.org) (already available on Linux platform; easily installed on Windows platform).
     * No installation required (no administrator right required).
@@ -33,13 +34,13 @@

 ### Quick start

-* Install [Python](http://python.org) if needed.
+* Install [Python](http://python.org) if needed. Known to work with Python 2.6 and 2.7. Not compatible with Python 3.
 * [Download](https://sourceforge.net/projects/timingdrawer/files/latest/download) TimingDrawer
 * Have a look at the syntax with some examples [here](Input File Syntax).
 * Click on the file to start the GUI.
 * Or use it in command line mode from a terminal:
-_prompt&gt; ./TimingDrawer.pyw --svg example.txt_
-_prompt&gt; ./TimingDrawer.pyw --eps example.txt_
+_prompt&gt; ./TimingDrawer.pyw --svg example.tdrw_
+_prompt&gt; ./TimingDrawer.pyw --eps example.tdrw_

 ### Tips for MS Word users

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nico V</dc:creator><pubDate>Sat, 12 Oct 2013 11:13:44 -0000</pubDate><guid>https://sourceforge.netd1daa6eabd9b7ad988ae17379f3f8b79699c5467</guid></item><item><title>Home modified by Nico V</title><link>https://sourceforge.net/p/timingdrawer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -2,6 +2,8 @@
 This tool generates timing diagrams for documenting hardware design. It reads the description from a text file with a [simple syntax](Input File Syntax). It generates vector graphic. It can be used in command line mode or with a GUI. It is written in Python and works on any platform.

 [[download_button]]
+
+...

 * [Click here to download](https://sourceforge.net/projects/timingdrawer/files/latest/download)
 * [Click here for syntax description and examples](Input File Syntax)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nico V</dc:creator><pubDate>Sat, 07 Sep 2013 20:30:37 -0000</pubDate><guid>https://sourceforge.neta95d462fd6b01f324e002fdc30946a5e24ead52c</guid></item><item><title>Home modified by Nico V</title><link>https://sourceforge.net/p/timingdrawer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -3,7 +3,8 @@

 [[download_button]]

-...
+* [Click here to download](https://sourceforge.net/projects/timingdrawer/files/latest/download)
+* [Click here for syntax description and examples](Input File Syntax)

 ### Features

@@ -35,8 +36,8 @@
 * Have a look at the syntax with some examples [here](Input File Syntax).
 * Click on the file to start the GUI.
 * Or use it in command line mode from a terminal:
-_prompt&gt; ./TimingDrawer --svg example.txt_
-_prompt&gt; ./TimingDrawer --eps example.txt_
+_prompt&gt; ./TimingDrawer.pyw --svg example.txt_
+_prompt&gt; ./TimingDrawer.pyw --eps example.txt_

 ### Tips for MS Word users

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nico V</dc:creator><pubDate>Sat, 07 Sep 2013 20:28:50 -0000</pubDate><guid>https://sourceforge.net07a34e68fe174bb958ac0fd306c86dcf22d337b6</guid></item><item><title>Home modified by Nick V.</title><link>https://sourceforge.net/p/timingdrawer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -12,11 +12,12 @@
     * Easy to learn.
     * Easy to use.
 * Command line interface:
-    * Use your favorite text editor.
-    * Use your own scripts.
+    * Use it your favorite text editor.
+    * Use it with your own scripts.
 * GUI:
     * A simple text editor with auto-preview (no graphic editing...).
     * No need to install an external viewer.
+    * Avoid the loop edit-save-generate-view-edit...
 * Generate vector graphics:
     * High visual quality on screen or on paper.
     * _Encapsulated PostScript_ (eps) can be directly inserted in MS Word documents.
@@ -31,7 +32,7 @@

 * Install [Python](http://python.org) if needed.
 * [Download](https://sourceforge.net/projects/timingdrawer/files/latest/download) TimingDrawer
-* Have a look at the syntax with examples [here](Input File Syntax).
+* Have a look at the syntax with some examples [here](Input File Syntax).
 * Click on the file to start the GUI.
 * Or use it in command line mode from a terminal:
 _prompt&gt; ./TimingDrawer --svg example.txt_
@@ -43,3 +44,6 @@
 * The EPS drawings do not always look great inside the Word processor. However, they are nicely printed and exported to PDF.
 * To see nice drawings inside Word, you can right click on the picture, select _Edit_ and convert it to Microsoft Office drawing object.
 * It is possible to copy and paste directly from TimingDrawer to MS Word. This requires insallation of the Python [pywin32](http://sourceforge.net/projects/pywin32/) package. In TimingDrawer, select _Export&gt;Copy eps file to clipboard_ and paste in Word.
+
+### Thanks
+This project is strongly inspired by http://drawtiming.sourceforge.net/. Thanks to their developpers.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nick V.</dc:creator><pubDate>Tue, 16 Apr 2013 19:39:46 -0000</pubDate><guid>https://sourceforge.net7761525fecb2ac761b72ed9b4457625271c364ee</guid></item><item><title>Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/timingdrawer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -30,7 +30,7 @@
 ### Quick start

 * Install [Python](http://python.org) if needed.
-* Download it.
+* [Download](https://sourceforge.net/projects/timingdrawer/files/latest/download) TimingDrawer
 * Have a look at the syntax with examples [here](Input File Syntax).
 * Click on the file to start the GUI.
 * Or use it in command line mode from a terminal:
&lt;/pre&gt;
&lt;/div&gt;</description><pubDate>Wed, 10 Apr 2013 20:14:32 -0000</pubDate><guid>https://sourceforge.netad260fb93631cd9622195764df188525184751fe</guid></item><item><title>Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/timingdrawer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -3,7 +3,7 @@

 [[download_button]]

-Click here to download
+...

 ### Features

&lt;/pre&gt;
&lt;/div&gt;</description><pubDate>Wed, 10 Apr 2013 20:13:24 -0000</pubDate><guid>https://sourceforge.net7a71580b5ae590deb36d926b53dd05b38fd83a28</guid></item><item><title>Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/timingdrawer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -2,6 +2,8 @@
 This tool generates timing diagrams for documenting hardware design. It reads the description from a text file with a [simple syntax](Input File Syntax). It generates vector graphic. It can be used in command line mode or with a GUI. It is written in Python and works on any platform.

 [[download_button]]
+
+Click here to download

 ### Features

&lt;/pre&gt;
&lt;/div&gt;</description><pubDate>Wed, 10 Apr 2013 20:12:37 -0000</pubDate><guid>https://sourceforge.net54b2c688f536751f86fac1bb5b3441ebd9dbd33d</guid></item></channel></rss>