prashantpcm94 / virtual-judge

Automatically exported from code.google.com/p/virtual-judge
1 stars 1 forks source link

How to Add an OJ? #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
How to Add an OJ?

I want to Add our OJ to Vjudge, it based by hustoj.

Original issue reported on code.google.com by yanjing...@gmail.com on 1 Sep 2011 at 2:50

GoogleCodeExporter commented 8 years ago
You should write a Spider (refer to HUSTSpider.java), a Submitter(refer to 
HUSTSubmitter.java). (Maybe a little modification should work)

Add a item to BaseAction.java

Add account into WEB-INF/accounts.conf

Original comment by xh176233...@gmail.com on 4 Sep 2011 at 1:58