witten
/
luminotes
Archived
1
0
Fork 0

Changed uses of "we" to "I", and added a "meet the team" note.

This commit is contained in:
Dan Helfman 2007-08-27 20:39:16 +00:00
parent 45bb546f0f
commit 3601ee302a
10 changed files with 66 additions and 29 deletions

View File

@ -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.
</p>

View File

@ -0,0 +1,16 @@
<h3>contact info</h3>
<p><b>Have a question?</b> First, please check the Luminotes <a
href="/notebooks/%s?note_id=new">faq</a> to see if it's answered there.</p>
<p><b>Still need some help?</b> Have a comment or feature request? I'd love
to hear from you! You can contact me directly at <a
href="mailto:support@luminotes.com" target="_top">support@luminotes.com</a>.
Please note that you may receive an automated email asking you to confirm your
message.</p>
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.

View File

@ -1,10 +0,0 @@
<h3>contact us</h3>
<p><b>Have a question?</b> First, please check our <a
href="/notebooks/%s?note_id=new">faq</a> to see if it's answered there.</p>
<p><b>Still need some help?</b> Have a comment or feature request? We'd love
to hear from you! You can contact us directly at <a
href="mailto:support@luminotes.com" target="_top">support@luminotes.com</a>.
Please note that you may receive an automated email asking you to confirm your
message.</p>

View File

@ -3,21 +3,21 @@
<b>What about privacy?</b><br />
<p>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.</p>
you give me your permission or make the wiki public.</p>
<b>What about backups?</b><br />
<p>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.</p>
<p>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.</p>
<b>Does this cost me anything?</b><br />
<p>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.</p>
<p>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.</p>
<b>Where's the source code?</b><br />
@ -39,5 +39,5 @@ href="/static/luminotes.tar.gz" target="_top">Right here.</a> It's GPL. Enjoy.</
<b>I've got a question that isn't answered here!</b><br />
<p>Please <a href="/notebooks/%s?note_id=new">contact us</a> and we'll be happy
to answer it.</p>
<p>I'll be happy to answer it. Check out my <a
href="/notebooks/%s?note_id=new">contact info</a> for details.</p>

View File

@ -23,8 +23,8 @@ wherever you go.</li>
<li><b>no FunnyLookingTitles</b><br />
You like spaces? So do we. Smashed together titles are completely unnecessary.
You're free to title your wiki notes as you see fit.</li>
Smashed-together titles are completely unnecessary. You're free to title your
wiki notes as you see fit.</li>
<li><b>notebook change history</b><br />

View File

@ -0,0 +1,28 @@
<h3>meet the team</h3>
<p>
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.
</p>
<p>
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.
</p>
<p>
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
<a href="/notebooks/%s?note_id=new">contact info</a> for details.
</p>
<p>
Sincerely,<br />
Dan Helfman
</p>

View File

@ -3,5 +3,6 @@
<a href="/notebooks/%s?note_id=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">contact us</a> -
<a href="/notebooks/%s?note_id=new">meet the team</a> -
<a href="/notebooks/%s?note_id=new">contact info</a> -
<a href="/notebooks/%s?note_id=new" target="_top">login</a>

View File

@ -6,8 +6,8 @@ an account. There's nothing to download or install.
</p>
<p>
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.
</p>
<form id="signup_form">

View File

@ -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( '(<a href=")([^"]+?note_id=)([^"]*)("[^>]*>)([^<]*)(</a>)' )
LINK_PATTERN = re.compile( '(<a\s+href=")([^"]+?note_id=)([^"]*)("[^>]*>)([^<]*)(</a>)' )
# plug in the notebook id and support email address where appropriate
contents = contents.replace( "%s", notebook_id )

View File

@ -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 ),