witten
/
luminotes
Archived
1
0
Fork 0

Instructions for enabling JavaScript, linked from various forms that

require it.
This commit is contained in:
Dan Helfman 2008-05-05 07:08:09 +00:00
parent 1095e509de
commit b9d92d4080
7 changed files with 102 additions and 0 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
1.3.13: May 5, 2008
* Instructions for enabling JavaScript, linked from various forms that
require it.
1.3.12: May 3, 2008:
* Fixed yet another diff-breaking edge case. This one had to do with
inserting italicized text right before some existing italicized text.

View File

@ -0,0 +1,70 @@
<h3>enable JavaScript</h3>
<p>
Luminotes requires JavaScript to be enabled in your web browser for various
site functionality to work. Here are directions for how to turn on JavaScript
support in various web browsers. It only takes a few seconds.
</p>
<b>Firefox 2 for Windows</b>
<ol>
<li>Click <b>Tools</b> on the menu at the top of your browser window.</li>
<li>Click <b>Options...</b></li>
<li>Click the <b>Content</b> icon.</li>
<li>Check the <b>Enable JavaScript</b> option.</li>
<li>Click the <b>OK</b> button.</li>
<li>Return to the page that required JavaScript, and then click the reload button or press the <b>F5</b> key to reload the page.</li>
</ol>
<b>Firefox 2 for Linux</b>
<ol>
<li>Click <b>Edit</b> on the menu at the top of your browser window.</li>
<li>Click <b>Preferences</b>.</li>
<li>Click the <b>Content</b> icon.</li>
<li>Check the <b>Enable JavaScript</b> option.</li>
<li>Click the <b>Close</b> button.</li>
<li>Return to the page that required JavaScript, and then click the reload button or press the <b>F5</b> key to reload the page.</li>
</ol>
<b>Firefox 2 for Mac</b>
<ol>
<li>Click <b>Firefox</b> on the menu at the top of your browser window.</li>
<li>Click <b>Preferences...</b></li>
<li>Click the <b>Content</b> icon.</li>
<li>Check the <b>Enable JavaScript</b> option.</li>
<li>Click the <b>OK</b> button.</li>
<li>Return to the page that required JavaScript, and then click the reload button or press the <b>F5</b> key to reload the page.</li>
</ol>
<b>Internet Explorer 6</b>
<ol>
<li>Click <b>Tools</b> on the menu at the top of your browser window.</li>
<li>Click <b>Internet Options</b>.</li>
<li>Click the <b>Security</b> tab.</li>
<li>Click the <b>Custom Level...</b> button.</li>
<li>Scroll down to the <b>Scripting</b> section.</li>
<li>Under the <b>Active scripting</b> heading, click <b>Enable</b>.</li>
<li>Click the <b>OK</b> button.</li>
<li>If you're prompted to confirm, click the <b>Yes</b> button.</li>
<li>Click the <b>OK</b> button.</li>
<li>Return to the page that required JavaScript, and then click the refresh button or press the <b>F5</b> key to reload the page.</li>
</ol>
<b>Internet Explorer 7</b>
<ol>
<li>Click the <b>Tools</b> button in the top right of your browser window.</li>
<li>Click <b>Internet Options</b>.</li>
<li>Click the <b>Security</b> tab.</li>
<li>Click the <b>Custom level...</b> button.</li>
<li>Scroll down to the <b>Scripting</b> section.</li>
<li>Under the <b>Active scripting</b> heading, click <b>Enable</b>.</li>
<li>Click the <b>OK</b> button.</li>
<li>If you're prompted to confirm, click the <b>Yes</b> button.</li>
<li>Click the <b>OK</b> button.</li>
<li>Return to the page that required JavaScript, and then click the refresh button or press the <b>F5</b> key to reload the page.</li>
</ol>

View File

@ -1,7 +1,17 @@
<h3>login</h3>
<noscript>
<p>
<b>Luminotes requires JavaScript to be enabled in your web browser before you
can login. Please <a href="/notebooks/%s?note_id=new">enable JavaScript</a>
before filling out the form below.</b>
</p>
</noscript>
<p>
No account yet? Want to make a wiki? You can <a href="/users/demo" target="_top">try the demo</a> or <a
href="/pricing" target="_top">sign up</a> for a free account.
</p>
<form id="login_form">
<p>

View File

@ -1,5 +1,13 @@
<h3>password reset</h3>
<noscript>
<p>
<b>Luminotes requires JavaScript to be enabled in your web browser before you
can reset your password. Please <a href="/notebooks/%s?note_id=new">enable JavaScript</a>
before filling out the form below.</b>
</p>
</noscript>
<p>
If you can't remember your username or password, just enter the email address
you gave during sign up, and you'll receive a link to reset your password.

View File

@ -1,5 +1,13 @@
<h3>sign up</h3>
<noscript>
<p>
<b>Luminotes requires JavaScript to be enabled in your web browser before you
can sign up. Please <a href="/notebooks/%s?note_id=new">enable JavaScript</a>
before filling out the form below.</b>
</p>
</noscript>
<p>
<b>There's nothing to download or install.</b>
</p>

View File

@ -22,6 +22,7 @@ class Initializer( object ):
( u"advanced browser features.html", False ),
( u"supported browsers.html", False ),
( u"support.html", False ),
( u"enable JavaScript.html", False ),
]
def __init__( self, database, nuke = False ):

View File

@ -23,6 +23,7 @@ class Updater( object ):
( u"advanced browser features.html", False ),
( u"supported browsers.html", False ),
( u"support.html", False ),
( u"enable JavaScript.html", False ),
]
def __init__( self, database ):