Project Infrastructure: Difference between revisions

Jump to navigation Jump to search
m
→‎octave.org: https again
m (Use File template.)
m (→‎octave.org: https again)
(5 intermediate revisions by the same user not shown)
Line 13: Line 13:
=== octave.org ===
=== octave.org ===


* main project web site address ([http://octave.org http://octave.org] → https://www.gnu.org/software/octave)
* main project web site address ([https://octave.org https://octave.org] → https://www.gnu.org/software/octave)
* email forwarding
* email forwarding
* [[Doxygen]] pages hosted here
* [[Doxygen]] pages hosted here
Line 66: Line 66:


* [https://www.mediawiki.org/wiki/MediaWiki MediaWiki] installation
* [https://www.mediawiki.org/wiki/MediaWiki MediaWiki] installation
** Additional skins installed:
*** https://www.mediawiki.org/wiki/Skin:Minerva_Neue (Mobile skin)
** Additional extensions installed:
*** https://www.mediawiki.org/wiki/Extension:Math
*** https://www.mediawiki.org/wiki/Extension:MobileFrontend
*** https://www.mediawiki.org/wiki/Extension:PageNotice


{{File|.htaccess|<pre>
{{File|.htaccess|<pre>
# https://help.dreamhost.com/hc/en-us/articles/214895317-How-do-I-change-the-PHP-version-of-my-site- (2019-02-26)
AddHandler fcgid-script .php
FCGIWrapper "/dh/cgi-system/php72.cgi" .php
RewriteEngine on
RewriteEngine on


Line 73: Line 84:
## http://www.octave.org/wiki/index.php?title=OctConf_2012
## http://www.octave.org/wiki/index.php?title=OctConf_2012
RewriteCond %{QUERY_STRING} ^title=(.*)$
RewriteCond %{QUERY_STRING} ^title=(.*)$
RewriteRule ^/wiki/index\.php$ http://wiki.octave.org/%1?  
RewriteRule ^/wiki/index\.php$ https://wiki.octave.org/%1?  


RewriteCond %{QUERY_STRING} ^title=(.*)$
RewriteCond %{QUERY_STRING} ^title=(.*)$
RewriteRule ^/index\.php$ http://wiki.octave.org/%1?  
RewriteRule ^/index\.php$ https://wiki.octave.org/%1?  




Line 83: Line 94:
RewriteRule ^(.*)$ /wiki/index.php?title=$1
RewriteRule ^(.*)$ /wiki/index.php?title=$1
</pre>}}
</pre>}}
==== Known wiki issues ====
* While parsing non-cached <syntaxhighlight inline><math></math></syntaxhighlight> sections, the following error message occurs <syntaxhighlight inline>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): ...</syntaxhighlight>
** '''Solution:''' On the server copy the missing LaTeX style to the [https://www.mediawiki.org/wiki/Texvc texvc] build directory. <code>cp -t /tmp ~/local/share/tex/cancel.sty</code>


== Hosted on jwe's digitalocean.com account ==
== Hosted on jwe's digitalocean.com account ==

Navigation menu