File: TODO

package info (click to toggle)
libvc 012-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: ansic: 652; lex: 154; yacc: 131; sh: 28; makefile: 22
file content (12 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (5)
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.