ladislas / harry

0 stars 0 forks source link

Harry, a friend who wishes you well

Concept

The idea behind harrywishyouwell is to provide a way for people to take short notes secretly.

Sometime, you see something that you want to write down but you're afraid that people will read what you're writing.

With harrywishyouwell, this is history. Just visit the website, enter your email address and type your text, hit enter and you're done!

You'll then receive a "regular mail from a friend" with your secret note inside. You can filter it so it won't appear in your inbox and read it later.

Roadmap

Here are the things we want to accomplish more or less ordered by importance. We have to :

Branches

Currently, there are two main branches:

FTP Info

For the ftp info, send us a private message @harrywishuwell

FTP Automatic Push

In order to simplify our production process, we want to automatically push the master branch to the server. Usually people use git on the remote production server but we don't have this option. After searching the web, we finally found an alternative: git-ftp.

We have configured git-ftp to automatically push the modified files of the master branch to the server.

For further information, check their github: git-ftp