Download OpenLegislation Free Java Code

Description

OpenLegislation is a web service that delivers legislative information from the New York State Senate and Assembly to the public in near real time. It is used internally to serve up legislative data for nysenate.gov and the Bluebird CRM.

Icons

OpenLegislation

Source Files

The download file OpenLegislation-master.zip has the following entries.


.gitignore/*from   w w  w  .  java 2  s  .c o  m*/
LICENSE
README
README.rst
bin/build.sh
bin/checkup.sh
bin/create_env.sh
bin/deploy.sh
bin/process.sh
bin/reset_env.sh
bin/run.sh
bin/setup.sh
bin/utils.sh
default.vcl
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/index.rst.old
lib/nysenate-java-client-1.0.1.jar
lib/nysenate-java-client-1.0.1.pom
lib/nysenate-java-utils-1.0.0.jar
lib/nysenate-java-utils-1.0.0.pom
old_qa_java/CommitteeWriter.java
old_qa_java/LBDConnect.java
old_qa_java/LbdcFileHtml.java
old_qa_java/LbdcFileMemo.java
old_qa_java/LbdcFilePaging.java
old_qa_java/ProblemBillRepository.java
old_qa_java/ReportBuilder.java
old_qa_java/ReportReader.java
old_qa_java/ReportServlet.java
old_qa_java/model/CouchInstance.java
old_qa_java/model/CouchSupport.java
old_qa_java/model/FieldName.java
old_qa_java/model/LbdcFile.java
old_qa_java/model/NonMatchingField.java
old_qa_java/model/ProblemBill.java
old_qa_java/report/index.jsp
old_qa_java/report/report.css
old_qa_java/report/report.js
old_qa_java/report/templates.html
pom.xml
src/main/java/gov/nysenate/openleg/Environment.java
src/main/java/gov/nysenate/openleg/api/AbstractApiRequest.java
src/main/java/gov/nysenate/openleg/api/ApiHelper.java
src/main/java/gov/nysenate/openleg/api/ApiType.java
src/main/java/gov/nysenate/openleg/api/KeyValueViewRequest.java
src/main/java/gov/nysenate/openleg/api/MultiViewRequest.java
src/main/java/gov/nysenate/openleg/api/QueryBuilder.java
src/main/java/gov/nysenate/openleg/api/SearchRequest.java
src/main/java/gov/nysenate/openleg/api/SingleViewRequest.java
src/main/java/gov/nysenate/openleg/api/servlets/AdvancedSearchServlet.java
src/main/java/gov/nysenate/openleg/api/servlets/ApiServlet1.java
src/main/java/gov/nysenate/openleg/api/servlets/ApiServlet2.java
src/main/java/gov/nysenate/openleg/api/servlets/CommitteesServlet.java
src/main/java/gov/nysenate/openleg/api/servlets/LogFilter.java
src/main/java/gov/nysenate/openleg/api/servlets/RulesServlet.java
src/main/java/gov/nysenate/openleg/api/servlets/SenatorsServlet.java
src/main/java/gov/nysenate/openleg/api/servlets/WebServlet.java
src/main/java/gov/nysenate/openleg/api/servlets/admin/ReportsServlet.java
src/main/java/gov/nysenate/openleg/api/servlets/admin/UpdatesServlet.java
src/main/java/gov/nysenate/openleg/converter/Api1JsonConverter.java
src/main/java/gov/nysenate/openleg/converter/Api1XmlConverter.java
src/main/java/gov/nysenate/openleg/converter/Api2JsonConverter.java
src/main/java/gov/nysenate/openleg/converter/Api2XmlConverter.java
src/main/java/gov/nysenate/openleg/converter/LuceneJsonConverter.java
src/main/java/gov/nysenate/openleg/converter/StorageJsonConverter.java
src/main/java/gov/nysenate/openleg/lucene/DocumentBuilder.java
src/main/java/gov/nysenate/openleg/lucene/LazyFieldSelector.java
src/main/java/gov/nysenate/openleg/lucene/Lucene.java
src/main/java/gov/nysenate/openleg/lucene/LuceneResult.java
src/main/java/gov/nysenate/openleg/model/Action.java
src/main/java/gov/nysenate/openleg/model/Addendum.java
src/main/java/gov/nysenate/openleg/model/Agenda.java
src/main/java/gov/nysenate/openleg/model/BaseObject.java
src/main/java/gov/nysenate/openleg/model/Bill.java
src/main/java/gov/nysenate/openleg/model/Calendar.java
src/main/java/gov/nysenate/openleg/model/CalendarEntry.java
src/main/java/gov/nysenate/openleg/model/Change.java
src/main/java/gov/nysenate/openleg/model/IBaseObject.java
src/main/java/gov/nysenate/openleg/model/Meeting.java
src/main/java/gov/nysenate/openleg/model/Person.java
src/main/java/gov/nysenate/openleg/model/PublicHearing.java
src/main/java/gov/nysenate/openleg/model/Result.java
src/main/java/gov/nysenate/openleg/model/SOBIBlock.java
src/main/java/gov/nysenate/openleg/model/Section.java
src/main/java/gov/nysenate/openleg/model/SenateResponse.java
src/main/java/gov/nysenate/openleg/model/Sequence.java
src/main/java/gov/nysenate/openleg/model/Supplemental.java
src/main/java/gov/nysenate/openleg/model/Transcript.java
src/main/java/gov/nysenate/openleg/model/Vote.java
src/main/java/gov/nysenate/openleg/model/admin/Report.java
src/main/java/gov/nysenate/openleg/model/admin/ReportDAO.java
src/main/java/gov/nysenate/openleg/model/admin/ReportError.java
src/main/java/gov/nysenate/openleg/model/admin/ReportObservation.java
src/main/java/gov/nysenate/openleg/model/admin/SpotCheckBill.java
src/main/java/gov/nysenate/openleg/processors/AgendaProcessor.java
src/main/java/gov/nysenate/openleg/processors/BillProcessor.java
src/main/java/gov/nysenate/openleg/processors/CalendarProcessor.java
src/main/java/gov/nysenate/openleg/processors/DataProcessor.java
src/main/java/gov/nysenate/openleg/processors/PublicHearingProcessor.java
src/main/java/gov/nysenate/openleg/processors/TranscriptProcessor.java
src/main/java/gov/nysenate/openleg/scripts/BaseScript.java
src/main/java/gov/nysenate/openleg/scripts/LRSScraper.java
src/main/java/gov/nysenate/openleg/scripts/MemoCheck.java
src/main/java/gov/nysenate/openleg/scripts/ProcessData.java
src/main/java/gov/nysenate/openleg/scripts/TextUpdateFrequency.java
src/main/java/gov/nysenate/openleg/scripts/UpdateNYSenateData.java
src/main/java/gov/nysenate/openleg/scripts/admin/CreateErrors.java
src/main/java/gov/nysenate/openleg/scripts/admin/SpotCheck.java
src/main/java/gov/nysenate/openleg/services/Lucene.java
src/main/java/gov/nysenate/openleg/services/ServiceBase.java
src/main/java/gov/nysenate/openleg/services/UpdateReporter.java
src/main/java/gov/nysenate/openleg/services/Varnish.java
src/main/java/gov/nysenate/openleg/util/Application.java
src/main/java/gov/nysenate/openleg/util/ChangeLogger.java
src/main/java/gov/nysenate/openleg/util/JSPHelper.java
src/main/java/gov/nysenate/openleg/util/OpenLegConstants.java
src/main/java/gov/nysenate/openleg/util/RequestUtils.java
src/main/java/gov/nysenate/openleg/util/ResultIterator.java
src/main/java/gov/nysenate/openleg/util/SessionYear.java
src/main/java/gov/nysenate/openleg/util/Storage.java
src/main/java/gov/nysenate/openleg/util/TextFormatter.java
src/main/java/gov/nysenate/openleg/util/Timer.java
src/main/java/gov/nysenate/openleg/xml/calendar/ObjectFactory.java
src/main/java/gov/nysenate/openleg/xml/calendar/XMLActcaldate.java
src/main/java/gov/nysenate/openleg/xml/calendar/XMLBill.java
src/main/java/gov/nysenate/openleg/xml/calendar/XMLCaldate.java
src/main/java/gov/nysenate/openleg/xml/calendar/XMLCalno.java
src/main/java/gov/nysenate/openleg/xml/calendar/XMLCalnos.java
src/main/java/gov/nysenate/openleg/xml/calendar/XMLMotiondate.java
src/main/java/gov/nysenate/openleg/xml/calendar/XMLReleasedate.java
src/main/java/gov/nysenate/openleg/xml/calendar/XMLReleasetime.java
src/main/java/gov/nysenate/openleg/xml/calendar/XMLSENATEDATA.java
src/main/java/gov/nysenate/openleg/xml/calendar/XMLSection.java
src/main/java/gov/nysenate/openleg/xml/calendar/XMLSections.java
src/main/java/gov/nysenate/openleg/xml/calendar/XMLSencalendar.java
src/main/java/gov/nysenate/openleg/xml/calendar/XMLSencalendaractive.java
src/main/java/gov/nysenate/openleg/xml/calendar/XMLSequence.java
src/main/java/gov/nysenate/openleg/xml/calendar/XMLSponsor.java
src/main/java/gov/nysenate/openleg/xml/calendar/XMLSubbill.java
src/main/java/gov/nysenate/openleg/xml/calendar/XMLSubsponsor.java
src/main/java/gov/nysenate/openleg/xml/calendar/XMLSupplemental.java
src/main/java/gov/nysenate/openleg/xml/committee/ObjectFactory.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLAction.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLAddendum.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLAttendance.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLAttendancelist.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLBill.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLBills.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLChair.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLCommittee.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLCommittees.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLLocation.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLMeetdate.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLMeetday.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLMeettime.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLMember.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLName.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLNotes.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLParty.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLPubdate.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLPubtime.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLRank.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLSENATEDATA.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLSenagenda.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLSenagendavote.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLSponsor.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLTitle.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLVote.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLVotes.java
src/main/java/gov/nysenate/openleg/xml/committee/XMLWeekof.java
src/main/resources/data/committees/2011/aging.json
src/main/resources/data/committees/2011/agriculture.json
src/main/resources/data/committees/2011/alcoholism_and_drug_abuse.json
src/main/resources/data/committees/2011/banks.json
src/main/resources/data/committees/2011/children_and_families.json
src/main/resources/data/committees/2011/cities.json
src/main/resources/data/committees/2011/civil_service_and_pensions.json
src/main/resources/data/committees/2011/codes.json
src/main/resources/data/committees/2011/commerce_economic_development_and_small_business.json
src/main/resources/data/committees/2011/consumer_protection.json
src/main/resources/data/committees/2011/corporations_authorities_and_commissions.json
src/main/resources/data/committees/2011/crime_victims_crime_and_correction.json
src/main/resources/data/committees/2011/cultural_affairs_tourism_parks_and_recreation.json
src/main/resources/data/committees/2011/education.json
src/main/resources/data/committees/2011/elections.json
src/main/resources/data/committees/2011/energy_and_telecommunications.json
src/main/resources/data/committees/2011/environmental_conservation.json
src/main/resources/data/committees/2011/ethics.json
src/main/resources/data/committees/2011/finance.json
src/main/resources/data/committees/2011/health.json
src/main/resources/data/committees/2011/higher_education.json
src/main/resources/data/committees/2011/housing_construction_and_community_development.json
src/main/resources/data/committees/2011/insurance.json
src/main/resources/data/committees/2011/investigations_and_government_operations.json
src/main/resources/data/committees/2011/judiciary.json
src/main/resources/data/committees/2011/labor.json
src/main/resources/data/committees/2011/local_government.json
src/main/resources/data/committees/2011/mental_health_and_developmental_disabilities.json
src/main/resources/data/committees/2011/racing_gaming_and_wagering.json
src/main/resources/data/committees/2011/rules.json
src/main/resources/data/committees/2011/social_services.json
src/main/resources/data/committees/2011/transportation.json
src/main/resources/data/committees/2011/veterans_homeland_security_and_military_affairs.json
src/main/resources/data/committees/2013/aging.json
src/main/resources/data/committees/2013/agriculture.json
src/main/resources/data/committees/2013/alcoholism_and_drug_abuse.json
src/main/resources/data/committees/2013/banks.json
src/main/resources/data/committees/2013/children_and_families.json
src/main/resources/data/committees/2013/cities.json
src/main/resources/data/committees/2013/civil_service_and_pensions.json
src/main/resources/data/committees/2013/codes.json
src/main/resources/data/committees/2013/commerce_economic_development_and_small_business.json
src/main/resources/data/committees/2013/consumer_protection.json
src/main/resources/data/committees/2013/corporations_authorities_and_commissions.json
src/main/resources/data/committees/2013/crime_victims_crime_and_correction.json
src/main/resources/data/committees/2013/cultural_affairs_tourism_parks_and_recreation.json
src/main/resources/data/committees/2013/education.json
src/main/resources/data/committees/2013/elections.json
src/main/resources/data/committees/2013/energy_and_telecommunications.json
src/main/resources/data/committees/2013/environmental_conservation.json
src/main/resources/data/committees/2013/ethics.json
src/main/resources/data/committees/2013/finance.json
src/main/resources/data/committees/2013/health.json
src/main/resources/data/committees/2013/higher_education.json
src/main/resources/data/committees/2013/housing_construction_and_community_development.json
src/main/resources/data/committees/2013/infrastructure_and_capital_investment.json
src/main/resources/data/committees/2013/insurance.json
src/main/resources/data/committees/2013/investigations_and_government_operations.json
src/main/resources/data/committees/2013/judiciary.json
src/main/resources/data/committees/2013/labor.json
src/main/resources/data/committees/2013/local_government.json
src/main/resources/data/committees/2013/mental_health_and_developmental_disabilities.json
src/main/resources/data/committees/2013/new_york_city_education_subcommittee.json
src/main/resources/data/committees/2013/racing_gaming_and_wagering.json
src/main/resources/data/committees/2013/rules.json
src/main/resources/data/committees/2013/social_services.json
src/main/resources/data/committees/2013/transportation.json
src/main/resources/data/committees/2013/veterans_homeland_security_and_military_affairs.json
src/main/resources/data/senators/2009/1.json
src/main/resources/data/senators/2009/10.json
src/main/resources/data/senators/2009/11.json
src/main/resources/data/senators/2009/12.json
src/main/resources/data/senators/2009/13.json
src/main/resources/data/senators/2009/14.json
src/main/resources/data/senators/2009/15.json
src/main/resources/data/senators/2009/16.json
src/main/resources/data/senators/2009/17.json
src/main/resources/data/senators/2009/18.json
src/main/resources/data/senators/2009/19.json
src/main/resources/data/senators/2009/2.json
src/main/resources/data/senators/2009/20.json
src/main/resources/data/senators/2009/21.json
src/main/resources/data/senators/2009/22.json
src/main/resources/data/senators/2009/23.json
src/main/resources/data/senators/2009/24.json
src/main/resources/data/senators/2009/25.json
src/main/resources/data/senators/2009/26.json
src/main/resources/data/senators/2009/27.json
src/main/resources/data/senators/2009/28.json
src/main/resources/data/senators/2009/29.json
src/main/resources/data/senators/2009/3.json
src/main/resources/data/senators/2009/30.json
src/main/resources/data/senators/2009/31.json
src/main/resources/data/senators/2009/32.json
src/main/resources/data/senators/2009/33.json
src/main/resources/data/senators/2009/34.json
src/main/resources/data/senators/2009/35.json
src/main/resources/data/senators/2009/36.json
src/main/resources/data/senators/2009/37.json
src/main/resources/data/senators/2009/38.json
src/main/resources/data/senators/2009/39.json
src/main/resources/data/senators/2009/4.json
src/main/resources/data/senators/2009/40.json
src/main/resources/data/senators/2009/41.json
src/main/resources/data/senators/2009/42.json
src/main/resources/data/senators/2009/43.json
src/main/resources/data/senators/2009/44.json
src/main/resources/data/senators/2009/45.json
src/main/resources/data/senators/2009/46.json
src/main/resources/data/senators/2009/47.json
src/main/resources/data/senators/2009/48.json
src/main/resources/data/senators/2009/49.json
src/main/resources/data/senators/2009/5.json
src/main/resources/data/senators/2009/50.json
src/main/resources/data/senators/2009/51.json
src/main/resources/data/senators/2009/52.json
src/main/resources/data/senators/2009/53.json
src/main/resources/data/senators/2009/54.json
src/main/resources/data/senators/2009/55.json
src/main/resources/data/senators/2009/56.json
src/main/resources/data/senators/2009/57.json
src/main/resources/data/senators/2009/58.json
src/main/resources/data/senators/2009/59.json
src/main/resources/data/senators/2009/6.json
src/main/resources/data/senators/2009/60.json
src/main/resources/data/senators/2009/61.json
src/main/resources/data/senators/2009/62.json
src/main/resources/data/senators/2009/7.json
src/main/resources/data/senators/2009/8.json
src/main/resources/data/senators/2009/9.json
src/main/resources/data/senators/2011/1.json
src/main/resources/data/senators/2011/10.json
src/main/resources/data/senators/2011/11.json
src/main/resources/data/senators/2011/12.json
src/main/resources/data/senators/2011/13.json
src/main/resources/data/senators/2011/14.json
src/main/resources/data/senators/2011/15.json
src/main/resources/data/senators/2011/16.json
src/main/resources/data/senators/2011/17.json
src/main/resources/data/senators/2011/18.json
src/main/resources/data/senators/2011/19.json
src/main/resources/data/senators/2011/2.json
src/main/resources/data/senators/2011/20.json
src/main/resources/data/senators/2011/21.json
src/main/resources/data/senators/2011/22.json
src/main/resources/data/senators/2011/23.json
src/main/resources/data/senators/2011/24.json
src/main/resources/data/senators/2011/25.json
src/main/resources/data/senators/2011/26.json
src/main/resources/data/senators/2011/27.json
src/main/resources/data/senators/2011/28.json
src/main/resources/data/senators/2011/29.json
src/main/resources/data/senators/2011/3.json
src/main/resources/data/senators/2011/30.json
src/main/resources/data/senators/2011/31.json
src/main/resources/data/senators/2011/32.json
src/main/resources/data/senators/2011/33.json
src/main/resources/data/senators/2011/34.json
src/main/resources/data/senators/2011/35.json
src/main/resources/data/senators/2011/36.json
src/main/resources/data/senators/2011/37.json
src/main/resources/data/senators/2011/38.json
src/main/resources/data/senators/2011/39.json
src/main/resources/data/senators/2011/4.json
src/main/resources/data/senators/2011/40.json
src/main/resources/data/senators/2011/41.json
src/main/resources/data/senators/2011/42.json
src/main/resources/data/senators/2011/43.json
src/main/resources/data/senators/2011/44.json
src/main/resources/data/senators/2011/45.json
src/main/resources/data/senators/2011/46.json
src/main/resources/data/senators/2011/47.json
src/main/resources/data/senators/2011/48.json
src/main/resources/data/senators/2011/49.json
src/main/resources/data/senators/2011/5.json
src/main/resources/data/senators/2011/50.json
src/main/resources/data/senators/2011/51.json
src/main/resources/data/senators/2011/52.json
src/main/resources/data/senators/2011/53.json
src/main/resources/data/senators/2011/54.json
src/main/resources/data/senators/2011/55.json
src/main/resources/data/senators/2011/56.json
src/main/resources/data/senators/2011/57.json
src/main/resources/data/senators/2011/58.json
src/main/resources/data/senators/2011/59.json
src/main/resources/data/senators/2011/6.json
src/main/resources/data/senators/2011/60.json
src/main/resources/data/senators/2011/61.json
src/main/resources/data/senators/2011/62.json
src/main/resources/data/senators/2011/7.json
src/main/resources/data/senators/2011/8.json
src/main/resources/data/senators/2011/9.json
src/main/resources/data/senators/2013/1.json
src/main/resources/data/senators/2013/10.json
src/main/resources/data/senators/2013/11.json
src/main/resources/data/senators/2013/12.json
src/main/resources/data/senators/2013/13.json
src/main/resources/data/senators/2013/14.json
src/main/resources/data/senators/2013/15.json
src/main/resources/data/senators/2013/16.json
src/main/resources/data/senators/2013/17.json
src/main/resources/data/senators/2013/18.json
src/main/resources/data/senators/2013/19.json
src/main/resources/data/senators/2013/2.json
src/main/resources/data/senators/2013/20.json
src/main/resources/data/senators/2013/21.json
src/main/resources/data/senators/2013/22.json
src/main/resources/data/senators/2013/23.json
src/main/resources/data/senators/2013/24.json
src/main/resources/data/senators/2013/25.json
src/main/resources/data/senators/2013/26.json
src/main/resources/data/senators/2013/27.json
src/main/resources/data/senators/2013/28.json
src/main/resources/data/senators/2013/29.json
src/main/resources/data/senators/2013/3.json
src/main/resources/data/senators/2013/30.json
src/main/resources/data/senators/2013/31.json
src/main/resources/data/senators/2013/32.json
src/main/resources/data/senators/2013/33.json
src/main/resources/data/senators/2013/34.json
src/main/resources/data/senators/2013/35.json
src/main/resources/data/senators/2013/36.json
src/main/resources/data/senators/2013/37.json
src/main/resources/data/senators/2013/38.json
src/main/resources/data/senators/2013/39.json
src/main/resources/data/senators/2013/4.json
src/main/resources/data/senators/2013/40.json
src/main/resources/data/senators/2013/41.json
src/main/resources/data/senators/2013/42.json
src/main/resources/data/senators/2013/43.json
src/main/resources/data/senators/2013/44.json
src/main/resources/data/senators/2013/45.json
src/main/resources/data/senators/2013/46.json
src/main/resources/data/senators/2013/47.json
src/main/resources/data/senators/2013/48.json
src/main/resources/data/senators/2013/49.json
src/main/resources/data/senators/2013/5.json
src/main/resources/data/senators/2013/50.json
src/main/resources/data/senators/2013/51.json
src/main/resources/data/senators/2013/52.json
src/main/resources/data/senators/2013/53.json
src/main/resources/data/senators/2013/54.json
src/main/resources/data/senators/2013/55.json
src/main/resources/data/senators/2013/56.json
src/main/resources/data/senators/2013/57.json
src/main/resources/data/senators/2013/58.json
src/main/resources/data/senators/2013/59.json
src/main/resources/data/senators/2013/6.json
src/main/resources/data/senators/2013/60.json
src/main/resources/data/senators/2013/61.json
src/main/resources/data/senators/2013/62.json
src/main/resources/data/senators/2013/63.json
src/main/resources/data/senators/2013/7.json
src/main/resources/data/senators/2013/8.json
src/main/resources/data/senators/2013/9.json
src/main/resources/log4j.xml
src/main/resources/schema.sql
src/main/resources/scripts/bin/base.sh
src/main/resources/scripts/bin/ingest.sh
src/main/resources/scripts/bin/report.sh
src/main/resources/scripts/bin/search.sh
src/main/resources/scripts/openleg.sh
src/main/resources/scripts/process-batch.sh
src/main/webapp/404.jsp
src/main/webapp/500.jsp
src/main/webapp/META-INF/MANIFEST.MF
src/main/webapp/WEB-INF/web.xml
src/main/webapp/admin/footer.jsp
src/main/webapp/admin/header.jsp
src/main/webapp/admin/reports-view.jsp
src/main/webapp/admin/reports.jsp
src/main/webapp/admin/updates.jsp
src/main/webapp/comments/index.jsp
src/main/webapp/developers/index.jsp
src/main/webapp/doc/index.jsp
src/main/webapp/favicon.ico
src/main/webapp/feed/index.jsp
src/main/webapp/feedback/index.jsp
src/main/webapp/footer.jsp
src/main/webapp/header.jsp
src/main/webapp/help/index.jsp
src/main/webapp/index.jsp
src/main/webapp/license/index.jsp
src/main/webapp/static/css/admin-style.css
src/main/webapp/static/css/bootstrap-responsive.css
src/main/webapp/static/css/bootstrap.css
src/main/webapp/static/css/style-mobile.css
src/main/webapp/static/css/style-print.css
src/main/webapp/static/css/style.css
src/main/webapp/static/css/update.css
src/main/webapp/static/img/NYSS_facebook.jpg
src/main/webapp/static/img/NYSS_swivel.jpg
src/main/webapp/static/img/NYSS_twitter.jpg
src/main/webapp/static/img/NYSS_youtube_header.jpg
src/main/webapp/static/img/beaver.gif
src/main/webapp/static/img/bg.png
src/main/webapp/static/img/logo.png
src/main/webapp/static/img/logo75.png
src/main/webapp/static/img/nys_favicon_0.ico
src/main/webapp/static/img/nysenatelogo100.png
src/main/webapp/static/img/nysenatelogo50.png
src/main/webapp/static/img/nyss_bg.png
src/main/webapp/static/img/oogleg.png
src/main/webapp/static/img/openlegicon.gif
src/main/webapp/static/img/openleglogo.gif
src/main/webapp/static/img/openleglogo.png
src/main/webapp/static/img/openwordlogo.gif
src/main/webapp/static/img/openwordlogo.png
src/main/webapp/static/img/r.gif
src/main/webapp/static/img/transparent.png
src/main/webapp/static/js/app.js
src/main/webapp/static/js/bootstrap-2.3.1.js
src/main/webapp/static/js/diff.js
src/main/webapp/static/js/jquery.highlight.js
src/main/webapp/static/js/main.js
src/main/webapp/static/js/search.js
src/main/webapp/static/js/tmpl.js
src/main/webapp/static/vendor/DataTables-1.9.4/css/jquery.dataTables.css
src/main/webapp/static/vendor/DataTables-1.9.4/css/jquery.dataTables_themeroller.css
src/main/webapp/static/vendor/DataTables-1.9.4/images/back_disabled.png
src/main/webapp/static/vendor/DataTables-1.9.4/images/back_enabled.png
src/main/webapp/static/vendor/DataTables-1.9.4/images/back_enabled_hover.png
src/main/webapp/static/vendor/DataTables-1.9.4/images/favicon.ico
src/main/webapp/static/vendor/DataTables-1.9.4/images/forward_disabled.png
src/main/webapp/static/vendor/DataTables-1.9.4/images/forward_enabled.png
src/main/webapp/static/vendor/DataTables-1.9.4/images/forward_enabled_hover.png
src/main/webapp/static/vendor/DataTables-1.9.4/images/sort_asc.png
src/main/webapp/static/vendor/DataTables-1.9.4/images/sort_asc_disabled.png
src/main/webapp/static/vendor/DataTables-1.9.4/images/sort_both.png
src/main/webapp/static/vendor/DataTables-1.9.4/images/sort_desc.png
src/main/webapp/static/vendor/DataTables-1.9.4/images/sort_desc_disabled.png
src/main/webapp/static/vendor/DataTables-1.9.4/js/jquery.dataTables.min.js
src/main/webapp/static/vendor/Normalize-2.1.2/normalize.css
src/main/webapp/static/vendor/jquery-1.10.2/jquery.min.js
src/main/webapp/static/vendor/jquery-ui-1.10.3/README
src/main/webapp/static/vendor/jquery-ui-1.10.3/README~
src/main/webapp/static/vendor/jquery-ui-1.10.3/themes/base/minified/images/animated-overlay.gif
src/main/webapp/static/vendor/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png
src/main/webapp/static/vendor/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png
src/main/webapp/static/vendor/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png
src/main/webapp/static/vendor/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png
src/main/webapp/static/vendor/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png
src/main/webapp/static/vendor/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png
src/main/webapp/static/vendor/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png
src/main/webapp/static/vendor/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png
src/main/webapp/static/vendor/jquery-ui-1.10.3/themes/base/minified/images/ui-icons_222222_256x240.png
src/main/webapp/static/vendor/jquery-ui-1.10.3/themes/base/minified/images/ui-icons_2e83ff_256x240.png
src/main/webapp/static/vendor/jquery-ui-1.10.3/themes/base/minified/images/ui-icons_454545_256x240.png
src/main/webapp/static/vendor/jquery-ui-1.10.3/themes/base/minified/images/ui-icons_888888_256x240.png
src/main/webapp/static/vendor/jquery-ui-1.10.3/themes/base/minified/images/ui-icons_cd0a0a_256x240.png
src/main/webapp/static/vendor/jquery-ui-1.10.3/themes/base/minified/jquery-ui.min.css
src/main/webapp/static/vendor/jquery-ui-1.10.3/ui/.jshintrc
src/main/webapp/static/vendor/jquery-ui-1.10.3/ui/minified/jquery-ui.min.js
src/main/webapp/static/vendor/jquery-ui-multiselect-widget-2489720d3b/jquery.multiselect.css
src/main/webapp/static/vendor/jquery-ui-multiselect-widget-2489720d3b/jquery.multiselect.filter.css
src/main/webapp/static/vendor/jquery-ui-multiselect-widget-2489720d3b/src/jquery.multiselect.filter.min.js
src/main/webapp/static/vendor/jquery-ui-multiselect-widget-2489720d3b/src/jquery.multiselect.min.js
src/main/webapp/templates/activelist.jsp
src/main/webapp/templates/calendar.jsp
src/main/webapp/templates/disqus.jsp
src/main/webapp/templates/meeting.jsp
src/main/webapp/templates/search.jsp
src/main/webapp/templates/transcript.jsp
src/main/webapp/views/advanced.jsp
src/main/webapp/views/bill-html.jsp
src/main/webapp/views/bill-lrs-print.jsp
src/main/webapp/views/calendar-html.jsp
src/main/webapp/views/committees.jsp
src/main/webapp/views/meeting-html.jsp
src/main/webapp/views/rules-html.jsp
src/main/webapp/views/search-atom.jsp
src/main/webapp/views/search-csv.jsp
src/main/webapp/views/search-html-list.jsp
src/main/webapp/views/search-html.jsp
src/main/webapp/views/search-rss.jsp
src/main/webapp/views/senators.jsp
src/main/webapp/views/transcript-html.jsp
src/main/webapp/widgets/active/index.jsp
src/main/webapp/widgets/active/test.html
src/main/webapp/widgets/search/index.jsp
src/main/webapp/widgets/search/test.jsp
src/test/java/gov/nysenate/openleg/tests/AllTests.java
src/test/java/gov/nysenate/openleg/tests/Bill2011S1462.java
src/test/java/gov/nysenate/openleg/tests/Bill2013S2230.java
src/test/java/gov/nysenate/openleg/tests/BillA83542011.java
src/test/java/gov/nysenate/openleg/tests/BillProcessorTests.java
src/test/java/gov/nysenate/openleg/tests/BillS16182011.java
src/test/java/gov/nysenate/openleg/tests/BillS66962011.java
src/test/java/gov/nysenate/openleg/tests/BillTests.java
src/test/java/gov/nysenate/openleg/tests/TestHelper.java
src/test/java/gov/nysenate/openleg/tests/TestSetup.java
src/test/java/gov/nysenate/openleg/tests/VoteTests.java
src/test/resources/BLOCKTEST.txt
src/test/resources/properties
src/test/resources/sobi/SOBI.D110107.T141407.TXT
src/test/resources/sobi/SOBI.D110107.T144910.TXT
src/test/resources/sobi/SOBI.D110107.T150914.TXT
src/test/resources/sobi/SOBI.D110110.T142112.TXT
src/test/resources/sobi/SOBI.D110110.T154119.TXT
src/test/resources/sobi/SOBI.D110110.T161630.TXT
src/test/resources/sobi/SOBI.D110110.T170157.TXT
src/test/resources/sobi/SOBI.D110111.T153721.TXT
src/test/resources/sobi/SOBI.D110112.T175532.TXT
src/test/resources/sobi/SOBI.D110209.T105617.TXT
src/test/resources/sobi/SOBI.D110209.T110618.TXT
src/test/resources/sobi/SOBI.D110209.T170214.TXT
src/test/resources/sobi/SOBI.D110209.T171147.TXT
src/test/resources/sobi/SOBI.D110215.T151615.TXT
src/test/resources/sobi/SOBI.D110308.T122351.TXT-agenda-1.xml
src/test/resources/sobi/SOBI.D110309.T151716.TXT
src/test/resources/sobi/SOBI.D110318.T090635.TXT
src/test/resources/sobi/SOBI.D110401.T110240.TXT
src/test/resources/sobi/SOBI.D110613.T222123.TXT
src/test/resources/sobi/SOBI.D110614.T152729.TXT
src/test/resources/sobi/SOBI.D110614.T162232.TXT
src/test/resources/sobi/SOBI.D110614.T162734.TXT
src/test/resources/sobi/SOBI.D110614.T185240.TXT
src/test/resources/sobi/SOBI.D110614.T192241.TXT
src/test/resources/sobi/SOBI.D110614.T195743.TXT
src/test/resources/sobi/SOBI.D110624.T230028.TXT
src/test/resources/sobi/SOBI.D110625.T001531.TXT
src/test/resources/sobi/SOBI.D120104.T223233.TXT
src/test/resources/sobi/SOBI.D120113.T165033.TXT
src/test/resources/sobi/SOBI.D120118.T144938.TXT-agenda-1.xml
src/test/resources/sobi/SOBI.D120125.T130337.TXT
src/test/resources/sobi/SOBI.D120126.T103841.TXT
src/test/resources/sobi/SOBI.D120130.T151358.TXT
src/test/resources/sobi/SOBI.D120130.T152900.TXT
src/test/resources/sobi/SOBI.D120130.T160900.TXT
src/test/resources/sobi/SOBI.D120130.T163902.TXT
src/test/resources/sobi/SOBI.D120130.T171403.TXT
src/test/resources/sobi/SOBI.D120130.T202912.TXT
src/test/resources/sobi/SOBI.D120217.T145311.TXT
src/test/resources/sobi/SOBI.D120217.T150812.TXT
src/test/resources/sobi/SOBI.D120217.T153313.TXT
src/test/resources/sobi/SOBI.D120311.T201049.TXT
src/test/resources/sobi/SOBI.D120311.T201549.TXT
src/test/resources/sobi/SOBI.D120311.T202049.TXT
src/test/resources/sobi/SOBI.D120311.T202549.TXT
src/test/resources/sobi/SOBI.D120312.T000059.TXT
src/test/resources/sobi/SOBI.D120312.T092623.TXT
src/test/resources/sobi/SOBI.D120312.T195151.TXT
src/test/resources/sobi/SOBI.D120314.T211426.TXT
src/test/resources/sobi/SOBI.D120314.T234932.TXT
src/test/resources/sobi/SOBI.D120315.T000433.TXT
src/test/resources/sobi/SOBI.D120315.T044445.TXT
src/test/resources/sobi/SOBI.D120315.T114506.TXT
src/test/resources/sobi/SOBI.D120315.T134506.TXT
src/test/resources/sobi/SOBI.D120316.T101033.TXT
src/test/resources/sobi/SOBI.D120416.T133347.TXT
src/test/resources/sobi/SOBI.D120416.T150351.TXT
src/test/resources/sobi/SOBI.D120523.T100051.TXT
src/test/resources/sobi/SOBI.D120530.T161430.TXT
src/test/resources/sobi/SOBI.D120531.T112447.TXT
src/test/resources/sobi/SOBI.D120611.T162600.TXT
src/test/resources/sobi/SOBI.D120611.T165600.TXT
src/test/resources/sobi/SOBI.D120612.T090338.TXT
src/test/resources/sobi/SOBI.D120620.T100719.TXT
src/test/resources/sobi/SOBI.D120621.T171340.TXT
src/test/resources/sobi/SOBI.D120621.T171840.TXT
src/test/resources/sobi/SOBI.D120621.T172340.TXT
src/test/resources/sobi/SOBI.D120706.T151155.TXT
src/test/resources/sobi/SOBI.D120724.T140552.TXT
src/test/resources/sobi/SOBI.D120727.T100847.TXT
src/test/resources/sobi/SOBI.D130114.T212649.TXT
src/test/resources/sobi/SOBI.D130114.T213149.TXT
src/test/resources/sobi/SOBI.D130114.T225652.TXT
src/test/resources/sobi/SOBI.D130114.T232653.TXT
src/test/resources/sobi/SOBI.D130114.T233653.TXT
src/test/resources/sobi/SOBI.D130115.T093046.TXT
src/test/resources/sobi/SOBI.D130115.T094047.TXT
src/test/resources/sobi/SOBI.D130115.T124054.TXT
src/test/resources/sobi/SOBI.D130115.T162104.TXT
src/test/resources/sobi/SOBI.D130115.T162604.TXT
src/test/resources/sobi/SOBI.D130116.T115728.TXT

Download

Click the following link to download OpenLegislation-master.zip.

OpenLegislation-master.zip




















Home »
  Java Free Code »
    Web »




CSS
CSS3
HTML
HTML5
HTTP
Web
Web Application
WebSite