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.
精彩评论