No description
Find a file
2014-05-28 22:50:10 +02:00
static I know what I am doing. Trust me. 2014-05-28 22:44:59 +02:00
templates basic style for login 2014-05-28 22:50:10 +02:00
.gitignore Added *.db to .gitignore and now a database is created when running 2014-05-22 16:42:46 +02:00
adduser.py changed emergency dial to 755 2014-05-28 20:09:08 +02:00
database.py Adduser now works and initdb.py now creates all tables 2014-05-25 14:57:57 +02:00
initdb.py changed emergency dial to 755 2014-05-28 20:09:08 +02:00
LICENSE Added a LICENSE! 2014-05-22 16:57:41 +02:00
models.py Added a simple UI 2014-05-25 15:45:54 +02:00
README.md Added a LICENSE! 2014-05-22 16:57:41 +02:00
server.py I have no idea what I'm doing. But: Trust me, I'm an engineer. 2014-05-28 21:06:17 +02:00

Description

Diary is a little python program, written by me (@benaryorg).

It is a web-application, to store your personal diary in an easy way!

Development

I currently do not have much time to develop this program, but I would like to use it by myself, so I will put most of my time in it.

Please report bugs or tell me what features you would like to see soon.

Branches

There will be two branches.

stable

The stable version, where all bugfixes directly go to.

testing

The branch I will use for developing (because I have more than just one computer).

Concept

It's concept is easy. You have a database where everything is stored.

There you have a table users with all your users and passwords (hashed).

The table diaries is to store your different diaries, for example you could have one diary for writing about school, one for writing about yourself, one for your boy/girlfriend and so on. Here is also stored, if the diary is public (blog-like), private (for yourself) or protected (only chosen poeple have access).

The table entries stores your diary entries.

Technical Details

Diary is written in python2.7 and is using flask and sqlalchemy!

Contribution

This project is on GitHub!

Just send a pull request!

License

This program uses the WTFPL (Do What The Fuck You Want To Public License)!

See the LICENSE file!

I would appreciate it, if you would leave my name somewhere in the HTML-templates.