uPortal-Project / AnnouncementsPortlet

JSR-286 portlet implementing announcements in uPortal.

Home Page:https://wiki.jasig.org/display/PLT/Announcements+Portlet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apereo Announcements Portlet

Maven Central CI

This is a Sponsored Portlet in the uPortal project.

Configuration

See also documentation in the AnnouncementsPortlet wiki on Confluence.

Attachments

See docs/attachments.md of the Simple Content Portlet for information regarding attachments.

Using Encrypted Property Values

You may optionally provide sensitive configuration items -- such as database passwords -- in encrypted format. Use the Jasypt CLI Tools to encrypt the sensitive value, then include it in a .properties file like this:

hibernate.connection.password=ENC(9ffpQXJi/EPih9o+Xshm5g==)

Specify the encryption key using the UP_JASYPT_KEY environment variable.

Dependencies

These dependencies are expected to be loaded by overall uPortal:

About

JSR-286 portlet implementing announcements in uPortal.

https://wiki.jasig.org/display/PLT/Announcements+Portlet

License:Apache License 2.0


Languages

Language:JavaScript 56.1%Language:Java 33.9%Language:Less 7.3%Language:CSS 2.4%Language:HTML 0.3%