Abdelrazak Younes <[EMAIL PROTECTED]> writes: > I can put an experimental windows executable on the web if there's > interest. I use it myself and it's stable enough.
http://wiki.lyx.org/Windows/LyX150_experimental ? I shove executables into the equivalent location in the "uploads" section of the wiki with something like: scp mylyx.exe [EMAIL PROTECTED]:. ssh [EMAIL PROTECTED] cd ../lyx/www/pmwiki/uploads/Windows mkdir LyX150_experimental cd LyX150_experimental mv ~/mylyx.exe . chgrp wiki mylyx.exe (You won't be able to use the uploads gui interface because the exe will be bigger than the upload limit.) Angus