WG/OBIT/todo: Difference between revisions

From wiki.occupyboston.org
Jump to navigation Jump to search
No edit summary
Line 34: Line 34:
*Google Groups migration
*Google Groups migration
**identify all google groups that should be migrated
**identify all google groups that should be migrated
* Students Occupy Boston occupy-boston-spp@googlegroups.com
* Occupy Harvard / MIT  harvard-mit-occupy-boston@googlegroups.com
* OBPOC Working Group  occupy-boston-people-of-color-working-group@googlegroups.com
* Occupy Jewish Boston  occupyjewishboston@googlegroups.com
* check_your_privilege_ob  check_your_privilege_ob@googlegroups.com
* Occupy the Hood Boston  occupy-the-hood-boston@googlegroups.com
* Brandeis Occupies Boston  brandeis-occupies-boston@googlegroups.com
* Boston Radical Reference  bostonradref@googlegroups.com
* occupy_ideas  occupy_ideas@googlegroups.com
* Occupy Boston Faith and Spirituality Group  occupybostonspirituality@googlegroups.com
* Intervention (OB Art/Design/Culture Support)  intervention-ob-artdesignculture-support@googlegroups.com
* Curatorial (OB Art/Design/Culture Support)  curatorial-ob-artdesignculture-support@googlegroups.com
* Occupy Everywhere  occupy-everywhere@googlegroups.com
* OccBos Mother  occbosmother@googlegroups.com
* Occupy Boston Volunteers occupy-boston-volunteers@googlegroups.com
* UMass Boston Occupy Boston  umass-boston-occupy-boston@googlegroups.com
* Occupy Boston Talks  occupy-boston-talks@googlegroups.com
* Occupy Boston Open Forum  OBopenforum@googlegroups.com
* Occupy Boston ASL  occupy-boston-asl@googlegroups.com
* OccupyBostonUpdates  occupybostonupdates@googlegroups.com
* OccupyBostonNews  occupybostonnews@googlegroups.com
**create new lists for each group on mayfair
**create new lists for each group on mayfair
**auto sign up old list members?
**auto sign up old list members?

Revision as of 15:23, 21 October 2011

OBIT todo

For OBIT internal use only NOT for support requests!


  • mediawiki migration
    • wyswig editor extension
      • installed FCKEditor MediaWiki extension, had to apply this patch
      • maybe find a way to make rich editor the default?
      • UNINSTALLED FCKEditor, installed WYSIWYG
    • Add mediawiki extensions
      • ParserFunctions,
      • Abuse Filter,
      • AntiBot,
      • Anti-spoof,
      • ConfirmEdit,
      • SimpleAntiSpam,
      • SpamBlacklist
      • TitleBlacklist
    • figure out exporting -- DONE -- brandon, matt, gregg, have keys
    • converter from wikispaces text to mediawiki text -- DONE -- still buggy: User:Matt/convert spaces to MW
    • wrap mediawiki text in mediawiki XML import format -- DONE -- User:Matt/makeXML
    • review automated import for bugs -- IN PROGRESS -- WG/OBIT/Import Bugs
    • organize import -- IN PROGRESS -- brandon, matt, onekarma
    • link wikispaces pages to new wiki -- solidstate? (or yanikn)
    • lock wikispaces pages -- solidstate? (or yanikn)
    • mediawiki mobile extension -- matt
    • load testing
      • move to mod_php if load testing doesn't work
    • Fix nice URLs -- DONE -- ross
      • not very useful at the moment as they aren't the default, and the homepage doesn't work
  • Google Groups migration
    • identify all google groups that should be migrated
  • Students Occupy Boston occupy-boston-spp@googlegroups.com
  • Occupy Harvard / MIT harvard-mit-occupy-boston@googlegroups.com
  • OBPOC Working Group occupy-boston-people-of-color-working-group@googlegroups.com
  • Occupy Jewish Boston occupyjewishboston@googlegroups.com
  • check_your_privilege_ob check_your_privilege_ob@googlegroups.com
  • Occupy the Hood Boston occupy-the-hood-boston@googlegroups.com
  • Brandeis Occupies Boston brandeis-occupies-boston@googlegroups.com
  • Boston Radical Reference bostonradref@googlegroups.com
  • occupy_ideas occupy_ideas@googlegroups.com
  • Occupy Boston Faith and Spirituality Group occupybostonspirituality@googlegroups.com
  • Intervention (OB Art/Design/Culture Support) intervention-ob-artdesignculture-support@googlegroups.com
  • Curatorial (OB Art/Design/Culture Support) curatorial-ob-artdesignculture-support@googlegroups.com
  • Occupy Everywhere occupy-everywhere@googlegroups.com
  • OccBos Mother occbosmother@googlegroups.com
  • Occupy Boston Volunteers occupy-boston-volunteers@googlegroups.com
  • UMass Boston Occupy Boston umass-boston-occupy-boston@googlegroups.com
  • Occupy Boston Talks occupy-boston-talks@googlegroups.com
  • Occupy Boston Open Forum OBopenforum@googlegroups.com
  • Occupy Boston ASL occupy-boston-asl@googlegroups.com
  • OccupyBostonUpdates occupybostonupdates@googlegroups.com
  • OccupyBostonNews occupybostonnews@googlegroups.com


    • create new lists for each group on mayfair
    • auto sign up old list members?
    • announce shutdown of old list at a certain date
    • add auto responder with new list info after date
    • disallow new posts after date
  • WordPress
    • load testing -- IN PROGRESS -- matt
      • Initial results of NOT good used $ab -n100 -c10 http://www.occupyboston.org/ and initial median response was 16 seconds! Dropped to 8s with Ross' fix: added define( ‘ENABLE_CACHE’, true ); to wp-config.php
      • $ab -n100 -c20 http://www.occupyboston.org/ media still high, 12 seconds
    • put WP under git -- DONE --ross
      • commands (requires key install, see ross):
mkdir occupyboston;
cd occupyboston; 
git init;
git remote add live ssh://occubos@boggs.mayfirst.org/home/members/occupyboston/sites/occupyboston.org/include/site_hub;
git fetch live;
git merge live/master
  • documentation and classes
    • mediawiki related
      • how to create an account -- Tracy
      • editing pages
        • how to use WYSWYG editor mode?
      • "Best Practices"
        • how to link properly (e.g. use permalinks)
        • best way to name a page
        • WG conventions (e.g.: WG work goes in /WG/<name>)