[Mirrors] Open MPI Website PHP problem with short tags
Hello, After the latest software update on our Open MPI mirror at HLRS I noticed problems with several pages, now. The problem is related to the not enabled - and discouraged - PHP short tags [1] which are used in many files of the Open MPI website. It can be fixed quickly with the phptags tidier [2] which can be found under http://include-once.org/p/phptags/phptags using the following command from the top Open MPI websites directory phptags --long --whitespace --warn $(find . -name '*.php') Question: Can I correct this on my own and push to the git repo or is there anyone in charge of website changes at the moment? Best regards Christoph Niethammer [1] http://php.net/manual/en/language.basic-syntax.phptags.php [2] http://fossil.include-once.org/phptags/index -- Christoph Niethammer High Performance Computing Center Stuttgart (HLRS) Nobelstrasse 19 70569 Stuttgart Tel: ++49(0)711-685-87203 email: nietham...@hlrs.de http://www.hlrs.de/people/niethammer
Re: [Mirrors] Open MPI Website PHP problem with short tags
Christoph -- Yes, please feel free to file a pull request. Thank you! > On Jun 15, 2015, at 5:15 AM, Christoph Niethammer wrote: > > Hello, > > After the latest software update on our Open MPI mirror at HLRS I noticed > problems with several pages, now. > The problem is related to the not enabled - and discouraged - PHP short tags > [1] which are used in many files of the Open MPI website. > > It can be fixed quickly with the phptags tidier [2] which can be found under > http://include-once.org/p/phptags/phptags > using the following command from the top Open MPI websites directory > phptags --long --whitespace --warn $(find . -name '*.php') > > Question: Can I correct this on my own and push to the git repo or is there > anyone in charge of website changes at the moment? > > Best regards > Christoph Niethammer > > [1] http://php.net/manual/en/language.basic-syntax.phptags.php > [2] http://fossil.include-once.org/phptags/index > > -- > > Christoph Niethammer > High Performance Computing Center Stuttgart (HLRS) > Nobelstrasse 19 > 70569 Stuttgart > > Tel: ++49(0)711-685-87203 > email: nietham...@hlrs.de > http://www.hlrs.de/people/niethammer -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/
Re: [Mirrors] Open MPI Website PHP problem with short tags
Hi Jeff, Feel free to pull the changes from https://github.com/open-mpi/ompi-www/pull/2 Best Regards Christoph - Original Message - From: "Jeff Squyres" To: "niethammer" Cc: "List for Open MPI web mirror site administrators" Sent: Monday, June 15, 2015 2:51:03 PM Subject: Re: Open MPI Website PHP problem with short tags Christoph -- Yes, please feel free to file a pull request. Thank you! > On Jun 15, 2015, at 5:15 AM, Christoph Niethammer wrote: > > Hello, > > After the latest software update on our Open MPI mirror at HLRS I noticed > problems with several pages, now. > The problem is related to the not enabled - and discouraged - PHP short tags > [1] which are used in many files of the Open MPI website. > > It can be fixed quickly with the phptags tidier [2] which can be found under > http://include-once.org/p/phptags/phptags > using the following command from the top Open MPI websites directory > phptags --long --whitespace --warn $(find . -name '*.php') > > Question: Can I correct this on my own and push to the git repo or is there > anyone in charge of website changes at the moment? > > Best regards > Christoph Niethammer > > [1] http://php.net/manual/en/language.basic-syntax.phptags.php > [2] http://fossil.include-once.org/phptags/index > > -- > > Christoph Niethammer > High Performance Computing Center Stuttgart (HLRS) > Nobelstrasse 19 > 70569 Stuttgart > > Tel: ++49(0)711-685-87203 > email: nietham...@hlrs.de > http://www.hlrs.de/people/niethammer -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/