-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
executable file
·187 lines (136 loc) · 7.39 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<title>Webnote - an online tool for taking notes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style type="text/css" media="screen">
@import url( wp-layout.css );
</style>
<link rel="SHORTCUT ICON" href="webnote_favicon.ico" type="image/x-icon"/>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-105084-2', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript" src="objects.js"></script>
<script type="text/javascript">
var isSaf = (navigator.userAgent.toLowerCase().indexOf('safari') != -1);
function init()
{
document.getElementById('fakeName').focus()
}
function load()
{
if(isSaf)
escape = myescape;
var name = escape(escape(escape(document.getElementById('fakeName').value)));
if (0 == name.length)
return;
document.location.href = "/webnote/" + name;
}
function sample()
{
var name = escape(escape(escape('Sample Workspace')));
document.location.href = "/webnote/" + name;
}
</script>
</head>
<body onload="init()">
<div class="tnote" style="margin: 30px 15% 10px 15%;">
<h2>Webnote <sup style='color:red; font-size: 60%;'>new!</sup></h2>
<div style="width:180px;float:right;margin:10px -40px 10px 10px;padding:4px;">
<div class="tnote">
<h3>Create or Load a Workspace</h3>
<form action="javascript:load()">
<p style="text-align: center;">
<input id="fakeName" size="14"/>
<input type="button" value="load" onclick="load()"/>
</p>
</form>
<p style="text-align: left; font-size: 0.8em;">If you enter a name of a
workspace that does not exist, it will automatically be created
for you.</p>
</div>
<div class="tnote" style="margin-top:20px;">
<h3>Explore</h3>
<p style="text-align: justify;">
If you want to just see the features of webnote, feel free
to explore the sample workspace.</p>
<p style="text-align: center">
<input type="button" value="Load Sample" onclick="sample()"/>
</p>
</div>
<div class="tnote" style="margin-top:20px;">
<ul style="margin: 0;padding-left: 15px;">
<li><a href="FAQ.html"><acronym title="frequently asked questions">FAQ</acronym></a></li>
<li><a href="hints.html">hints</a></li>
<li><a href="mailto:[email protected]">contact me</a></li>
<li><a href="https://github.com/idealisms/webnote">source code</a></li>
</ul>
</div>
</div>
<p style="text-align: justify;">
Webnote is a tool for taking notes on your computer. It allows
you to quickly write something down during a meeting, class, or
any other time that you have a <span title="IE 5.5, 6, Mozilla/Firefox, Safari and Opera should work" style="border-bottom: 1px #000 dotted;">web browser</span>
available.
</p>
<p style="text-align: justify;">
You start by creating a workspace and creating notes in the
workspace. You can save your workspace at any time and return
to them from the same computer or any other computer. You can
also share your notes with others by providing the workspace
name (or url) to a friend.
</p>
<h3 style="text-align: left; margin: 0;">News</h3>
<div class="post"><span class="storytitle">new host!</span><br/>
<span class="meta"> posted by tony @ Nov 12, 2017, 10:23 pm </span><br/>
<p>I'm in the process of migrating the website to a new hosting provider. If you want to try it out (you
can think of it as a beta release), please save your notes, then load them from
<a href="https://test.aypwip.org/webnote/">https://test.aypwip.org/webnote/</a>. The new host should provide
additional security. Let me know if you find any bugs by sending me an
<a href="mailto:[email protected]">email</a>.</p>
</div>
<div class="post"><span class="storytitle" id="post-26">the server is melting</span>
<br/>
<span class="meta"> posted by tony @ June 16, 2007, 3:00 pm </span><br/>
<p>Please don’t embed your webnote page in an iframe or a frame if you’re going to be sending thousands of users a day. Thanks.
</p>
</div>
<div class="post"><span class="storytitle" id="post-25">database update</span>
<br/>
<span class="meta"> posted by tony @ December 24, 2006, 5:49 pm </span><br/>
<p>I’ve made a change to how the database of the site works. It’s been split into lots of little tables which should mean slightly faster page loads. It also makes it easier for me to backup the sites.</p>
<p>Anyway, this shouldn’t cause any noticeable changes. If anything seems broken, let me know via email.</p>
<p><strong>Update</strong>: This change has made workspace names <em>case sensitive</em>. Previously, the workspace name “sample workspace” would load the same workspace as “Sample Workspace”. Now, you need to match the case used when you first saved the workspace. If you’re having a hard time figuring out the right case, email me with the workspace name and I’ll look it up.
</p>
</div>
<div class="post"><span class="storytitle" id="post-24">scrollbars</span>
<br/>
<span class="meta"> posted by tony @ February 10, 2006, 12:39 am </span><br/>
<p>Two new features:</p>
<p>1) Click and drag on the workspace to move around<br/>
2) Notes now have scrollbars if the content exceeds the size of the note</p>
<p>You may need to reload to see the changes.</p>
<p><a href="mailto:[email protected]">Email me</a> if you have any problems.
</p>
</div>
<div class="post"><span class="storytitle" id="post-23">crash</span>
<br/>
<span class="meta"> posted by tony @ November 14, 2005, 6:45 pm </span><br/>
<p>An unrelated service on the same server as Webnote caused the database to crash. It should be back up now. If anything seems out of place (notes missing or something), feel free to send an email to me at [email protected]
</p>
</div>
<div class="post"><span class="storytitle" id="post-22">downtime</span>
<br/>
<span class="meta"> posted by tony @ August 30, 2005, 10:35 pm </span><br/>
<p>The web server was down a bit over the past couple of days. Our hosting provider has been trying to diagnose the cause of the problem and they think it’s a hardware problem. They have replaced the power supply and the motherboard in hopes preventing future crashes.</p>
<p>Also, I’m making an extra backup of the database right now on to another computer, so rest assured, your notes are all being backed up and won’t be lost.
</p>
</div>
</div>
</body>
</html>