开发者

How can I change the project web page in SourceForge?

开发者 https://www.devze.com 2022-12-16 13:29 出处:网络
I have a project in SourceForge: Kryptostr, and I want to modify the default 开发者_如何学编程web page. How can I do this? Can I use javascript? Can I use some kind of server web language as ASP, PHP,

I have a project in SourceForge: Kryptostr, and I want to modify the default 开发者_如何学编程web page. How can I do this? Can I use javascript? Can I use some kind of server web language as ASP, PHP, etc.?


Since SourceForge's update to the new Allura hosting software the relevant documentation is Project Web Services.

You can use scp or sftp or a suitable SFTP client to copy files to $SF_USER@web.sourceforge.net:/home/project-web/$SF_PROJECT/htdocs/

(where $SF_USER is your SourceForge username and $SF_PROJECT is the project name)


Please check: Project web.

Support for many programming languages, including PHP (via mod_php), Perl, Python, Tcl, Ruby, and shell scripts.


Using FileZilla, go directly to the directory /home/project-web/PROJECT_NAME/htdocs and upload your index.html file.

0

精彩评论

暂无评论...
验证码 换一张
取 消