DOC: Add "Verification of an URL" and "Verifying an URL"
[libquvi.git] / src / api / doxy / main.dp
bloba070a76201c5e861d162b304c99d9c82972ae2de
1 /** @mainpage
3 @author Toni Gundogdu
4 @version 1.0
5 @date 2012
7 @section intro Introduction
9 libquvi is a small C library that can be used to parse flash media
10 stream URLs.
12 @li Parse media properties (stream URL, title, ID, ...)
13 @li Parse playlist properties (media URL, ID)
14 @li Scan an URL for embedded media URLs
16 @li The library is fast and with low system footprint
17 @li The C API is uncomplicated and simple to use
18 @li Support for 50+ websites and growing
19 @li Supports Linux, *BSD systems
21 @section programming Programming
22 @li @subpage getting_started
23 @li @subpage parse_media
24 @li @subpage parse_playlist
26 @section p_advanced Programming: Advanced topics
27 @li @subpage scan_media
28 @li @subpage chk_support
29 @li @subpage query_formats
30 @li @subpage scripts
31 @li @subpage verify_url
32 @li @subpage proxy_support
34 @section misc Other
35 @li @subpage env
36 @li @subpage glossary