Based on my
previous post .
I am glad to present to the court of a respected IT public the first public version of a web service for managing personal notes with a tree structure. The main chips:
- 5 different types of notes: text, image, task, event, bookmark
- Elements form a tree, but without strict rules of subordination, combine the data as you wish.
- Tagging, filtering by tags
- Collaboration. Assign access to any part of your information tree to other users with the necessary set of permissions
- Open API. Supports XML and JSON as a transport format
If you can not wait to try, then everything is ready for
testing right here . The blog of the project and all the information about it
hereLet me remind you that one of the key ideas was not to be greedy and distribute all parts of the project for free, that is, for nothing. Deploy the server wherever you want.
')
The attentive reader will notice that it was not exactly what was intended, I mean the interface, and it was not possible to withstand the deadline. The whole reason is that during this time I managed to write three different versions of the client, I didn’t like two of them, I was finally convinced that the web-snouts are not mine at all, and I have never done this professionally . Therefore, I finally separated the server with the API from the client, and wrote the client part on extjs. I like what happened. The client has become universal, you can even keep it locally in a folder, or even upload it to the Internet. Not tied to the server.
Work on the web client is in full swing, so feedback is highly appreciated.
Step # 2 will, I remind, the iPhone version of the client, with all sorts of sweets. See
Roadmap on the site.
Technical details: server part - java 5 and servlets, PostgreSQL. Passwords in MD5, API works equally well with XML and JSON. The client is written in JavaScript with ExtJS. It seems cheerfully runs on modern browsers.
In general, the project is free & open-source, but I don’t give download links yet, as the work is in full swing, my hands have not yet reached the setting of automatic publication of the results. But everything will be.
The server is not strong enough to be powerful, so be careful, it may fall.
UPD: moved to "I am promoting"