Skip to content

Commit

Permalink
Spell checking
Browse files Browse the repository at this point in the history
  • Loading branch information
badele committed Dec 19, 2013
1 parent b993094 commit 3df1768
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 32 deletions.
32 changes: 5 additions & 27 deletions example_projects.json
@@ -1,45 +1,23 @@
{
"fabrecipes": {
"hours": "89",
"description": "Permet d'automatiser vos t\u00e2ches, comme par exemple une installation automatique d'une distribution Archlinux."
},
"jesuislibre": {
"hours": "16"
"description": "A overwriting description text for fabrecipe."
},
"JobCatcher": {
"hours": "108",
"description": "JobCatcher est une application cod\u00e9e en Python qui agr\u00e8ge des flux d'offres d'emploi de job boards et les stocke dans une base de donn\u00e9es locale."
},
"surlacarte": {
"hours": "44"
"description": "Another overwriting description text for JobCatcher."
},
"gitcheck": {
"hours": "15",
"url": "http://bruno.adele.im/projets/gitcheck",
"description": "Lorsque vous travaillez sur plusieurs d\u00e9pots git, il est d\u00e9sagr\u00e9able de devoir parcourir chaque projet un \u00e0 un pour voir si des modifications ont \u00e9t\u00e9 commit\u00e9es. C'est pour cela que j'ai cr\u00e9e ce script qui permet de savoir quels sont les projets non commit\u00e9s."
},
"fabtools": {
"hours": "29",
"description": "Outil pour simplifier l'\u00e9criture de script fabtools"
},
"Archlinux": {
"hours": "0"
},
"cacause": {
"hours": "51"
"description": "Check multiple git repository in one pass."
},
"github-summary": {
"coveralls": "True",
"description": "Permet de g\u00e9n\u00e9rer des pages r\u00e9sumant l'activit\u00e9 sur vos d\u00e9pots github, il est possible d'exporter sous diff\u00e9rents formats (TXT, RST, HTML, ...)",
"description": "Python tool for generate github summary in multiple formats (TXT, RST, HTML, ...)",
"pypi": "True",
"pydownload": "True",
"hours": "30",
"travis": "True"
},
"home": {
"hours": "0"
},
"informemoi": {
"hours": "7"
}
}
}
4 changes: 2 additions & 2 deletions githubsummary/templates/rst/index-fr.rst
Expand Up @@ -41,12 +41,12 @@ Mes projets
{% for repo in owner %}
- `{{ repo.name }}`_ {% if jsonfile[repo.name] and jsonfile[repo.name]['hours'] %}a contribué **{{ jsonfile[repo.name]['hours']}} heures** {% endif %}{% if repo.watchers or repo.forks %}({% if repo.watchers > 0 %}{{ repo.watchers }} utilisateurs{% endif %}{% if repo.forks > 0 %}, {{ repo.forks }} forks{% endif %}){% endif %}{% if repo.description %}/ {{ repo.description }}{% endif %}{% endfor %}

**Répartition des languages:** {% for key, value in reposlanguages.items()[:5] %}{{ key|e }} ({{ value|e }}%){% if not loop.last %}, {% endif %}{% endfor %}
**Répartition des langages:** {% for key, value in reposlanguages.items()[:5] %}{{ key|e }} ({{ value|e }}%){% if not loop.last %}, {% endif %}{% endfor %}

.. image:: https://chart.googleapis.com/chart?cht=p3&chs=300x90&chd=t:{% for key, value in reposlanguages.items()[:5] %}{{ value }}{% if not loop.last %},{% endif%}{% endfor %}&chl={% for key, value in reposlanguages.items()[:5] %}{{ key }}{% if not loop.last %}|{% endif%}{% endfor %}&chco=2669ad
:alt: Languages graphs

Cette page a été généré avec le projet `github-summary`_
Cette page a été générée avec le projet `github-summary`_

Me contacter
------------
Expand Down
6 changes: 3 additions & 3 deletions githubsummary/templates/rst/projects-fr.rst
Expand Up @@ -68,15 +68,15 @@ Mes contributions
{% endfor %}

-------------------------
Répartition des languages
Répartition des langages
-------------------------

**Répartition des languages:** {% for key, value in reposlanguages.items()[:10] %}{{ key|e }} ({{ value|e }}%){% if not loop.last %}, {% endif %}{% endfor %}
**Répartition des langages:** {% for key, value in reposlanguages.items()[:10] %}{{ key|e }} ({{ value|e }}%){% if not loop.last %}, {% endif %}{% endfor %}

.. image:: https://chart.googleapis.com/chart?cht=p3&chs=600x180&chd=t:{% for key, value in reposlanguages.items()[:10] %}{{ value }}{% if not loop.last %},{% endif%}{% endfor %}&chl={% for key, value in reposlanguages.items()[:10] %}{{ key }}{% if not loop.last %}|{% endif%}{% endfor %}&chco=2669ad
:alt: Languages graphs

Cette page a été généré avec le projet `github-summary`_
Cette page a été générée avec le projet `github-summary`_

.. _github-summary: https://github.com/badele/github-summary

0 comments on commit 3df1768

Please sign in to comment.