witten
/
luminotes
Archived
1
0
Fork 0

New quote (with link to review), plus added some missing end quotes.

This commit is contained in:
Dan Helfman 2008-04-23 00:43:21 +00:00
parent 37ee01fab8
commit da27791fc1
1 changed files with 23 additions and 2 deletions

View File

@ -70,6 +70,27 @@ class Front_page( Product_page ):
), ),
), ),
Div(
Div(
u'"',
Span(
u"Imagine an application that combines the features of a wiki and a web-based notebook.",
class_ = u"quote_title",
separator = u"",
),
u"""
... as a multi-user notebook that allows you to quickly take notes and collaborate on them with other users, Luminotes is unbeatable."
""",
class_ = u"quote_text",
separator = u"",
),
Div(
u"-Dmitri Popov, ", A( u"Review on Linux.com", href = u"http://www.linux.com/feature/132297" ),
class_ = u"quote_signature"
),
class_ = u"quote",
),
Div( Div(
Div( Div(
u'"', u'"',
@ -79,7 +100,7 @@ class Front_page( Product_page ):
separator = u"", separator = u"",
), ),
u""" u"""
Clear, easy to use and beautifully simple. Clear, easy to use and beautifully simple."
""", """,
class_ = u"quote_text", class_ = u"quote_text",
separator = u"", separator = u"",
@ -146,7 +167,7 @@ class Front_page( Product_page ):
u""" u"""
What I like about your excellent product is the modeless editing (no edit What I like about your excellent product is the modeless editing (no edit
and save buttons). This makes Luminotes the fastest web-based wiki I have and save buttons). This makes Luminotes the fastest web-based wiki I have
used. used."
""", """,
class_ = u"quote_text", class_ = u"quote_text",
separator = u"", separator = u"",