diff --git a/static/html/advanced browser features.html b/static/html/advanced browser features.html index 6e5d340..96df0a0 100644 --- a/static/html/advanced browser features.html +++ b/static/html/advanced browser features.html @@ -6,7 +6,7 @@ Luminotes makes heavy use of a browser feature called DesignMode to implement support is incomplete in some browsers like Safari. Newer versions of Safari will feature improvements in this area, so look for Luminotes to support Safari at some point in the future. Recent versions of the Opera web browser -do support DesignMode, so that's also a potential future addition to our list +do support DesignMode, so that's also a potential future addition to the list of supported browsers.

diff --git a/static/html/contact info.html b/static/html/contact info.html new file mode 100644 index 0000000..e2df8b7 --- /dev/null +++ b/static/html/contact info.html @@ -0,0 +1,16 @@ +

contact info

+ +

Have a question? First, please check the Luminotes faq to see if it's answered there.

+ +

Still need some help? Have a comment or feature request? I'd love +to hear from you! You can contact me directly at support@luminotes.com. +Please note that you may receive an automated email asking you to confirm your +message.

+ +As of now, I don't offer any phone-based support, which helps keep costs down. +And there's certainly something to be said for having direct email access to +the developer of the software you're using, instead of having to wait on hold +with a corporate call center. If there's anything I can do to make Luminotes +work better for you, just let me know. diff --git a/static/html/contact us.html b/static/html/contact us.html deleted file mode 100644 index ab2d9d6..0000000 --- a/static/html/contact us.html +++ /dev/null @@ -1,10 +0,0 @@ -

contact us

- -

Have a question? First, please check our faq to see if it's answered there.

- -

Still need some help? Have a comment or feature request? We'd love -to hear from you! You can contact us directly at support@luminotes.com. -Please note that you may receive an automated email asking you to confirm your -message.

diff --git a/static/html/faq.html b/static/html/faq.html index 2491fdb..e7fbe7d 100644 --- a/static/html/faq.html +++ b/static/html/faq.html @@ -3,21 +3,21 @@ What about privacy?

Your interaction with Luminotes is protected by 256-bit SSL encryption, so -you don't have to worry about anyone snooping on your wiki notes. And we'll +you don't have to worry about anyone snooping on your wiki notes. And I'll never, ever look at the contents of your wiki or share it with anyone unless -you give us your permission or make the wiki public.

+you give me your permission or make the wiki public.

What about backups?
-

Our database 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.

+

The Luminotes database 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.

Does this cost me anything?
-

Nope, use of your personal Luminotes wiki is completely free. In the future, -we may introduce a separate premium service with additional features. But the -features you're using now will always remain free.

+

Nope, use of your personal Luminotes wiki is completely free. In the +future, I may introduce a separate premium service with additional features. +But the features you're using now will always remain free.

Where's the source code?
@@ -39,5 +39,5 @@ href="/static/luminotes.tar.gz" target="_top">Right here. It's GPL. Enjoy.I've got a question that isn't answered here!
-

Please contact us and we'll be happy -to answer it.

+

I'll be happy to answer it. Check out my contact info for details.

diff --git a/static/html/features.html b/static/html/features.html index 5a29cd2..24ed968 100644 --- a/static/html/features.html +++ b/static/html/features.html @@ -23,8 +23,8 @@ wherever you go.
  • no FunnyLookingTitles
    -You like spaces? So do we. Smashed together titles are completely unnecessary. -You're free to title your wiki notes as you see fit.
  • +Smashed-together titles are completely unnecessary. You're free to title your +wiki notes as you see fit.
  • notebook change history
    diff --git a/static/html/meet the team.html b/static/html/meet the team.html new file mode 100644 index 0000000..b2555a5 --- /dev/null +++ b/static/html/meet the team.html @@ -0,0 +1,28 @@ +

    meet the team

    + +

    +The Luminotes team is a team of one. I started this project because I wanted +an easy-to-use wiki where I could gather my thoughts and make links between my +ideas. None of the existing personal wikis out there quite met my needs, so I +decided to write my own. I must say that I'm quite pleased with the results. I +hope that by the time you've created your own Luminotes wiki, you'll be as +excited about this software as I am. +

    + +

    +I've worked as a software developer in various capacities since the mid-90s, +in everything from the movie industry to e-commerce to K-12 space +science education. Now I'm bringing my varied professional experience to the +world of personal wikis. +

    + +

    +Please don't hesitate to send me an email with any comments or questions. I +love to hear how people are using Luminotes. See my +contact info for details. +

    + +

    +Sincerely,
    +Dan Helfman +

    diff --git a/static/html/navigation.html b/static/html/navigation.html index 644dca3..a418d1a 100644 --- a/static/html/navigation.html +++ b/static/html/navigation.html @@ -3,5 +3,6 @@ take a tour - try it out - faq - -contact us - +meet the team - +contact info - login diff --git a/static/html/try it out.html b/static/html/try it out.html index 387921f..8ab2c72 100644 --- a/static/html/try it out.html +++ b/static/html/try it out.html @@ -6,8 +6,8 @@ an account. There's nothing to download or install.

    -We ask for your email address in case you need your password reset. We hate spam, and wouldn't even -dream of giving out your email address. +I ask for your email address in case you need your password reset. I hate spam, +and wouldn't even dream of giving out your email address.

    diff --git a/tools/initdb.py b/tools/initdb.py index 59da8e1..a267473 100644 --- a/tools/initdb.py +++ b/tools/initdb.py @@ -19,7 +19,8 @@ class Initializer( object ): ( u"take a tour.html", False ), ( u"try it out.html", False ), ( u"faq.html", False ), - ( u"contact us.html", False ), + ( u"meet the team.html", False ), + ( u"contact info.html", False ), ( u"login.html", False ), ( u"password reset.html", False ), ( u"supported browsers.html", False ), @@ -97,7 +98,7 @@ def fix_note_contents( contents, notebook_id, note_ids ): import re from config.Common import settings - LINK_PATTERN = re.compile( '(]*>)([^<]*)()' ) + LINK_PATTERN = re.compile( '(]*>)([^<]*)()' ) # plug in the notebook id and support email address where appropriate contents = contents.replace( "%s", notebook_id ) diff --git a/tools/updatedb.py b/tools/updatedb.py index c368e59..5aad70a 100755 --- a/tools/updatedb.py +++ b/tools/updatedb.py @@ -17,7 +17,8 @@ class Initializer( object ): ( u"take a tour.html", False ), ( u"try it out.html", False ), ( u"faq.html", False ), - ( u"contact us.html", False ), + ( u"meet the team.html", False ), + ( u"contact info.html", False ), ( u"login.html", False ), ( u"password reset.html", False ), ( u"supported browsers.html", False ),