mirror of
https://github.com/izzy2lost/textie.git
synced 2026-03-26 17:00:44 -07:00
55 lines
2.5 KiB
HTML
55 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<title>Textie Editor</title>
|
|
<link href="style.css" type="text/css" rel="stylesheet"/>
|
|
<link href="style-m.css" type="text/css" rel="stylesheet" media="screen and (max-device-width:980px),screen and (max-device-width:1024px) and (orientation:portrait)"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
<body>
|
|
<div id="menu-left">
|
|
<ul>
|
|
<li><a href="index.html">Home</a></li>
|
|
<li><b>Download</b></li>
|
|
</ul>
|
|
</div>
|
|
<div id="menu-right">
|
|
<ul>
|
|
<li class="dropdown">Language
|
|
<ul class="dropdown-content">
|
|
<li><a href="download-hy.html">Հայերեն</a></li>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div id="current-version">
|
|
<p>Current version: 0.9.5</p>
|
|
</div>
|
|
<div id="text">
|
|
<img src="logo.png" height="32px" width="32px" id="logo" />
|
|
<h1 id="header">Textie Editor</h1>
|
|
<center id="center-text">
|
|
<h2>Installation</h2>
|
|
<h3>Appxbundle Installation</h3>
|
|
<p>Click <b>download</b> to download the appxbundle file.<br>
|
|
On desktop Windows 10, you need to obtain the Certificate that signed the App.
|
|
For more info, see <a href="https://docs.microsoft.com/en-us/previous-versions/windows/apps/bg126232(v=win.10)#installing-the-app-package-without-using-a-visual-studio-script">
|
|
Installing developer packages on Windows RT</a>.<br>
|
|
To install downloaded appxbundle of Textie Editor, first make sure if sideloading or developer mode is enabled.<br>
|
|
To enable sideloading or developer mode, go to <b>Settings > Update & Security > For Developers</b>
|
|
and set <b>Sideload apps</b> or <b>Developer mode</b>.<br>
|
|
If sideloading or developer mode is selected,
|
|
you will be receive a warning that installing app from untrusted sources could expose your device and data,
|
|
or harm your device, click <b>yes</b>.<br> Now you can install Textie Editor appxbundle.
|
|
Click to downloaded appxbundle and you'll be shown installation window, click <b>install</b> and wait,
|
|
if the app is not appeared in all apps list, try again.<br>
|
|
Now Textie Editor app is installed.</p>
|
|
<a href="TextieEditor_0.9.5.0_x86_x64_arm.appxbundle"><input type="button" value="Download" id="download"/></a>
|
|
</center>
|
|
</div>
|
|
<div id="getit">
|
|
<a><img src="https://assets.windowsphone.com/13484911-a6ab-4170-8b7e-795c1e8b4165/English_get_L_InvariantCulture_Default.png" height="60px" alt="Get" title="Get app from Microsoft Store" /></a>
|
|
</div>
|
|
</body>
|
|
</html>
|