Skip to content

NIEM is a community-driven, standards-based approach to exchanging information.

Notifications You must be signed in to change notification settings

cabralje/NIEM.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NIEM.github.io

Source repo for the website NIEM.Github.io.

The website runs under Github pages, which runs Jekyll.

The main repository for this repo is https://github.com/niem/niem.github.io/.

Dependencies

  • Ruby
    • Jekyll
    • Bundler
  • Graphviz

Installation

Run the following from a Unix-like command line:

$ git clone https://github.com/niem/niem.github.io.git
$ cd niem.github.io
$ git submodule init
$ git submodule update
$ bundle install
$ bundle exec jekyll serve

Point your browser at http://127.0.0.1:4000 to view the site.

Editing

Edits and updates to the page are welcome. It would be very helpful if you would:

  1. Please fetch and merge in the master branch.
  2. Please rebase any series of commits down to a single commit to be merged in (run "rebase -i master" and squash commits to a single commit). This is easiest if you work in a dev branch, not the master branch.
  3. Please submit the commit as a Github pull request.

About

NIEM is a community-driven, standards-based approach to exchanging information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 65.3%
  • CSS 22.5%
  • Ruby 6.2%
  • Shell 2.9%
  • Makefile 1.9%
  • JavaScript 1.2%