File: README

package info (click to toggle)
glyr 1.0.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,780 kB
  • sloc: ansic: 13,082; python: 1,052; ruby: 75; makefile: 16
file content (5 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (5)
1
2
3
4
5
This folder contains the implemantation of libglyr.
All subfolders implement a getter: cover,lyrics,ainfo (..)
A corrsponding .c file (cover.c, lyrics.c, ainfo.c... ) implement the getter itself. 
All other files implement the general webscraping abilities of glyr.
Start reading src/main.c:main() to get through it.. Good luck! :-)