Changes between Version 13 and Version 14 of Infinote/Infinoted

Show
Ignore:
Timestamp:
10/24/11 23:54:10 (19 months ago)
Author:
armin (IP: 92.231.174.249)
Comment:

Add new autosave-hook and sync-hook options

Legend:

Unmodified
Added
Removed
Modified
  • Infinote/Infinoted

    v13 v14  
    2727 * allow-user [stringlist] (Since '''infinoted 0.5'''): Users allowed to connect after pam authentication. Separate entries with semicolons. 
    2828 * allow-group [stringlist] (Since '''infinoted 0.5'''): Group allowed to connect after pam authentication. Separate entries with semicolons. 
     29 * autosave-hook [string] (Since '''infinoted 0.6'''): A program or script to execute every time a document is auto-saved. The script receives two arguments: the path to the root directory and the path of the file that was saved in the infinote tree. 
     30 * sync-hook [string] (Since '''infinoted 0.6'''): A program or script to execute every time a document is synchronized to a directory (see ''sync-directory'' option). The script receives two arguments: the path of file that was saved in the infinote tree and the path of the file that was saved in the filesystem. 
    2931 
    3032=== Example ===