GithubHelp home page GithubHelp logo

esupportail / esup-portlet-sympa Goto Github PK

View Code? Open in Web Editor NEW
3.0 6.0 5.0 266 KB

See http://www.esup-portail.org/display/PROJCANSYMPA

License: Apache License 2.0

Python 0.15% Java 81.36% CSS 18.49%
uportal portlet soffit sympa

esup-portlet-sympa's Introduction

Esup-portail Esup-Sympa

This Java Portlet is a Portlet of the Esup-portail Community and a Community Portlet of Apereo uPortal ecosystem.

The original version of Esup-Sympa was written by Oliver Franco of the INSA of Lyon. This JSR-168 portlet allows to display the Sympa mailing lists of a connected user for those he is: subscriber, Moderator or Owner. For each mailing list, a description, the user's rights and a url link to reach directly to the mailing-list User Interface in Sympa Application (if you have the right to) is provided.

Project Actors

Lead : Doriane Dusart - Valenciennes Developer : Olivier Franco - INSA de Lyon Contributors :

  • Jean-Pierre Tran - Université de Rouen / UNR RUNN
  • Vincent Bonamy - Université de Rouen / UNR RUNN - project Maintainer
  • Olivier Salaün - CRU
  • Claude Viéville - Lille 1
  • Jean-Claude Vergerolle - Bordeaux 2
  • Christian Cousquer - Université Pierre et Marie Curie- Sorbonne Université

Version Notes

  • 5.0 Specialy designed for Apereo uPortal 4.3.1+ Respondr Theme with Responsive Views in the portlet. The layout of the portlet is designed for mobile /tablet (single or multi-)column(s) /Desktop (single or multi-)column(s) layouts. Style in LESS Tested with: Apache Maven 3.3.9, Java version: 1.8.0_91, platform encoding: UTF-8

  • 4.4 Designed for Apereo uPortal 4.0+ Universality and mUniversaty Themes with desktop and mobile Views in the portlet

Configuration

See also documentation in the external wiki of Esup-portail in french or informations in the external wiki of Apereo in the Community Portlet.

Installation

Prerequisite

  • Sympa 6.0 or later is required
  • you must to enable sympasoap
  • to avoid encoding problems, be sure to apply the patch from this issue : #7318 Encoding problem on symp soap (Fixed in 6.1.22)

Basic configuration

Just modify config.properties, this config file should be well annotated. This config file is sufficient to set only one Sympa server/robot.

Advanced configuration

You can modify src/main/webapp/WEB-INF/context/applicationContext.xml. In serverList property of the domainService bean, you can add an entry like this for example :

<entry key="sympa2.monuniv.fr">
 <bean scope="session">
  <property name="adminUrl" value="https://sympa2.monuniv.fr/sympa/net/admin/%l"/>
  <property name="connectUrl" value="https://cas.monuniv.fr/cas/login?service=%s%3Fchecked_cas=1"/>
  <property name="name" value="monuniv.fr"/>
  <property name="newListUrl" value="https://sympa2.monuniv.fr/sympa/net/create_list_request"/>
  <property name="homeUrl" value="https://sympa2.monuniv.fr/sympa/net"/>
  <property name="endPointUrl" value="https://sympa2.monuniv.fr/sympasoap"/>
  <property name="timeout" value="5000"/>
  <property name="credentialRetriever" ref="casCredentialRetrieverImpl"/>
  <property name="indentityRetriever" ref="userIdentityRetrieverImpl"/>
  <property name="cacheManager" ref="cacheManager"/>
  <property name="newListForRoles">
   <set>
    <value>ADMINS</value>
   </set>
  </property>
 </bean>
</entry>

Portlet - uPortal deployment

  • mvn clean -Dmaven.test.skip=true package will create a war in target/esup-portlet-sympa.war
  • Next from uPortal sources : ant deployPortletApp -DportletApp=/opt/git/esup-portlet-sympa/target/esup-portlet-sympa.war or
  • the Maven Overlay Strategy

esup-portlet-sympa's People

Contributors

jgribonvald avatar vbonamy avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

esup-portlet-sympa's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.