witten
/
luminotes
Archived
1
0
Fork 0

New FAQs directly on the pricing & sign up page. Updated the original FAQ accordingly.

This commit is contained in:
Dan Helfman 2008-07-15 19:44:19 -07:00
parent 8cb5750ca9
commit 149a1a6fd6
5 changed files with 108 additions and 33 deletions

View File

@ -257,8 +257,13 @@
padding-bottom: 0.5em;
}
.upgrade_question {
text-align: left;
}
.upgrade_text {
text-align: left;
line-height: 140%;
}
.upgrade_area {
@ -355,6 +360,10 @@
font-size: 82%;
}
.yearly_link {
font-size: 82%;
}
.price_text {
color: #ff6600;
}

View File

@ -1,27 +1,5 @@
<h3>faq</h3>
<b>What about privacy?</b><br />
<p>There is a complete <a href="/privacy" target="_top">Luminotes privacy
policy</a> on the subject, so please check that out if you're interested in
how Luminotes protects your privacy. The basic gist is that the contents of
your wiki won't be read by Luminotes developers or shared with anyone. But
read the full policy for details.</p>
<b>What about backups?</b><br />
<p>The Luminotes database is fully backed up every day, and you can even
download the entire contents of your wiki by clicking "download as html"
whenever you want.</p>
<b>Does this cost me anything?</b><br />
<p>Use of your Luminotes personal wiki is completely free. You also have the
option of <a href="/pricing" target="_top">upgrading</a> your Luminotes
account to get notebook sharing features and additional storage space for a
reasonable subscription fee. But the features you're using now will always
remain free.</p>
<b>What does Luminotes run on?</b><br />
<ul>
@ -39,6 +17,14 @@ remain free.</p>
<li><a href="http://tango.freedesktop.org/" target="_top">Tango Desktop Project</a></li>
</ul>
<b>Do you offer a desktop version of Luminotes?</b><br />
<p>Not currently. One of the benefits of making Luminotes web-based is that you can easily collaborate with friends and colleagues.</p>
<b>I've got a question about upgrading my account!</b><br />
<p>Check out the questions and answers on the <a href="/pricing" target="_top">pricing &amp; sign up page</a>.</p>
<b>I've got a question that isn't answered here!</b><br />
<p>I'll be happy to answer it. Check out my <a

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

View File

@ -1,5 +1,5 @@
from Product_page import Product_page
from Tags import Div, H1, Img, A, P, Table, Th, Tr, Td, Li, Span, I, Br, Ul, Li, Script
from Tags import Div, H1, Img, A, P, Table, Th, Tr, Td, Li, Span, I, Br, Ul, Li, Script, H4, B
class Upgrade_page( Product_page ):
@ -213,26 +213,106 @@ class Upgrade_page( Product_page ):
user_plan[ u"name" ].capitalize(),
( user.rate_plan > 0 ) and unsubscribe_button or None,
) or None,
P(
u"Get two months free with a ", A( u"yearly subscription", href = "#yearly" ), u"!",
separator = "",
class_ = u"yearly_link",
),
class_ = u"upgrade_area",
),
Div(
Div(
Img(
src = u"/static/images/zero_hassle.png",
width = u"122", height = u"29",
alt = u"Zero hassle",
),
Ul(
Li( u"Cancel online anytime without losing access to your wiki." ),
Li( u"60-day money-back guarantee. No questions asked." ),
Li( u"No lock-in: Download your entire wiki anytime." ),
H4( u"Which plan is right for me?", class_ = u"upgrade_question" ),
P(
u"The", B( u"Standard" ), u"and", B( u"Basic" ),
u"""
plans are designed for individuals, allowing you to invite as
many people as you like to view or edit your wiki. They only need free Luminotes
accounts.
""",
class_ = u"upgrade_text",
),
class_= u"center_area",
P(
u"The", B( u"Premium" ), u"and", B( u"Plus" ),
u"""
plans are designed for teams and organizations, allowing you to create and manage your
own user accounts. In addition, you can invite as many people as you like to view or
edit your wiki, whether they're a user you created or they just have a free
Luminotes account.
""",
class_ = u"upgrade_text",
),
H4( u"Is my wiki private?", class_ = u"upgrade_question" ),
P(
u"""
Absolutely. Your personal wiki is protected by industry-standard SSL encryption, and
your wiki is never shared with anyone unless you explicitly invite them to view or
edit it. There is a complete
""",
A( u"Luminotes privacy policy", href = "/privacy" ),
u"""
on the subject, so please check that out if you're interested in how Luminotes
protects your privacy.
""",
class_ = u"upgrade_text",
),
H4( u"Do you backup my wiki?", class_ = u"upgrade_question" ),
P(
"""
Your wiki is fully backed up every day, and you can even download the entire contents
of your wiki by clicking "download as html" whenever you want.
""",
class_ = u"upgrade_text",
),
H4( u"How does upgrading work?", class_ = u"upgrade_question" ),
P(
"""
When you upgrade your Luminotes account, you'll be presented with a simple PayPal
checkout page. If you already have a PayPal account, you can upgrade your Luminotes
account in a matter of seconds. If you don't yet have a PayPal account, no problem.
Just enter your payment information. It's fast and secure.
""",
class_ = u"upgrade_text",
),
P(
"""
After you subscribe, your Luminotes account will be upgraded automatically so you can
start enjoying your new plan's benefits right away.
""",
class_ = u"upgrade_text",
),
H4( u"Once I subscribe, can I cancel anytime?", class_ = u"upgrade_question" ),
P(
"""
Of course. This isn't a cell phone plan. There are no contracts or cancellation fees.
You can upgrade, downgrade, or cancel your account anytime. Simply login to your
account and return to this pricing page.
""",
class_ = u"upgrade_text",
),
H4( u"What is your refund policy?", class_ = u"upgrade_question" ),
P(
"""
It's this simple: Luminotes comes with a 60-day money-back guarantee. No questions asked.
""",
class_ = u"upgrade_text",
),
H4( u"What happens to my wiki if I cancel my subscription?", class_ = u"upgrade_question" ),
P(
"""
There is no lock-in with Luminotes. So if you cancel your subscription, you're simply
returned to the free account level without losing access to your wiki. And of course
you can download your entire wiki whenever you like.
""",
class_ = u"upgrade_text",
),
class_= u"wide_center_area",
),
P(
A( name = "yearly" ),
Table(
Tr( Td(
u"Get two months free with a yearly subscription!",