On Fri, 6 Mar 2009, Bo Peng wrote:

http://lyx.sourceforge.net is up and running. I just changed one line in farmconfig.php and added a .htaccess file. The content has not been updated.

The site looks ok, very nice work getting it in place. I verified that it's possible to modify the pages in the site as well.

The only minor thing I found was that some images are actually retrieved from www.lyx.org instead of lyx.sourceforge.net. I don't think this is a priority at the moment.

Although there are ssh access to user webspace, there is only sftp and
rsync access to project webspace. This makes it difficult to use
subversion to store web contents.  I am not complete sure about the
process, but I guess you can:

1. make changes through the web interface.
2. rsync to get a copy of the webpage. This will also copy the .svn directory.
3. check out changes
 > cd htdocs
 > svn ci 'blah'

I believe it might be possible to remotely mount the project webspace over sftp. Here's what worked when I tried it against my old sourceforge account:

# Install sshfs
sudo apt-get install sshfs

# Make local directory
mkdir ~/sf-mrchr

# Mount sshfs mr...@web.sourceforge.net:/home/users/m/mr/mrchr ~/sf-mrchr

Having done that, I can change into ~/sf-mrchr and do 'ls' etc. So I should be able to run SVN as well. However, I haven't tried this against the web space, only my home account.

Bo, could you add me to the lyx project on sf so that I can try?

/Christian

--
Christian Ridderström                           Mobile: +46-70 687 39 44

Reply via email to