File: TODO

package info (click to toggle)
libvc 005-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 204 kB
  • sloc: ansic: 633; yacc: 113; lex: 71; makefile: 15
file content (12 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
* Finish the man pages.

* Create a user's guide or tutorial.

* Create a generic "get preferred" function that accepts a type a
parameter.  This function can then be used to retrieve the preferred
EMAIL, TEL, ADR, LABEL, and possibly URL.

* Have the type name, param name, and param values all stuffed into
the vc_component as lowercase-only values.  This will simplify the
searching and comparison of these values and eliminate the need for
strcasecmp in a lot of places.