[gnomeweb-wml] Create a page about the new women outreach program.



commit 761a60cfd95b71b561699055dbb1e59fb5c248ad
Author: Marina Zhurakhinskaya <marinaz redhat com>
Date:   Wed Oct 7 00:40:05 2009 -0400

    Create a page about the new women outreach program.

 configure.in                                       |    3 +
 projects.gnome.org/outreach/Makefile.am            |    2 +-
 projects.gnome.org/outreach/index.wml              |    6 +-
 projects.gnome.org/outreach/women/Makefile.am      |   10 +--
 projects.gnome.org/outreach/women/css/Makefile.am  |   10 ++
 .../outreach/women/css/women-outreach.css          |   31 +++++++
 .../outreach/women/images/Makefile.am              |   11 +++
 .../outreach/women/images/make-a-donation.png      |  Bin 0 -> 4100 bytes
 .../outreach/women/images/women-outreach.png       |  Bin 0 -> 5727 bytes
 projects.gnome.org/outreach/women/index.wml        |   89 ++++++++------------
 projects.gnome.org/outreach/women2006/Makefile.am  |   12 +++
 .../outreach/{women => women2006}/apply.wml        |    0
 projects.gnome.org/outreach/women2006/index.wml    |   71 ++++++++++++++++
 .../outreach/{women => women2006}/poster.pdf       |  Bin 78153 -> 78153 bytes
 .../outreach/{women => women2006}/poster.png       |  Bin 102459 -> 102459 bytes
 .../outreach/{women => women2006}/poster.svg       |    0
 16 files changed, 181 insertions(+), 64 deletions(-)
---
diff --git a/configure.in b/configure.in
index 5203e06..dc824e9 100644
--- a/configure.in
+++ b/configure.in
@@ -274,6 +274,9 @@ projects.gnome.org/straw/images/shots/Makefile
 projects.gnome.org/straw/images/thumbs/Makefile
 projects.gnome.org/outreach/Makefile
 projects.gnome.org/outreach/women/Makefile
+projects.gnome.org/outreach/women/css/Makefile
+projects.gnome.org/outreach/women/images/Makefile
+projects.gnome.org/outreach/women2006/Makefile
 projects.gnome.org/outreach/a11y/Makefile
 projects.gnome.org/outreach/a11y/rules/Makefile
 projects.gnome.org/outreach/a11y/tasks/Makefile
diff --git a/projects.gnome.org/outreach/Makefile.am b/projects.gnome.org/outreach/Makefile.am
index 5bd7a96..97f66c5 100644
--- a/projects.gnome.org/outreach/Makefile.am
+++ b/projects.gnome.org/outreach/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = a11y women
+SUBDIRS = a11y women women2006
 urlpath = /outreach
 
 page_SCRIPTS = \
diff --git a/projects.gnome.org/outreach/index.wml b/projects.gnome.org/outreach/index.wml
index ef5688e..ff74c15 100644
--- a/projects.gnome.org/outreach/index.wml
+++ b/projects.gnome.org/outreach/index.wml
@@ -14,10 +14,12 @@
 
 <p>The GNOME Outreach Program is an effort funded by the GNOME Foundation, with the help of other sponsors, to increase awareness of specific areas in the Free Software community and to improve the GNOME project and the Free Software stack in general.</p>
 
+<p>We are raising funds for a new <a href="/outreach/women">Women Outreach Program</a> in 2010!</p>
+
 <p>So far, two programs have been funded:</p>
 <ul>
- <li><a href="http://projects.gnome.org/outreach/a11y";>GNOME Outreach Program: Accessibility</a>, in 2008.</li>
- <li><a href="http://projects.gnome.org/outreach/women";>Women's Summer Outreach Program</a>, in 2006.</li>
+ <li><a href="/outreach/a11y">GNOME Outreach Program: Accessibility</a>, in 2008.</li>
+ <li><a href="/outreach/women">Women's Summer Outreach Program</a>, in 2006.</li>
 </ul>
 
 <p>There are plans for other similar programs. If you have any suggestion for a specific topic that would fit well such a program, please contact the <a href="http://foundation.gnome.org/contact/";>GNOME Foundation</a>.</p>
diff --git a/projects.gnome.org/outreach/women/Makefile.am b/projects.gnome.org/outreach/women/Makefile.am
index 720f855..df21ca6 100644
--- a/projects.gnome.org/outreach/women/Makefile.am
+++ b/projects.gnome.org/outreach/women/Makefile.am
@@ -1,12 +1,8 @@
-SUBDIRS = 
+SUBDIRS = css images
+
 urlpath = /outreach/women
 
-page_SCRIPTS = \
-	index.html \
-	apply.html
 page_DATA = \
-	poster.pdf \
-	poster.png \
-	poster.svg
+	index.html
 
 include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/outreach/women/css/Makefile.am b/projects.gnome.org/outreach/women/css/Makefile.am
new file mode 100644
index 0000000..0cd39a6
--- /dev/null
+++ b/projects.gnome.org/outreach/women/css/Makefile.am
@@ -0,0 +1,10 @@
+#SUBDIRS =
+
+urlpath = /outreach/women/css
+
+page_DATA = \
+	women-outreach.css
+
+EXTRA_DIST=$(page_DATA)
+
+include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/outreach/women/css/women-outreach.css b/projects.gnome.org/outreach/women/css/women-outreach.css
new file mode 100644
index 0000000..cddd3b9
--- /dev/null
+++ b/projects.gnome.org/outreach/women/css/women-outreach.css
@@ -0,0 +1,31 @@
+body {
+	background: white;
+}
+
+#body {
+	margin-left: 1em;
+	margin-right: 1em;
+	line-height: 130%;
+}
+
+#header {
+	background: #75507b url(../images/women-outreach.png) no-repeat scroll right center;
+	height: 80px;
+}
+
+#header h1 {
+margin: 0 0 0 40px;
+}
+
+#tabs {
+	display: none;
+}
+
+ul {
+	font-size: 12;
+	line-height: 100%;
+}
+
+#body ul li {
+	margin-bottom: 0.7em;
+}
diff --git a/projects.gnome.org/outreach/women/images/Makefile.am b/projects.gnome.org/outreach/women/images/Makefile.am
new file mode 100644
index 0000000..d298e0f
--- /dev/null
+++ b/projects.gnome.org/outreach/women/images/Makefile.am
@@ -0,0 +1,11 @@
+SUBDIRS =
+
+urlpath = outreach/women/images
+
+page_DATA = \
+        make-a-donation.png \
+        women-outreach.png
+
+EXTRA_DIST=$(page_DATA)
+
+include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/outreach/women/images/make-a-donation.png b/projects.gnome.org/outreach/women/images/make-a-donation.png
new file mode 100644
index 0000000..ce3f36f
Binary files /dev/null and b/projects.gnome.org/outreach/women/images/make-a-donation.png differ
diff --git a/projects.gnome.org/outreach/women/images/women-outreach.png b/projects.gnome.org/outreach/women/images/women-outreach.png
new file mode 100644
index 0000000..3d8475b
Binary files /dev/null and b/projects.gnome.org/outreach/women/images/women-outreach.png differ
diff --git a/projects.gnome.org/outreach/women/index.wml b/projects.gnome.org/outreach/women/index.wml
index cd38aa0..a96ac23 100644
--- a/projects.gnome.org/outreach/women/index.wml
+++ b/projects.gnome.org/outreach/women/index.wml
@@ -1,71 +1,52 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";;>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <html>
 
 <head>
-  <title>Women's Summer Outreach Program 2006</title>
-  <meta name="description" content="Women's Summer Outreach Program 2006" />
-  <meta name="cvsdate" content="$Date$" />
+<title>Support women participation in GNOME!</title>
+
+<link media="all" type="text/css" rel="stylesheet" href="css/women-outreach.css"/>
 </head>
 
 <body>
 
-<h1>Women's Summer Outreach Program 2006</h1>
-
-<p>Following on from GNOME's participation in Google's Summer of Code, we've decided to sponsor three projects in a similar fashion to the Summer of Code, but for women only. GNOME had no Summer of Code applications from women, and we think it's time to do something to encourage more women to join our development community.</p>
-<p><b>Update</b>, 2006-07-01:  The selected projects have been announced!  They are:
+<h1>Support women participation in GNOME!</h1>
 
-<div style="margin-left: 1em; padding: 0.5em; border: 1px solid black;">
-<table>
-<th>Student</th><th>Project</th>
-<tr><td>Cecilia Gonzalez Alvarez</td><td>Evolution component optimisations</td></tr>
-<tr><td>Clare So</td><td>Editing MathML Expressions in GtkMathView</td></tr>
-<tr><td>Fernanda Foertter</td><td>gJournaler, a PDF library tool</td></tr>
-<tr><td>Maria Soler Climent</td><td>Decentralised synchronization of Tomboy notes</td></tr>
-<tr><td>Monia Ghobadi</td><td>Integrating GNU screen with gnome-terminal</td></tr>
-<tr><td>Umran Kamar</td><td>An Evince plugin for Mozilla</td></tr>
-</table>
+<div>
+The GNOME community strives to provide a free desktop for everyone, which certainly includes women users and contributors. Yet, GNOME has relatively few women contributors. Out of hundreds of the Google Summer of Code proposals GNOME receives each year, few, if any, proposals are from women candidates. <a href="http://gnomejournal.org/article/48/the-womens-summer-outreach-program"; target="_blank">The Women Summer Outreach Program</a> that GNOME ran in 2006 showed that there are many qualified women candidates out there, but that the program needs to be targeted directly at them to make them realize that they are welcome in the Free Software community and to let them know they can make a difference.
 </div>
 
-<p><b>Update</b>, 2006-06-30:  We're thrilled to announce that the number of accepted projects is being doubled from three to six, thanks to funding from Google.  We'll be announcing the list of <b>six</b> accepted projects tomorrow, July 1st, by e-mail.  Thanks, Google!</p>
-
-<h3>How will it work?</h3>
-
-<p>This summer, GNOME will sponsor three female students to hack on GNOME-related projects from the comfort of their own home, as an internship. Each project will last two months, and each participant will receive a stipend of 3,000 US$.
-
-<h3>What will I work on?</h3>
-
-<p>You can submit your own proposal for how to improve GNOME, or choose from our list of <a href="http://live.gnome.org/SummerOutreachProjects";>potential projects</a>.</p> 
-
-<h3>Am I qualified enough?  What are the requirements?</h3>
-
-<p>We don't require you to be a Computer Science student, or even to have a good GPA; what we'll look for most is a well thought-out idea that you're enthusiastic about.  You don't need to be the world's greatest coder to take part, since several mentors will be assigned to get you up to speed and help with any problems.  If you're worried about whether you're suitable, feel free to <a href="mailto:gnome-wsop-list gnome org">ask us</a> what we think.</p>
-
-<h3>When?</h3>
-
-<p>The application phase has finished now, and the projects will run from July 1st-September 1st.</p>
+<br>
 
-<h3>Where can I read more?</h3>
-
-<p>While this project isn't affiliated with Google, Google's Summer of Code <a href="http://code.google.com/soc/studentfaq.html";>Student FAQ</a> contains many questions and answers that may be relevant &mdash; please e-mail us at <a href="mailto:gnome-wsop-list gnome org">gnome-wsop-list gnome org</a> if there's something you aren't clear on.</p>
-
-<h3>Isn't this unfair to men?  What about people who were rejected from Google's Summer of Code?</h3>
-
-<p>The recent <a href="http://www.flosspols.org/deliverables/FLOSSPOLS-D16-Gender_Integrated_Report_of_Findings.pdf";>FLOSSPOLS report</a> describes many opportunities that women miss out on when getting involved with computing and free software, ranging from being introduced to computers at a later age, being less encouraged to specialise in computing, having few female role models, having less free time to spend programming than men do, and being on the receiving end of sexism when they do try to get involved.  We think it's this imbalance that's unfair, and we're trying to help fix it.</p>
-
-<p>As for whether this is unfair to Summer of Code applicants, we don't think so &ndash; this is GNOME's money to use how it sees fit, and we want to use it to correct a disturbing lack of participation from women in the GNOME development community.  We're doing this for outreach reasons as well as for technical ones, and so just adding another three projects to the twenty Summer of Code projects being sponsored wouldn't achieve our stated goals.  If you'd like to talk about this with us, feel free to get in touch</a>.</p>
-
-<h3>Who's running this?</h3>
-
-<p>This project is being run by the <a href="http://foundation.gnome.org/";>GNOME Foundation</a>. The program coordinators (Chris Ball, Hanna Wallach and Vincent Untz) are happy to answer any questions you have about the program via e-mail to <a href="mailto:gnome-wsop-list gnome org">gnome-wsop-list gnome org</a>.</p>
-
-<h3>Press enquiries</h3>
+<div>
+The Free Software community has several ongoing discussions about increasing women participation, such as <a href="http://groups.fsf.org/wiki/Womenscaucus/9.19.2009"; target="_blank">the plans made at the FSF mini-summit</a> and <a href="http://www.linuxpromagazine.com/Online/Blogs/ROSE-Blog-Rikki-s-Open-Source-Exchange"; target="_blank">the ROSE blog interviews with women in Free Software</a>. The GNOME community would like to be a part of this effort by creating a Women Outreach Program that will encourage women participation throughout the year and create internship opportunities in the summer.
+</div>
 
-Please see our <a href="http://www.gnome.org/press/releases/wsop.html";>press release</a> for further details.
+<br>
+
+<strong>Our goals are to:</strong>
+<ul>
+<li>Improve the resources available to all newcomers for getting involved in GNOME</li>
+<li>Reach more women with the information about how exciting, varied and valuable work on GNOME or any other Free Software can be</li>
+<li>Encourage women to contribute to GNOME</li>
+<li>Enable several women to work on a GNOME project with a mentor and receive a stipend</li>
+<li>Provide the background for women to start their own Free Software projects or pursue careers in the Free Software industry</li>
+</ul>
+
+<strong>Here is how you can get involved:</strong>
+<ul>
+<li><a href="http://live.gnome.org/GnomeWomen/OutreachProgram"; target="_blank">Learn more</a> about our ideas for the program</li>
+<li><a href="http://live.gnome.org/GnomeWomen/OutreachProgram#participating-projects"; target="_blank">Offer to be a mentor</a> by adding your project on the wiki</li>
+<li><a href="mailto:women-outreach gnome org">Let us know</a> you'll be interested in participating</li>
+</ul>
+<div>
+<strong>We need your help</strong> raising money for the stipends for the summer participants to make this part of the program possible. Please make a donation to GNOME and add a comment that it is towards the Women Outreach Program.
+</div>
+<br>
+<!-- TODO: Change this button to something that takes the visitor to the donation page for the dedicated account. -->
+<!-- Perhaps it can be http://www.gnome.org/friends/step2.php with the appropriate information filled in. -->
+<a href="http://www.gnome.org/friends";><img src="images/make-a-donation.png" style="border: 0px;"></a>
 
-<h3>Acknowledgements</h3>
-	
-<p>Many thanks to Máirín Duffy for designing our poster and Raphael Slinckx for his work on the website.</p>
 </body>
 
 </html>
diff --git a/projects.gnome.org/outreach/women2006/Makefile.am b/projects.gnome.org/outreach/women2006/Makefile.am
new file mode 100644
index 0000000..4a2aeb4
--- /dev/null
+++ b/projects.gnome.org/outreach/women2006/Makefile.am
@@ -0,0 +1,12 @@
+SUBDIRS = 
+urlpath = /outreach/women2006
+
+page_SCRIPTS = \
+	index.html \
+	apply.html
+page_DATA = \
+	poster.pdf \
+	poster.png \
+	poster.svg
+
+include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/outreach/women/apply.wml b/projects.gnome.org/outreach/women2006/apply.wml
similarity index 100%
rename from projects.gnome.org/outreach/women/apply.wml
rename to projects.gnome.org/outreach/women2006/apply.wml
diff --git a/projects.gnome.org/outreach/women2006/index.wml b/projects.gnome.org/outreach/women2006/index.wml
new file mode 100644
index 0000000..cd38aa0
--- /dev/null
+++ b/projects.gnome.org/outreach/women2006/index.wml
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";;>
+<html>
+
+<head>
+  <title>Women's Summer Outreach Program 2006</title>
+  <meta name="description" content="Women's Summer Outreach Program 2006" />
+  <meta name="cvsdate" content="$Date$" />
+</head>
+
+<body>
+
+<h1>Women's Summer Outreach Program 2006</h1>
+
+<p>Following on from GNOME's participation in Google's Summer of Code, we've decided to sponsor three projects in a similar fashion to the Summer of Code, but for women only. GNOME had no Summer of Code applications from women, and we think it's time to do something to encourage more women to join our development community.</p>
+<p><b>Update</b>, 2006-07-01:  The selected projects have been announced!  They are:
+
+<div style="margin-left: 1em; padding: 0.5em; border: 1px solid black;">
+<table>
+<th>Student</th><th>Project</th>
+<tr><td>Cecilia Gonzalez Alvarez</td><td>Evolution component optimisations</td></tr>
+<tr><td>Clare So</td><td>Editing MathML Expressions in GtkMathView</td></tr>
+<tr><td>Fernanda Foertter</td><td>gJournaler, a PDF library tool</td></tr>
+<tr><td>Maria Soler Climent</td><td>Decentralised synchronization of Tomboy notes</td></tr>
+<tr><td>Monia Ghobadi</td><td>Integrating GNU screen with gnome-terminal</td></tr>
+<tr><td>Umran Kamar</td><td>An Evince plugin for Mozilla</td></tr>
+</table>
+</div>
+
+<p><b>Update</b>, 2006-06-30:  We're thrilled to announce that the number of accepted projects is being doubled from three to six, thanks to funding from Google.  We'll be announcing the list of <b>six</b> accepted projects tomorrow, July 1st, by e-mail.  Thanks, Google!</p>
+
+<h3>How will it work?</h3>
+
+<p>This summer, GNOME will sponsor three female students to hack on GNOME-related projects from the comfort of their own home, as an internship. Each project will last two months, and each participant will receive a stipend of 3,000 US$.
+
+<h3>What will I work on?</h3>
+
+<p>You can submit your own proposal for how to improve GNOME, or choose from our list of <a href="http://live.gnome.org/SummerOutreachProjects";>potential projects</a>.</p> 
+
+<h3>Am I qualified enough?  What are the requirements?</h3>
+
+<p>We don't require you to be a Computer Science student, or even to have a good GPA; what we'll look for most is a well thought-out idea that you're enthusiastic about.  You don't need to be the world's greatest coder to take part, since several mentors will be assigned to get you up to speed and help with any problems.  If you're worried about whether you're suitable, feel free to <a href="mailto:gnome-wsop-list gnome org">ask us</a> what we think.</p>
+
+<h3>When?</h3>
+
+<p>The application phase has finished now, and the projects will run from July 1st-September 1st.</p>
+
+<h3>Where can I read more?</h3>
+
+<p>While this project isn't affiliated with Google, Google's Summer of Code <a href="http://code.google.com/soc/studentfaq.html";>Student FAQ</a> contains many questions and answers that may be relevant &mdash; please e-mail us at <a href="mailto:gnome-wsop-list gnome org">gnome-wsop-list gnome org</a> if there's something you aren't clear on.</p>
+
+<h3>Isn't this unfair to men?  What about people who were rejected from Google's Summer of Code?</h3>
+
+<p>The recent <a href="http://www.flosspols.org/deliverables/FLOSSPOLS-D16-Gender_Integrated_Report_of_Findings.pdf";>FLOSSPOLS report</a> describes many opportunities that women miss out on when getting involved with computing and free software, ranging from being introduced to computers at a later age, being less encouraged to specialise in computing, having few female role models, having less free time to spend programming than men do, and being on the receiving end of sexism when they do try to get involved.  We think it's this imbalance that's unfair, and we're trying to help fix it.</p>
+
+<p>As for whether this is unfair to Summer of Code applicants, we don't think so &ndash; this is GNOME's money to use how it sees fit, and we want to use it to correct a disturbing lack of participation from women in the GNOME development community.  We're doing this for outreach reasons as well as for technical ones, and so just adding another three projects to the twenty Summer of Code projects being sponsored wouldn't achieve our stated goals.  If you'd like to talk about this with us, feel free to get in touch</a>.</p>
+
+<h3>Who's running this?</h3>
+
+<p>This project is being run by the <a href="http://foundation.gnome.org/";>GNOME Foundation</a>. The program coordinators (Chris Ball, Hanna Wallach and Vincent Untz) are happy to answer any questions you have about the program via e-mail to <a href="mailto:gnome-wsop-list gnome org">gnome-wsop-list gnome org</a>.</p>
+
+<h3>Press enquiries</h3>
+
+Please see our <a href="http://www.gnome.org/press/releases/wsop.html";>press release</a> for further details.
+
+<h3>Acknowledgements</h3>
+	
+<p>Many thanks to Máirín Duffy for designing our poster and Raphael Slinckx for his work on the website.</p>
+</body>
+
+</html>
diff --git a/projects.gnome.org/outreach/women/poster.pdf b/projects.gnome.org/outreach/women2006/poster.pdf
similarity index 100%
rename from projects.gnome.org/outreach/women/poster.pdf
rename to projects.gnome.org/outreach/women2006/poster.pdf
diff --git a/projects.gnome.org/outreach/women/poster.png b/projects.gnome.org/outreach/women2006/poster.png
similarity index 100%
rename from projects.gnome.org/outreach/women/poster.png
rename to projects.gnome.org/outreach/women2006/poster.png
diff --git a/projects.gnome.org/outreach/women/poster.svg b/projects.gnome.org/outreach/women2006/poster.svg
similarity index 100%
rename from projects.gnome.org/outreach/women/poster.svg
rename to projects.gnome.org/outreach/women2006/poster.svg



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]