Aaron Parecki
|
921d5262ea
|
also parse instagram profile URLs
|
pirms 7 gadiem |
Aaron Parecki
|
400b5022b8
|
update contributing.md
|
pirms 7 gadiem |
Aaron Parecki
|
6f39655c8a
|
parse instagram user info from HTML instead of secret JSON API
adds script to refresh the downloaded instagram data for the tests as well
|
pirms 7 gadiem |
Aaron Parecki
|
47f532d359
|
1.4.25
|
pirms 7 gadiem |
Aaron Parecki
|
c70b29479a
|
updates for instagram parsing
instagram seems to have rolled out the `graphql` key everywhere now
|
pirms 7 gadiem |
Aaron Parecki
|
25b6f85c14
|
use html5 parser and update php-mf2
|
pirms 7 gadiem |
Aaron Parecki
|
6687167d5c
|
update php-mf2
|
pirms 7 gadiem |
Aaron Parecki
|
adfc8fa5bd
|
Merge pull request #64 from aaronpk/mf2-dev
Update to php-mf2 0.4.0
|
pirms 7 gadiem |
Aaron Parecki
|
dc0557ddb9
|
update tests for fixed mf2 parsing
|
pirms 7 gadiem |
Aaron Parecki
|
8b199e5385
|
switch back to main mf2 parser
|
pirms 7 gadiem |
Aaron Parecki
|
85c3a17934
|
whitespace cleanup
|
pirms 7 gadiem |
Aaron Parecki
|
4959ec15f2
|
remove duplicate url values
|
pirms 7 gadiem |
Aaron Parecki
|
391b515a5d
|
use 0.4.0-alpha release of php-mf2
on aaronpk fork
|
pirms 7 gadiem |
Aaron Parecki
|
8026279cba
|
fix tests for new mf2 parser
main difference is the deprecated rel handling
|
pirms 7 gadiem |
Aaron Parecki
|
3eb78339d6
|
update to experimental php-mf2 parser
|
pirms 7 gadiem |
Aaron Parecki
|
bde041da00
|
v1.4.21
|
pirms 7 gadiem |
Aaron Parecki
|
1a14866999
|
update p3k/http
|
pirms 7 gadiem |
Aaron Parecki
|
a50cd6284b
|
fix whitespace handling for br tags in html
|
pirms 7 gadiem |
Aaron Parecki
|
c27f228314
|
include in-reply-to URL for tweets
|
pirms 7 gadiem |
Aaron Parecki
|
9e66c6839a
|
new htmlpurifier release!
|
pirms 7 gadiem |
Aaron Parecki
|
87a407c7b5
|
only run travis deploy on php 5.5
|
pirms 7 gadiem |
Aaron Parecki
|
c68c7661c8
|
inspect content to determine if a page is atom or rss
closes #62
|
pirms 7 gadiem |
Aaron Parecki
|
cb1e32278d
|
convert newlines to <br> for html in tweets
|
pirms 7 gadiem |
Aaron Parecki
|
bf4bc3a668
|
extract photos and videos from streaming tweets when truncated
|
pirms 7 gadiem |
Aaron Parecki
|
fb2fcec9c6
|
include HTML for tweets with links or user mentions
also expands parsing to be able to handle twitter JSON from the streaming API which is subtly different from the HTTP API.
closes #61
|
pirms 7 gadiem |
Aaron Parecki
|
b995a1d3ee
|
whitespace
|
pirms 7 gadiem |
Aaron Parecki
|
452accf6bf
|
include `quotation-of` property for quoted tweets
|
pirms 7 gadiem |
Aaron Parecki
|
01ba3c0785
|
add note about supporting dev-master of htmlpurifier
|
pirms 7 gadiem |
Aaron Parecki
|
73ad0e6e21
|
Merge pull request #60 from aaronpk/htmlpurifier-update
switch to htmlpurifier master
|
pirms 7 gadiem |
Aaron Parecki
|
584f34e1ed
|
add test from ascraeus.org which was causing an INTL error
|
pirms 7 gadiem |
Aaron Parecki
|
ba309e9cfe
|
add test for parsing a parsed mf2 object with html
|
pirms 7 gadiem |
Aaron Parecki
|
6ce7f7c64b
|
fix autoloader for htmlpurifier
|
pirms 7 gadiem |
Aaron Parecki
|
06bcbb3806
|
attempt to update htmlpurifier to latest commit
|
pirms 7 gadiem |
Aaron Parecki
|
7e3d901995
|
test on more php versions
|
pirms 7 gadiem |
Aaron Parecki
|
2cc215d370
|
add .editorconfig to data folder
tells the editor to save data files with crlf needed for parsing the test http responses
|
pirms 7 gadiem |
Aaron Parecki
|
0decb9dcb4
|
return error info after finding feeds if available
|
pirms 7 gadiem |
Aaron Parecki
|
c67dd9088d
|
bugfix
|
pirms 7 gadiem |
Aaron Parecki
|
bf7f93f379
|
switch to p3k fork of picofeed
|
pirms 7 gadiem |
Aaron Parecki
|
aba067234c
|
add h-x-app vocabulary
closes #13
|
pirms 7 gadiem |
Aaron Parecki
|
171ca175f2
|
adds an option to process a parsed mf2 page
|
pirms 7 gadiem |
Aaron Parecki
|
fe65def90f
|
comment out two tests until open mf2 parser issues are resolved
|
pirms 7 gadiem |
Aaron Parecki
|
71bf274917
|
Merge branch 'remove-img-from-photo-posts'
|
pirms 7 gadiem |
Aaron Parecki
|
2515f618c7
|
include featured image for h-entry
closes #51
|
pirms 7 gadiem |
Aaron Parecki
|
c376833f4c
|
fix for recipe parsing
|
pirms 7 gadiem |
Aaron Parecki
|
2fd563db0c
|
put the comment in the right spot
|
pirms 7 gadiem |
Aaron Parecki
|
4d65b1ca1e
|
if removing the img results in empty content, put the name value back
closes #57
|
pirms 7 gadiem |
Aaron Parecki
|
3ac38f9dbf
|
add simple case of Known markup
for #57
|
pirms 7 gadiem |
Aaron Parecki
|
150683e1a7
|
fix error when mailto links are encountered
|
pirms 7 gadiem |
Aaron Parecki
|
85c2b9b15f
|
add failing test for `p-content` containing an `u-photo`
|
pirms 7 gadiem |
Aaron Parecki
|
66adfbe2f8
|
run name/content dedupe before munging HTML
fix for #53
|
pirms 7 gadiem |