<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -27,13 +27,16 @@ The basic requirements:
 * A database backend: SQLite3, Postgres, or MySQL.
 
 Source code:
+
 * CMI-Judge code: &quot;git clone git://github.com/tdrhq/opc.git&quot;
 * Zend Framework: http://framework.zend.com/download/overview
 
 In order to build and set up the system you're going to need:
+
 * GNU build-essential, g++ 
 
 Several other packages:
+
 * The PHP database modules, depending on which database backend
   you're using. (php5-sqlite, php5-pgsql, or php5-mysql on Debian)
 * Frontend formatting tools: php5-tidy, php-geshi (see below)
@@ -55,9 +58,9 @@ Copy the &quot;Zend&quot; directory from Zend Framework into the &quot;backend&quot;
 directory of the CMI Judge. I imagine you know have the following
 directory structure:
   
-  /backend
-  /backend/Zend
-  /webfiles
+    /backend
+    /backend/Zend
+    /webfiles
 
 * Backend setup for SQLite:
 
@@ -95,13 +98,19 @@ backend/programs/queuemanager.php in the background.
 
 See Advanced Frontend Setup for more configuration details.
 
-### Adding problems
+### Adding a Problem
  
-  See docs/ContestAdministration
+We currently do not support web-based uploads of problems. Please use
+the following script from the command line to add a new problem:
 
-### Adding Contests
-  
-  See docs/ContestAdministration
+    backend/admin/addproblem.php
+
+### Adding a Contest
+
+We currently do not support web-based creation of contests. Please use
+the following script from the command line to add a new contest:
+
+    backend/admin/addcontest.php
   
 
 ### Alternatives</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9d95d5d4b03c860254eadba8435e3e1e566d9a38</id>
    </parent>
  </parents>
  <author>
    <name>Arnold Noronha</name>
    <email>arnstein87@gmail.com</email>
  </author>
  <url>http://github.com/tdrhq/opc/commit/1ee6af829b1ae16965fb08bbbdbfdf1e08fd1844</url>
  <id>1ee6af829b1ae16965fb08bbbdbfdf1e08fd1844</id>
  <committed-date>2009-10-13T16:11:55-07:00</committed-date>
  <authored-date>2009-10-13T16:11:55-07:00</authored-date>
  <message>READMe changes.</message>
  <tree>ea422d9ee54af4eaddfd8523c540f0d96b433caf</tree>
  <committer>
    <name>Arnold Noronha</name>
    <email>arnstein87@gmail.com</email>
  </committer>
</commit>
