Difference between revisions of "Implement AdultContentPolicy"

Line 7: Line 7:
 
** Integrate with CaseSpace?
 
** Integrate with CaseSpace?
 
* '''Compost technology for Bot''' ('''4''')
 
* '''Compost technology for Bot''' ('''4''')
** Use compost to automatically mark pages as possibly adult based upon criteria (regex?)
+
** Look for a __MaybeAdult__ tag in the page, if exists mark is_adult = 1, else is_adult = 0.
** Use web service to invoke this in the future
+
** Have a web service invoked after every edit
 
* '''Flag adult content''' ('''3''')
 
* '''Flag adult content''' ('''3''')
 
** Have a way for a user to mark a page as adult content
 
** Have a way for a user to mark a page as adult content

Revision as of 05:29, 26 July 2007

DevelopmentPriorities

We need to implement the AdultContentPolicy the community agreed to.

  • Block Adult Pages (2)
    • Write a mediawiki extension to block pages marked as adult and redirect to a flash screen.
    • Integrate with CaseSpace?
  • Compost technology for Bot (4)
    • 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 (3)
    • 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 (3)
    • Also, all special pages that contain links or images.
  • Filter search results (1)
    • Post-Lucene processing?