mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-19 01:13:31 -04:00
Build
Former-commit-id: 1c7b78488de881c5d61c891d4b50bac683c4e0f1 [formerly 98a0450ca4d598ec9ba8002c175138f15c134877] Former-commit-id: abf70505f74e549ce302c3ada7dc421150c1882e
This commit is contained in:
parent
1e77f6e92e
commit
305d60f302
@ -14,13 +14,13 @@
|
|||||||
<AppxPackageIsForStore>False</AppxPackageIsForStore>
|
<AppxPackageIsForStore>False</AppxPackageIsForStore>
|
||||||
<AppxShowAllApps>False</AppxShowAllApps>
|
<AppxShowAllApps>False</AppxShowAllApps>
|
||||||
<AppxBuildConfigurationSelection>neutral</AppxBuildConfigurationSelection>
|
<AppxBuildConfigurationSelection>neutral</AppxBuildConfigurationSelection>
|
||||||
<PackageOptionalProjectsInIdeBuilds>True</PackageOptionalProjectsInIdeBuilds>
|
<PackageOptionalProjectsInIdeBuilds>False</PackageOptionalProjectsInIdeBuilds>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||||
<DebuggerFlavor>AppHostLocalDebugger</DebuggerFlavor>
|
<DebuggerFlavor>AppHostLocalDebugger</DebuggerFlavor>
|
||||||
<WindowsPhoneEmulatorID>F0AB49D8-754C-4531-A635-E6B4395FD39A;Mobile Emulator 10.0.15063.0 QHD 5.2 inch 3GB</WindowsPhoneEmulatorID>
|
<WindowsPhoneEmulatorID>F0AB49D8-754C-4531-A635-E6B4395FD39A;Mobile Emulator 10.0.15063.0 QHD 5.2 inch 3GB</WindowsPhoneEmulatorID>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||||
<DebuggerFlavor>AppHostDeviceDebugger</DebuggerFlavor>
|
<DebuggerFlavor>AppHostLocalDebugger</DebuggerFlavor>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
For more information on package manifest files, see http://go.microsoft.com/fwlink/?LinkID=241727
|
For more information on package manifest files, see http://go.microsoft.com/fwlink/?LinkID=241727
|
||||||
-->
|
-->
|
||||||
<Identity Name="a1a5e0b9-13d4-41fb-810d-518949f03df4" Version="0.5.0.0" Publisher="CN=geoff" ProcessorArchitecture="neutral" />
|
<Identity Name="a1a5e0b9-13d4-41fb-810d-518949f03df4" Version="0.5.1.0" Publisher="CN=geoff" ProcessorArchitecture="neutral" />
|
||||||
<mp:PhoneIdentity PhoneProductId="a1a5e0b9-13d4-41fb-810d-518949f03df4" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
|
<mp:PhoneIdentity PhoneProductId="a1a5e0b9-13d4-41fb-810d-518949f03df4" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
|
||||||
<Properties>
|
<Properties>
|
||||||
<DisplayName>Kiwix JS</DisplayName>
|
<DisplayName>Kiwix JS</DisplayName>
|
||||||
|
@ -20,19 +20,19 @@
|
|||||||
<WindowsSdkPath>
|
<WindowsSdkPath>
|
||||||
</WindowsSdkPath>
|
</WindowsSdkPath>
|
||||||
<LayoutDir>C:\Users\geoff\Source\Repos\kiwix-js-windows\bin\Release\AppX</LayoutDir>
|
<LayoutDir>C:\Users\geoff\Source\Repos\kiwix-js-windows\bin\Release\AppX</LayoutDir>
|
||||||
<RegisteredManifestChecksum>1D6B0A96F9B402B5EFE59940DB072C32489A52BD9CB3F78B913F83836FF7D17E</RegisteredManifestChecksum>
|
<RegisteredManifestChecksum>9B4FA2C6D43297D8009F6D2EAD9B98BE3D00DC06E24A883C19470665453793EF</RegisteredManifestChecksum>
|
||||||
<RegisteredPackageMoniker>a1a5e0b9-13d4-41fb-810d-518949f03df4_0.5.0.0_neutral__zfxmafgedzx24</RegisteredPackageMoniker>
|
<RegisteredPackageMoniker>a1a5e0b9-13d4-41fb-810d-518949f03df4_0.5.1.0_neutral__zfxmafgedzx24</RegisteredPackageMoniker>
|
||||||
<RegisteredUserModeAppID>a1a5e0b9-13d4-41fb-810d-518949f03df4_zfxmafgedzx24!App</RegisteredUserModeAppID>
|
<RegisteredUserModeAppID>a1a5e0b9-13d4-41fb-810d-518949f03df4_zfxmafgedzx24!App</RegisteredUserModeAppID>
|
||||||
<RegisteredPackageID>a1a5e0b9-13d4-41fb-810d-518949f03df4</RegisteredPackageID>
|
<RegisteredPackageID>a1a5e0b9-13d4-41fb-810d-518949f03df4</RegisteredPackageID>
|
||||||
<RegisteredPackagePublisher>CN=geoff</RegisteredPackagePublisher>
|
<RegisteredPackagePublisher>CN=geoff</RegisteredPackagePublisher>
|
||||||
<RegisteredVersion>0.5.0.0</RegisteredVersion>
|
<RegisteredVersion>0.5.1.0</RegisteredVersion>
|
||||||
<JitOptimizationSuppressed>True</JitOptimizationSuppressed>
|
<JitOptimizationSuppressed>True</JitOptimizationSuppressed>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<AppXManifest Include="C:\Users\geoff\Source\Repos\kiwix-js-windows\bin\Release\AppxManifest.xml">
|
<AppXManifest Include="C:\Users\geoff\Source\Repos\kiwix-js-windows\bin\Release\AppxManifest.xml">
|
||||||
<PackagePath>AppxManifest.xml</PackagePath>
|
<PackagePath>AppxManifest.xml</PackagePath>
|
||||||
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
||||||
<Modified>2017-07-10T17:02:01.327</Modified>
|
<Modified>2017-07-10T19:34:13.265</Modified>
|
||||||
</AppXManifest>
|
</AppXManifest>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@ -371,11 +371,11 @@
|
|||||||
</AppxPackagedFile>
|
</AppxPackagedFile>
|
||||||
<AppxPackagedFile Include="C:\Users\geoff\Source\Repos\kiwix-js-windows\www\js\app.js">
|
<AppxPackagedFile Include="C:\Users\geoff\Source\Repos\kiwix-js-windows\www\js\app.js">
|
||||||
<PackagePath>www\js\app.js</PackagePath>
|
<PackagePath>www\js\app.js</PackagePath>
|
||||||
<Modified>2017-07-10T17:00:39.343</Modified>
|
<Modified>2017-07-10T17:08:27.704</Modified>
|
||||||
</AppxPackagedFile>
|
</AppxPackagedFile>
|
||||||
<AppxPackagedFile Include="C:\Users\geoff\Source\Repos\kiwix-js-windows\www\js\init.js">
|
<AppxPackagedFile Include="C:\Users\geoff\Source\Repos\kiwix-js-windows\www\js\init.js">
|
||||||
<PackagePath>www\js\init.js</PackagePath>
|
<PackagePath>www\js\init.js</PackagePath>
|
||||||
<Modified>2017-07-10T16:37:03.525</Modified>
|
<Modified>2017-07-10T19:27:56.859</Modified>
|
||||||
</AppxPackagedFile>
|
</AppxPackagedFile>
|
||||||
<AppxPackagedFile Include="C:\Users\geoff\Source\Repos\kiwix-js-windows\www\js\lib\abstractFilesystemAccess.js">
|
<AppxPackagedFile Include="C:\Users\geoff\Source\Repos\kiwix-js-windows\www\js\lib\abstractFilesystemAccess.js">
|
||||||
<PackagePath>www\js\lib\abstractFilesystemAccess.js</PackagePath>
|
<PackagePath>www\js\lib\abstractFilesystemAccess.js</PackagePath>
|
||||||
@ -440,7 +440,7 @@
|
|||||||
<AppxPackagedFile Include="C:\Users\geoff\Source\Repos\kiwix-js-windows\bin\Release\ReverseMap\resources.pri">
|
<AppxPackagedFile Include="C:\Users\geoff\Source\Repos\kiwix-js-windows\bin\Release\ReverseMap\resources.pri">
|
||||||
<PackagePath>resources.pri</PackagePath>
|
<PackagePath>resources.pri</PackagePath>
|
||||||
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
||||||
<Modified>2017-07-10T17:02:01.227</Modified>
|
<Modified>2017-07-10T19:28:05.021</Modified>
|
||||||
</AppxPackagedFile>
|
</AppxPackagedFile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -821,7 +821,7 @@ define(['jquery', 'zimArchiveLoader', 'util', 'uiUtil', 'cookies','abstractFiles
|
|||||||
selectedArchive.getDirEntryByTitle(title).then(
|
selectedArchive.getDirEntryByTitle(title).then(
|
||||||
function (dirEntry) {
|
function (dirEntry) {
|
||||||
selectedArchive.readBinaryFile(dirEntry, function (readableTitle, content) {
|
selectedArchive.readBinaryFile(dirEntry, function (readableTitle, content) {
|
||||||
var cssContent = util.uintToString(content); //Uncomment this line and break on next to capture cssContent for local filesystem cache
|
//var cssContent = util.uintToString(content); //Uncomment this line and break on next to capture cssContent for local filesystem cache
|
||||||
var cssBlob = new Blob([content], { type: 'text/css' });
|
var cssBlob = new Blob([content], { type: 'text/css' });
|
||||||
var newURL = URL.createObjectURL(cssBlob);
|
var newURL = URL.createObjectURL(cssBlob);
|
||||||
blobArray[index] = newURL;
|
blobArray[index] = newURL;
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
var params = {};
|
var params = {};
|
||||||
var results = params['results'] || 10; //Number of search results to display
|
var results = params['results'] || 10; //Number of search results to display
|
||||||
var cssSource = params['cssSource'] || "local"; //One of "zimfile", "local" or "mobile""
|
var cssSource = params['cssSource'] || "zimfile"; //One of "zimfile", "local" or "mobile""
|
||||||
|
|
||||||
require.config({
|
require.config({
|
||||||
baseUrl: 'js/lib',
|
baseUrl: 'js/lib',
|
||||||
|
@ -337,7 +337,7 @@
|
|||||||
<AppxPackagedFile Include="C:\Users\geoff\Source\Repos\kiwix-js-windows\www\js\lib\zimfile.js">
|
<AppxPackagedFile Include="C:\Users\geoff\Source\Repos\kiwix-js-windows\www\js\lib\zimfile.js">
|
||||||
<PackagePath>www\js\lib\zimfile.js</PackagePath>
|
<PackagePath>www\js\lib\zimfile.js</PackagePath>
|
||||||
</AppxPackagedFile>
|
</AppxPackagedFile>
|
||||||
<AppxPackagedFile Include="C:\Users\geoff\Source\Repos\kiwix-js-windows\bin\Release\resources.pri">
|
<AppxPackagedFile Include="C:\Users\geoff\Source\Repos\kiwix-js-windows\bin\Release\ReverseMap\resources.pri">
|
||||||
<PackagePath>resources.pri</PackagePath>
|
<PackagePath>resources.pri</PackagePath>
|
||||||
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
||||||
</AppxPackagedFile>
|
</AppxPackagedFile>
|
||||||
|
Binary file not shown.
@ -45,4 +45,4 @@ C:\Users\geoff\Source\Repos\kiwix-js-windows\bld\Release\qualifiers.txt
|
|||||||
C:\Users\geoff\Source\Repos\kiwix-js-windows\bld\Release\qualifiers.txt.intermediate
|
C:\Users\geoff\Source\Repos\kiwix-js-windows\bld\Release\qualifiers.txt.intermediate
|
||||||
C:\Users\geoff\Source\Repos\kiwix-js-windows\bld\Release\MultipleQualifiersPerDimensionFound.txt
|
C:\Users\geoff\Source\Repos\kiwix-js-windows\bld\Release\MultipleQualifiersPerDimensionFound.txt
|
||||||
C:\Users\geoff\Source\Repos\kiwix-js-windows\bld\Release\ProjectArchitectures.txt
|
C:\Users\geoff\Source\Repos\kiwix-js-windows\bld\Release\ProjectArchitectures.txt
|
||||||
C:\Users\geoff\Source\Repos\kiwix-js-windows\bin\Release\resources.pri
|
C:\Users\geoff\Source\Repos\kiwix-js-windows\bin\Release\ReverseMap\resources.pri
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
var params = {};
|
var params = {};
|
||||||
var results = params['results'] || 10; //Number of search results to display
|
var results = params['results'] || 10; //Number of search results to display
|
||||||
var cssSource = params['cssSource'] || "mobile"; //One of "zimfile", "local" or "mobile""
|
var cssSource = params['cssSource'] || "zimfile"; //One of "zimfile", "local" or "mobile""
|
||||||
|
|
||||||
require.config({
|
require.config({
|
||||||
baseUrl: 'js/lib',
|
baseUrl: 'js/lib',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user