fizx / parsley

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.

This URL has Read+Write access

parsley / bootstrap.sh
100755 6 lines (6 sloc) 0.099 kb
1
2
3
4
5
6
#!/bin/sh
libtoolize --force || glibtoolize --force
aclocal
autoconf
automake -a
bison -yd parser.y