https://github.com/uPortal-Attic/ContentManagementPortlet
https://github.com/uPortal-Attic/ContentManagementPortlet
portal portlet uportal
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uPortal-Attic/ContentManagementPortlet
- Owner: uPortal-Attic
- License: apache-2.0
- Archived: true
- Created: 2012-03-14T21:01:51.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T18:32:17.000Z (over 6 years ago)
- Last Synced: 2024-10-24T02:34:58.724Z (7 months ago)
- Topics: portal, portlet, uportal
- Language: JavaScript
- Homepage:
- Size: 2.39 MB
- Stars: 2
- Watchers: 15
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Unmaintained
[](http://unmaintained.tech/)
This project has been transferred to the uPortal Project Attic because it has fallen out of active maintenance.
You are welcome to be interested in reviving this project -- you might start conversations along those lines [among uPortal developers](https://groups.google.com/a/apereo.org/forum/#!forum/uportal-dev).------------------
## Description
Content Management Portlet is developed for uPortal to allow authorized users to administer content remotely. Using this portlet, content authors
can remotely edit and publish content independently, and pull in and share existing data and re-purpose it according to different needs. Project supports
multiple languages and further allows decoration of content with graphics, links, and templates.## Features
* Portlet will support two user categories: authors and viewers who publish and view content respectively.
* Author shall use WYSIWYG editor to produce content. WYSIWYG editor shall provide navigational and keyboard support for users with disabilities.
* All content will be checked and validated for XSS security issues, before any is published.
* Authors currently are able to insert images, links and smiley icons into the content.
* Portlet adheres to the portal theme and style.
* Allow authors to choose templates for content.
* Ability to upload multiple attachments along with the post, along with thumbnail views.
* Ability to display video/audio attachments natively using HTML5 capabilities.
* Ability to schedule posts to be published at a later date/time.
* Ability to localize portlet content for multiple languages.
* Allow a post to be rated by viewers.
* Supports uPortal's search functionality through the Search API.## Build
Adjust the paths in the build.properties file (portal, tomcat and maven directories).
On the command line inside the project source directory, use the following command:`ant deploy`
Once the build is successful, you should be able to browse to the `$CATALINA_HOME/webapps` and find the `ContentManagementPortlet.war` application file.
(You do not need to run the deployPortetApp target for uPortal. The functionality is built-in).## Report Bugs
If you have encounter an issue, please submit an entry here: https://issues.jasig.org/browse/INC-15