Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uPortal-Project/SimpleContentPortlet
https://github.com/uPortal-Project/SimpleContentPortlet
hacktoberfest java portal portlet uportal uportal-start-bundled
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/uPortal-Project/SimpleContentPortlet
- Owner: uPortal-Project
- License: apache-2.0
- Created: 2012-03-14T21:02:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T01:12:51.000Z (23 days ago)
- Last Synced: 2024-10-19T15:07:02.165Z (22 days ago)
- Topics: hacktoberfest, java, portal, portlet, uportal, uportal-start-bundled
- Language: Java
- Homepage:
- Size: 3.77 MB
- Stars: 3
- Watchers: 22
- Forks: 27
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Apereo Simple Content Management Portlet
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jasig.portlet.simplecontent/SimpleContentPortlet/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jasig.portlet.simplecontent/SimpleContentPortlet)
[![CI](https://github.com/uPortal-Project/SimpleContentPortlet/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/uPortal-Project/SimpleContentPortlet/actions/workflows/CI.yml)This Java Portlet is a [Sponsored Portlet][] in the uPortal ecosystem.
## Configuration
* [Attachments](docs/attachments.md)
See also [documentation in the external wiki][SimpleContentPortlet in Confluence].
### Using Encrypted Property Values
You may optionally provide sensitive configuration items -- such as database passwords -- in encrypted format. Use the [Jasypt CLI Tools](http://www.jasypt.org/cli.html) 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.
[Sponsored Portlet]: https://wiki.jasig.org/display/PLT/Jasig+Sponsored+Portlets
[SimpleContentPortlet in Confluence]: https://wiki.jasig.org/display/PLT/Simple+Content+Management+Portlet