Skip to content

Commit

Permalink
Publishing to gh-pages (publish.sh)
Browse files Browse the repository at this point in the history
  • Loading branch information
pontaoski committed Jan 12, 2022
1 parent 01fddf7 commit c258cd5
Show file tree
Hide file tree
Showing 261 changed files with 3,974 additions and 5,197 deletions.
4 changes: 2 additions & 2 deletions blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@



<link rel="stylesheet" href="/css/main.min.3d0f6098eb95bdd46738f7e0eddb33d7d543bd1255f1ddbe9c9b85c4a6cd391f.css" integrity="sha256-PQ9gmOuVvdRnOPfg7dsz19VDvRJV8d2+nJuFxKbNOR8="/>
<link rel="stylesheet" href="/css/main.min.33c0858b180bacf5dafe6dec54ead827f7abea42b5d29244820d6601eb04aca2.css" integrity="sha256-M8CFixgLrPXa/m3sVOrYJ/er6kK10pJEgg1mAesErKI="/>


<meta property="og:title" content="" />
<meta property="og:description" content="Better build system." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://qbs.io/blog/" />
<meta property="og:updated_time" content="2021-06-03T00:00:00+00:00" />


<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content=""/>
Expand Down
11 changes: 6 additions & 5 deletions blog/release-1.19/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@



<link rel="stylesheet" href="/css/main.min.3d0f6098eb95bdd46738f7e0eddb33d7d543bd1255f1ddbe9c9b85c4a6cd391f.css" integrity="sha256-PQ9gmOuVvdRnOPfg7dsz19VDvRJV8d2+nJuFxKbNOR8="/>
<link rel="stylesheet" href="/css/main.min.33c0858b180bacf5dafe6dec54ead827f7abea42b5d29244820d6601eb04aca2.css" integrity="sha256-M8CFixgLrPXa/m3sVOrYJ/er6kK10pJEgg1mAesErKI="/>


<meta property="og:title" content="Qbs 1.19.0 released" />
Expand All @@ -25,10 +25,11 @@
What&rsquo;s new About 151 contributions went into this release since version 1.18.0. We have selected a few items below. Have a look into the complete changelog if you are interested in more details.
Codesign module A new codesign module that implements code signing for Apple, Android and Windows platforms has been added." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://qbs.io/blog/release-1.19/" />
<meta property="og:url" content="https://qbs.io/blog/release-1.19/" /><meta property="article:section" content="blog" />
<meta property="article:published_time" content="2021-06-03T00:00:00+00:00" />
<meta property="article:modified_time" content="2021-06-03T00:00:00+00:00" />


<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Qbs 1.19.0 released"/>
<meta name="twitter:description" content="The Qbs build tool version 1.19.0 is available.
Expand Down Expand Up @@ -81,7 +82,7 @@ <h3 id="codesign-module">Codesign module</h3>
For example, codesigning is now enabled for iOS (non-simulator) builds, but not enabled for
macOS, matching Xcode behavior. To sign an application for the Darwin platform, one
should specify the codesign.signingIdentity and codesign.provisioningProfile properties:</p>
<pre><code>CppApplication {
<pre tabindex="0"><code>CppApplication {
files: &quot;main.m&quot;
codesign.enableCodeSigning: true
codesign.provisioningProfile: &quot;my provisioning profile name&quot;
Expand All @@ -92,7 +93,7 @@ <h3 id="codesign-module">Codesign module</h3>
<p>For more information, see the <a href="https://doc.qt.io/qbs/howtos.html#how-do-i-sign-an-application-for-an-apple-platform">How-To section</a></p>
<p>On the Android platform, it is possible to sign Aab and Apk packages. A typical example can be
written as follows:</p>
<pre><code>QtGuiApplication {
<pre tabindex="0"><code>QtGuiApplication {
files: &quot;main.cpp&quot;
codesign.enableCodeSigning: true
codesign.keystorePath: &quot;path to the keyStore file&quot;
Expand All @@ -103,7 +104,7 @@ <h3 id="codesign-module">Codesign module</h3>
</code></pre><p>On Windows, to sign a standalone executable using the
<a href="https://docs.microsoft.com/en-us/dotnet/framework/tools/signtool-exe">signtool.exe</a>, one can
specify the codesign.certificatePath and codesign.certificatePassword properties:</p>
<pre><code>CppApplication {
<pre tabindex="0"><code>CppApplication {
files: &quot;main.m&quot;
codesign.enableCodeSigning: true
codesign.certificatePath: &quot;C:\certs\mycert.pfx&quot;
Expand Down
2 changes: 1 addition & 1 deletion categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@



<link rel="stylesheet" href="/css/main.min.3d0f6098eb95bdd46738f7e0eddb33d7d543bd1255f1ddbe9c9b85c4a6cd391f.css" integrity="sha256-PQ9gmOuVvdRnOPfg7dsz19VDvRJV8d2+nJuFxKbNOR8="/>
<link rel="stylesheet" href="/css/main.min.33c0858b180bacf5dafe6dec54ead827f7abea42b5d29244820d6601eb04aca2.css" integrity="sha256-M8CFixgLrPXa/m3sVOrYJ/er6kK10pJEgg1mAesErKI="/>


<meta property="og:title" content="Categories" />
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

29 changes: 11 additions & 18 deletions docs/attributions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title>Qbs</title>
<meta name="description" content="Qbs Manual Appendix D: Licenses and Code Attributions Qbs 1.22.0 Appendix C: The JSON API Contents Licenses GNU Lesser General Public License, Version 3 GNU General Public License Version 3, Annotated with The Qt Company GPL Exception 1.0 GNU Lesser General Public License, Version 2.1 The Qt Company LGPL Exception version 1.1 Third-Party Attibutions Appendix D: Licenses and Code Attributions Licenses The Qbs library and tools are available under commercial licenses from The Qt Company. ">
<meta name="description" content="Qbs Manual Appendix D: Licenses and Code Attributions Qbs 1.22.0 Appendix C: The JSON API Appendix D: Licenses and Code Attributions Licenses The Qbs library and tools are available under commercial licenses from The Qt Company. In addition, they are available under GNU Lesser General Public License, Version 3 (LGPL version 3) and GNU General Public License, version 2 (GPL version 2).
Shared functionality, which might be pulled in by user build scripts, is available under commercial licenses, GNU Lesser General Public License, Version 2. ">
<link rel="canonical" href="https://qbs.io/docs/attributions/" />

<link rel="preconnect" href="https://fonts.gstatic.com">
Expand All @@ -13,18 +14,22 @@



<link rel="stylesheet" href="/css/main.min.3d0f6098eb95bdd46738f7e0eddb33d7d543bd1255f1ddbe9c9b85c4a6cd391f.css" integrity="sha256-PQ9gmOuVvdRnOPfg7dsz19VDvRJV8d2+nJuFxKbNOR8="/>
<link rel="stylesheet" href="/css/main.min.33c0858b180bacf5dafe6dec54ead827f7abea42b5d29244820d6601eb04aca2.css" integrity="sha256-M8CFixgLrPXa/m3sVOrYJ/er6kK10pJEgg1mAesErKI="/>


<meta property="og:title" content="" />
<meta property="og:description" content="Qbs Manual Appendix D: Licenses and Code Attributions Qbs 1.22.0 Appendix C: The JSON API Contents Licenses GNU Lesser General Public License, Version 3 GNU General Public License Version 3, Annotated with The Qt Company GPL Exception 1.0 GNU Lesser General Public License, Version 2.1 The Qt Company LGPL Exception version 1.1 Third-Party Attibutions Appendix D: Licenses and Code Attributions Licenses The Qbs library and tools are available under commercial licenses from The Qt Company." />
<meta property="og:description" content="Qbs Manual Appendix D: Licenses and Code Attributions Qbs 1.22.0 Appendix C: The JSON API Appendix D: Licenses and Code Attributions Licenses The Qbs library and tools are available under commercial licenses from The Qt Company. In addition, they are available under GNU Lesser General Public License, Version 3 (LGPL version 3) and GNU General Public License, version 2 (GPL version 2).
Shared functionality, which might be pulled in by user build scripts, is available under commercial licenses, GNU Lesser General Public License, Version 2." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://qbs.io/docs/attributions/" />
<meta property="og:url" content="https://qbs.io/docs/attributions/" /><meta property="article:section" content="docs" />




<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content=""/>
<meta name="twitter:description" content="Qbs Manual Appendix D: Licenses and Code Attributions Qbs 1.22.0 Appendix C: The JSON API Contents Licenses GNU Lesser General Public License, Version 3 GNU General Public License Version 3, Annotated with The Qt Company GPL Exception 1.0 GNU Lesser General Public License, Version 2.1 The Qt Company LGPL Exception version 1.1 Third-Party Attibutions Appendix D: Licenses and Code Attributions Licenses The Qbs library and tools are available under commercial licenses from The Qt Company."/>
<meta name="twitter:description" content="Qbs Manual Appendix D: Licenses and Code Attributions Qbs 1.22.0 Appendix C: The JSON API Appendix D: Licenses and Code Attributions Licenses The Qbs library and tools are available under commercial licenses from The Qt Company. In addition, they are available under GNU Lesser General Public License, Version 3 (LGPL version 3) and GNU General Public License, version 2 (GPL version 2).
Shared functionality, which might be pulled in by user build scripts, is available under commercial licenses, GNU Lesser General Public License, Version 2."/>

</head>
<body><header class="sticky flex flex-col md:flex-row items-center justify-between top-0 left-0 right-0 bg-white dark:bg-gray-700 dark:border-gray-800 p-4 border-b z-10">
Expand Down Expand Up @@ -62,19 +67,7 @@ <h1 class="font-medium pl-2 text-2xl">Qbs</h1>
<a class="prevPage" href="https://qbs.io
/docs/json-api/">Appendix C: The JSON API</a>
</p><p>
</p><div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#licenses">Licenses</a></li>
<li class="level2"><a href="#gnu-lesser-general-public-license-version-3">GNU Lesser General Public License, Version 3</a></li>
<li class="level2"><a href="#gnu-general-public-license-version-3-annotated-with-the-qt-company-gpl-exception-1-0">GNU General Public License Version 3, Annotated with The Qt Company GPL Exception 1.0</a></li>
<li class="level2"><a href="#gnu-lesser-general-public-license-version-2-1">GNU Lesser General Public License, Version 2.1</a></li>
<li class="level2"><a href="#the-qt-company-lgpl-exception-version-1-1">The Qt Company LGPL Exception version 1.1</a></li>
<li class="level1"><a href="#third-party-attibutions">Third-Party Attibutions</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
</p>
<div class="content"><h1 class="title">Appendix D: Licenses and Code Attributions</h1>
<span class="subtitle"></span>
<!-- $$$attributions.html-description -->
Expand Down
Loading

0 comments on commit c258cd5

Please sign in to comment.