witten
/
luminotes
Archived
1
0
Fork 0

Removing old tour page.

This commit is contained in:
Dan Helfman 2008-03-07 02:26:30 +00:00
parent 696029a019
commit 364e412420
3 changed files with 0 additions and 77 deletions

View File

@ -1,75 +0,0 @@
<h3>take a tour</h3>
<p>
Luminotes is a personal wiki designed specifically for creating highly
interconnected documents. Let's dive right into the tour so you can get a feel
for how it works.
</p>
<h3>WYSIWYG viewing and editing</h3>
<a href="/static/images/wysiwyg.png" target="_new">
<img src="/static/images/wysiwyg_thumb.png" class="thumbnail_left" width=200 height=200 />
</a>
<p>
If you're familiar with a traditional word processor, you'll feel right at
home with Luminotes' convenient toolbar. All of your text appears formatted as
you type it, since there's no arcane markup language. Luminotes also does away
with the edit and save buttons found in traditional wikis, so you can update
your wiki with less hassle. Just click on a note and start typing!
</p>
<p>
Making links between your notes is as easy as formatting text. Just highlight
the text you want to make into a link and click the "<u>Link</u>" button. If
you prefer, you can always use keyboard combinations for any of the toolbar
buttons.
</p>
<h3>big-picture browsing</h3>
<a href="/static/images/big_picture.png" target="_new">
<img src="/static/images/big_picture_thumb.png" class="thumbnail_right" width=200 height=200 />
</a>
<p>
Luminotes allows you to deal with several wiki notes all at once on the same
page, which is ideal for brainstorming or viewing several brief notes
simultaneously. As you follow links from one note to the next, you can see at
a glance how you got to the current note. And of course you can always focus
on the task at hand by hiding notes that you're done working on.
</p>
<p>
While Luminotes' big-picture browsing is plenty cool, you can always open
an individual note in its own browser window or tab. Luminotes is flexible
enough to let you browse your wiki in the way that best suits your needs
&mdash; without getting in your way.
</p>
</p>
<h3>notebook sharing and collaboration</h3>
<p>
<a href="/static/images/share.png" target="_new">
<img src="/static/images/share_thumb.png" class="thumbnail_left" width=200 height=200 />
</a>
<p>
Most of the time, you want to keep your personal wiki all to yourself. But
sometimes you simply need to share your work with friends and colleagues. So
Luminotes supports wiki sharing and collaboration. Send invites to your
friends simply by entering their email addresses, allowing them to view
or edit your wiki.
</p>
<p>
You can also download your entire wiki as HTML at any time with a single
click. This is perfect for taking your wiki on the go or sending it by email.
</p>
<p>
Like what you've seen so far? Then
<a href="/users/demo" target="_top">try the demo</a>, or
<a href="/notebooks/%s?note_id=new" target="_top">sign up</a> for a free account.
</p>

View File

@ -21,7 +21,6 @@ class Initializer( object ):
( u"password reset.html", False ),
( u"advanced browser features.html", False ),
( u"supported browsers.html", False ),
( u"take a tour.html", False ),
]
def __init__( self, database, nuke = False ):

View File

@ -22,7 +22,6 @@ class Updater( object ):
( u"password reset.html", False ),
( u"advanced browser features.html", False ),
( u"supported browsers.html", False ),
( u"take a tour.html", False ),
]
def __init__( self, database ):