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 Wed Jun 03 14:46:57 -0700 2009 note 2.7 required [pivotal]
file INTRO
file Makefile.am Sat Oct 03 14:51:15 -0700 2009 multiple match groups [fizx]
file Makefile.in
file NEWS
file PAPER
file Portfile
file Portfile.in
file README.C-LANG
file README.markdown Thu Jun 18 13:37:53 -0700 2009 Wiki reference [fizx]
file TODO
file VERSION
file aclocal.m4
file bootstrap.sh Mon Jul 13 16:28:16 -0700 2009 ambiguous test case [fizx]
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 Thu Sep 10 09:16:54 -0700 2009 add /usr/local [fizx]
file depcomp
file functions.c Thu Oct 01 17:22:24 -0700 2009 inner-xml [fizx]
file functions.h Thu Oct 01 17:22:24 -0700 2009 inner-xml [fizx]
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 Thu Oct 01 17:22:24 -0700 2009 inner-xml [fizx]
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 Mon Jul 13 16:39:22 -0700 2009 regression for ambiguous plus chain [fizx]
file parser.h Wed Jun 10 15:33:05 -0700 2009 :content() pseudo-selector [fizx]
file parser.y Mon Jul 13 16:39:22 -0700 2009 regression for ambiguous plus chain [fizx]
file parsley.c Wed Sep 09 13:42:30 -0700 2009 fix busted commit [fizx]
file parsley.h
file parsley_main.c Mon Jun 01 16:34:11 -0700 2009 SG optional (failing) [0.607572] [Kyle Maxwell]
file parsleyc_main.c Fri Mar 20 11:05:57 -0700 2009 refactor works, still have quote error [Kyle Maxwell]
file regexp.c Sat Oct 03 14:51:15 -0700 2009 multiple match groups [fizx]
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 Wed Jun 10 15:33:05 -0700 2009 :content() pseudo-selector [fizx]
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