This commit is contained in:
Julien Palard 2017-08-10 00:17:52 +02:00
parent ecf034bd24
commit d932edf5fa
2 changed files with 15 additions and 11 deletions

View File

@ -39,8 +39,10 @@ The PEP 545 may be long to read, so here are the interesting points:
- [x] The [doc-sig mailing list](https://mail.python.org/mailman/listinfo/doc-sig)
is back on tracks.
- [x] https://docs.python.org/fr/3.6/ is online
- [ ] We need a language switcher, like the version switcher, to
- [x] We need a language switcher, like the version switcher, to
jump from a translation to another.
- [ ] FIX: http://bugs.python.org/issue31146 language switcher issue
on unknown languages.
## Per language
@ -54,6 +56,7 @@ The PEP 545 may be long to read, so here are the interesting points:
- ja
- https://docs.python.org/ja/3.6/
- Coordinator: [Inada Naoki (methane)](http://bugs.python.org/user10371)
- Translated: ~90%
- Repository: https://github.com/python/python-docs-ja/

View File

@ -5,19 +5,20 @@ URL:
save_as: index.html
status: hidden
Senior lead software architect at [meltygroup](http://www.meltygroup.com).
Senior software architect at [meltygroup](https://www.meltygroup.com).
- My projects
- [Translating the Python documentation in French](https://www.python.org/dev/peps/pep-0545/).
- [logtop](http://julienpalard.github.io/logtop/) a realtime log line analzer.
- [Pipe](//julienpalard.github.io/Pipe/) a python module to use | like in a shell ([on Github](https://github.com/JulienPalard/Pipe), [on PyPI](//pypi.python.org/pypi/pipe/1.3)).
- [ashttp](//julienpalard.github.io/ashttp/) a way to expose shell command output as http.
- [yauib](//julienpalard.github.io/yauib/) an IRC bot allowing you to write modules in any languages.
- If you're reading Knuth, a python [mix_machine](https://github.com/JulienPalard/mix-machine) may be usefull.
- [kisspush](http://www.kisspush.net/) is an app to easily get notifications.
- Translating the Python documentation in French ([PEP
545](https://www.python.org/dev/peps/pep-0545/),
[docs.python.org/fr/](https://docs.python.org/fr/),
[git repository](https://github.com/python/python-docs-fr),
[progression](https://mdk.fr/blog/python-documentation-translation.html)).
- [logtop](http://julienpalard.github.io/logtop/) a realtime log line analzer, Debian packaged.
- Many others on [my github account](https://github.com/julienpalard).
- Join me on [IRC quakenet or freenode, I'm `mdk`](//irc.lc/freenode/)
- [My gpg key](//mdk.fr/gpg.pub) and [ssh key](//mdk.fr/id_ed25519.pub)
- Join me on IRC, I'm `mdk` on [freenode](https://webchat.freenode.net)
- [My ssh key](https://mdk.fr/id_ed25519.pub)
- [My gpg key](https://mdk.fr/gpg.pub)
> "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook - The Wizardry Compiled (1989) -