~jonthysell/wtods/trunk

« back to all changes in this revision

Viewing changes to readme.htm

  • Committer: Jon Thysell
  • Date: 2010-01-10 07:13:37 UTC
  • Revision ID: thysell@gmail.com-20100110071337-1pu0x85z81jn542s
Updated readme to reflect macro security changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
                        <li>Forecasts when you'll achieve your target weight</li>
48
48
                        <li>Graphs your progress</li>
49
49
                </ul>
50
 
                <p>WTODS has been tested compatible with OpenOffice 2.3 and above for both Linux and Windows, but may work on earlier versions. Macros must be enabled before you start entering weights. <a href="#macros">See Below</a></p>
 
50
                <p>WTODS has been tested compatible with OpenOffice 3.1.1 for both Linux and Windows, but may still work on earlier versions. Macros must be enabled before you start entering weights. <a href="#macros">See Below</a></p>
51
51
                </div>
52
52
                <h2><a name="usage"></a>Usage</h2>
53
53
                <div class="i1">
54
54
                <h3><a name="newusers"></a>New Users</h3>
55
55
                <div class="i1">
56
56
                <h4>The Hacker's Diet</h4>
57
 
                <p>I designed WTODS to be easy to use, and I've followed the nomenclature John Walker's <a href="http://fourmilab.ch/hackdiet/">The Hacker's Diet</a> whenever possible. The book is freely available online: with it I lost over 100 pounds and 10 inches off my waist.</p>
 
57
                <p>I designed WTODS to be easy to use, and I've followed the nomenclature John Walker's <a href="http://fourmilab.ch/hackdiet/">The Hacker's Diet</a> whenever possible. The book is freely available online: with it I lost over 100 pounds and 10 inches off my waist. I still use it to this day to maintain my weight with years of continued success!</p>
58
58
 
59
59
                <h4>Use</h4>
60
60
                <p>There are 14 visible sheet tabs on the bottom near the scrollbar, one summary sheet named "Main", one named "Chart", and one sheet for each month in the year.  Using the default color scheme, only the white boxes are editable, everything else is auto-calculated by WTODS.</p>
64
64
                <p>Use the "Configure Options" button to change WTODS's options. Each option has a tooltip; leave your cursor over the option for a description on what it does.</p>
65
65
 
66
66
                <h4><a name="macros"></a>Macro Security</h4>
67
 
                <p>WTODS requires the use of macros. When you open wt.ods, you may be prompted to enable macros. If not, you may need to change OpenOffice's security settings:</p>
68
 
                <ol>
69
 
                        <li>Open OpenOffice.</li>
70
 
                        <li>Choose Tools &rarr; Options from the menu bar.</li>
71
 
                        <li>Choose OpenOffice.org &rarr; Security &rarr; Macro Security</li>
72
 
                        <li>You have two options:<ol>
73
 
                                <li>Medium (Recommended): Now, whenever you open documents with macros, like WTODS, you'll be prompted to enable them. Be sure to always enable macros in WTODS or the sheet won't work properly.</li>
74
 
                                <li>Low: Macros will be enabled automatically without prompting, not recommended because you might open a document with macros dangerous to your system.</li>
75
 
                        </ol></li>
76
 
                        <li>Now open wt.ods.</li>
77
 
                </ol>
 
67
                <p>When you open wt.ods for the first time, you will be prompted to enable macros. WTODS requires the use of macros to function properly. For more information about WTODS and macros, see <a href="http://answers.launchpad.net/wtods/+faq/898">Does WTODS need macros enabled?</a></p> 
78
68
                
79
69
                <h4>Under the Hood</h4>
80
70
                <p>All sheets are only protected to prevent screwing up the formulas. You can unprotect a sheet with Tools &rarr; Protect document &rarr; Sheet. The password is blank.</p>
104
94
                        <li>trunk : active<ul>
105
95
                                <li>Project renamed from WT2 to WTODS.</li>
106
96
                                <li>Replaced Charts button with new Chart sheet.</li>
 
97
                                <li>Official (non-trunk) releases have had their macros signed, to protect against malicious tampering.</li>
107
98
                                <li>Fixed #VALUE/Err:529 bugs arising from behavior change in OOo Calc 2.4. (See <a href="https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/210153">bug</a>)</li>
108
99
                                <li>Fixed the bug where you couldn't see your month's progress until the next month.</li>
109
100
                                <li>Simplified calculation complexity and maintenance requirements by removing morning/evening weights and the buggy "no-carry" option.</li>