Our address

AtikTeam is a service provided by Demotera.

Demotera SARL
6 rue d'Armaillé
75017 Paris
FRANCE
Tel : +33 (0)2 30 96 03 13

Get in touch with us through the contact form.

OpenSource projects

For its daily work or for specific needs, Demotera contributes or leads some OpenSource software projects.

Pandoc, Textile parser

Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. It can read markdown and (subsets of) Textile, reStructuredText, HTML, LaTeX, and DocBook XML; and it can write plain text, markdown, reStructuredText, XHTML, HTML 5, LaTeX (including beamer slide shows), ConTeXt, RTF, DocBook XML, OpenDocument XML, ODT, Word docx, GNU Texinfo, MediaWiki markup, EPUB, Textile, groff man pages, Emacs Org-Mode, AsciiDoc, and Slidy, Slideous, DZSlides, or S5 HTML slide shows. It can also produce PDF output on systems where LaTeX is installed. We have contributed the Textile parser.

Mobi’Rennes

Mobi’Rennes is a multimodal optimizer for clean urban transportation. It is able to quickly provide various means to transit, combining bus, subway, walking and cycling. GitHub repository

Funkr

Funkr brings some common functional programming constructs to ruby. In particular, it offers a simple mechanism to create Algebraic Data Types and do pattern matching on them. For an exemple implementation, see provided classes. It also provide modules for common categories (Monoid, Monad, Functor, Applicative …), and extends common types to support categories they belongs to (Array, Hash …). Categories can also be used with custom types, see provided classes.

Redmine LibSvn

Redmine LibSvn is a Redmine plugin to use libsvn bindings to access Subversion repositories. It greatly improved performances over the shellout method.