1,079
edits
(Added notes on editing website content) |
|||
Line 12: | Line 12: | ||
* Ask them to write an Introduction email to scummvm-devel | * Ask them to write an Introduction email to scummvm-devel | ||
* ... | * ... | ||
== How to edit/update webpages == | |||
Attention: Some content on the webpages needs special treatment, e.g. modifying the credits or adding screenshots. If in doubt, ask on scummvm-devel. | |||
# Checkout the <code>web</code> module from SVN; the current website files are inside "trunk" as usual. | |||
# Edit the relevant files, e.g. for the downloads page edit <code>data/downloads.xml</code> | |||
# Commit your changes as usual | |||
To get any changes you made active on the webserver, you first have to login to the SF.net shell server: | |||
<syntax type="sh">ssh -t USER,PROJECT@shell.sourceforge.net create</syntax> | |||
Then: | |||
<syntax type="sh"> | |||
cd /home/groups/s/sc/scummvm/htdocs/ | |||
./update.sh</syntax> | |||
== How to be a forum moderator == | == How to be a forum moderator == |
edits