WG/OBIT/todo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(12 intermediate revisions by 4 users not shown) | |||
Line 4: | Line 4: | ||
===wiki=== | |||
*[[WG/OBIT/Wikispaces Migration|mediawiki migration]] | *[[WG/OBIT/Wikispaces Migration|mediawiki migration]] | ||
**wyswig editor extension | **wyswig editor extension | ||
Line 11: | Line 11: | ||
***'''UNINSTALLED''' FCKEditor, installed [http://smwforum.ontoprise.com/smwforum/index.php/Help:Using_the_WYSIWYG_extension_1.5.6 WYSIWYG] | ***'''UNINSTALLED''' FCKEditor, installed [http://smwforum.ontoprise.com/smwforum/index.php/Help:Using_the_WYSIWYG_extension_1.5.6 WYSIWYG] | ||
**Add mediawiki extensions | **Add mediawiki extensions | ||
***ParserFunctions, | ***ParserFunctions, '''DONE''' | ||
***Abuse Filter, | ***Abuse Filter, '''DONE''' | ||
***AntiBot, | ***AntiBot, '''DONE''' | ||
***Anti-spoof, | ***Anti-spoof, '''DONE''' | ||
***ConfirmEdit, | ***ConfirmEdit, '''DONE''' | ||
***SimpleAntiSpam, | ***SimpleAntiSpam, '''DONE''' | ||
***SpamBlacklist | ***SpamBlacklist | ||
***TitleBlacklist | ***TitleBlacklist | ||
Line 31: | Line 31: | ||
***move to mod_php if load testing doesn't work | ***move to mod_php if load testing doesn't work | ||
**Fix nice URLs -- '''DONE''' -- ross | **Fix nice URLs -- '''DONE''' -- ross | ||
***not very useful at the moment as they aren't the default, and the homepage doesn't work | *** <del>not very useful at the moment as they aren't the default, and the homepage doesn't work</del> | ||
**fix links from wordpress to wikispaces | **fix links from wordpress to wikispaces | ||
**import discussion pages from wikispaces -- [[User:Mcktimo/scripts#TO_Move_Discussion_pages]] -- '''DONE''' <s>(on a few test pages)</s> on the 62 pages with discussions, 3 didn't work (will do manually) Tested on another wiki-ready to go live Tim. example: click on the discussion tab of [[User:Mcktimo/take1/statement_of_purpose]] | |||
===Google Groups migration=== | |||
**identify all google groups that should be migrated must identify others, Tech, media, missing for example | **identify all google groups that should be migrated must identify others, Tech, media, missing for example | ||
***Students Occupy Boston [mailto:occupy-boston-spp@googlegroups.com occupy-boston-spp@googlegroups.com] | ***Students Occupy Boston [mailto:occupy-boston-spp@googlegroups.com occupy-boston-spp@googlegroups.com] | ||
Line 68: | Line 69: | ||
**disallow new posts after date | **disallow new posts after date | ||
*WordPress | **Lists that I (brandon) think have problems: | ||
***Outreach | |||
***Logistics | |||
***Fundraising | |||
===WordPress=== | |||
**load testing -- '''IN PROGRESS''' -- matt | **load testing -- '''IN PROGRESS''' -- matt | ||
***Initial results of NOT good used ''$ab -n100 -c10 [http://www.occupyboston.org/ 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 | ***Initial results of NOT good used ''$ab -n100 -c10 [http://www.occupyboston.org/ 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 | ||
Line 77: | Line 83: | ||
cd occupyboston; | cd occupyboston; | ||
git init; | git init; | ||
git remote add live ssh:// | git remote add live ssh://occubosweb@attucks.mayfirst.org/home/members/occupyboston/sites/web.occupyboston.org/include/site_hub; | ||
git fetch live; | git fetch live; | ||
git merge live/master | git merge live/master | ||
</pre> | </pre> | ||
===ticket tracking=== | |||
**[http://trac.edgewall.org/ trac] suggested, see [https://lists.mayfirst.org/mailman/private/obit/2011-October/000108.html thread start] | **[http://trac.edgewall.org/ trac] suggested, see [https://lists.mayfirst.org/mailman/private/obit/2011-October/000108.html thread start] | ||
**requirement: mobile accessible | **requirement: mobile accessible | ||
Line 87: | Line 94: | ||
*** brandon and ravi will determine the spec logistics wants. Trac will be used for OBIT. | *** brandon and ravi will determine the spec logistics wants. Trac will be used for OBIT. | ||
===documentation and classes=== | |||
**mediawiki related | **mediawiki related | ||
***how to create an account -- Tracy | ***how to create an account -- Tracy | ||
Line 98: | Line 105: | ||
*** Import mediawiki help pages (which cover most of the above) [https://www.mediawiki.org/wiki/Project:PD_help/Copying Copy help pages] | *** Import mediawiki help pages (which cover most of the above) [https://www.mediawiki.org/wiki/Project:PD_help/Copying Copy help pages] | ||
===Power=== | |||
**get in touch with nathan | **get in touch with nathan | ||
**funding | **funding | ||
**assist other occupations | **assist other occupations |
Latest revision as of 20:06, 25 January 2012
OBIT todo
For OBIT internal use only NOT for support requests!
wiki
- 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, DONE
- Abuse Filter, DONE
- AntiBot, DONE
- Anti-spoof, DONE
- ConfirmEdit, DONE
- SimpleAntiSpam, DONE
- SpamBlacklist
- TitleBlacklist
- Add commons.wikimedia as a foreign repository - $wgUseInstantCommons
- 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
- fix links from wordpress to wikispaces
- import discussion pages from wikispaces -- User:Mcktimo/scripts#TO_Move_Discussion_pages -- DONE
(on a few test pages)on the 62 pages with discussions, 3 didn't work (will do manually) Tested on another wiki-ready to go live Tim. example: click on the discussion tab of User:Mcktimo/take1/statement_of_purpose
- wyswig editor extension
Google Groups migration
- identify all google groups that should be migrated must identify others, Tech, media, missing for example
- 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
- identify all google groups that should be migrated must identify others, Tech, media, missing for example
- 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
- Lists that I (brandon) think have problems:
- Outreach
- Logistics
- Fundraising
- Lists that I (brandon) think have problems:
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):
- load testing -- IN PROGRESS -- matt
mkdir occupyboston; cd occupyboston; git init; git remote add live ssh://occubosweb@attucks.mayfirst.org/home/members/occupyboston/sites/web.occupyboston.org/include/site_hub; git fetch live; git merge live/master
ticket tracking
- trac suggested, see thread start
- requirement: mobile accessible
- currently (20 Oct) using support.occupyboston.org -- IN PROGRESS (brandon has admin, keys)
- brandon and ravi will determine the spec logistics wants. Trac will be used for OBIT.
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>)
- Import mediawiki help pages (which cover most of the above) Copy help pages
- mediawiki related
Power
- get in touch with nathan
- funding
- assist other occupations