Peanuts Portal
The Application Activity Tracking functionality provides simple yet powerful per document usage auditing that can be dropped into any existing database
Install
Domino console command to install this app on your server:
tell Genesis install peanuts-portal
Install in MyAccount (for Prominic customers only)
Source code
A Homepage Bookmark with mail, calendar, contacts and lotus notes database launcher.
Notes client and web access.
Security managment : choose wich user access wich database : use one portal for all user !
Version: 1.0.3
{
"title": "Peanuts Portal v${version} (OpenNTF)",
"versionjson": "${versionjson}",
"config":
{
"version": "${version}"
},
"steps": [
{
"title": "--- Step 1. Download file ---",
"files": [
{"from": "${baseurl}/0/${docid}/$FILE/Demo_PeanutsPortal102.nsf", "to": "${directory}/Demo_PeanutsPortal102.nsf"},
{"from": "${baseurl}/0/${docid}/$FILE/PeanutsNews101.ntf", "to": "${directory}/PeanutsNews101.ntf"},
{"from": "${baseurl}/0/${docid}/$FILE/PeanutsPortal103.NTF", "to": "${directory}/PeanutsPortal103.NTF"}
]
},
{
"title": "--- Step 2. Sign database ---",
"databases": [
{
"action": "update",
"filePath": "Demo_PeanutsPortal102.nsf",
"sign": true
},
{
"action": "create",
"filePath": "PeanutsNews.nsf",
"title": "Peanuts News",
"templatePath": "PeanutsNews101.ntf",
"sign": true
},
{
"action": "create",
"filePath": "PeanutsPortal.nsf",
"title": "Peanuts Portal",
"templatePath": "PeanutsPortal103.NTF",
"sign": true
}
]
},
{
"title": "--- Step 3 (final). Completed ---",
"messages": ["You have installed Peanuts Portal v${version} (OpenNTF)"]
}
]
}