About text improvements

This commit is contained in:
Juha Heinanen
2025-09-06 11:01:26 +03:00
parent e716d9a85c
commit f6632e0593
2 changed files with 31 additions and 11 deletions

View File

@ -7,7 +7,7 @@
<string name="about_title_plus">About baresip+</string>
<string name="about_text">
<![CDATA[
<h1>Baresip library based SIP User Agent</h1>
<h1>SIP User Agent based on <a href="https://github.com/baresip/baresip">baresip</a> library</h1>
<br>
<p>Juha Heinanen &lt;jh@tutpro.com&gt;</p>
<p>Version %1$s</p>
@ -35,10 +35,14 @@
<h2>Privacy Policy</h2>
<p>Privacy policy is available <a href="https://raw.githubusercontent.com/juha-h/baresip-studio/master/PrivacyPolicy.txt">here</a>.</p>
<br>
<h2>Source code</h2>
<h2>Source Code</h2>
<p>Source code is available at <a href="https://github.com/juha-h/baresip-studio">GitHub</a>,
where also issues can be reported.</p>
<br>
<h2>Language Translations</h2>
<p>Language translations are managed via baresip
<a href="https://hosted.weblate.org/projects/baresip/">Weblate</a> project.</p>
<br>
<h2>Licenses</h2>
<ul>
<li><b>BSD-3-Clause</b> except the following:</li>
@ -51,7 +55,7 @@
</string>
<string name="about_text_plus">
<![CDATA[
<h1>Baresip library based SIP User Agent with video calls</h1>
<h1>SIP User Agent with video calls based on <a href="https://github.com/baresip/baresip">baresip</a> library</h1>
<br>
<p>Juha Heinanen &lt;jh@tutpro.com&gt;</p>
<p>Version %1$s</p>
@ -84,11 +88,16 @@
<li>Selfview is not properly shown when video stream is sendonly.</li>
</ul>
<h2>Privacy Policy</h2>
<p>Privacy policy is available <a href="https://raw.githubusercontent.com/juha-h/baresip-studio/video/PrivacyPolicy.txt">here</a>.</p>
<p>Privacy policy is available
<a href="https://raw.githubusercontent.com/juha-h/baresip-studio/video/PrivacyPolicy.txt">here</a>.</p>
<br>
<h2>Source code</h2>
<p>Source code is available at <a href="https://github.com/juha-h/baresip-studio">GitHub</a>,
where also issues can be reported.</p>
where also issues can be reported.</p>
<br>
<h2>Language translations</h2>
<p>Language translations are managed via baresip
<a href="https://hosted.weblate.org/projects/baresip/">Weblate</a> project.</p>
<br>
<h2>Licenses</h2>
<ul>