diff --git a/static/css/note.css b/static/css/note.css index 2657085..bada97e 100644 --- a/static/css/note.css +++ b/static/css/note.css @@ -224,6 +224,7 @@ ol li { .thumbnail_right { float: right; border-width: 0; + margin: 1em; margin-left: 2em; margin-bottom: 1em; } diff --git a/static/html/features.html b/static/html/features.html index 12b912b..0edff0b 100644 --- a/static/html/features.html +++ b/static/html/features.html @@ -39,7 +39,7 @@ Keep your personal wiki private or share it with friends and colleagues.

Sound interesting? Then -take a tour, +take a tour, try the demo, or sign up for a free account.

diff --git a/static/html/navigation.html b/static/html/navigation.html index 3c4533c..9c83db5 100644 --- a/static/html/navigation.html +++ b/static/html/navigation.html @@ -1,5 +1,5 @@
-take a tour - +take a tour - try the demo - sign up
diff --git a/static/images/big_picture.png b/static/images/big_picture.png new file mode 100644 index 0000000..8418ec7 Binary files /dev/null and b/static/images/big_picture.png differ diff --git a/static/images/big_picture_thumb.png b/static/images/big_picture_thumb.png new file mode 100644 index 0000000..56da365 Binary files /dev/null and b/static/images/big_picture_thumb.png differ diff --git a/static/images/big_picture_thumb.xcf b/static/images/big_picture_thumb.xcf new file mode 100644 index 0000000..62c4d34 Binary files /dev/null and b/static/images/big_picture_thumb.xcf differ diff --git a/static/images/screenshot_thumb.xcf b/static/images/screenshot_thumb.xcf index 7b18b09..fdc14e8 100644 Binary files a/static/images/screenshot_thumb.xcf and b/static/images/screenshot_thumb.xcf differ diff --git a/static/images/tour.png b/static/images/tour.png deleted file mode 100644 index 96b680b..0000000 Binary files a/static/images/tour.png and /dev/null differ diff --git a/static/images/tour.svg b/static/images/tour.svg deleted file mode 100644 index 8af5d12..0000000 --- a/static/images/tour.svg +++ /dev/null @@ -1,309 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - style="overflow:visible"> - - - - - - - - - - - - - Just click on a note andstart typing. There's noseparate edit mode. - Make links between notesand connect your ideas. - Download your entire wikiwhenever you want. - You can always go back andview old versions of your wiki. - Easily change a link'sdestination to anothernote or even an outsideweb page. - - - - - - See several notes at once. - - Format your text withthese toolbar buttons. - - Search or browse everythingyou've written. - - - Focus on the task athand by hiding notesthat you're doneworking on. - - - diff --git a/static/images/tour.xcf b/static/images/tour.xcf deleted file mode 100644 index 805e5d3..0000000 Binary files a/static/images/tour.xcf and /dev/null differ diff --git a/static/images/tour_screenshot.png b/static/images/tour_screenshot.png deleted file mode 100644 index 51ad9c1..0000000 Binary files a/static/images/tour_screenshot.png and /dev/null differ diff --git a/static/images/wysiwyg.png b/static/images/wysiwyg.png new file mode 100644 index 0000000..eff047e Binary files /dev/null and b/static/images/wysiwyg.png differ diff --git a/static/images/wysiwyg_thumb.png b/static/images/wysiwyg_thumb.png new file mode 100644 index 0000000..53261ad Binary files /dev/null and b/static/images/wysiwyg_thumb.png differ diff --git a/static/images/wysiwyg_thumb.xcf b/static/images/wysiwyg_thumb.xcf new file mode 100644 index 0000000..586d4e0 Binary files /dev/null and b/static/images/wysiwyg_thumb.xcf differ diff --git a/tools/initdb.py b/tools/initdb.py index 49844ba..8f78128 100644 --- a/tools/initdb.py +++ b/tools/initdb.py @@ -24,6 +24,7 @@ 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 ): diff --git a/tools/updatedb.py b/tools/updatedb.py index 26afb73..80f880d 100755 --- a/tools/updatedb.py +++ b/tools/updatedb.py @@ -24,6 +24,7 @@ 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, navigation_note_id = None ):