home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / hobby / ghardeno / ghardeno.EXE / ReadMe.txt < prev    next >
Encoding:
Text File  |  2000-10-03  |  4.2 KB  |  112 lines

  1. Ghardeno: Read Me
  2. -----------------
  3.  
  4.     Warning: the current (0.9.9) version of Ghardeno is beta software.
  5.     This means that, though I tried to prevent most problems, it has
  6.     not yet been thoroughly tested and may contain critical bugs
  7.     leading to crash or even data loss...
  8.    
  9. Here is Ghardeno, a "tasks/shopping/misc." list organizer for your
  10. Palm, which aims to replace (or complete) the built-in "To Do"
  11. application.  Its approach to list management is quite different from
  12. other similar software.  Basically, the idea is that it is easier to
  13. directly manipulate things than to tag them with abstract properties
  14. (such as priority numbers).
  15.  
  16. Like the built-in "To Do" application, Ghardeno can help you to keep
  17. track of one or more lists of items (i.e. things to do, things to buy,
  18. the main ideas of your next research paper...).  There is several
  19. differences, though:
  20.  
  21. * You don't have to assign a priority: instead, you can manually sort
  22.   the list with drag'n'drop.  Just grab the bullet before an item and
  23.   drag it to its new place.
  24.  
  25. * Each item can be displayed in normal, bold or large font.  This can
  26.   be used e.g. to indicate the importance of a task (while the rank in
  27.   the list would indicate its urgency).
  28.  
  29. * Items are "crossed out" on screen to indicate they are completed (or
  30.   bought, or whatever). This makes easier to see what remains to do
  31.   (or buy, or whatever); of course it would be even easier if they
  32.   just disapeared, but then it would be too easy to check something by
  33.   mistake and not be aware of it...
  34.  
  35. * You can cross an item directly on screen: just put your stylus on
  36.   its bullet and move it horizontally toward the other side of the
  37.   screen.  Alternatively, when an item is selected or being edited you
  38.   can use the checkbox at the bottom of the screen.
  39.  
  40.  
  41. How to install
  42. --------------
  43.  
  44. Just install the file "ghardeno.prc" you'll find in the root directory
  45. of the distribution (the same as this ReadMe :).
  46.  
  47.  
  48. And Where is the Documentation ?
  49. --------------------------------
  50.  
  51. Point your browser to the file "index.html" in the "Docs" directory.
  52. It's a work in progress, and you may find it's not very useful at the
  53. moment, though.
  54.  
  55.  
  56. How to compile
  57. --------------
  58.  
  59. All the sources and resources are in the "Src" directory.
  60.  
  61. Unix:
  62.  
  63. If you have the prc-tools and pilrc installed, it should just be a
  64. matter of doing a 'make' in the root directory of the distribution.
  65.  
  66.  
  67. Disclaimer
  68. ----------
  69.  
  70. Note that two different licenses are used: most is under GPL, except
  71. some parts that are under LGPL.  See the source files in the "Src"
  72. directory for details.  You can find a copy of the GPL and the LGPL in
  73. the "Docs" directory.
  74.  
  75.  
  76.  Ghardeno: Information Gardening for Palm-OS
  77.  Copyright (C) 2000 Laurent Moussault
  78.  
  79.    This program is free software; you can redistribute it and/or modify
  80.    it under the terms of the GNU General Public License as published by
  81.    the Free Software Foundation; either version 2 of the License, or
  82.    (at your option) any later version.
  83.  
  84.    This program is distributed in the hope that it will be useful,
  85.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  86.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  87.    GNU General Public License for more details.
  88.  
  89.    You should have received a copy of the GNU General Public License
  90.    along with this program; if not, write to the Free Software
  91.    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  92.  
  93.  
  94.  MyWidgets: A widget library for Palm-OS
  95.  Copyright (C) 2000 Laurent Moussault
  96.     
  97.    This library is free software; you can redistribute it and/or
  98.    modify it under the terms of the GNU Library General Public
  99.    License as published by the Free Software Foundation; either
  100.    version 2 of the License, or (at your option) any later version.
  101.   
  102.    This library is distributed in the hope that it will be useful,
  103.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  104.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  105.    Library General Public License for more details.
  106.   
  107.    You should have received a copy of the GNU Library General Public
  108.    License along with this library; if not, write to the
  109.    Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  110.    Boston, MA 02111-1307, USA.
  111.     
  112.