mirror of
https://github.com/gildur/SimplePropertiesEditor.git
synced 2026-03-31 23:37:05 +09:00
59 lines
2.3 KiB
HTML
59 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<meta name="description" content="Simple Properties Editor : Eclipse plug-in for editing Java properties files, automatically converts non-ASCII characters to unicode escape sequences.">
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
|
|
|
|
<title>Simple Properties Editor</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- HEADER -->
|
|
<div id="header_wrap" class="outer">
|
|
<header class="inner">
|
|
<a id="forkme_banner" href="https://github.com/gildur/SimplePropertiesEditor">View on GitHub</a>
|
|
|
|
<h1 id="project_title">Simple Properties Editor</h1>
|
|
<h2 id="project_tagline">Eclipse plug-in for editing Java properties files, automatically converts non-ASCII characters to unicode escape sequences.</h2>
|
|
|
|
</header>
|
|
</div>
|
|
|
|
<!-- MAIN CONTENT -->
|
|
<div id="main_content_wrap" class="outer">
|
|
<section id="main_content" class="inner">
|
|
<h2>
|
|
<a id="installation" class="anchor" href="#installation" aria-hidden="true"><span class="octicon octicon-link"></span></a>Installation</h2>
|
|
|
|
<p><a href="http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=25025" title="Drag and drop into a running Eclipse workspace to install Simple Properties Editor">
|
|
<img src="http://marketplace.eclipse.org/sites/all/modules/custom/marketplace/images/installbutton.png">
|
|
</a></p>
|
|
|
|
<p>Drag and drop above button into a running Eclipse workspace or click "Help -> Install new software" and paste update site URL:<br>
|
|
<a href="http://gildur.github.io/SimplePropertiesEditor/updates/">http://gildur.github.io/SimplePropertiesEditor/updates/</a></p>
|
|
|
|
<h2>
|
|
<a id="license" class="anchor" href="#license" aria-hidden="true"><span class="octicon octicon-link"></span></a>License</h2>
|
|
|
|
<p><a href="https://raw.githubusercontent.com/gildur/SimplePropertiesEditor/master/LICENSE">MIT</a></p>
|
|
</section>
|
|
</div>
|
|
|
|
<!-- FOOTER -->
|
|
<div id="footer_wrap" class="outer">
|
|
<footer class="inner">
|
|
<p class="copyright">Simple Properties Editor maintained by <a href="https://github.com/gildur">gildur</a></p>
|
|
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
|
|
</footer>
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|