HACK-BLOSSOM / DIY-Feminist-Cybersecurity-FR

A french translation of the DIY Guide to Feminist Cybersecurity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A DIY Guide to Feminist Cybersecurity (en francais!)

https://hackblossom.org/cybersecurity/

(This is a work-in-progress to translate A DIY Guide to Feminist Cybersecurity into french. Eventually, this readme will be translated into french!)

This is a comprehensive, succinct, and accessible DIY cybersecurity guide geared towards feminists, activists, and their friends. If you would like to contribute, please contact noah@hackblossom.org.

Installation

The guide is built using the static site generator, Jekyll. Unfortunately, our guide is a relic of simpler times, so we're stuck on an older version of Jekyll for the time-being! Specifically, version 2.5.3. The following steps will get you up and running with a local version of the guide on your machine. Note that these steps are for OS X El Capitan; Windows and Linux users, adjust accordingly!

// Make sure you installed jekyll's requirements: https://jekyllrb.com/docs/installation/
$ git clone https://github.com/noahke/DIY-Feminist-Cybersecurity.git
$ gem install jekyll -v '2.5.3' -n /usr/local/bin
$ jekyll serve -w
// The guide is ~alive~ at http://0.0.0.0:4000/

License

The content of this guide is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license, and the underlying source code used to format and display that content is licensed under the MIT license.

About

A french translation of the DIY Guide to Feminist Cybersecurity

License:Other


Languages

Language:CSS 76.2%Language:HTML 13.1%Language:JavaScript 10.7%