Hi,
As far as I can see, what you refer to as "filters" is handled in different places in JWPL. So: no, there is no single documentation covering all of them.
The DataMachine basically contains and works with what you imported into the database (i.e., anything in the dump should also end up in the database). Later on, the API helps you to access that data with predefined interfaces, but it is not meant to act as a filter in a deeper sense.
However: as the API doesn't do anything else than translating your calls into mysql queries, you can customize them in any way you like (either directly via mysql or from within JWPL using hibernate).
Regarding some of your specific questions:
- article length: not that I know, you would need to do that yourself (see above)
- hidden categories: are they contained in the dump? If not, they will not be accessible with JWPL
- templates: JWPL doesn't handle templates, this needs to be tackled with a parser (we recommend sweble)
- namespaces: again, everything contained in the initial dump
Categories: this is a somewhat different issue. I'm not very familiar with how categories are dealt with in JWPL, maybe somebody else has more expertise with this?
Best,
Johannes
--
You received this message because you are subscribed to the Google Groups "jwpl-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
jwpl+uns...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to jwpl+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "jwpl-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jwpl+unsubscribe@googlegroups.com.