[Fasttran-checkins] htdocs index.shtml,1.1,1.2
Status: Alpha
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2007-02-21 05:37:47
|
Update of /cvsroot/fasttran/htdocs In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv11025 Modified Files: index.shtml Log Message: describe download options Index: index.shtml =================================================================== RCS file: /cvsroot/fasttran/htdocs/index.shtml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.shtml 14 Feb 2007 08:19:01 -0000 1.1 --- index.shtml 21 Feb 2007 05:37:40 -0000 1.2 *************** *** 21,26 **** <p>At present, <a class="reference" href="http://fasttran.sourceforge.net/">fasttran</a> can work with <a class="reference" href="http://office.microsoft.com/en-us/word/default.aspx">Microsoft Word</a> documents only, and requires <a class="reference" href="http://www.microsoft.com/Windows/default.mspx">Microsoft Windows</a> and <a class="reference" href="http://office.microsoft.com/en-us/word/default.aspx">Microsoft Word</a> to run. ! Depending on selected download option, additional software may be required.</p> </div> <div class="section"> --- 21,39 ---- <p>At present, <a class="reference" href="http://fasttran.sourceforge.net/">fasttran</a> can work with <a class="reference" href="http://office.microsoft.com/en-us/word/default.aspx">Microsoft Word</a> documents only, and requires <a class="reference" href="http://www.microsoft.com/Windows/default.mspx">Microsoft Windows</a> and <a class="reference" href="http://office.microsoft.com/en-us/word/default.aspx">Microsoft Word</a> to run. ! Depending on selected <a class="reference" href="http://sourceforge.net/project/showfiles.php?group_id=189200">download</a> option, additional software may be required.</p> + <p>Most complete installation file is <tt class="docutils literal"><span class="pre">fasttran-x.x.x-setup.exe</span></tt> + (where <tt class="docutils literal"><span class="pre">x.x.x</span></tt> is version number, e.g. <tt class="docutils literal"><span class="pre">0.1.0</span></tt> in + <tt class="docutils literal"><span class="pre">fasttran-0.1.0-setup.exe</span></tt>). This installer executable includes + everything needed to run <a class="reference" href="http://fasttran.sourceforge.net/">fasttran</a> (except for <a class="reference" href="http://www.microsoft.com/Windows/default.mspx">Microsoft Windows</a> + and <a class="reference" href="http://office.microsoft.com/en-us/word/default.aspx">Microsoft Word</a>, of course). It is highly recommended to take + this download option. It's only drawback is bigger download and + installation size.</p> + <p><tt class="docutils literal"><span class="pre">fasttran-x.x.x.win32.exe</span></tt> is <a class="reference" href="http://www.python.org/">Python</a> module installer. If you + use Python for everyday work, you may use this option to spare + several MiBs of disk space. You will need to have installed <a class="reference" href="http://www.python.org/">Python</a>, + <a class="reference" href="http://sourceforge.net/project/showfiles.php?group_id=78018">pywin32</a> and <a class="reference" href="http://www.wxpython.org/">wxPython</a>.</p> + <p><tt class="docutils literal"><span class="pre">fasttran-x.x.x.tar.gz</span></tt> is <a class="reference" href="http://fasttran.sourceforge.net/">fasttran</a> source package. If you take + this one, you must know what you are doing.</p> </div> <div class="section"> |