/help.jabref.org

Help of JabRef

Primary LanguagePythonCreative Commons Attribution 4.0 InternationalCC-BY-4.0

JabRef Web-based Help

Build Status

This repository is intended to replace the offline help within JabRef and the help on the sourceforge.net page at http://help.jabref.org/.

Feel free to improve the page using the issue tracker or pull requests.
The help content is licensed under CC-BY-4.0

See also our guidelines and quick start guide on contributing.

Installation of Jekyll to check the page locally

Execute gem install bundler, bundle install, and bundle exec jekyll serve --incremental to serve this page locally at http://localhost:4000/. Source: https://help.github.com/articles/using-jekyll-with-pages/#installing-jekyll At windows, this works with RubyInstaller and the Development Kit. JRuby doesn't work as the C extensions were dropped.

Hints for Windows

  1. Install chocolatey
  2. choco install ruby ruby2.devkit
  3. Edit c:\
  4. Add - C:/tools/ruby23 at the bottom and save
  5. Execute the steps descsribed above (gem install bundler, ...)