-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathtestpage.html
More file actions
106 lines (81 loc) · 4.63 KB
/
testpage.html
File metadata and controls
106 lines (81 loc) · 4.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Openlivewriter.github.io : A website for Open Live Writer">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Open Live Writer</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/OpenLiveWriter">View on GitHub</a>
<h1 id="project_title"><img src="\images\openlivewriter-purpleheader.png"></img></h1>
<h2 id="project_tagline">Get Open Live Writer:
<a href="https://openlivewriter.azureedge.net/stable/Releases/Setup.exe" class="button">Download</a>
<!--
<button onclick="javascript:location.href='https://openlivewriter.azureedge.net/stable/Releases/Setup.exe'">Download</button>
-->
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to Open Live Writer</h3>
<p>Open Live Writer makes it easy to write, preview, and post to your blog.</p>
<!-- About -->
<h3>
<a id="about" class="anchor" href="#about" aria-hidden="true"><span class="octicon octicon-link"></span></a>About</h3>
<p>Open Live Writer is an open source application enabling users to author, edit, and publish blog posts.
It is based on a fork of the <a href="https://twitter.com/shanselman/status/477214574765043714">well</a>-<a href="http://www.petitionbuzz.com/petitions/dontkillwlw">loved</a> but not actively developed <a href="http://www.hanselman.com/blog/DownloadWindowsLiveWriter2012.aspx">Windows Live Writer</a> code.
Open Live Writer is provided under a <a href="https://github.com/OpenLiveWriter/OpenLiveWriter/blob/bringup/license.txt">MIT license</a>.</p>
<!-- Get Connected -->
<h3>
<a id="get-connected" class="anchor" href="#get-connected" aria-hidden="true"><span class="octicon octicon-link"></span></a>Get Connected</h3>
<p>If you're interested in getting occasional notices of updates to Open Live Writer and hearing about opportunities to try new features,
you can subscribe to our email list: <a href="">TODO</a>
You can also follow <a href="https://twitter.com/openlivewriter">OpenLiveWriter on Twitter</a>
and like <a href="https://www.facebook.com/OpenLiveWriter">Open Live Writer on Facebook</a>.</p>
<!-- Get Involved -->
<h3>
<a id="get-involved" class="anchor" href="#get-involved" aria-hidden="true"><span class="octicon octicon-link"></span></a>Get Involved</h3>
<p>If you're interested in testing "beta" builds of Open Live Writer, you can express your interest via our volunteer form: </p>
<p>TODO: More about how to get involved</p>
<!-- Team -->
<h3>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p>Some of the people who have helped to bring you <a href="https://github.com/OpenLiveWriter/OpenLiveWriter">Open Live Writer</a>:</p>
<ul>
<li>Alex Kolisnychenko</li>
<li>Ben Pham</li>
<li><a href="https://pwnd.io/">Dariusz Parys</a> <a href="https://github.com/writeline">@writeline</a></li>
<li>Eilon Lipton</li>
<li>Harsh</li>
<li>Jon Gallant</li>
<li>Jon Galloway <a href="https://github.com/jongalloway">@jongalloway</a> <a href="https://twitter.com/jongalloway">@jongalloway</a></li>
<li>Kamran Saeed</li>
<li>Kirill Osenkov</li>
<li>M3 Sweatt</li>
<li>Martin Woodward</li>
<li>Rob Dolin</li>
<li>Robert Standefer <a href="http://twitter.com/robstand">@robstand</a></li>
<li>Robin Ginn</li>
<li><a href="http://inullable.in/">Sanil Singh Tomar</a> <a href="https://github.com/lon3wolf">@lon3wolf</a> <a href="https://twitter.com/lon3wolf">@lon3wolf</a></li>
<li>Scott Hanselman</li>
<li>Scott Lovegrove <a href="https://github.com/ScottIsAFool">@ScottIsAFool</a> <a href="http://twitter.com/scottisafool">@scottisafool</a></li>
<li><a href="http://timheuer.com/blog/">Tim Heuer</a> <a href="https://github.com/timheuer">@timheuer</a> <a href="https://twitter.com/timheuer">@timheuer</a></li>
<li>Will Duff</li>
</ul>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>