File: TODO

package info (click to toggle)
tweeper 1.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 188 kB
  • sloc: php: 419; sh: 53; makefile: 29
file content (10 lines) | stat: -rw-r--r-- 510 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
- write better XSL stylesheets? I am not an XSL expert
- evaluate the use of the <ttl/> RSS element
- show cards directly in RSS items for twitter.com
- show direct links for videos in the Instagram feed
- check the encoding of the tweets when UTF is used,
  maybe solvable with mb_convert_encoding()?
  See http://php.net/manual/en/domdocument.loadhtml.php

- The dependencies on the symphony components in composer.json could be more
  relaxed like ">=2.7.0", but for now sticking to "2.7.*" is good enough.