witten
/
luminotes
Archived
1
0
Fork 0

More mention of CSV export.

This commit is contained in:
Dan Helfman 2008-09-27 02:32:28 -07:00
parent 3a7a4d59f3
commit bedf318c92
2 changed files with 2 additions and 2 deletions

View File

@ -300,7 +300,7 @@ class Download_page( Product_page ):
H4( u"What happens to my wiki if I stop using Luminotes?", class_ = u"upgrade_question" ),
P(
"""
There is no lock-in with Luminotes. You can export your entire wiki to either a stand-alone web page or a CSV spreadsheet — anytime you like.
There is no lock-in with Luminotes. You can export your entire wiki to a stand-alone web page or a CSV spreadsheet — anytime you like.
""",
class_ = u"upgrade_text",
),

View File

@ -282,7 +282,7 @@ class Upgrade_page( Product_page ):
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.
of your wiki as a stand-alone web page or a CSV spreadsheet — anytime you like.
""",
class_ = u"upgrade_text",
),