diff options
-rw-r--r-- | app/views/request/new.rhtml | 27 | ||||
-rw-r--r-- | config/foimongreld.ugly | 4 | ||||
-rw-r--r-- | todo.txt | 4 |
3 files changed, 27 insertions, 8 deletions
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml index bf5fbd78d..775e61576 100644 --- a/app/views/request/new.rhtml +++ b/app/views/request/new.rhtml @@ -116,12 +116,27 @@ <script type="text/javascript">document.write('<input name="doSpell" type="button" value="Check spelling" onClick="openSpellChecker(document.getElementById(\'write_form\').body);"/> (optional)')</script> </div> - <p class="form_note"> - <strong>Privacy warning:</strong> All information that you enter - on this page will be displayed publicly on this website. Any - response you get will also be published. - <a href="/help/about#privacy">See our privacy policy</a>. - </p> + <% if !@user %> + <p class="form_note"> + All information that you enter + on this page, including <strong>your name</strong>, will be + <strong>displayed publicly</strong> on this website + (<a href="/help/about/#public_request">why?</a>). + </p> + <p class="form_note"> + We encourage you to use + your real name, but you may use a pseudonym if you + <a href="/help/about/#real_name">read this first</a>. + Any response you get will also be published. + </p> + <% else %> + <p class="form_note"> + <strong>Privacy warning:</strong> All information that you enter + on this page will be displayed publicly on this website. Any + response you get will also be published. + <a href="/help/about#privacy">See our privacy policy</a>. + </p> + <% end %> <p class="form_note"> <strong>Can I request information about myself?</strong> diff --git a/config/foimongreld.ugly b/config/foimongreld.ugly index b1a4cc7d5..82d993527 100644 --- a/config/foimongreld.ugly +++ b/config/foimongreld.ugly @@ -22,7 +22,7 @@ function stop_mongrel { if [ -e $PIDFILE ] then - su $DUSER -c "cd $RUNDIR; /usr/bin/ruby -I/usr/lib/ruby/ /usr/bin/mongrel_rails stop --port=$PORT" + su $DUSER -c "cd $RUNDIR; /usr/bin/ruby -I/usr/lib/ruby/ /usr/bin/mongrel_rails stop --port=$PORT --pid=$PIDFILE" sleep 5s if [ -e $PIDFILE ] then @@ -51,7 +51,7 @@ function start_mongrel { echo " pidfile already exists, stop first " return 1 else - su $DUSER -c "cd $RUNDIR; /usr/bin/ruby -I/usr/lib/ruby/ /usr/bin/mongrel_rails start -d --port=$PORT" + su $DUSER -c "cd $RUNDIR; /usr/bin/ruby -I/usr/lib/ruby/ /usr/bin/mongrel_rails start -d --port=$PORT --pid=$PIDFILE" fi } @@ -120,8 +120,12 @@ either (code in pdftotext already has a #ifdef round it) Another one knackered, and isn't copy protected, but is like the output of converted via pdf2ps ones I suspect (i.e. very scanned): http://www.whatdotheyknow.com/request/sale_of_public_land#incoming-8146 + http://www.whatdotheyknow.com/request/childrens_database_compliance_wi#incoming-8088 File a bug in pdftohtml :) +Make tables prettier in view as HTMl, just normal thick borders. +http://www.whatdotheyknow.com/request/1610/response/8093/attach/html/3/2008.10.29%20Reply.doc.html + Make HTML attachments have view as HTML :) http://www.whatdotheyknow.com/request/enforced_medication#incoming-7395 |