witten
/
luminotes
Archived
1
0
Fork 0

Made a tour images and linked to it from various places.

Also removed references to "take a tour" note, since it no longer exists.
This commit is contained in:
Dan Helfman 2007-09-21 23:10:08 +00:00
parent 13bc06295f
commit f495f44a96
7 changed files with 3 additions and 8 deletions

View File

@ -34,5 +34,5 @@ your wiki.</li>
</ul>
<p>
Sound interesting? Then <a href="/notebooks/%s?note_id=new">take a tour</a> or <a href="/notebooks/%s?note_id=new" target="_top">try it out</a> for yourself!
Sound interesting? Then <a href="/static/images/tour.png" target="_new">take a tour</a> or <a href="/notebooks/%s?note_id=new" target="_top">try it out</a> for yourself!
</p>

View File

@ -1,6 +1,6 @@
<a href="/notebooks/%s?note_id=new">about</a> -
<a href="/notebooks/%s?note_id=new">features</a> -
<a href="/notebooks/%s?note_id=new">take a tour</a> -
<a href="/static/images/tour.png" target="_new">take a tour</a> -
<a href="/notebooks/%s?note_id=new" target="_top">try it out</a> -
<a href="/notebooks/%s?note_id=new">faq</a> -
<a href="/notebooks/%s?note_id=new">meet the team</a> -

View File

@ -1,3 +0,0 @@
<h3>take a tour</h3>
Coming soon to a wiki near you.

BIN
static/images/tour.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

View File

@ -32,7 +32,7 @@ class Deleter( object ):
startup_notes = []
for note in main_notebook.notes:
if note and note.title == "contact us": # FIXME: make the note title to delete not hard-coded
if note and note.title == "take a tour": # FIXME: make the note title to delete not hard-coded
print "deleting note %s: %s" % ( note.object_id, note.title )
main_notebook.remove_note( note )

View File

@ -16,7 +16,6 @@ class Initializer( object ):
( u"navigation.html", True ),
( u"about.html", True ),
( u"features.html", True ),
( u"take a tour.html", False ),
( u"try it out.html", False ),
( u"faq.html", False ),
( u"meet the team.html", False ),

View File

@ -14,7 +14,6 @@ class Initializer( object ):
NOTE_FILES = [ # the second element of the tuple is whether to show the note on startup
( u"about.html", True ),
( u"features.html", True ),
( u"take a tour.html", False ),
( u"try it out.html", False ),
( u"faq.html", False ),
( u"meet the team.html", False ),