~jan0sch/smederee
Showing details for patch 179ec85414852241cec9600930c891c9b2030a3e.
diff -rN -u old-smederee/modules/hub/src/main/resources/messages_en.properties new-smederee/modules/hub/src/main/resources/messages_en.properties --- old-smederee/modules/hub/src/main/resources/messages_en.properties 2025-02-02 06:55:12.855521632 +0000 +++ new-smederee/modules/hub/src/main/resources/messages_en.properties 2025-02-02 06:55:12.859521637 +0000 @@ -57,7 +57,7 @@ global.terms.of.use=Terms of Use # Landing Pages -landingpage.alpha.future-goals.intro=We intend to develop the Smederee into a production ready project during the alpha phase. Afterwards we'll phase over into a beta phase during which remaining bugs are squashed and the payment system will be introduced. +landingpage.alpha.future-goals.intro=We intend to develop the Smederee into a production ready project during the alpha phase. Afterwards we''ll phase over into a beta phase during which remaining bugs are squashed and the payment system will be introduced. landingpage.alpha.future-goals.title=Goals for the alpha phase. landingpage.alpha.guarantees.data-safety.text=Frequent backups are performed and everything is stored on servers inside the EU which implies that it is protected by the EU GDPR regulation, so what is yours stays yours. Furthermore we do our best to secure our systems as best as we can. landingpage.alpha.guarantees.data-safety.title=Safety of account data @@ -75,11 +75,11 @@ landingpage.alpha.title=Details about the public alpha phase of Smederee. landingpage.contact.title=Contact -landingpage.contact.intro=You may reach out to us via several channels. Currently our preferred channel of communication is via email. +landingpage.contact.intro=Currently our preferred channel of communication is via email. landingpage.contact.email.title=E-Mail -landingpage.contact.email.text=TODO +landingpage.contact.email.text=If you have feedback and questions, please don''t hesitate to ready out to us either via our official mailing list: {0} or directly (and in private) via email: {1}. landingpage.contact.abuse.title=Abuse -landingpage.contact.abuse.text=TODO +landingpage.contact.abuse.text=In the case of noticing content that you deem to be removed, please write an email to {0} and describe what content and why you think it should be removed. landingpage.imprint.title=Imprint / Impressum @@ -102,7 +102,7 @@ landingpage.index.pitch.title=Smederee brings teams together to build solid software! landingpage.index.ribbon.text=Benefit from our experience with building software for decades and leverage efficient engineering tools to craft your own software. All of your data is protected by the EU GDPR regulation, so what is yours stays yours. No tracking, no third party cookies and no dependencies on external services! landingpage.index.ribbon.title=We help you to craft great tools! -landingpage.index.splash.text=Leverage the power of the <a href="http://darcs.net" target="_blank">darcs</a> vcs to handle your projects with ease and confidence and rest assured that we won't track you or sell your data! +landingpage.index.splash.text=Leverage the power of the <a href="http://darcs.net" target="_blank">darcs</a> vcs to handle your projects with ease and confidence and rest assured that we won''t track you or sell your data! landingpage.index.splash.title=Craft Software! landingpage.privacy-policy.title=Privacy Policy @@ -121,7 +121,7 @@ repositories.yours.column.description=Description repositories.yours.column.name=Name -repositories.yours.none-found=Looks like you don't have any repositories created yet. +repositories.yours.none-found=Looks like you don''t have any repositories created yet. repository.changes.patch.summary.title=Summary of changes repository.changes.patch.summary.added={0} files added diff -rN -u old-smederee/modules/hub/src/main/twirl/de/smederee/hub/views/contact.scala.html new-smederee/modules/hub/src/main/twirl/de/smederee/hub/views/contact.scala.html --- old-smederee/modules/hub/src/main/twirl/de/smederee/hub/views/contact.scala.html 2025-02-02 06:55:12.859521637 +0000 +++ new-smederee/modules/hub/src/main/twirl/de/smederee/hub/views/contact.scala.html 2025-02-02 06:55:12.859521637 +0000 @@ -17,9 +17,9 @@ <p>@Messages("landingpage.contact.intro")</p> <hr/> <h2>@Messages("landingpage.contact.email.title")</h2> - <p>@Messages("landingpage.contact.email.text")</p> + <p>@Html(Messages("landingpage.contact.email.text", """<a href="#">TODO</a>""", """<a href="mailto:help@smeder.ee">help@smeder.ee</a>"""))</p> <h2>@Messages("landingpage.contact.abuse.title")</h2> - <p>@Messages("landingpage.contact.abuse.text")</p> + <p>@Html(Messages("landingpage.contact.abuse.text", """<a href="mailto:abuse@smeder.ee">abuse@smeder.ee</a>"""))</p> </div> </div> </div> diff -rN -u old-smederee/modules/hub/src/main/twirl/de/smederee/hub/views/main.scala.html new-smederee/modules/hub/src/main/twirl/de/smederee/hub/views/main.scala.html --- old-smederee/modules/hub/src/main/twirl/de/smederee/hub/views/main.scala.html 2025-02-02 06:55:12.859521637 +0000 +++ new-smederee/modules/hub/src/main/twirl/de/smederee/hub/views/main.scala.html 2025-02-02 06:55:12.859521637 +0000 @@ -17,8 +17,8 @@ <navbar class="header navbar" id="navbar-top">@navbar(baseUri, lang)(csrf, None, user)</navbar> <main class="content-wrapper"> @content - <footer class="footer">@customFooters</footer> </main> + <footer class="footer">@customFooters</footer> </body> </html> }