WG/OBIT/todo

From wiki.occupyboston.org
Revision as of 14:50, 20 October 2011 by Brandon (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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?
    • 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
    • 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>)