Source Code

= Development =

Moderator Tools

The Moderator Tools are php nodes within Ourmedia's Drupal database. Development of the Moderator Tools is carried out via node revisions within the Ourmedia Site.

Drupal Modules

For a brief sketch of the modules Ourmedia uses see Drupal.

Anonymous Access

Ourmedia's Subversion repository can be viewed in your web browser.
Use this command to anonymously check out the latest project source code:

<nowiki>svn checkout http://ourmedia.googlecode.com/svn/trunk/ourmedia ourmedia</nowiki>

Developer Access

Once you've become familiar with our current development issues and code, introduce yourself on the mailing list, and we'll add you as a project member at Google Code.

To checkout the code, use this command:

<nowiki>svn checkout https://ourmedia.googlecode.com/svn/trunk/ourmedia --username YourUsername</nowiki>

and enter your Google generated password

Next you'll probably want to set up your own Personal Development Ourmedia to test out your improvements to the site.

Ourmedia Publisher

Development takes place at Sourceforge.

= Useful Subversion commands =

SVN Commit

Once you've changed a file from your svn checkout, run

<nowiki>svn commit</nowiki>

  • And all your changes to the project will be added back into the project as a new revision, the mailing list will be notified. Only commit code that works :)

If you've been keeping a text file as an editing log use this command

<nowiki>svn commit --file </nowiki><em>FILE</em>

SVN Add

If you create a new file within the project, run

<nowiki>svn add</nowiki> <em>FILENAME</em>

SVN Move

To move files or directories, run

<nowiki>svn move</nowiki> <em>SOURCE DESTINATION</em>

  • This command is equivalent to an svn copy followed by svn delete.

= Active Resources =

Links:

Comments and discussion: