13 years agoCSS parser implementation rox
Rok Ružič [Thu, 3 Jun 2010 13:37:04 +0000]
CSS parser implementation

14 years agoadded the other example to synopsis.t
Rok Ružič [Tue, 27 Apr 2010 00:17:24 +0000]
added the other example to synopsis.t

14 years agoMerge branch 'master' of catagits@git.shadowcat.co.uk:HTML-Zoom into more_selectors
Arthur Axel 'fREW' Schmidt [Sat, 17 Apr 2010 17:30:00 +0000]
Merge branch 'master' of catagits@git.shadowcat.co.uk:HTML-Zoom into more_selectors

14 years agomore tests
Arthur Axel 'fREW' Schmidt [Sat, 17 Apr 2010 06:45:04 +0000]
more tests

14 years agocommit tests, uncomment codez
Arthur Axel 'fREW' Schmidt [Fri, 16 Apr 2010 02:31:06 +0000]
commit tests, uncomment codez

14 years agofix tests and make them pass woo!
Arthur Axel 'fREW' Schmidt [Wed, 14 Apr 2010 00:44:04 +0000]
fix tests and make them pass woo!

14 years agosome refactor plus actual tests for selectors
Arthur Axel 'fREW' Schmidt [Tue, 13 Apr 2010 05:16:08 +0000]
some refactor plus actual tests for selectors

14 years agoE[attr*="foo"]
Arthur Axel 'fREW' Schmidt [Mon, 12 Apr 2010 05:45:18 +0000]
E[attr*="foo"]

14 years agoE[attr$="foo"]
Arthur Axel 'fREW' Schmidt [Mon, 12 Apr 2010 05:44:11 +0000]
E[attr$="foo"]

14 years agoE[attr]
Arthur Axel 'fREW' Schmidt [Mon, 12 Apr 2010 05:42:35 +0000]
E[attr]

E[attr^="foo"]

14 years agoel[attr~="foo"]
Arthur Axel 'fREW' Schmidt [Mon, 12 Apr 2010 05:36:59 +0000]
el[attr~="foo"]

14 years agoneed to rearrange things to keep them working
Arthur Axel 'fREW' Schmidt [Mon, 12 Apr 2010 05:34:15 +0000]
need to rearrange things to keep them working

14 years agoel[attr="foo"]
Arthur Axel 'fREW' Schmidt [Sun, 11 Apr 2010 07:54:34 +0000]
el[attr="foo"]

14 years agoel#id
Arthur Axel 'fREW' Schmidt [Sun, 11 Apr 2010 07:38:27 +0000]
el#id

14 years agoel.class
Arthur Axel 'fREW' Schmidt [Sun, 11 Apr 2010 07:05:01 +0000]
el.class

14 years agoFailing test for doctypes.
Oliver Charles [Wed, 24 Mar 2010 23:38:51 +0000]
Failing test for doctypes.

Failing test by purge, I have reverted the changes to synopsis.t
though.

14 years agodoctype test
Simon Elliott [Wed, 24 Mar 2010 20:17:33 +0000]
doctype test

14 years agoAdded failing tests
Oliver Charles [Sun, 21 Mar 2010 18:18:55 +0000]
Added failing tests

14 years agofirst cut at docs for Zoom.pm
Matt S Trout [Wed, 17 Mar 2010 21:34:00 +0000]
first cut at docs for Zoom.pm

14 years agoTemplate::Tiny support for text filtering
markie [Mon, 22 Feb 2010 04:36:56 +0000]
Template::Tiny support for text filtering

14 years agorefactor slightly and clean up selector code a bit
Matt S Trout [Sat, 20 Feb 2010 22:34:05 +0000]
refactor slightly and clean up selector code a bit

14 years agofew extra utility routines
Matt S Trout [Fri, 19 Feb 2010 21:47:13 +0000]
few extra utility routines

14 years agoadd stub synopsis.t to fail if you forgot to extract the real one
Matt S Trout [Thu, 18 Feb 2010 05:34:53 +0000]
add stub synopsis.t to fail if you forgot to extract the real one

14 years agointroduce ZConfig system, first cut at HTML::Zoom itself
Matt S Trout [Thu, 18 Feb 2010 05:33:54 +0000]
introduce ZConfig system, first cut at HTML::Zoom itself

14 years agoadd repeat_between option to repeat filter
Matt S Trout [Thu, 18 Feb 2010 03:25:07 +0000]
add repeat_between option to repeat filter

14 years agopre-filter for collect/repeat/replace
Matt S Trout [Thu, 18 Feb 2010 01:51:33 +0000]
pre-filter for collect/repeat/replace

14 years agoswitch from 'inside' to 'content' terminology wise
Matt S Trout [Thu, 18 Feb 2010 01:37:32 +0000]
switch from 'inside' to 'content' terminology wise

14 years agoadd .gitignore file
Matt S Trout [Thu, 18 Feb 2010 01:22:01 +0000]
add .gitignore file

14 years agonuke debugging code
Matt S Trout [Thu, 18 Feb 2010 01:19:13 +0000]
nuke debugging code

14 years agofirst cut at repeater
Matt S Trout [Thu, 18 Feb 2010 00:52:17 +0000]
first cut at repeater

14 years agointroduce superclass for streams
Matt S Trout [Wed, 17 Feb 2010 22:30:55 +0000]
introduce superclass for streams

14 years agomove collector construction outside filter subs
Matt S Trout [Wed, 17 Feb 2010 21:53:35 +0000]
move collector construction outside filter subs

14 years agochange collect to empty its into argument at the start of the collect process and...
Matt S Trout [Wed, 17 Feb 2010 21:43:43 +0000]
change collect to empty its into argument at the start of the collect process and comment why

14 years agoswitch replace to collect then emit, document that it isn't strictly required to...
Matt S Trout [Wed, 17 Feb 2010 21:37:52 +0000]
switch replace to collect then emit, document that it isn't strictly required to do it that way

14 years agomove collect method to a more sensible place in FilterBuilder
Matt S Trout [Wed, 17 Feb 2010 21:32:53 +0000]
move collect method to a more sensible place in FilterBuilder

14 years agotest append_inside
Matt S Trout [Sat, 6 Feb 2010 21:01:38 +0000]
test append_inside

14 years agotest replace inside
Matt S Trout [Sat, 6 Feb 2010 20:23:44 +0000]
test replace inside

14 years agoadd peek method to streams, implement 'inside' for collect
Matt S Trout [Sat, 6 Feb 2010 19:39:46 +0000]
add peek method to streams, implement 'inside' for collect

14 years agotest attribute manglers
Matt S Trout [Sat, 6 Feb 2010 18:39:27 +0000]
test attribute manglers

14 years agotest collect in isolation
Matt S Trout [Fri, 5 Feb 2010 21:09:54 +0000]
test collect in isolation

14 years agomove into arg into options too
Matt S Trout [Fri, 5 Feb 2010 21:01:57 +0000]
move into arg into options too

14 years agomake collect API take a hashref for options
Matt S Trout [Fri, 5 Feb 2010 21:00:57 +0000]
make collect API take a hashref for options

14 years agolet collect handle the in_place_close logic for add_after and replace
Matt S Trout [Wed, 3 Feb 2010 21:40:45 +0000]
let collect handle the in_place_close logic for add_after and replace

14 years agobasic stuff working
Matt S Trout [Wed, 3 Feb 2010 21:17:51 +0000]
basic stuff working