Atavic / infosec.mozilla.org

Mozilla Enterprise Information Security reference document

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

infosec.mozilla.org

Guidelines, principles published on https://infosec.mozilla.org

How to contribute

Propose your changes directly

  • Either using the GitHub integrated editor or your own, make your changes in Markdown.
  • Request merging by creating a pull-request.
  • That's it - thanks for helping making our content better!

Open issues or discussion topics

Just create new issues as you see fit, really.

Converting Mediawiki to Markdown

  • Install Pandoc.
  • pandoc -f mediawiki -t markdown_github --atx --normalize yourfile.mediawiki
  • Fix it up (tip: use existing documents and copy their formatting!)
  • Profit.

How to locally test

Ensure Ruby, Gem and Bundle are installed.

  • Checkout a copy of this repository (feel free to fork it first, specially if you're going to propose changes).
  • Go into the docs sub-directory.
  • Run bundle install to ensure all dependencies are installed.
  • Run bundle exec jekyll serve to locally serve contents for testing.

Site setup

Licensing

All content is licensed under the Mozilla Public License (MPL) unless indicated otherwise.

About

Mozilla Enterprise Information Security reference document

License:Mozilla Public License 2.0