- 14 Jan, 2021 1 commit
-
-
David Revoy authored
I received feedback about it, while many part are in refactoring. When things are not ready for public; better to hide them. To hide a comic episode from the source; a simple "secret" empty file at the root of the episode will hide the access to see the source of the episode. TODO: add this file by default in the episode creator on tools (after renderfarm refactoring)
-
- 17 Dec, 2020 1 commit
-
-
David Revoy authored
-
- 16 Dec, 2020 9 commits
- 12 Nov, 2020 1 commit
-
-
David Revoy authored
Fix some typos and prefer typographic quotes See merge request !79
-
- 11 Nov, 2020 2 commits
-
-
Carles Barrobés authored
-
David Revoy authored
Fix catalan translation errors and omissions See merge request !78
-
- 10 Nov, 2020 2 commits
-
-
Carles Barrobés authored
-
Carles Barrobés authored
-
- 03 Nov, 2020 3 commits
-
-
David Revoy authored
Minor improvements in the Norwegian Nynorsk translation See merge request !77
-
Karl Ove Hufthammer authored
This commit mostly adds soft hyphens for very long (compound) words, to improve the line breaking.
-
David Revoy authored
-
- 26 Oct, 2020 2 commits
-
-
David Revoy authored
-
David Revoy authored
-
- 15 Oct, 2020 2 commits
-
-
David Revoy authored
I hesitated between the two URL yesterday, and forgot to switch this one to the definitive choice.
-
David Revoy authored
Maintaining two clone of the same page on davidrevoy.com and peppercarrot.com was too much work and I prefer to keep peppercarrot.com out of that so the shop doesn't have to be translated. This commit changes: - The name of the key in translation: from eSHOP to SHOP - A set of custom redirection for pretty URL like www.peppercarrot.com/shop - Move the position in the header of the Shop label to the right, with external icon link.
-
- 09 Aug, 2020 3 commits
-
-
David Revoy authored
Problem: the documentation wiki had the same theme than the story wiki. For technical information, it was hard to re-read in my opinion. This commit add a cascading class rule to decorate this wiki with something a bit more classic and sober for a documentation.
-
David Revoy authored
Because they are easier to notice now and they look better this way, imo.
-
David Revoy authored
Link decoration were added website-wide previously and affected part were it was unecessary and visually not pleasing.
-
- 29 Jul, 2020 2 commits
-
-
David Revoy authored
I forgot that in the previous commit
-
David Revoy authored
Vector object (svg) allows alpha transparency compositing for the book project while PNG transparency or any other type are prohibited due to the PDF-X technology my printer is using (something from the 2000s) So, this really give appeal to dev a couple of ornament and decoration as SVG. This code build a GUI to naviguate the repo. The book auto-download everything svg from this directory demo: https://www.peppercarrot.com/en/static6/sources&page=vector
-
- 24 Jul, 2020 5 commits
-
-
David Revoy authored
For long on this theme I used a green color for the link without underline. I also many time removed all decoration for links because it was looking a bit too buzy visualy. I'm trying here to go back to something a big more classic: a teal/blue desaturated with a brighter underline.I think it is still pleasant while the color+underline makes it obvious this is an actionable hyperlink. Ref: webcomics#160
-
David Revoy authored
This makes the credit more compact to be written on a single page and improve readibility (remove bold/strong when it is not necessary) I also removed the little star as separators: Scribus wasn't able to read them.
-
David Revoy authored
-
David Revoy authored
The previous version was based on a mask: I was browsing everything then excluding a set of keyword from the array (blocklist); but this system always had issue with new-episodes; and new folders. This refactor use a pattern during browsing that include only desired episode folder name starting by ep[0-9][0-9] pattern.
-
David Revoy authored
This one has parameters for separators + ending line. Also, read "notes" and display them correctly. Ref: webcomics#160
-
- 23 Jul, 2020 7 commits
-
-
David Revoy authored
- It now looks better; less colored - It now contains more information in case scrolling in the cells far away top or left columns. - Better way to allow only epXX_ folder (exclude new-epXX) - System to show when a info.json is missing. - Switch from "editing">"Contribution" - Larger thumbnails Ref: webcomics#160
-
David Revoy authored
-
David Revoy authored
Ref: webcomics#160
-
David Revoy authored
Now the system doesn't show "original version" as a translator name.
-
David Revoy authored
More obvious for future reader to get what this file is doing. Ref: webcomics#160
-
David Revoy authored
ref: webcomics#160
-
David Revoy authored
This list was made to help at generating ever-green/always fresh credits. In fact, I'm working on the book project now and I realised that all my work on the credits in November (that took me days) were obsolete and I had to start over all again. Fortunately, the work of @gunchleoc on the credit/data extraction repository wide offered an opportunity to automatize and generate that. So this script is the first version. TODO I might do later: - Removing too many "editing" and replace it with "contribution" in epXX-XXX/lang/xx/info.json for the one who contributed to a lang without necessarly "proofreading" (title art/speechbubble layout improvement). General touch of SVG or maintainance is now at the root of the project. - Find a system to detect the original language and remove "translation" in this case and show "-original language-" label. Maybe use this data from the info.json at the root of episode or detect the one in the language if the translation tag has the "original" or "" keywords (it sounds less reliable on long term). But because many translator duplicate English folder and this one being the original language 90% of time now, it requires a field ready to fill. So the "translation: none", "translation: original" is a good candidate here. Ref: webcomics#160 Demo: https://www.peppercarrot.com/en/static6/sources&page=credits
-