Difference between revisions of "AOO Social Data - ooo-dev Mailing List Data"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Adding new content to AOO UX page)
m (Adding new content to AOO UX page)
 
Line 9: Line 9:
 
[[File:2012_06_-_ooo-dev_Mailing_List_Work_Cloud.png]]<br>
 
[[File:2012_06_-_ooo-dev_Mailing_List_Work_Cloud.png]]<br>
  
 +
'''How to harvest ooo-dev mailing list post title'''
 +
* user Python's mailbox API to extract the post titles
 +
* can be done with any number of command line text tools as well
 +
 +
'''In Python'''
 +
*import mailbox
 +
*box = mailbox.mbox(fileName)
 +
*for message in box:
 +
*print message['Subject']
 +
'''Word Cloud'''
 +
* use Wordle.net to generate the word cloud
 +
<br />
 
=ooo-dev Mailing List Data=
 
=ooo-dev Mailing List Data=
  

Latest revision as of 09:14, 29 June 2012

< AOO User Experience Community Home < Social Data


ooo-dev Mailing List Subject Analysis

June 2012 Wordcloud
Word cloud of top 1000 terms used in ooo-dev post since the project moved to Apache in June 2011. Term 'Re:' was removed.
2012 06 - ooo-dev Mailing List Work Cloud.png

How to harvest ooo-dev mailing list post title

  • user Python's mailbox API to extract the post titles
  • can be done with any number of command line text tools as well

In Python

  • import mailbox
  • box = mailbox.mbox(fileName)
  • for message in box:
  • print message['Subject']

Word Cloud

  • use Wordle.net to generate the word cloud


ooo-dev Mailing List Data

Our ooo-dev mailing list is a great source of usage insight and feedback. This page contains excerpts of user research-oriented data harvested from the ooo-dev mailing list discussions and comments.

Date Discussion Thread Title Submitted By Description AOO UX Notes
<<Insert date here>> <<Insert discussion thread title here>> <<Insert name of thread submitter here>> <<Capture notable excerpts from discussion thread here>> <<Capture AOO UX notes here>
<<Insert date here>> <<Insert discussion thread title here>> <<Insert name of thread submitter here>> <<Capture notable excerpts from discussion thread here>> <<Capture AOO UX notes here>
<<Insert date here>> <<Insert discussion thread title here>> <<Insert name of thread submitter here>> <<Capture notable excerpts from discussion thread here>> <<Capture AOO UX notes here>
<<Insert date here>> <<Insert discussion thread title here>> <<Insert name of thread submitter here>> <<Capture notable excerpts from discussion thread here>> <<Capture AOO UX notes here>
<<Insert date here>> <<Insert discussion thread title here>> <<Insert name of thread submitter here>> <<Capture notable excerpts from discussion thread here>> <<Capture AOO UX notes here>
<<Insert date here>> <<Insert discussion thread title here>> <<Insert name of thread submitter here>> <<Capture notable excerpts from discussion thread here>> <<Capture AOO UX notes here>
<<Insert date here>> <<Insert discussion thread title here>> <<Insert name of thread submitter here>> <<Capture notable excerpts from discussion thread here>> <<Capture AOO UX notes here>
<<Insert date here>> <<Insert discussion thread title here>> <<Insert name of thread submitter here>> <<Capture notable excerpts from discussion thread here>> <<Capture AOO UX notes here>




Personal tools