Recent Changes - Search:

SimpleLog wiki

Installing SimpleLog

        MT(gs) users
        DreamHost users

Upgrading

Working with themes

How to

Troubleshooting

Development & resources

Public SVN access is available if you wish to check out SimpleLog for local development, changes, or just for the hell of it. Keep in mind that using the trunk may be hazardous to your health, since it usually contains actively developing code. For the most part, it's safe to trust a tagged build as long as it contains "stable" in the name (although, occasionally, there are still bugs there too).

To access the public SVN repository, visit http://svn.simplelog.net and log in using anonymous:anonymous.

If you wish to check out simplelog to your local machine, you can do:

svn co http://svn.simplelog.net ~/path --username anonymous --password anonymous

Where ~/path is where you want the checkout to live. Also note that this checks out the entire repository. To check out only, say, the tagged build 1.2, you should append the proper subdir:

svn co http://svn.simplelog.net/tags/stable-1.2/ ~/path --username anonymous --password anonymous

Edit - History - Print - Recent Changes - Search
Page last modified on January 25, 2007, at 03:33 PM EST