55---
66
77< p >
8- Here you can see some statistics of all our hard working contributors. The list is updated every 24 hours.
8+ Here you can see some statistics of all our hard working contributors.
99</ p >
1010
1111< p >
1212 < a href ="https://github.com/ActivityWatch/activitywatch/blob/master/CONTRIBUTING.md "> Contribute yourself</ a > to get your name on this page!
1313</ p >
1414
15+ < p >
16+ The list is updated every 24 hours.
17+ </ p >
18+
19+ < br >
1520< h3 > Visualization</ h3 >
1621< p >
1722 Here we have a have a visualization of development history:
1823</ p >
1924< iframe width ="560 " height ="315 " src ="https://www.youtube-nocookie.com/embed/zjIn43lZq3U " frameborder ="0 " allow ="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture " allowfullscreen > </ iframe >
2025
26+ < p >
27+ The script used to generate the video can be found < a href ="https://github.com/ActivityWatch/contributor-stats/tree/master/video "> here</ a > .
28+ </ p >
29+
30+ < br >
2131< h3 > Tables</ h3 >
32+ < p >
33+ Here we have tables of contribution statistics, both for across all repos and for each individual repo.
34+ The statistics are generated using the < a href ="https://github.com/ActivityWatch/contributor-stats "> contributor-stats</ a > repository.
35+ </ p >
36+
37+ < p >
38+ GitGitLog also provides a view of the stats < a href ="https://gitgitlog.com/ActivityWatch "> here</ a > .
39+ </ p >
40+
2241< p >
2342 < small >
2443 < b > Note:</ b >
@@ -28,27 +47,35 @@ <h3>Tables</h3>
2847 </ small >
2948</ p >
3049
31- < p >
32- GitGitLog also provides a view of the stats < a href ="https://gitgitlog.com/ActivityWatch "> here</ a > .
33- </ p >
34-
3550{% assign modules = "total,aw-core,aw-server,aw-server-rust,aw-webui,aw-qt,aw-android,aw-client,aw-client-js,aw-client-rust,aw-watcher-window,aw-watcher-afk,aw-watcher-web,aw-watcher-vim,aw-watcher-vscode,docs,activitywatch.github.io,activitywatch" | split: ',' %}
3651
3752< b > Table of contents</ b >
3853< ul >
3954 {% for module in modules %}
40- < li > < a href ="#{{ module }} "> {{ module }}</ a >
55+ < li > < a href ="#{{ module }} "> {{ module }}</ a > </ li >
4156 {% endfor %}
4257</ ul >
4358
4459< div class ="contributor-stats ">
4560 {% for module in modules %}
46- < a {% if module ! = "total " %} href ="https://github.com/activitywatch/{{ module }} " {% endif %} >
47- < h3 id ={{ module }} > {{ module }}</ h3 >
48- </ a >
61+ {% if module != "total" %}
62+ < details >
63+ < summary >
64+ {% endif %}
65+ < h4 id ={{ module }} > {{ module }}</ h4 >
66+ {% if module != "total" %}
67+ </ summary >
68+ {% endif %}
4969
5070 {% assign table_filename = "tables/" | append: module %}
5171 {% include {{ table_filename }}.html %}
72+
73+ {% if module != "total" %}
74+ < div class ="small px-2 pb-2 " >
75+ You can also see these stats < a href ="https://github.com/activitywatch/{{ module }}/graphs/contributors "> on GitHub</ a > .
76+ </ div >
77+ </ details >
78+ {% endif %}
5279 {% endfor %}
5380</ div >
5481
0 commit comments