This is a service to browse and customise the growing collection of legal templates for FOI appeals in Croatia.
http://legal.imamopravoznati.org
The service is being offered by Code for Croatia. However, the legal agreements are authored and published by others.
You sure can! Check out LICENSE.md for the copyright terms.
We want to contribute to the access to information in Croatia. As it grows stronger, we all benefit.
See CONTRIBUTING.md
Thanks.
Code for Croatia is not a law firm, and the contributors to this service are not acting as your attorney.
The templates are free for use, however the authors (Miroslav) and Code for Croatia cannot be responsible for the consequences of use.
Users alike should read and understand the templates and determine the suitability for their particular situation. If in doubt, you should consult professional advisors.
The authors welcome questions and comments to improve the templates but they are not able to consult for free as they have their day jobs.
Run all commands from within the source code folder (use cd <path>
to get there).
gem update --system
gem install jekyll
gem install bundler
bundle install
If bundle
complains about RedCloth
, install that gem manually by running gem install RedCloth
.
If gem install
cannot compile native extensions, you might still need to agree to the Xcode EULA. This is typically needed after installing or updating Xcode. Open Xcode to accept the terms, or run sudo cpp
for the license prompt. Follow the on-screen instructions.
Try running the commands with sudo
if anything else complains.
Use Ruby 1.9.3 and Pygments.rb 0.5.0
After installing dependencies, run:
gem uninstall pygments.rb
gem install pygments.rb -v 0.5.0
And in Gemfile.lock
edit as follows:
pygments.rb (0.5.0)
-
Run Jekyll
bundle exec jekyll serve --watch
-
Visit http://localhost:4000