Skip to content

Commit

Permalink
Crontab: update documentation files.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 27, 2013
1 parent a8c270b commit 7e201cc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 32 deletions.
12 changes: 5 additions & 7 deletions app/views/App/apps/hermes/docs/CHANGES.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,20 @@ <h3>Changes by Release</h3><pre>
v2.0-git
--------

[mjr] Implement exclusive timers (<a href="http://bugs.horde.org/ticket/12543">Request #12543</a>).
[mjr] Add ability to optionally add client, cost object, or job type to timer
on creation.
[mjr] Add listTimeObjects support.
[mjr] Redesigned UI.
[jan] Fix listing per-client cost objects in search form.
[jan] Add Latvian translation (Jānis Eisaks &lt;jancs@dv.lv>).
[mjr] Allow pausing and restarting timers.
[mjr] Add ajax view.
[jan] Remove Sandals widget.
[mjr] Refactor for Horde 5.
[jan] Provide default configuration files instead of .dist versions.


----------
v1.0.2-cvs
----------




------
v1.0.1
------
Expand Down
31 changes: 7 additions & 24 deletions app/views/App/apps/hermes/docs/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ <h1 class="title">What is Hermes?</h1>
<li><a class="reference internal" href="#cost-objects" id="id6">4.2&nbsp;&nbsp;&nbsp;Cost Objects</a></li>
</ul>
</li>
<li><a class="reference internal" href="#using-the-os-x-widget" id="id7">5&nbsp;&nbsp;&nbsp;Using the OS X Widget</a></li>
<li><a class="reference internal" href="#assistance" id="id8">6&nbsp;&nbsp;&nbsp;Assistance</a></li>
<li><a class="reference internal" href="#licensing" id="id9">7&nbsp;&nbsp;&nbsp;Licensing</a></li>
<li><a class="reference internal" href="#assistance" id="id7">5&nbsp;&nbsp;&nbsp;Assistance</a></li>
<li><a class="reference internal" href="#licensing" id="id8">6&nbsp;&nbsp;&nbsp;Licensing</a></li>
</ul>
</div>
<p>Hermes is a Horde time-tracking application. It ties into address books (to
retrieve clients) and task lists, bug trackers etc. (to retrieve cost
objects). It comes with a stop watch, search and reporting capabilities, a
MacOSX Dashboard widget and an invoice interface.</p>
objects). It comes with a timers, search and reporting capabilities, and an
invoice interface.</p>
<p>This software is OSI Certified Open Source Software. OSI Certified is a
certification mark of the <a class="reference external" href="http://www.opensource.org/">Open Source Initiative</a>.</p>
<div class="section" id="obtaining-hermes">
Expand Down Expand Up @@ -71,7 +70,7 @@ <h2><a class="toc-backref" href="#id5">4.1&nbsp;&nbsp;&nbsp;Editing Submitted Ti
granted the ability to edit submitted (but not exported) time by granting the
&quot;EDIT&quot; permission for &quot;Hermes -&gt; Time Review Screen&quot; (see &quot;Permissions&quot; from
the Administration menu for more info). This will enable them to edit
submitted time from anywhere they can see it, which right means from the
submitted time from anywhere they can see it, which right now means from the
Search screen.</p>
<p>This permission also gives the user the ability to mark time as exported when
downloading it.</p>
Expand All @@ -87,24 +86,8 @@ <h2><a class="toc-backref" href="#id6">4.2&nbsp;&nbsp;&nbsp;Cost Objects</a></h2
objects.</p>
</div>
</div>
<div class="section" id="using-the-os-x-widget">
<h1><a class="toc-backref" href="#id7">5&nbsp;&nbsp;&nbsp;Using the OS X Widget</a></h1>
<p>If you are running Apple's OS X version 10.4 (Tiger) or later you can use the
included widget, Sandals, to enter time directly from the Dashboard. Sandals
can be found in the scripts/ directory. The easiest way to install it is to
create a .zip of the directory and copy that to the OS X computer. After
decompressing the .zip on the Mac, double-click the widget icon and it will be
installed into your Dashboard.</p>
<p>To use Sandals you must configure the Horde URL to rpc.php along with your
username and password. Horde's rpc.php can be found in the base directory of
your Horde install. Example: <a class="reference external" href="http://www.example.com/horde/rpc.php">http://www.example.com/horde/rpc.php</a></p>
<p>A note about security: If you are using OS X 10.5 (Leopard) your username and
password will be securely stored in your Keychain. For 10.4 the credentials
are stored in the normal Dashboard preferences unencrypted. If this is an
issue for you, you should not use Sandals on OS X 10.4.</p>
</div>
<div class="section" id="assistance">
<h1><a class="toc-backref" href="#id8">6&nbsp;&nbsp;&nbsp;Assistance</a></h1>
<h1><a class="toc-backref" href="#id7">5&nbsp;&nbsp;&nbsp;Assistance</a></h1>
<p>If you encounter problems with Hermes, help is available!</p>
<p>The Horde Frequently Asked Questions List (FAQ), available on the Web at</p>
<blockquote>
Expand All @@ -119,7 +102,7 @@ <h1><a class="toc-backref" href="#id8">6&nbsp;&nbsp;&nbsp;Assistance</a></h1>
(irc.freenode.net).</p>
</div>
<div class="section" id="licensing">
<h1><a class="toc-backref" href="#id9">7&nbsp;&nbsp;&nbsp;Licensing</a></h1>
<h1><a class="toc-backref" href="#id8">6&nbsp;&nbsp;&nbsp;Licensing</a></h1>
<p>For licensing and copyright information, please see the file <a class="reference external" href="http://www.horde.org/licenses/apache">LICENSE</a> in the
Hermes distribution.</p>
<p>Thanks,</p>
Expand Down
2 changes: 1 addition & 1 deletion app/views/App/apps/hermes/docs/RELEASE_NOTES.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ <h3>Release notes for the latest release</h3><pre>
Major changes compared to the Hermes H3 (1.0.1) version are:
* Redesigned UI.
* Added Ajax view.
* Added support for pausing/restarting timers.</pre>
* Added improved support for timers.</pre>

0 comments on commit 7e201cc

Please sign in to comment.