Index: openacs-4/packages/acs-core-docs/www/tutorial-notifications.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/tutorial-notifications.html,v diff -u -r1.20.2.2 -r1.20.2.3 --- openacs-4/packages/acs-core-docs/www/tutorial-notifications.html 3 Sep 2021 09:15:34 -0000 1.20.2.2 +++ openacs-4/packages/acs-core-docs/www/tutorial-notifications.html 13 Jul 2023 12:43:23 -0000 1.20.2.3 @@ -6,7 +6,7 @@ defined communications medium (e.g. email, sms) upon some event occurring within the system.

This tutorial steps through the process of integrating the notifications package with your package.

First step is to create the notification types. To do this a script similar - to the one below needs to be loaded into Postgresql. I create this script in a + to the one below needs to be loaded into PostgreSQL. I create this script in a package-name/sql/postgresql/package-name-notifications-init.sql file. I then load this file from my create SQL file. The following code snippet is taken from Weblogger. It creates a lars_blogger_notif notification type (which was created