|
Well, I'd like it to be compatible with anything that does PHP based articles like a WordPress blog, but something that could also be used to just generate simple HTML results might be ok as well.
At its core, it needs to have "AND", "OR", "NOT". NAND and NOR can be duplicated with a sequence of the first ones, but of course they'd be nice to have. I need to be able to nest commands so I could do "chocolate AND ice cream" OR "gravy AND steak".
|