about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeLines
* select-h: use zippers for easier recursionAlan Pearce2014-09-28-18/+21
* Rename previously-missed usagesAlan Pearce2014-09-28-2/+2
* Minor renamingAlan Pearce2014-09-28-7/+6
* Only select the first level of h- elementsAlan Pearce2014-09-27-2/+31
* Add test for multiple microformats per elementAlan Pearce2014-09-25-0/+5
* Fix indentationAlan Pearce2014-09-24-24/+24
* Ignore <br> and <hr>, even if they have mf classesAlan Pearce2014-09-24-4/+14
* Extract mf property element selection into methodsAlan Pearce2014-09-24-4/+16
* Parse multiple types of properties on a single elementAlan Pearce2014-09-24-5/+9
* Concatenate multiple properties with the same nameAlan Pearce2014-09-24-5/+15
* Parse child implied URLsAlan Pearce2014-09-24-1/+6
* Parse implied photo propertiesAlan Pearce2014-09-24-9/+39
* cond-let: use % instead of x as anaphorAlan Pearce2014-09-23-5/+5
* Add full support for implied namesAlan Pearce2014-09-23-1/+37
* Add basic img property inferringAlan Pearce2014-09-23-2/+14
* Add basic implied URL parsingAlan Pearce2014-09-23-2/+13
* Extract property fetching into functionAlan Pearce2014-09-23-5/+10
* Refactor property element selection and parsingAlan Pearce2014-09-23-7/+6
* Test + implement multi-child property parsingAlan Pearce2014-09-22-5/+24
* Use node-to-text when getting element contentAlan Pearce2014-09-22-22/+22
* Trim extra spaces from HTML contentAlan Pearce2014-09-22-0/+17
* Trim strings when retrieving property valuesAlan Pearce2014-09-22-29/+32
* Output lists of values according to specAlan Pearce2014-09-22-37/+37
* Add initial implied property parsingAlan Pearce2014-09-21-1/+15
* Parse mf names into type arrayAlan Pearce2014-09-21-2/+11
* Fix HTML typo in testsAlan Pearce2014-09-21-1/+1
* Split h-* selection and parsingAlan Pearce2014-09-21-6/+6
* Extract helper method from testsAlan Pearce2014-09-20-29/+33
* Implement some basic value-class parsingAlan Pearce2014-09-15-3/+26
* Add basic example testAlan Pearce2014-09-15-0/+3
* Fix errors in parse-childrenAlan Pearce2014-09-15-5/+5
* Parse an empty document correctlyAlan Pearce2014-09-15-1/+4
* Switch to expectations test libraryAlan Pearce2014-09-15-132/+103
* Add support for parsing rel attributesAlan Pearce2014-09-13-1/+35
* Rename variables in parse-h for consistencyAlan Pearce2014-09-13-2/+2
* Give split-classes a clearer nameAlan Pearce2014-09-13-3/+3
* Refactor selectors using set = union syntaxAlan Pearce2014-09-13-4/+4
* Refactor parsers using expression-threadingAlan Pearce2014-09-13-9/+21
* Refactor reducers for easier testingAlan Pearce2014-09-13-4/+4
* Don't error when missing :attrs/:classAlan Pearce2014-09-13-4/+4
* Add e-* parsingAlan Pearce2014-09-13-1/+34
* Rename get-*-property functions to get-*-valueAlan Pearce2014-09-13-10/+10
* Add tests for classes-to-propsAlan Pearce2014-09-13-0/+9
* Add basic support for dt-* parsingAlan Pearce2014-09-13-1/+51
* Fallback to text content if attributes are not foundAlan Pearce2014-09-13-15/+31
* Test smaller units of codeAlan Pearce2014-09-13-31/+32
* Remove unnecessary commentAlan Pearce2014-09-13-2/+0
* Add u-* parsing capabilityAlan Pearce2014-09-13-5/+48
* Re-format trailing parenthesesAlan Pearce2014-09-12-6/+3
* Add support for parsing empty br/hr tagsAlan Pearce2014-09-12-1/+11