public
Description: Parsley is a simple language for extracting structured data from web pages. Parsley consists of an powerful selector language wrapped with a JSON structure that can represent page-wide formatting.
Homepage: http://wiki.github.com/fizx/parsley
Clone URL: git://github.com/fizx/parsley.git
name age message
file .gitignore Loading commit data...
file AUTHORS Tue Dec 09 15:14:15 -0800 2008 project cleanup [Kyle Maxwell]
file ChangeLog
file HACKING
file INSTALL
file INTRO
file Makefile.am
file Makefile.in
file NEWS
file PAPER
file Portfile
file Portfile.in
file README.C-LANG
file README.markdown
file TODO
file VERSION
file aclocal.m4
file bootstrap.sh
file config.guess
file config.sub Fri Mar 13 08:32:55 -0700 2009 copy in libtool deps [Kyle Maxwell]
file configure
file configure.ac
file depcomp
file functions.c
file functions.h
file generate_bisect.sh
directory hooks/ Fri Mar 27 11:19:12 -0700 2009 added performance benchmark hooks (passing) [0.... [Kyle Maxwell]
file install-sh
file libtool
file ltmain.sh Sun Mar 15 07:54:22 -0700 2009 fixed libtool [Kyle Maxwell]
file missing
file parsed_xpath.c Wed Apr 01 00:39:53 -0700 2009 fixed calculations and //keyword [Kyle Maxwell]
file parsed_xpath.h
file parser.c
file parser.h
file parser.y
file parsley.c
file parsley.h
file parsley_main.c
file parsleyc_main.c Fri Mar 20 11:05:57 -0700 2009 refactor works, still have quote error [Kyle Maxwell]
file regexp.c
file regexp.h Thu Mar 12 14:06:05 -0700 2009 clear out as many gcc warnings as I can [Kyle Maxwell]
file scanner.c
file scanner.l
directory test/
file util.c
file util.h
file xml2json.c
file xml2json.h Sun Mar 15 08:21:02 -0700 2009 unbundle json [Kyle Maxwell]
file y.tab.c
file y.tab.h Wed Apr 01 00:39:53 -0700 2009 fixed calculations and //keyword [Kyle Maxwell]
file ylwrap