All Projects → gafam → www.gafam.info

gafam / www.gafam.info

Licence: CC0-1.0 license
Sources of the gafam.info web page

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects
CSS
56736 projects

Projects that are alternatives of or similar to www.gafam.info

Ava Docs
Localized docs for AVA
Stars: ✭ 455 (+3150%)
Mutual labels:  translations, localization
Mojito
An automation platform that enables continuous localization.
Stars: ✭ 256 (+1728.57%)
Mutual labels:  translations, localization
laravel-localized-routes
A convenient way to set up and use localized routes in a Laravel app.
Stars: ✭ 257 (+1735.71%)
Mutual labels:  translations, localization
fuse-device
Use the basic Device functions such as UUID and current localization from Fuse
Stars: ✭ 13 (-7.14%)
Mutual labels:  localization, information
Flutter translate
Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.
Stars: ✭ 245 (+1650%)
Mutual labels:  translations, localization
Django Translations
Django model translation for perfectionists with deadlines.
Stars: ✭ 109 (+678.57%)
Mutual labels:  translations, localization
Localizer-Android
Gradle plugin which simplifies Android string resources & translations synchronization with POEditor.
Stars: ✭ 21 (+50%)
Mutual labels:  translations, localization
Attranslate
Semi-automated Text Translator for Websites and Apps
Stars: ✭ 178 (+1171.43%)
Mutual labels:  translations, localization
I18N-Portable
Simple and cross platform internationalization/translations for Xamarin and .NET
Stars: ✭ 102 (+628.57%)
Mutual labels:  translations, localization
Domino-English-Translation
🌏 Let's translate Domino, a Japanese MIDI editor!
Stars: ✭ 29 (+107.14%)
Mutual labels:  translations, localization
SOLocalization
Configure multi-language environment in iOS application
Stars: ✭ 13 (-7.14%)
Mutual labels:  localization
stone.js
gettext-like client-side Javascript Internationalization Library
Stars: ✭ 20 (+42.86%)
Mutual labels:  localization
fluent-vue
Internationalization plugin for Vue.js
Stars: ✭ 137 (+878.57%)
Mutual labels:  localization
FAST LIO LOCALIZATION
A simple localization framework that can re-localize in built maps based on FAST-LIO.
Stars: ✭ 194 (+1285.71%)
Mutual labels:  localization
HEAPUtil
Code for the RA-L (IROS) 2021 paper "A Hierarchical Dual Model of Environment- and Place-Specific Utility for Visual Place Recognition"
Stars: ✭ 46 (+228.57%)
Mutual labels:  localization
cldr-engine
Internationalization and localization in Typescript with Unicode CLDR, batteries included
Stars: ✭ 34 (+142.86%)
Mutual labels:  localization
laravel-translate
Generate translation files for Laravel using Google Translate
Stars: ✭ 22 (+57.14%)
Mutual labels:  localization
codac
Codac is a library for constraint programming over reals, trajectories and sets.
Stars: ✭ 31 (+121.43%)
Mutual labels:  localization
french
French language pack to localize the Flarum forum software plus its official and third-party extensions.
Stars: ✭ 17 (+21.43%)
Mutual labels:  localization
android-api-loquacious
Loquacious is a localized remote resource manager library for Android
Stars: ✭ 24 (+71.43%)
Mutual labels:  localization

www.gafam.info

About

This repository contains the sources of the gafam.info web page.

It is about collecting, maintaining and promoting translations of the GAFAM poster campaign by La Quadrature du Net.

The web page and its accompanying repository gafam-poster-translations are intended to support the lovely people of LQDN in spreading the word about their campaign.

Contributions are always welcome!

How to work with it

Bundle Javascript and CSS assets using webpack:

yarn install
yarn run build

Watch files for rebundling:

yarn run watch

Have a look:

open ./htdocs/index.html

Create thumbnail image from poster PDF

# Just a workbench
mkdir tmp; cd tmp

# Acquire PDF file
wget https://ptrace.gafam.info/upstream/pdf/lqdn-gafam-poster-de.pdf

# Layout multiple pages in matrix
pdfnup --nup 2x3 --landscape=true --no-tidy lqdn-gafam-poster-de.pdf

# Convert to GIF format appropriately
convert -units PixelsPerInch lqdn-gafam-poster-de-nup.pdf -density 72 -trim +repage -resize 595x gafam-german-card.gif

# Copy to target directory
cp gafam-german-card.gif ../htdocs/static/img/

Download MP4 video from Twitter

# Just a workbench
mkdir tmp; cd tmp

# youtube-dl does it all ;]
youtube-dl --output 'lqdn-gafam-paris.mp4' https://twitter.com/laquadrature/status/944148790684069888

# Upload to content web space
make ptrace source=lqdn-gafam-paris.mp4
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].