HTMLPurifier PHP library homepage
Moderator: General Moderators
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
HTMLPurifier PHP library homepage
As a library I'm working on nears completion, I also have to think about publicity and how I'm going to get the word out.
http://hp.jpsband.org/
I've mocked up a basic version of a website that will serve as the "Home Page" of the library.
So, I'd like you to comment:
- Is the design reasonable? Accessible?
- Is the summary of the library concise? Understandable?
- Does Background convince readers that this is a library they'd want to use?
- Anything else I should change?
I know that I should do some more linking, that'll be done when I get more time. Also, when it gets released, I plan on adding a download section, link to the repository, live demo, comparison charts of unfiltered and filtered html, more artwork and Doxygen-generated documentation. Anything I'm missing?
http://hp.jpsband.org/
I've mocked up a basic version of a website that will serve as the "Home Page" of the library.
So, I'd like you to comment:
- Is the design reasonable? Accessible?
- Is the summary of the library concise? Understandable?
- Does Background convince readers that this is a library they'd want to use?
- Anything else I should change?
I know that I should do some more linking, that'll be done when I get more time. Also, when it gets released, I plan on adding a download section, link to the repository, live demo, comparison charts of unfiltered and filtered html, more artwork and Doxygen-generated documentation. Anything I'm missing?
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Good
- My pants got tight reading how this work
- The site is very, very simple (of course there's no navigation whatsoever)
-
None & neither - that's a double negative. Change the 'neither' & 'nor' to 'either & 'or'.webpage wrote:None of them, however, demonstrates a thorough knowledge of neither the DTD that defines the HTML nor the caveats of HTML that cannot be expressed by a DTD - It seems too plain. I'm really not a fan of the default font (though keep in mind I'm not a design guru). Since the WebDeveloper plugin allows me to, I added some CSS to make it look better to me. Add it if you want - its just a suggestion:
Code: Select all
body{ font-family:Georgia,serif; font-size:10pt; background-color:#f9f9ff; } h1{ border-bottom:1px solid #8393AF; }
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
I suppose SafeHTMLChecker.php is the closest you'll get to spec-compliant. I was actually quite excited to have found it until I did some testing and found that it wasn't perfect (see the comments labeled Edward Z. Yang at the very bottom). The other problem with it is that it spits out hard to understand not-wellformed errors if you make a typo or try to use HTML 4 syntax.
Oooooooh, this is exciting. Kind of like Christmas.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
It's even exciting for me. This is marvelous. I've finally got enough of the CSS spec implemented to start doing some integration testing with the entire library as a whole, and its shaping up in a marvelous fashion. For the live demo, I'll need to figure out an easy way to get the purified HTML validated, but it seems to be doing great against everything I've thrown against it.
::is excited::
I might be able to release the Beta tonight.
Demo
Try copy-pasting entire web-pages in there, and see what gets kept and what gets killed.
Edit - maybe this is the wrong forum
::is excited::
I might be able to release the Beta tonight.
Demo
Try copy-pasting entire web-pages in there, and see what gets kept and what gets killed.
Edit - maybe this is the wrong forum
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA