public
Description: Memo is a shoppinglist application for Pocket PC and other devices that can run javascript.
Homepage: http://github.com/joakimk/memo/wikis/memo
Clone URL: git://github.com/joakimk/memo.git
Click here to lend your support to: memo and make a donation at www.pledgie.com !
memo / readme.txt
100755 31 lines (23 sloc) 1.415 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Memo
 
About:
Memo is a shoppinglist application mainly designed for Windows Mobile 5.0 (IE Mobile). It's written in xhtml/css and javascript using cookies to store data. As it's just a web application it could work just fine on any device or computer with a browser that implements enough of the javascript language.
 
You can find out more about here:
http://github.com/joakimk/memo/wikis/memo
 
Installation:
Just unzip it and open index.html. I recommend that you use it in fullscreen mode on small devices.
 
Known bugs:
* You can't have two items with the same name.
 
Licence:
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from
the use of this software.
 
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
 
1. The origin of this software must not be misrepresented; you must
not claim that you wrote the original software. If you use this
software in a product, an acknowledgment in the product documentation
would be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.