Index added.

This commit is contained in:
Piotr Wolny
2014-11-14 20:27:38 +01:00
parent 7c6a2e8958
commit 2c1865535f

15
index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>SimplePropertiesEditor</title>
</head>
<body>
<h1>SimplePropertiesEditor</h1>
<div>Eclipse plug-in for editing Java properties files, automatically converts non-ASCII characters to unicode escape sequences.<br>
<a href="https://github.com/gildur/SimplePropertiesEditor">Sources on Github</a></div>
<h2>Installation</h2>
<div>Click "Help" -> "Install new software" and paste update site URL:<br>
http://gildur.github.io/SimplePropertiesEditor/updates/</div>
</body>
</html>