all repos
— archive/microformats
@ 078d97a2f8ca6da814ff0a6d405d5c375f860185
Incomplete Clojure microformats library
summary
refs
tree
log
Concatenate multiple properties with the same name
10 years ago
Alan Pearce
Parse child implied URLs
10 years ago
Alan Pearce
Parse implied photo properties
10 years ago
Alan Pearce
cond-let: use % instead of x as anaphor
10 years ago
Alan Pearce
Add full support for implied names
10 years ago
Alan Pearce
Add basic img property inferring
10 years ago
Alan Pearce
Add basic implied URL parsing
10 years ago
Alan Pearce
Extract property fetching into function
10 years ago
Alan Pearce
Refactor property element selection and parsing
10 years ago
Alan Pearce
Test + implement multi-child property parsing
10 years ago
Alan Pearce
Use node-to-text when getting element content
10 years ago
Alan Pearce
Trim extra spaces from HTML content
10 years ago
Alan Pearce
Trim strings when retrieving property values
10 years ago
Alan Pearce
Output lists of values according to spec
10 years ago
Alan Pearce
Add initial implied property parsing
10 years ago
Alan Pearce
Parse mf names into type array
10 years ago
Alan Pearce
Fix HTML typo in tests
10 years ago
Alan Pearce
Split h-* selection and parsing
10 years ago
Alan Pearce
Extract helper method from tests
10 years ago
Alan Pearce
Implement some basic value-class parsing
10 years ago
Alan Pearce
Add basic example test
10 years ago
Alan Pearce
Fix errors in parse-children
10 years ago
Alan Pearce
Parse an empty document correctly
10 years ago
Alan Pearce
Switch to expectations test library
10 years ago
Alan Pearce
Add support for parsing rel attributes
10 years ago
Alan Pearce
Rename variables in parse-h for consistency
10 years ago
Alan Pearce
Give split-classes a clearer name
10 years ago
Alan Pearce
Refactor selectors using set = union syntax
10 years ago
Alan Pearce
Refactor parsers using expression-threading
10 years ago
Alan Pearce
Refactor reducers for easier testing
10 years ago
Alan Pearce
Don't error when missing :attrs/:class
10 years ago
Alan Pearce
Add e-* parsing
10 years ago
Alan Pearce
Rename get-*-property functions to get-*-value
10 years ago
Alan Pearce
Add tests for classes-to-props
10 years ago
Alan Pearce
Add basic support for dt-* parsing
10 years ago
Alan Pearce
Fallback to text content if attributes are not found
10 years ago
Alan Pearce
Test smaller units of code
10 years ago
Alan Pearce
Remove unnecessary comment
10 years ago
Alan Pearce
Add u-* parsing capability
10 years ago
Alan Pearce
Re-format trailing parentheses
10 years ago
Alan Pearce
Add support for parsing empty br/hr tags
10 years ago
Alan Pearce
Get correct property value for special tags
10 years ago
Alan Pearce
Set initial REPL/run namespace
10 years ago
Alan Pearce
Use class name for property keywords
10 years ago
Alan Pearce
Expand selectors to match classes with prefixes
10 years ago
Alan Pearce
Create test & implementation for p-name parsing
10 years ago
Alan Pearce
Create initial test and implementation
10 years ago
Alan Pearce
Initial commit.
10 years ago
Alan Pearce