Fix error in Makefile
Update README.md
Add final newline to notes
A collection of utilities for working with vObjects. vObjects are a collection of file format specifications used in older feature phones to store contacts, calendars, notes, bookmarks etc. Formats currently supported by vObject are:
.url
) through vbookmark
..vnt
) through vnote
.The dependencies are:
make
.lex
.scdoc
for building the manpages.To build the programs and their manpages run:
make
To install in /usr/local/
run the following as root:
make install
To install to some other directory, e.g. ~/.local/
run the following:
make PREFIX=~/.local/ install
Some phones (e.g. the Sony Ericsson W100i) will truncate long notes. This limit
should be identified and it would be nice if vnote
would warn when it's
exceeded.
Copyright 2022 Sotiris Papatheodorou
This program is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.