-
Notifications
You must be signed in to change notification settings - Fork 20
/
index.html
299 lines (277 loc) · 12.8 KB
/
index.html
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<html>
<head>
<title>MyWord Editor</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="//api.nodestorage.io/ui/jquery-1.9.1.min.js"></script>
<link href="//api.nodestorage.io/ui/bootstrap.css" rel="stylesheet">
<script src="//api.nodestorage.io/ui/bootstrap.min.js"></script>
<link href="//api.nodestorage.io/ui/ubuntuFont.css" rel="stylesheet" type="text/css">
<link href="//api.nodestorage.io/ui/ranchoFont.css" rel="stylesheet" type="text/css">
<script src="//api.nodestorage.io/ui/markdownConverter.js"></script>
<link href="//fargo.io/code/fontAwesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<script src="lib/utils.js"></script>
<script src="lib/alertdialog.js"></script>
<script src="lib/confirmdialog.js"></script>
<script src="lib/askdialog.js"></script>
<script src="lib/strftime.js"></script>
<script src="lib/ga.js"></script>
<script src="lib/app.js"></script>
<link href="lib/app.css" rel="stylesheet" type="text/css">
<script src="lib/appprefs.js"></script>
<script src="lib/menus.js"></script>
<link href="lib/menus.css" rel="stylesheet" type="text/css">
<script src="lib/buildrss.js"></script>
<script src="//api.nodestorage.io/api.js"></script>
<link rel="stylesheet" href="//fargo.io/code/editors/mediumeditor/dist/css/medium-editor.css">
<link rel="stylesheet" href="//fargo.io/code/editors/mediumeditor/dist/css/themes/default.css">
<script src="//fargo.io/code/editors/mediumeditor/dist/js/medium-editor.js"></script>
<script src="//fargo.io/code/keypress.js" /></script>
<script src="scripts.js"></script>
<link href="styles.css" rel="stylesheet" type="text/css">
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,800' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Merriweather:400,700,700italic,400italic' rel='stylesheet' type='text/css'>
<!-- Facebook metadata -->
<meta property="og:url" content="http://myword.io/editor/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="MyWord Editor" />
<meta property="og:description" content="A simple silo-free blogging tool that creates beautiful essay pages." />
<meta property="og:image" content="http://static.scripting.com/larryKing/images/2014/02/03/clouds.jpg" />
<meta property="og:site_name" content="MyWord Editor" />
<!-- Twitter metadata -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@davewiner">
<meta name="twitter:title" content="MyWord Editor">
<meta name="twitter:description" content="A simple silo-free blogging tool that creates beautiful essay pages.">
<meta name="twitter:image:src" content="http://static.scripting.com/larryKing/images/2014/02/03/clouds.jpg">
</head>
<body>
<div class="divMenubar" id="idMenubar">
<div class="topbar-wrapper" style="z-index: 5;">
<div class="navbar navbar-fixed-top" data-dropdown="dropdown">
<div class="divVersionNumber">
<span id="idSavedStatus">SAVED</span> <span id="idVersionNumber"></span>
</div>
<div class="navbar-inner">
<div class="container">
<a class="brand" href="/"><span id="idMenuProductName"></span></a>
<ul class="nav" id="idMainMenuList">
<li class="dropdown" id="idPublishMenu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Publish <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a onclick="publishButtonClick ();"><span class="menuKeystroke">Cmd-P</span>Publish...</a></li>
<li><a onclick="publishAllPosts ();">Publish all...</a></li>
<li class="divider"></li>
<li><a onclick="viewPublishedFile ();">View story...</a></li>
</ul>
</li>
<li class="dropdown" id="idEditorMenu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Editor <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a onclick="newButtonClick ();">New story...</a></li>
<li class="divider"></li>
<li><a onclick="setBackgroundImage ();">Set background image...</a></li>
<li><a onclick="viewFeed ();">View RSS feed...</a></li>
<li><a onclick="getPostsInJson ();">Get JSON backup...</a></li>
<li class="divider"></li>
<li><a onclick="switchServer ();">Switch server...</a></li>
</ul>
</li>
<li class="dropdown" id="idHistoryMenu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">History <b class="caret"></b></a>
<ul class="dropdown-menu" id="idHistoryMenuList">
</ul>
</li>
<li class="dropdown" id="idDocsMenu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Docs <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="http://myword.smallpict.com/2015/03/06/welcomeToMywordEditor.html" target="_blank">MyWord docs...</a></li>
<li><a href="http://scripting.com/2015/07/27/demoOfTheNewMywordEditor.html" target="_blank">Video demo...</a></li>
<li class="divider"></li>
<li><a href="https://github.com/scripting/myWordEditor" target="_blank">On GitHub...</a></li>
<li class="divider"></li>
<li><a href="https://groups.google.com/forum/?fromgroups#!forum/myword-editor" target="_blank">Support mail list</a></li>
<li><a href="https://groups.google.com/forum/?fromgroups#!forum/server-snacks" target="_blank">Developer mail list</a></li>
</ul>
</li>
</ul>
<ul class="nav pull-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><span id="idTwitterIcon"></span><span id="idTwitterUsername"></span> <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a onclick="aboutDialog ();">About <span id="idMenuAboutProductName"></span>...</a></li>
<li class="divider"></li>
<li><a onclick="settingsCommand ();">Settings...</a></li>
<li class="divider"></li>
<li><a onclick="twToggleConnectCommand (confirmDialog);" id="idTwitterConnectMenuItem"></a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="divPrefsDialog" comment="This is the Settings dialog.">
<div id="idPrefsDialog" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="windowTitleLabel" aria-hidden="true">
<div class="modal-body">
<div class="divDialogElements">
<form method="POST">
<div class="divTabsFromOutline">
<div class="tabbable">
<ul class="nav nav-tabs" data-tabs="tabs">
<li class="active" ><a href="#idYou893" data-toggle="tab">You</a></li>
<li><a href="#idFeed893" data-toggle="tab">Feed</a></li>
<li><a href="#idImage893" data-toggle="tab">Image</a></li>
<li><a href="#idCms893" data-toggle="tab">CMS</a></li>
<li><a href="#idPublish893" data-toggle="tab">Publish</a></li>
</ul>
<div id="my-tab-content" class="tab-content">
<div class="active tab-pane" id="idYou893">
<fieldset>
<div class="divPrefs"> <div class="clearfix"> <label for="authorName">Name:</label> <div class="input"> <input class="xlarge prefsInput" id="authorName" name="authorName" size="50" type="text" value="" placeholder="Your name." /> </div> </div><div class="clearfix"> <label for="authorWebsite">Website:</label> <div class="input"> <input class="xlarge prefsInput" id="authorWebsite" name="authorWebsite" size="50" type="text" value="" placeholder="Your website." /> </div> </div> </div>
</fieldset>
</div>
<div class="tab-pane" id="idFeed893">
<fieldset>
<div class="divPrefs"> <p>You can set the title, link and description for the RSS feed that Radio3 maintains.</p><div class="clearfix"> <label for="rssTitle">Title:</label> <div class="input"> <input class="xlarge prefsInput" id="rssTitle" name="rssTitle" size="50" type="text" value="" placeholder="The <title> element for the feed." /> </div> </div><div class="clearfix"> <label for="rssLink">Link:</label> <div class="input"> <input class="xlarge prefsInput" id="rssLink" name="rssLink" size="50" type="text" value="" placeholder="The <link> element for the feed." /> </div> </div><div class="clearfix"> <label for="rssDescription">Description:</label> <div class="input"> <textarea class="xxlarge" id="rssDescription" name="rssDescription" cols="70" rows="3"placeholder="The <description> element for the feed." ></textarea> </div> </div> </div>
</fieldset>
</div>
<div class="tab-pane" id="idImage893">
<fieldset>
<div class="divPrefs"> <div class="clearfix"> <label for="flUseDefaultImage"></label> <div class="input"> <input type="checkbox" name="flUseDefaultImage" value=xxx> Use default image if no image is specified. </div> </div><div class="clearfix"> <label for="defaultImageUrl">URL:</label> <div class="input"> <input class="xlarge prefsInput" id="defaultImageUrl" name="defaultImageUrl" size="50" type="text" value="" placeholder="We'll use this image for essays where no image is specified." /> </div> </div> </div>
</fieldset>
</div>
<div class="tab-pane" id="idCms893">
<fieldset>
<div class="divPrefs"> <div class="clearfix"> <label for="nameDefaultTemplate">Template name:</label> <div class="input"> <input class="xlarge prefsInput" id="nameDefaultTemplate" name="nameDefaultTemplate" size="50" type="text" value="" placeholder="The name of the template to use for new essays." /> </div> </div><div class="clearfix"> <label for="flDisqusComments"></label> <div class="input"> <input type="checkbox" name="flDisqusComments" value=xxx> Include Disqus comments on your pages? </div> </div><div class="clearfix"> <label for="disqusGroupName">Group name:</label> <div class="input"> <input class="xlarge prefsInput" id="disqusGroupName" name="disqusGroupName" size="50" type="text" value="" placeholder="The name of your Disqus comment group." /> </div> </div> </div>
</fieldset>
</div>
<div class="tab-pane" id="idPublish893">
<fieldset>
<div class="divPrefs"> <div class="clearfix"> <label for="flMarkdownProcess"></label> <div class="input"> <input type="checkbox" name="flMarkdownProcess" value=xxx> Use the Markdown processor. </div> </div><div class="clearfix"> <label for="flAutoPublish"></label> <div class="input"> <input type="checkbox" name="flAutoPublish" value=xxx> Automatically publish the current story when it's saved. </div> </div> </div>
</fieldset>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
<div class="modal-footer">
<a href="#" class="btn" onclick="prefsCloseDialog ();">Cancel</a>
<a href="#" class="btn btn-primary" onclick="prefsOkClicked ();">OK</a>
</div>
</div>
</div>
<div class="divPageBody">
<div class="divWholePageMessage" id="idEditor" style="display: none;">
<div class="divTitleEditor" id="idTitleEditor">
</div>
<div class="divDescriptionEditor" id="idDescriptionEditor">
</div>
<div class="divBodyEditor" id="idBodyEditor">
</div>
</div>
<div class="divWholePageMessage" id="idLogonMessage" style="display: none;">
<div class="divLogonMessage">
<h2>Welcome to MyWord Editor!</h2>
<p>MyWord Editor is a simple way to create beautiful web essays. <a href="http://myword.io/users/davewiner/essays/004.html">Example</a>.</p>
<p>You can always backup all your essays, in a portable JSON-based format, so it's easy to switch to another service. The server for MyWord is open source. We hope to encourage other developers to create simple editing environments, so you don't have to be locked into a silo.</p>
<p>MyWord was written by <a href="http://scripting.com/">Dave Winer</a>, who also developed the original blogging, RSS feeds and podcasting software.</p>
<p>Please <a onclick="twConnectToTwitter ()">sign on</a> to Twitter to access your stuff. We only use Twitter for identity. We won't read any of your posts, or post anything on your behalf.</p>
</div>
</div>
<div class="divWholePageMessage" id="idStartupFailBody" style="display: none;">
<div class="divLogonMessage">
<center>
There was a problem connecting with the server.
Please wait a moment and reload the page.
</center>
</div>
</div>
</div>
<script>
$(document).ready (function () {
startup ();
});
</script>
</body>
</html>