all repos
— microformats
@ main
Incomplete Clojure microformats library
summary
refs
tree
log
Join multiple u/dt value elements without spaces
main
master
12 years ago
Alan Pearce
Find the base URL only once
12 years ago
Alan Pearce
Un-focus expectation
12 years ago
Alan Pearce
Allow base-url to be overridden by parse argument
12 years ago
Alan Pearce
Re-implement base url parsing
12 years ago
Alan Pearce
Fix multi-parsing issue
12 years ago
Alan Pearce
Whitespace cleanup
12 years ago
Alan Pearce
Ensure child microformats are only parsed once
12 years ago
Alan Pearce
Parse multi-type properties on same element
12 years ago
Alan Pearce
Make trace available in tests
12 years ago
Alan Pearce
Fix minor typo in test
12 years ago
Alan Pearce
Use tree-walking for property parsing
12 years ago
Alan Pearce
Fix whitespace collapsing with multiple elements
12 years ago
Alan Pearce
Parse values from value-title class elements
12 years ago
Alan Pearce
Normalise parsed URLs
12 years ago
Alan Pearce
Use zippers all the way down
12 years ago
Alan Pearce
Add function to normalise a URL
12 years ago
Alan Pearce
Add helper function to get base URL
12 years ago
Alan Pearce
Use lists instead of vectors
12 years ago
Alan Pearce
Fix error parsing dt value from unexpected element
12 years ago
Alan Pearce
Parse properties for child microformats
12 years ago
Alan Pearce
Fix parse failure with spaces preceding HTML
12 years ago
Alan Pearce
Remove redundant parents function
12 years ago
Alan Pearce
select-h: use zippers for easier recursion
12 years ago
Alan Pearce
Rename previously-missed usages
12 years ago
Alan Pearce
Minor renaming
12 years ago
Alan Pearce
Only select the first level of h- elements
12 years ago
Alan Pearce
Add test for multiple microformats per element
12 years ago
Alan Pearce
Fix indentation
12 years ago
Alan Pearce
Ignore <br> and <hr>, even if they have mf classes
12 years ago
Alan Pearce
Extract mf property element selection into methods
12 years ago
Alan Pearce
Parse multiple types of properties on a single element
12 years ago
Alan Pearce
Concatenate multiple properties with the same name
12 years ago
Alan Pearce
Parse child implied URLs
12 years ago
Alan Pearce
Parse implied photo properties
12 years ago
Alan Pearce
cond-let: use % instead of x as anaphor
12 years ago
Alan Pearce
Add full support for implied names
12 years ago
Alan Pearce
Add basic img property inferring
12 years ago
Alan Pearce
Add basic implied URL parsing
12 years ago
Alan Pearce
Extract property fetching into function
12 years ago
Alan Pearce
Refactor property element selection and parsing
12 years ago
Alan Pearce
Test + implement multi-child property parsing
12 years ago
Alan Pearce
Use node-to-text when getting element content
12 years ago
Alan Pearce
Trim extra spaces from HTML content
12 years ago
Alan Pearce
Trim strings when retrieving property values
12 years ago
Alan Pearce
Output lists of values according to spec
12 years ago
Alan Pearce
Add initial implied property parsing
12 years ago
Alan Pearce
Parse mf names into type array
12 years ago
Alan Pearce
Fix HTML typo in tests
12 years ago
Alan Pearce
Split h-* selection and parsing
12 years ago
Alan Pearce
Extract helper method from tests
12 years ago
Alan Pearce
Implement some basic value-class parsing
12 years ago
Alan Pearce
Add basic example test
12 years ago
Alan Pearce
Fix errors in parse-children
12 years ago
Alan Pearce
Parse an empty document correctly
12 years ago
Alan Pearce
Switch to expectations test library
12 years ago
Alan Pearce
Add support for parsing rel attributes
12 years ago
Alan Pearce
Rename variables in parse-h for consistency
12 years ago
Alan Pearce
Give split-classes a clearer name
12 years ago
Alan Pearce
Refactor selectors using set = union syntax
12 years ago
Alan Pearce
Refactor parsers using expression-threading
12 years ago
Alan Pearce
Refactor reducers for easier testing
12 years ago
Alan Pearce
Don't error when missing :attrs/:class
12 years ago
Alan Pearce
Add e-* parsing
12 years ago
Alan Pearce
Rename get-*-property functions to get-*-value
12 years ago
Alan Pearce
Add tests for classes-to-props
12 years ago
Alan Pearce
Add basic support for dt-* parsing
12 years ago
Alan Pearce
Fallback to text content if attributes are not found
12 years ago
Alan Pearce
Test smaller units of code
12 years ago
Alan Pearce
Remove unnecessary comment
12 years ago
Alan Pearce
Add u-* parsing capability
12 years ago
Alan Pearce
Re-format trailing parentheses
12 years ago
Alan Pearce
Add support for parsing empty br/hr tags
12 years ago
Alan Pearce
Get correct property value for special tags
12 years ago
Alan Pearce
Set initial REPL/run namespace
12 years ago
Alan Pearce
Use class name for property keywords
12 years ago
Alan Pearce
Expand selectors to match classes with prefixes
12 years ago
Alan Pearce
Create test & implementation for p-name parsing
12 years ago
Alan Pearce
Create initial test and implementation
12 years ago
Alan Pearce
Initial commit.
12 years ago
Alan Pearce