witten
/
luminotes
Archived
1
0
Fork 0

Now calling Chrome/Safari support "beta".

This commit is contained in:
Dan Helfman 2008-10-07 23:46:51 -07:00
parent bd0fc7b461
commit adcb9611c5
3 changed files with 7 additions and 8 deletions

View File

@ -3,10 +3,7 @@
<p>
Luminotes makes heavy use of a browser feature called DesignMode to implement
WYSIWYG wiki editing. Unfortunately, DesignMode support is incomplete in some
browsers like Safari. Newer versions of Safari will feature improvements in
this area, so look for Luminotes to support Safari at some point in the
future. Recent versions of the Opera web browser do support DesignMode, so
that's also a potential future addition to the list of supported browsers.
browsers, so not all web browsers are supported.
</p>
<p>

View File

@ -8,6 +8,8 @@ so not all browsers will work for editing your wiki. Supported browsers include:
<ul>
<li>Internet Explorer 6+</li>
<li>Firefox 1.5+</li>
<li>Chrome (beta Luminotes support)</li>
<li>Safari 3+ (beta Luminotes support)</li>
</ul>
<p>
@ -16,8 +18,6 @@ Luminotes features, at least currently:
</p>
<ul>
<li>Safari</li>
<li>Chrome</li>
<li>Opera</li>
<li>Konqueror</li>
<li>Lynx</li>

View File

@ -204,7 +204,8 @@ class Download_page( Product_page ):
class_ = u"feature_name",
),
Td(
u"Firefox, Internet Explorer",
u"Firefox, Internet Explorer,", Br(),
U"Chrome, Safari",
class_ = u"small_text",
),
),
@ -212,7 +213,8 @@ class Download_page( Product_page ):
Td(
Ul(
Li( u"Fully supports Firefox and Internet Explorer." ),
Li( u"Future upgrades will support Safari, Chrome, and Opera." ),
Li( u"Beta support for Chrome and Safari." ),
Li( u"Future upgrades will support Opera." ),
),
colspan = u"2",
id = u"supported_browsers",