|
Revision 7aff27cb9292310691bc1c4cfd5dd9ae9a9de10c, 244 bytes
(checked in by Leo 'costela' Antunes <leo@…>, 4 years ago)
|
- I give up. No more attempts at regexp black magic. Added htmLawed
HTML sanitizer to util/ dir and use it as a parser. Perhaps later
I can implement something more specific.
- moved HTML parse code to base Post class so the parsing is opaque
to the calling code
git-svn-id: http://svn.costela.net/guck/trunk@38 0b27b881-053d-0410-9699-9726465f5fd6
|
-
Property mode set to
100644
|
| Line | |
|---|
| 1 | - write some real text in the emails |
|---|
| 2 | - replace htmLawed code with something simpler (and more importantly: smaller) |
|---|
| 3 | - create Views to remove some kludgy loops in code? |
|---|
| 4 | - fully phpdoc the classes |
|---|
| 5 | - AJAX interface? |
|---|
| 6 | - clean HTML from old template |
|---|