[llvm-commits] CVS: llvm-www/poll/content1.php content2.php content3.php provide.php paper.php

Reid Spencer reid at x10sys.com
Wed Nov 29 11:56:49 PST 2006



Changes in directory llvm-www/poll:

content1.php updated: 1.1 -> 1.2
content2.php updated: 1.1 -> 1.2
content3.php updated: 1.1 -> 1.2
provide.php updated: 1.1 -> 1.2
paper.php (r1.1) removed
---
Log message:

Add an "Other" field for the content questions.


---
Diffs of the changes:  (+4 -0)

 content1.php |    1 +
 content2.php |    1 +
 content3.php |    1 +
 provide.php  |    1 +
 4 files changed, 4 insertions(+)


Index: llvm-www/poll/content1.php
diff -u llvm-www/poll/content1.php:1.1 llvm-www/poll/content1.php:1.2
--- llvm-www/poll/content1.php:1.1	Wed Nov 29 13:29:07 2006
+++ llvm-www/poll/content1.php	Wed Nov 29 13:56:35 2006
@@ -15,6 +15,7 @@
   $vote_option[]    = 'LLVM help session';
   $vote_option[]    = 'LLVM workshop (plan LLVM future)';
   $vote_option[]    = 'LLVM workshop (resolve current issues)';
+  $vote_option[]    = 'Other';
   $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.1 llvm-www/poll/content2.php:1.2
--- llvm-www/poll/content2.php:1.1	Wed Nov 29 13:29:07 2006
+++ llvm-www/poll/content2.php	Wed Nov 29 13:56:35 2006
@@ -15,6 +15,7 @@
   $vote_option[]    = 'LLVM help session';
   $vote_option[]    = 'LLVM workshop (plan LLVM future)';
   $vote_option[]    = 'LLVM workshop (resolve current issues)';
+  $vote_option[]    = 'Other';
   $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.1 llvm-www/poll/content3.php:1.2
--- llvm-www/poll/content3.php:1.1	Wed Nov 29 13:29:07 2006
+++ llvm-www/poll/content3.php	Wed Nov 29 13:56:35 2006
@@ -15,6 +15,7 @@
   $vote_option[]    = 'LLVM help session';
   $vote_option[]    = 'LLVM workshop (plan LLVM future)';
   $vote_option[]    = 'LLVM workshop (resolve current issues)';
+  $vote_option[]    = 'Other';
   $intern_vote_name = 'content3';
   $next_page        = 'provide.php';
   $next_question    = 'Providing Content';


Index: llvm-www/poll/provide.php
diff -u llvm-www/poll/provide.php:1.1 llvm-www/poll/provide.php:1.2
--- llvm-www/poll/provide.php:1.1	Wed Nov 29 13:29:07 2006
+++ llvm-www/poll/provide.php	Wed Nov 29 13:56:35 2006
@@ -15,6 +15,7 @@
   $vote_option[]    = 'LLVM help session';
   $vote_option[]    = 'LLVM workshop (plan LLVM future)';
   $vote_option[]    = 'LLVM workshop (resolve current issues)';
+  $vote_option[]    = 'Other';
   $intern_vote_name = 'provide';
   $next_page        = 'thanks.html';
   $next_question    = 'Finished';






More information about the llvm-commits mailing list