Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I change the project web page in SourceForge?

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.?

like image 300
jaloplo Avatar asked Jan 11 '10 11:01

jaloplo


3 Answers

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 [email protected]:/home/project-web/$SF_PROJECT/htdocs/

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

like image 169
Jonathan Wakely Avatar answered Oct 02 '22 19:10

Jonathan Wakely


Please check: Project web.

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

like image 34
Alan Haggai Alavi Avatar answered Oct 02 '22 18:10

Alan Haggai Alavi


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

like image 31
Aved Holg Avatar answered Oct 02 '22 19:10

Aved Holg