1,185
edits
Willipedia is now back online as of 5/5/2019 |
It has been several years since Willipedia closed. Please help get it updated! |
Go to the Willipedia 2.0 Project to learn more. |
Changes
m
no edit summary
svn co file:///var/svn/wsonet ~/web/wsonet
svn co file:///var/svn/wsorails ~/web/wsorails
If you just want to see what the code is like, you can poke around those two folders. "wsonet" contains the part of the site written in Perl. "wsorails" contains the part of the wsonet site written in Ruby. Most of the site is currently in Perl, but new services will be in the wsorails folder. For those of you afraid of the command line, you can now look at the files by logging into WSO over SFTP. Check out the bit on SFTP at [[How to transfer files to WSO]].
Of course, to actually work on the code, you'll want to know what effects your changes have. That's why we want to