Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

CodeWithAloha/hawaii-revised-statutes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Hawaii Revised Statutes

This repository contains a mirror of the Hawaii Revised Statutes from the Hawaii State Legislature's official website.

Changelog

[2016-01-04] 2016 update

Download new hrs2016 directory and updated hrscurrent directory

[2016-08-12] 2015 update

Download new hrs2015 directory and updated hrscurrent directory

[2015-12-08] Initial import

Downloaded years 1999 through 2014 (and hrscurrent) via the script:

#!/bin/bash
for year in $(seq 1999 2014) hrscurrent; do
  wget -r --no-parent http://www.capitol.hawaii.gov/hrs${year}/
done

About

Mirror of Hawaii Revised Statutes from http://www.capitol.hawaii.gov

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published