~sotirisp/vobject

Tools for working with vObject files
Fix error in Makefile
Add final newline to notes

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~sotirisp/vobject
read/write
git@git.sr.ht:~sotirisp/vobject

You can also use your local clone with git send-email.

#vObject

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:

  • vBookmark (.url) through vbookmark.
  • vNote (.vnt) through vnote.

#Installation

The dependencies are:

  • A C99 compiler.
  • POSIX make.
  • POSIX 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

#Known issues

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.

#Relevant specifications

#License

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.

Do not follow this link