[llvm-commits] CVS: llvm-www/poll/annual.php benefit1.php benefit2.php content1.php content2.php content3.php index.html month.php provide.php venue.php
Reid Spencer
reid at x10sys.com
Wed Nov 29 12:23:42 PST 2006
Changes in directory llvm-www/poll:
annual.php added (r1.1)
benefit1.php added (r1.1)
benefit2.php added (r1.1)
content1.php updated: 1.2 -> 1.3
content2.php updated: 1.2 -> 1.3
content3.php updated: 1.2 -> 1.3
index.html updated: 1.3 -> 1.4
month.php updated: 1.1 -> 1.2
provide.php updated: 1.2 -> 1.3
venue.php updated: 1.1 -> 1.2
---
Log message:
Add new pages and link them in.
---
Diffs of the changes: (+73 -9)
annual.php | 15 +++++++++++++++
benefit1.php | 20 ++++++++++++++++++++
benefit2.php | 20 ++++++++++++++++++++
content1.php | 4 +++-
content2.php | 4 +++-
content3.php | 4 +++-
index.html | 3 +++
month.php | 4 ++--
provide.php | 4 +++-
venue.php | 4 +---
10 files changed, 73 insertions(+), 9 deletions(-)
Index: llvm-www/poll/annual.php
diff -c /dev/null llvm-www/poll/annual.php:1.1
*** /dev/null Wed Nov 29 14:23:37 2006
--- llvm-www/poll/annual.php Wed Nov 29 14:23:27 2006
***************
*** 0 ****
--- 1,15 ----
+ <?php
+ /*****************************************************
+ ** Script configuration - for the documentation of
+ ** following variables please take a look at the
+ ** documentation file in folder 'docu'.
+ *****************************************************/
+ $vote_title = 'Annual Event';
+ $vote_text = 'Would you like this conferece be an annual event?';
+ $vote_option[] = 'Yes';
+ $vote_option[] = 'No';
+ $intern_vote_name = 'annual';
+ $next_page = 'benefit1.php';
+ $next_question = 'Primary Benefit';
+ include('./vote.details.php');
+ ?>
Index: llvm-www/poll/benefit1.php
diff -c /dev/null llvm-www/poll/benefit1.php:1.1
*** /dev/null Wed Nov 29 14:23:42 2006
--- llvm-www/poll/benefit1.php Wed Nov 29 14:23:27 2006
***************
*** 0 ****
--- 1,20 ----
+ <?php
+ /*****************************************************
+ ** Script configuration - for the documentation of
+ ** following variables please take a look at the
+ ** documentation file in folder 'docu'.
+ *****************************************************/
+ $vote_title = 'Primary Benefit';
+ $vote_text = 'What would be your primary benefit for this conference?';
+ $vote_option[] = 'Meeting LLVM people';
+ $vote_option[] = 'Understanding the science of compiler optimization';
+ $vote_option[] = 'Exchanging ideas with colleagues';
+ $vote_option[] = 'Discovering new ways to use LLVM';
+ $vote_option[] = 'Learning LLVM better';
+ $vote_option[] = 'Making business contacts';
+ $vote_option[] = 'Other';
+ $intern_vote_name = 'benefit1';
+ $next_page = 'benefit2.php';
+ $next_question = 'Secondary Benefit';
+ include('./vote.details.php');
+ ?>
Index: llvm-www/poll/benefit2.php
diff -c /dev/null llvm-www/poll/benefit2.php:1.1
*** /dev/null Wed Nov 29 14:23:42 2006
--- llvm-www/poll/benefit2.php Wed Nov 29 14:23:27 2006
***************
*** 0 ****
--- 1,20 ----
+ <?php
+ /*****************************************************
+ ** Script configuration - for the documentation of
+ ** following variables please take a look at the
+ ** documentation file in folder 'docu'.
+ *****************************************************/
+ $vote_title = 'Secondary Benefit';
+ $vote_text = 'What would be your secondary benefit for this conference?';
+ $vote_option[] = 'Meeting LLVM people';
+ $vote_option[] = 'Understanding the science of compiler optimization';
+ $vote_option[] = 'Exchanging ideas with colleagues';
+ $vote_option[] = 'Discovering new ways to use LLVM';
+ $vote_option[] = 'Learning LLVM better';
+ $vote_option[] = 'Making business contacts';
+ $vote_option[] = 'Other';
+ $intern_vote_name = 'benefit2';
+ $next_page = 'content1.php';
+ $next_question = 'First Content Choice';
+ include('./vote.details.php');
+ ?>
Index: llvm-www/poll/content1.php
diff -u llvm-www/poll/content1.php:1.2 llvm-www/poll/content1.php:1.3
--- llvm-www/poll/content1.php:1.2 Wed Nov 29 13:56:35 2006
+++ llvm-www/poll/content1.php Wed Nov 29 14:23:27 2006
@@ -9,13 +9,15 @@
$vote_option[] = 'Paper/presentation on LLVM';
$vote_option[] = 'Paper/presentation on compiler technology';
$vote_option[] = 'Paper/Presentation on using LLVM';
+ $vote_option[] = 'Other paper/Presentation';
$vote_option[] = 'Tutorial on using LLVM';
$vote_option[] = 'Tutorial on developing LLVM (extension or maintenance)';
$vote_option[] = 'Tutorial on compiler optimization';
+ $vote_option[] = 'Other tutorial';
$vote_option[] = 'LLVM help session';
$vote_option[] = 'LLVM workshop (plan LLVM future)';
$vote_option[] = 'LLVM workshop (resolve current issues)';
- $vote_option[] = 'Other';
+ $vote_option[] = 'Other (send your ideas to llvm-dev mailing list)';
$intern_vote_name = 'content1';
$next_page = 'content2.php';
$next_question = 'Second Content Choice';
Index: llvm-www/poll/content2.php
diff -u llvm-www/poll/content2.php:1.2 llvm-www/poll/content2.php:1.3
--- llvm-www/poll/content2.php:1.2 Wed Nov 29 13:56:35 2006
+++ llvm-www/poll/content2.php Wed Nov 29 14:23:27 2006
@@ -9,13 +9,15 @@
$vote_option[] = 'Paper/presentation on LLVM';
$vote_option[] = 'Paper/presentation on compiler technology';
$vote_option[] = 'Paper/Presentation on using LLVM';
+ $vote_option[] = 'Other paper/Presentation';
$vote_option[] = 'Tutorial on using LLVM';
$vote_option[] = 'Tutorial on developing LLVM (extension or maintenance)';
$vote_option[] = 'Tutorial on compiler optimization';
+ $vote_option[] = 'Other tutorial';
$vote_option[] = 'LLVM help session';
$vote_option[] = 'LLVM workshop (plan LLVM future)';
$vote_option[] = 'LLVM workshop (resolve current issues)';
- $vote_option[] = 'Other';
+ $vote_option[] = 'Other (send your ideas to llvm-dev mailing list)';
$intern_vote_name = 'content2';
$next_page = 'content3.php';
$next_question = 'Third Content Choice';
Index: llvm-www/poll/content3.php
diff -u llvm-www/poll/content3.php:1.2 llvm-www/poll/content3.php:1.3
--- llvm-www/poll/content3.php:1.2 Wed Nov 29 13:56:35 2006
+++ llvm-www/poll/content3.php Wed Nov 29 14:23:27 2006
@@ -9,13 +9,15 @@
$vote_option[] = 'Paper/presentation on LLVM';
$vote_option[] = 'Paper/presentation on compiler technology';
$vote_option[] = 'Paper/Presentation on using LLVM';
+ $vote_option[] = 'Other paper/Presentation';
$vote_option[] = 'Tutorial on using LLVM';
$vote_option[] = 'Tutorial on developing LLVM (extension or maintenance)';
$vote_option[] = 'Tutorial on compiler optimization';
+ $vote_option[] = 'Other tutorial';
$vote_option[] = 'LLVM help session';
$vote_option[] = 'LLVM workshop (plan LLVM future)';
$vote_option[] = 'LLVM workshop (resolve current issues)';
- $vote_option[] = 'Other';
+ $vote_option[] = 'Other (send your ideas to llvm-dev mailing list)';
$intern_vote_name = 'content3';
$next_page = 'provide.php';
$next_question = 'Providing Content';
Index: llvm-www/poll/index.html
diff -u llvm-www/poll/index.html:1.3 llvm-www/poll/index.html:1.4
--- llvm-www/poll/index.html:1.3 Wed Nov 29 13:52:07 2006
+++ llvm-www/poll/index.html Wed Nov 29 14:23:27 2006
@@ -14,6 +14,9 @@
<li><a href="attendance.php">Attendance</a></li>
<li><a href="venue.php">Venue</a></li>
<li><a href="month.php">Month</a></li>
+ <li><a href="annual.php">Annual Event</a></li>
+ <li><a href="benefit1.php">Your Primary Benefit</a></li>
+ <li><a href="benefit2.php">Your Secondary Benefit</a></li>
<li><a href="content1.php">First Content Choice</a></li>
<li><a href="content2.php">Second Content Choice</a></li>
<li><a href="content3.php">Third Content Choice</a></li>
Index: llvm-www/poll/month.php
diff -u llvm-www/poll/month.php:1.1 llvm-www/poll/month.php:1.2
--- llvm-www/poll/month.php:1.1 Wed Nov 29 13:29:07 2006
+++ llvm-www/poll/month.php Wed Nov 29 14:23:27 2006
@@ -14,7 +14,7 @@
$vote_option[] = 'September 2007';
$vote_option[] = 'Other';
$intern_vote_name = 'month';
- $next_page = 'content1.php';
- $next_question = 'First Content Choice';
+ $next_page = 'annual.php';
+ $next_question = 'Annual Event';
include('./vote.details.php');
?>
Index: llvm-www/poll/provide.php
diff -u llvm-www/poll/provide.php:1.2 llvm-www/poll/provide.php:1.3
--- llvm-www/poll/provide.php:1.2 Wed Nov 29 13:56:35 2006
+++ llvm-www/poll/provide.php Wed Nov 29 14:23:27 2006
@@ -9,13 +9,15 @@
$vote_option[] = 'Paper/presentation on LLVM';
$vote_option[] = 'Paper/presentation on compiler technology';
$vote_option[] = 'Paper/Presentation on using LLVM';
+ $vote_option[] = 'Other paper/Presentation';
$vote_option[] = 'Tutorial on using LLVM';
$vote_option[] = 'Tutorial on developing LLVM (extension or maintenance)';
$vote_option[] = 'Tutorial on compiler optimization';
+ $vote_option[] = 'Other tutorial';
$vote_option[] = 'LLVM help session';
$vote_option[] = 'LLVM workshop (plan LLVM future)';
$vote_option[] = 'LLVM workshop (resolve current issues)';
- $vote_option[] = 'Other';
+ $vote_option[] = 'Other (send your ideas to llvm-dev mailing list)';
$intern_vote_name = 'provide';
$next_page = 'thanks.html';
$next_question = 'Finished';
Index: llvm-www/poll/venue.php
diff -u llvm-www/poll/venue.php:1.1 llvm-www/poll/venue.php:1.2
--- llvm-www/poll/venue.php:1.1 Wed Nov 29 13:29:07 2006
+++ llvm-www/poll/venue.php Wed Nov 29 14:23:27 2006
@@ -11,9 +11,7 @@
$vote_option[] = 'Portland OR';
$vote_option[] = 'San Jose CA';
$vote_option[] = 'San Francisco CA';
- $vote_option[] = 'East Coast USA';
- $vote_option[] = 'Europe';
- $vote_option[] = 'Other';
+ $vote_option[] = 'Los Angeles CA';
$intern_vote_name = 'venue';
$next_page = 'month.php';
$next_question = 'Month';
More information about the llvm-commits
mailing list