Difference between revisions of "Implement AdultContentPolicy"

Line 3: Line 3:
 
We need to implement the [[AdultContentPolicy]] the community agreed to.
 
We need to implement the [[AdultContentPolicy]] the community agreed to.
  
More info to come.
+
* '''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''')
 +
** Use compost to automatically mark pages as possibly adult based upon criteria (regex?)
 +
** Use web service to invoke this in the future
 +
* '''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?
  
 
</noinclude>
 
</noinclude>

Revision as of 21:09, 24 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)
    • Use compost to automatically mark pages as possibly adult based upon criteria (regex?)
    • Use web service to invoke this in the future
  • 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?