/[drupal]/contributions/modules/schedule/readme.txt
ViewVC logotype

Diff of /contributions/modules/schedule/readme.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.6, Fri Mar 9 21:58:11 2007 UTC revision 1.7, Sun Aug 30 21:52:30 2009 UTC
# Line 1  Line 1 
1  ********************************************************************  ********************************************************************
2                       D R U P A L    M O D U L E                       D R U P A L    M O D U L E
3  ********************************************************************  ********************************************************************
4  Name: schedule component  Name: Schedule Module
5  Author: Robert Castelo <services at cortextcommunications dot com>  Author: Robert Castelo
6  Drupal: 4.6.x  Drupal: 5.x
7  ********************************************************************  ********************************************************************
8  DESCRIPTION:  DESCRIPTION:
9    
 Component module which provides service to other modules, don't install  
 this unless another module requires it.  
   
10  Handles data, logic, and UI of schedule(s).  Handles data, logic, and UI of schedule(s).
11    
12  The schedule can be used for most purposes, and includes following  The schedule can be used for most purposes, and includes following
# Line 33  Every: Schedule interval - month/day/hou Line 30  Every: Schedule interval - month/day/hou
30    
31  Frequency: Unit value of interval, e.g. 1 (day)  Frequency: Unit value of interval, e.g. 1 (day)
32    
33  Detailed API documentation for this component on the way, but for the  
34  moment, see enewsletter.module for example of how to use this.  
35    This module provides an API, don't install it unless required by another module.
36    
37    
38    
39  ********************************************************************  ********************************************************************
# Line 45  check the Drupal web site if you need as Line 44  check the Drupal web site if you need as
44  problems, you should always read the INSTALL.txt that comes with the  problems, you should always read the INSTALL.txt that comes with the
45  Drupal package and read the online documentation.  Drupal package and read the online documentation.
46    
47  1. Place the entire schedule directory into your Drupal modules/  1. Place the entire publication directory into your Drupal modules/
48     directory.     directory.
49    
50  2. Load the database definition file (schedule/schedule.mysql) using the  2. Enable the publication module by navigating to:
    tool of your choice (e.g. phpmyadmin). For mysql and command line  
    access use:  
51    
52       mysql -u user -p drupal < schedule/schedule.mysql       administer > build > modules
   
    Replace 'user' with the MySQL username, and 'drupal' with the  
    database being used.  
   
 3. Enable the schedule module by navigating to:  
   
      administer > modules  
53    
54    Click the 'Save configuration' button at the bottom to commit your    Click the 'Save configuration' button at the bottom to commit your
55    changes.    changes.
56    
57    
58  ********************************************************************  ********************************************************************
59  TO DO  AUTHOR CONTACT
60    
61    - Report Bugs/Request Features:
62       http://drupal.org/project/schedule
63    
64    - Comission New Features:
65       http://www.codepositive.com/contact
66    
67    - Want To Say Thank You:
68       http://www.amazon.com/gp/registry/O6JKRQEQ774F
69    
70    
71    
72    
73    ********************************************************************
74    ACKNOWLEDGEMENT
75    
76    Developed by Robert Castelo for Code Positive <http://www.codepositive.com>
77    
78    
79    
 Document API  
80    
81    
82    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.2