The mwetoolkit website is hosted at the following address: http://mwetoolkit.sf.net
Sourceforge offers access through SFTP, SCP and rsync. Detailed instructions are available at Sourceforge documentation page. In order to manually update the website, you will need to transfer files to the server using a command similar to this:
sftp username,mwetoolkit@web.sf.net
However, we recommend using rsync
instead, with the script toServer.sh
available in the docs
folder of the toolkit.
Always use/edit the SVN version of the website, available at docs/htdocs
on the SVN. The website uses PHITE, that automatically builds the page for you. Whenever you want to create a new subpage, create a folder named MWE_My_New_Page (use underscore instead of space) and, inside this folder, create a file named body.inc with only the content of your page, i.e. no HTML header, title, etc. Simply start with <h2>Title of my page</h2> and phite will do the rest.
In order to create a localhost view of the website, modify and upload a page, follow these instructions.
svn up
at the mwetoolkit SVN rootgedit docs/htdocs/MWE_010_Quick_Start/body.inc
cd /var/www/html
sudo ln -s full-path-to-mwetoolkit/docs/htdocs mwetoolkit
http://localhost/mwetoolkit
cd docs
svn -m "Update website" commit
./toServer.sh <sourceforge-username>