Download Latest Version igiSurveyPortlet-1.5.1.war (17.3 MB)
Email in envelope

Get an email when there's a new version of Survey Portlet

Home
Name Modified Size InfoDownloads / Week
Survey Portlet 2013-07-01
v1_2_3 2013-03-26
v1_2_2 2012-08-29
External Libraries 2012-08-29
README_Root-sf.txt 2012-08-30 2.1 kB
Totals: 5 Items   2.1 kB 0
# (c)2010-2012 Andrea Caltroni (andrea.caltroni@pd.infn.it), 
# (c)2010-2012 INFN (www.infn.it)
#
# This file is part of the IGI Survey Portlet (from here on shortened to
# IGISP).
# IGISP is free software: you can redistribute it and/or modify it 
# under the terms of the GNU General Public License as published by the 
# Free Software Foundation, either version 3 of the License, or (at your
# option) any later version.
#
# IGISP is distributed in the hope that it will be useful, but WITHOUT 
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License 
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with IGISP. If not, see <http://www.gnu.org/licenses/>.

IGI Survey Portlet README Root

------------------------------------------------------------------------
Directories Content:

External Libraries:
-------------------
contains binary libraries necessary to build the project which are not 
available on public Maven repositories.
This is code which was once (prior to v1.3.0, still to be released) in 
the survey portlet code but was isolated because it is of general use.

Note: Source code for the external libraries will be provided at a 
      later time.

You should add it to your local Maven repository with the following 
command (example for the ajm-spring-survey library):

mvn install:install-file
        -Dfile=<path_to_the_jar>/ajm-spring-survey-1.2.7.jar 
        -DgroupId=org.ajm.spring 
        -DartifactId=ajm-spring-survey 
        -Dversion=1.2.7 
        -Dpackaging=jar 
        -DgeneratePom=false 
        -DcreateChecksum=true 

Survey Portlet:
---------------
contains the releases.

Note: Releases 1.2.2 and 1.2.3 are in the root folder because they were 
      created prior to a refactoring but newer ones will be in the 
      Survey Portlet directory.

------------------------------------------------------------------------
The home page of the project is here: 
   http://andreacaltroni.22web.org/survey_portlet.php

Source: README_Root-sf.txt, updated 2012-08-30