Difference between revisions of "Implement AdultContentPolicy"
Athar Hameed (talk | contribs) |
Athar Hameed (talk | contribs) |
||
Line 1: | Line 1: | ||
− | <noinclude><big> [[DevelopmentPriorities]] < </noinclude>[[Implement AdultContentPolicy]] | + | <noinclude><big> [[DevelopmentPriorities]] < </noinclude>[[Implement AdultContentPolicy]] '''E11''' <noinclude> </big> |
We need to implement the [[AdultContentPolicy]] the community agreed to. | We need to implement the [[AdultContentPolicy]] the community agreed to. |
Revision as of 08:08, 9 August 2007
We need to implement the AdultContentPolicy the community agreed to.
- Block Adult Pages (E2)
- Write a mediawiki extension to block pages marked as adult and redirect to a flash screen.
- Integrate with CaseSpace?
- Compost technology for Bot (E4)
- Look for a __MaybeAdult__ tag in the page, if exists mark is_adult = 1, else is_adult = 0.
- Have a web service invoked after every edit
- Flag adult content (E3)
- Have a way for a user to mark a page as adult content
- Use web service from above
- User has to be logged in?
- Filter adult changes from recent changes (E3)
- Also, all special pages that contain links or images.
- Filter search results (E1)
- Post-Lucene processing?