fix html errors
This commit is contained in:
@@ -1,80 +0,0 @@
|
||||
<h3>The Client</h3>
|
||||
<p style='display: inline-block; width: 100%;'>
|
||||
<a target='_blank' href='http://pd.fornax96.me/u/pO-V-4'>
|
||||
<img alt='The Client' src='res/img/client.png'
|
||||
style='float: left;
|
||||
position: relative;
|
||||
max-width: 95%;
|
||||
margin: 10px;'/>
|
||||
</a>
|
||||
|
||||
I created a desktop client for users who want the convenience to
|
||||
share (parts of) their desktop with just the press of a key.
|
||||
<a target='_blank' href='http://pd.fornax96.me/u/pO-V-4'>You can
|
||||
check out the client in action here</a>. The client will also zip
|
||||
files for you automatically when you try to upload multiple files
|
||||
at once, just to save you those valueable seconds!
|
||||
</p>
|
||||
|
||||
<h2>Using PixelDrain</h2>
|
||||
|
||||
I bet you're very excited to start using it! You can download it
|
||||
from here, but there are some important things you need to know
|
||||
before you start using it:
|
||||
<br/>
|
||||
<ul>
|
||||
<li>
|
||||
PixelDrain requires a Java Runtime Environment of at least
|
||||
version 1.8 to be installed. If you're using Ubuntu you can get it
|
||||
<a href='http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html' target='_blank'>from here</a>.
|
||||
If you're using somtehing else you can download it
|
||||
<a href='http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html' target='_blank'>from oracle</a>.
|
||||
</li>
|
||||
<li>
|
||||
You should know that this is a very early build of the client, any
|
||||
bugs or issues you encounter should be reported to me, you can
|
||||
reach me <a href='http://www.reddit.com/message/compose/?to=Fornax96' target="_blank">on reddit</a>.
|
||||
</li>
|
||||
<li>
|
||||
The settings panel has no functionality yet, it's just
|
||||
there to show what it will look like when it's finished.
|
||||
</li>
|
||||
<li>
|
||||
The maximum upload size is 50 MB, any bigger files will be
|
||||
rejected.
|
||||
</li>
|
||||
<li>
|
||||
There is no installer yet, just put it in some directory
|
||||
and run PixelDrain2.jar to start. The lib folder has to be
|
||||
in the same directory!
|
||||
</li>
|
||||
<li>
|
||||
During the first run it will install itself in your system's
|
||||
config directory, under Linux that is "~/.config/PixelDrain/".
|
||||
</li>
|
||||
<li>
|
||||
From my limited testing on Windows I noticed that screenshot
|
||||
thumbnails do not correctly show up under Windows. I might
|
||||
fix that soon, but it's not currently a priority.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<a href='res/demo/PixelDrain2_dist.zip'>Download PixelDrain now</a>.
|
||||
|
||||
<br/><br/>
|
||||
|
||||
|
||||
Here are some current files on PixelDrain to show you how the
|
||||
website is progressing:
|
||||
<ul>
|
||||
<li>
|
||||
<a href="http://pd.fornax96.me/u/5gRqu4" target="_blank">Screenshot of the current user interface</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://pd.fornax96.me/u/5ztw0K" target="_blank">Image from the demo video</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://pd.fornax96.me/u/pO-V-4" target="_blank">Watch the demo video</a>
|
||||
</li>
|
||||
</ul>
|
@@ -1,4 +1,4 @@
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<script src="wasm_exec.js"></script>
|
||||
|
Reference in New Issue
Block a user