Update credits and reduce the number of links

This commit is contained in:
Veronica Berglyd Olsen
2024-07-04 16:05:01 +02:00
parent 9f88f3b79e
commit 0064b742d3
2 changed files with 84 additions and 74 deletions
+32 -30
View File
@@ -2,72 +2,74 @@
## Main Developer ## Main Developer
* Veronica Berglyd Olsen (@vkbo) * Veronica Berglyd Olsen
## Contributors ## Contributors
* Concept: Marian Lückhof (@Number042) * Early Concept: Marian Lückhof
* Internationalisation: Bruno Meneguello (@bkmeneguello) * Internationalisation: Bruno Meneguello
* Setup and Packaging: Rachel Powers (@Ryex) * Setup and Packaging: Rachel Powers
For other contributions, see the project's [Contributors](https://github.com/vkbo/novelWriter/graphs/contributors) page. For other contributions, see the project's [Contributors](https://github.com/vkbo/novelWriter/graphs/contributors) page.
## Artwork ## Artwork
The artwork on the Welcome dialog was created by [Louis Durrant](https://louisdurrant.art). The artwork on the Welcome dialog was created by Louis Durrant.
## Translations ## Translations
The default language is English (UK) with English (US) as an option. These are the original The default language is English (UK) with English (US) as an option. These are the original
translators for the languages currently available: translators for the languages currently available:
* Dutch: Martijn van der Kleijn (@mvdkleijn) * **Dutch:** Martijn van der Kleijn (mvdkleijn)
* French: Jan Lüdke (@jyhelle) * **French:** Jan Lüdke (jyhelle)
* German: Myian (@heymyian) * **German:** Myian (HeyMyian)
* Italian: Riccardo Mangili * **Italian:** Riccardo Mangili
* Japanese: hebekeg (@hebekeg) * **Japanese:** hebekeg
* Latin American Spanish: Tommy Marplatt (@tmarplatt) * **Latin American Spanish:** Tommy Marplatt (tmarplatt)
* Norwegian: Veronica Berglyd Olsen (@vkbo) * **Norwegian:** Veronica Berglyd Olsen (vkbo)
* Portuguese: Bruno Meneguello (@bkmeneguello) * **Polish:** Anna Maria Polak (Nauthiz)
* Simplified Chinese: Qianzhi Long (@longqzh) * **Portuguese:** Bruno Meneguello (bkmeneguello)
* **Simplified Chinese:** Qianzhi Long (longqzh)
Additional larger translation contributions: Additional larger translation contributions:
* French: Albert Aribaud (@aaribaud) * **French:** Albert Aribaud (aaribaud)
* **Portuguese:** Oli Maia (olimaia)
Translations are managed on [Crowdin](https://crowdin.com/project/novelwriter), and more Translations are managed on [Crowdin](https://crowdin.com/project/novelwriter), and more
contributions are listed on the project's [Members](https://crowdin.com/project/novelwriter/members) page. contributions are listed on the project's Members page.
## Libraries ## Libraries
The following libraries are dependencies of novelWriter: The following libraries are dependencies of novelWriter:
* [Qt5](https://www.qt.io) by Qt Company * **Qt5** by Qt Company
* [PyQt5](https://www.riverbankcomputing.com/software/pyqt) by Riverbank Computing * **PyQt5** by Riverbank Computing
* [Enchant](https://abiword.github.io/enchant) by Dom Lachowicz * **Enchant** by Dom Lachowicz
* [PyEnchant](https://pyenchant.github.io/pyenchant) by Dimitri Merejkowsky * **PyEnchant** by Dimitri Merejkowsky
## Assets ## Assets
Some of the assets bundled with novelWriter were adapted from the following sources: Some of the assets bundled with novelWriter were adapted from the following sources:
* [Typicons](https://github.com/stephenhutchings/typicons.font) icons by Stephen Hutchings (CC BY-SA 4.0) * **Typicons** icons by Stephen Hutchings (CC BY-SA 4.0)
* [Tomorrow](https://github.com/chriskempson/base16) syntax themes by Chris Kempson (MIT License) * **Tomorrow** syntax themes by Chris Kempson (MIT License)
* [Owl](https://github.com/sdras/night-owl-vscode-theme) syntax themes by Sarah Drasner (MIT License) * **Owl** syntax themes by Sarah Drasner (MIT License)
* [Solarized](https://github.com/altercation/solarized) themes by Ethan Schoonover (MIT License) * **Solarized** themes by Ethan Schoonover (MIT License)
* [Cyberpunk Night](https://github.com/alemvigh) theme by Anders Lemvigh (CC BY-SA 4.0) * **Cyberpunk Night** theme by Anders Lemvigh (CC BY-SA 4.0)
* [Dracula](https://draculatheme.com) theme by Zeno Rocha (MIT License) * **Dracula** theme by Zeno Rocha (MIT License)
* [Snazzy Light](https://github.com/loilo/vscode-snazzy-light) theme by Florian Reuschel (MIT License) * **Snazzy Light** theme by Florian Reuschel (MIT License)
## Fonts ## Fonts
The font used for the main novelWriter logo, mimetype and text banners is Pridi. Other fonts are The font used for the main novelWriter logo, mimetype and text banners is Pridi. Other fonts are
used on buttons and icons. used on buttons and icons.
* Pridi by Cadson Demak (Open Font License, Version 1.1) * **Pridi** by Cadson Demak (Open Font License, Version 1.1)
* Source Sans Pro by Paul D. Hunt (SIL Open Font License) * **Source Sans Pro** by Paul D. Hunt (SIL Open Font License)
## Special Mentions ## Special Mentions
Additional thanks to @johnblommers who was an early user and who has provided a lot of very useful Additional thanks to John Blommers who was an early user and who has provided a lot of very useful
feedback over the years. feedback over the years.
+52 -44
View File
@@ -1,84 +1,92 @@
<!DOCTYPE html public "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html> <html>
<body> <body>
<h3>Main Developer</h3> <h3>Main Developer</h3>
<p>Veronica Berglyd Olsen (<a href="https://github.com/vkbo">@vkbo</a>)</p>
<p>Veronica Berglyd Olsen</p>
<h3>Contributors</h3> <h3>Contributors</h3>
<p> <ul>
&nbsp;&bull;&nbsp;<b>Concept:</b> Marian Lückhof (<a href="https://github.com/Number042">@Number042</a>)<br> <li><b>Early Concept:</b> Marian Lückhof</li>
&nbsp;&bull;&nbsp;<b>Internationalisation:</b> Bruno Meneguello (<a href="https://github.com/bkmeneguello">@bkmeneguello</a>)<br> <li><b>Internationalisation:</b> Bruno Meneguello</li>
&nbsp;&bull;&nbsp;<b>Setup and Packaging:</b> Rachel Powers (<a href="https://github.com/Ryex">@Ryex</a>) <li><b>Setup and Packaging:</b> Rachel Powers</li>
</p> </ul>
<p>For other contributions, see the project's <p>For other contributions, see the project's
<a href="https://github.com/vkbo/novelWriter/graphs/contributors">Contributors</a> page.</p> <a href="https://github.com/vkbo/novelWriter/graphs/contributors">Contributors</a> page.</p>
<h3>Artwork</h3> <h3>Artwork</h3>
<p>The artwork on the Welcome dialog was created by <a href="https://louisdurrant.art">Louis Durrant</a>.</p> <p>The artwork on the Welcome dialog was created by Louis Durrant.</p>
<h3>Translations</h3> <h3>Translations</h3>
<p>The default language is English (UK) with English (US) as an option. These are the original <p>The default language is English (UK) with English (US) as an option. These are the original
translators for the languages currently available:</p> translators for the languages currently available:</p>
<p>
&nbsp;&bull;&nbsp;<b>Dutch:</b> Martijn van der Kleijn (<a href="https://github.com/mvdkleijn">@mvdkleijn</a>)<br> <ul>
&nbsp;&bull;&nbsp;<b>French:</b> Jan Lüdke (<a href="https://github.com/jyhelle">@jyhelle</a>)<br> <li><b>Dutch:</b> Martijn van der Kleijn (mvdkleijn)</li>
&nbsp;&bull;&nbsp;<b>German:</b> Myian (<a href="https://github.com/heymyian">@heymyian</a>)<br> <li><b>French:</b> Jan Lüdke (jyhelle)</li>
&nbsp;&bull;&nbsp;<b>Italian:</b> Riccardo Mangili<br> <li><b>German:</b> Myian (HeyMyian)</li>
&nbsp;&bull;&nbsp;<b>Japanese:</b> hebekeg (<a href="https://github.com/hebekeg">@hebekeg</a>)<br> <li><b>Italian:</b> Riccardo Mangili</li>
&nbsp;&bull;&nbsp;<b>Latin American Spanish:</b> Tommy Marplatt (<a href="https://github.com/tmarplatt">@tmarplatt</a>)<br> <li><b>Japanese:</b> hebekeg</li>
&nbsp;&bull;&nbsp;<b>Norwegian:</b> Veronica Berglyd Olsen (<a href="https://github.com/vkbo">@vkbo</a>)<br> <li><b>Latin American Spanish:</b> Tommy Marplatt (tmarplatt)</li>
&nbsp;&bull;&nbsp;<b>Portuguese:</b> Bruno Meneguello (<a href="https://github.com/bkmeneguello">@bkmeneguello</a>)<br> <li><b>Norwegian:</b> Veronica Berglyd Olsen (vkbo)</li>
&nbsp;&bull;&nbsp;<b>Simplified Chinese:</b> Qianzhi Long (<a href="https://github.com/longqzh">@longqzh</a>) <li><b>Polish:</b> Anna Maria Polak (Nauthiz)</li>
</p> <li><b>Portuguese:</b> Bruno Meneguello (bkmeneguello)</li>
<li><b>Simplified Chinese:</b> Qianzhi Long (longqzh)</li>
</ul>
<p>Additional larger translation contributions:</p> <p>Additional larger translation contributions:</p>
<p>
&nbsp;&bull;&nbsp;<b>French:</b> Albert Aribaud (<a href="https://github.com/aaribaud">@aaribaud</a>) <ul>
</p> <li><b>French:</b> Albert Aribaud (aaribaud)</li>
<li><b>Portuguese:</b> Oli Maia (olimaia)</li>
</ul>
<p>Translations are managed on <a href="https://crowdin.com/project/novelwriter">Crowdin</a>, and <p>Translations are managed on <a href="https://crowdin.com/project/novelwriter">Crowdin</a>, and
more contributions are listed on the project's <a href="https://crowdin.com/project/novelwriter/members">Members</a> page.</p> more contributions are listed on the project's Members page.</p>
<h3>Libraries</h3> <h3>Libraries</h3>
<p>The following libraries are dependencies of novelWriter:</p> <p>The following libraries are dependencies of novelWriter:</p>
<p>
&nbsp;&bull;&nbsp;<a href="https://www.qt.io">Qt5</a> by Qt Company<br> <ul>
&nbsp;&bull;&nbsp;<a href="https://www.riverbankcomputing.com/software/pyqt">PyQt5</a> by Riverbank Computing<br> <li><b>Qt5</b> by Qt Company</li>
&nbsp;&bull;&nbsp;<a href="https://abiword.github.io/enchant">Enchant</a> by Dom Lachowicz<br> <li><b>PyQt5</b> by Riverbank Computing</li>
&nbsp;&bull;&nbsp;<a href="https://pyenchant.github.io/pyenchant">PyEnchant</a> by Dimitri Merejkowsky <li><b>Enchant</b> by Dom Lachowicz</li>
</p> <li><b>PyEnchant</b> by Dimitri Merejkowsky</li>
</ul>
<h3>Assets</h3> <h3>Assets</h3>
<p>Some of the assets bundled with novelWriter were adapted from the following sources:</p> <p>Some of the assets bundled with novelWriter were adapted from the following sources:</p>
<p>
&nbsp;&bull;&nbsp;<a href="https://github.com/stephenhutchings/typicons.font">Typicons</a> icons by Stephen Hutchings (CC BY-SA 4.0)<br> <ul>
&nbsp;&bull;&nbsp;<a href="https://github.com/chriskempson/base16">Tomorrow</a> syntax themes by Chris Kempson (MIT License)<br> <li><b>Typicons</b> icons by Stephen Hutchings (CC BY-SA 4.0)</li>
&nbsp;&bull;&nbsp;<a href="https://github.com/sdras/night-owl-vscode-theme">Owl</a> syntax themes by Sarah Drasner (MIT License)<br> <li><b>Tomorrow</b> syntax themes by Chris Kempson (MIT License)</li>
&nbsp;&bull;&nbsp;<a href="https://github.com/altercation/solarized">Solarized</a> themes by Ethan Schoonover (MIT License)<br> <li><b>Owl</b> syntax themes by Sarah Drasner (MIT License)</li>
&nbsp;&bull;&nbsp;<a href="https://github.com/alemvigh">Cyberpunk Night</a> theme by Anders Lemvigh (CC BY-SA 4.0)<br> <li><b>Solarized</b> themes by Ethan Schoonover (MIT License)</li>
&nbsp;&bull;&nbsp;<a href="https://draculatheme.com">Dracula</a> theme by Zeno Rocha (MIT License)<br> <li><b>Cyberpunk Night</b> theme by Anders Lemvigh (CC BY-SA 4.0)</li>
&nbsp;&bull;&nbsp;<a href="https://github.com/loilo/vscode-snazzy-light">Snazzy Light</a> theme by Florian Reuschel (MIT License) <li><b>Dracula</b> theme by Zeno Rocha (MIT License)</li>
</p> <li><b>Snazzy Light</b> theme by Florian Reuschel (MIT License)</li>
</ul>
<h3>Fonts</h3> <h3>Fonts</h3>
<p>The font used for the main novelWriter logo, mimetype and text banners is Pridi. Other fonts are <p>The font used for the main novelWriter logo, mimetype and text banners is Pridi. Other fonts are
used on buttons and icons.</p> used on buttons and icons.</p>
<p>
&nbsp;&bull;&nbsp;Pridi by Cadson Demak (Open Font License, Version 1.1)<br> <ul>
&nbsp;&bull;&nbsp;Source Sans Pro by Paul D. Hunt (SIL Open Font License) <li><b>Pridi</b> by Cadson Demak (Open Font License, Version 1.1)</li>
</p> <li><b>Source Sans Pro</b> by Paul D. Hunt (SIL Open Font License)</li>
</ul>
<h3>Special Mentions</h3> <h3>Special Mentions</h3>
<p>Additional thanks to <a href="https://github.com/johnblommers">@johnblommers</a> who was an early user and who has provided a lot <p>Additional thanks to John Blommers who was an early user and who has provided a lot of very
of very useful feedback over the years.</p> useful feedback over the years.</p>
</body> </body>
</html> </html>