如何更改 SourceForge 中的项目网页?
我在SourceForge中有一个项目:Kryptostr,我想修改默认网页。我该怎么做?我可以使用 JavaScript 吗?我可以使用某种服务器 Web 语言,如 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.?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
自从 SourceForge 更新到新的 Allura 托管软件以来,相关文档是 项目 Web 服务。
您可以使用
scp
或sftp
或合适的 SFTP 客户端将文件复制到f_user 是您的SourceForge 用户名和
$SF_PROJECT
是项目名称)Since SourceForge's update to the new Allura hosting software the relevant documentation is Project Web Services.
You can use
scp
orsftp
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)请检查:项目网站。
Please check: Project web.
使用 FileZilla,直接转到目录
/home/project-web/PROJECT_NAME/htdocs
并上传您的
index.html
文件。Using FileZilla, go directly to the directory
/home/project-web/PROJECT_NAME/htdocs
and upload your
index.html
file.