Coder Social home page Coder Social logo

jytou / theorie-relative-de-la-monnaie Goto Github PK

View Code? Open in Web Editor NEW

This project forked from libre-money-projects/theorie-relative-de-la-monnaie

0.0 1.0 0.0 42.44 MB

Théorie Relative de la Monnaie

Makefile 1.80% Shell 0.73% Python 18.43% HTML 2.70% CSS 0.37% JavaScript 75.98%

theorie-relative-de-la-monnaie's Introduction

Relative Theory of Money (TRM)

Relative Theory of Money (TRM) is a theory about a money system based on a Universal Dividend calculated from the human life expectancy. It demonstrate that only one mathematical solution exists to create a "libre money".

You can read it online here

You can download files here

Text licensed under GPL version 3

Théorie Relative de la Monnaie (TRM)

La Théorie Relative de la Monnaie est une théorie décrivant un système monétaire basé sur un Dividende Universel calculé à partir de l'espérance de vie humaine. Elle démontre qu'il n'existe qu'une seule solution mathématique pour créer une "monnaie libre".

Vous pouvez la lire en ligne ici

Vous pouvez télécharger les fichiers ici

Texte sous licence GPL version 3

Install repository

Require Sphinx 1.3+

  • Ubuntu 14.04:
    $ sudo apt-get install python-pip
    $ sudo apt-get install python-dev
    $ sudo apt-get install libfreetype6-dev
    $ sudo apt-get install texlive texlive-lang-french texlive-latex-extra texlive-latex-recommended
    $ sudo apt-get install dvipng

    $ sudo pip install virtualenv
    $ virtualenv -p /usr/bin/python2.7 venv
    $ source venv/bin/activate
    $ pip install -vv -r requirements.txt
  • Fedora:
    $ sudo dnf install python-pip python-devel freetype-devel \
      texlive texlive-latex dvipng python-matplotlib numpy \
      python-numpydoc ipython python-sphinx python-ipython-sphinx

Generate all languages

Generate french and english version in build/fr_FR and build/en_US folders:

    $ ./build.sh

Generate original french version in build/fr_FR folder:

    $ ./build_fr_FR.sh

Generate translated english version in build/en_US folder:

    $ ./build_en_US.sh

Generate HTML, PDF and EPUB version

Generate HTML version:

    $ make html SPHINXOPTS="-t html"

Generate PDF version:

    $ make latexpdf SPHINXOPTS="-t latex"

Generate EPUB version :

    $ make epub SPHINXOPTS="-t epub"

Translation in english

    $ sudo pip install sphinx-intl

Generate pot files from rst files in build/locale

    $ make gettext

Generate po files from pot files in source/locale (use english (United-States) with label en_US)

    $ sphinx-intl update -p build/locale -d source/locale/ -l en_US

Create mo files

    $ sphinx-intl build --locale-dir source/locale

Generate translated build:

    $ ./build_all_en_US.sh

Transifex platform

To sync with a Transifex project :

    $ pip install transifex-client

Add pot files index in .tx/config

    $ sphinx-intl update-txconfig-resources --pot-dir build/locale --locale-dir source/locale --transifex-project-name french-to-english

Replace "en" language by "fr" in .tx/config

    $ source_lang = fr

Send the pot source files to the transifex server

    $ tx push -s

Get a translated po file Add -f to force

    $ tx pull -l en_US -r french-to-english.index

theorie-relative-de-la-monnaie's People

Contributors

vtexier avatar insoleet avatar m5oul avatar jytou avatar thatoo avatar tomdesai avatar weblate avatar c-geek avatar stephane-klein avatar harobed avatar morrme avatar renepaulmages avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.