[pygccxml-commit] source sf-how-to.txt,NONE,1.1
Brought to you by:
mbaas,
roman_yakovenko
From: Roman <rom...@us...> - 2006-04-06 07:19:31
|
Update of /cvsroot/pygccxml/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4616 Added Files: sf-how-to.txt Log Message: few hints from Phil Schwartz for sf project managment --- NEW FILE: sf-how-to.txt --- How to load web pages on SF ? Phil Schwartz wrote: I will add it shortly. As for the SF website interface, perhaps I can help a bit. It took me some time to figure it out, but I've been a SF user for several years so I know a lot about their interface. Basically, you need to ssh into your shell acount on SF. The easiest way to do it is: $ ssh rom...@py... Once you're logged in (after supplying your password, of course). You can then cd to your website directory: $ cd /home/groups/p/py/pygccxml/htdocs You can verify the existence of your web directory as such: $ l -d /home/groups/p/py/pygccxml You can then simply edit the index.html page with your favorite editor (vi, emacs, pico, etc). Additionally, you can edit the files on your local system and use scp to transfer them to your project's homepage. This is the method that I use to update my websites (kodos, releaseforge, scratchy, denyhosts, faqtor, etc...). cd www scp * rom...@py...:/home/groups/p/py/pygccxml/htdocs |