maindocs.h
changeset 2 8982b8fada63
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/maindocs.h	Tue Apr 07 10:56:58 2009 -0700
     1.3 @@ -0,0 +1,53 @@
     1.4 +//
     1.5 +//  maindocs.h
     1.6 +//  MYCrypto
     1.7 +//
     1.8 +//  Created by Jens Alfke on 4/06/09.
     1.9 +//  Copyright 2009 Jens Alfke. All rights reserved.
    1.10 +//
    1.11 +// This file just contains the Doxygen comments that generate the main (index.html) page content.
    1.12 +
    1.13 +
    1.14 +/*! \mainpage MYCrypto: Mooseyard Cryptography Library
    1.15 + 
    1.16 +    <center><b>By <a href="/Jens/">Jens Alfke</a></b></center>
    1.17 +
    1.18 +\section intro_sec Introduction
    1.19 + 
    1.20 +    MYCrypto is a set of Objective-C cryptography classes for Cocoa applications on Mac OS X and iPhone.
    1.21 +    
    1.22 +    <a href="annotated.html">Browse the class documentation.</a>
    1.23 + 
    1.24 +\section license License
    1.25 + 
    1.26 + MYCrypto is released under a BSD license, which means you can freely use it in open-source
    1.27 + or commercial projects, provided you give credit in your documentation or About box.
    1.28 +   
    1.29 +\section config Configuration
    1.30 + 
    1.31 +    MYCrypto requires Mac OS X 10.5 or later, since it uses Objective-C 2 features like
    1.32 +    properties and for...in loops.
    1.33 + 
    1.34 +    MYCrypto uses my <a href="/hg/hgwebdir.cgi/MYUtilities">MYUtilities</a> library. You'll need to have downloaded that library, and added
    1.35 +    the necessary source files and headers to your project. See the MYCrypto Xcode project,
    1.36 +    which contains the minimal set of MYUtilities files needed to build MYUtilities. (That project
    1.37 +    has its search paths set up to assume that MYUtilities is in a directory next to MYCrypto.)
    1.38 +
    1.39 +\section download How To Get It
    1.40 +
    1.41 +    <ul>
    1.42 +    <li><a href="/hg/hgwebdir.cgi/MYCrypto/archive/tip.zip">Download the current source code</a>
    1.43 +    <li>To check out the source code using <a href="http://selenic.com/mercurial">Mercurial</a>:
    1.44 +    \verbatim hg clone /hg/hgwebdir.cgi/MYCrypto/ MYCrypto \endverbatim
    1.45 +    <li>As described above, you'll also need to download or check out <a href="/hg/hgwebdir.cgi/MYUtilities">MYUtilities</a> and put it in 
    1.46 +    a directory next to MYCrypto.
    1.47 +    </ul>
    1.48 +
    1.49 +    Or if you're just looking:
    1.50 +
    1.51 +    <ul>
    1.52 +    <li><a href="/hg/hgwebdir.cgi/MYCrypto/file/tip">Browse the source code</a>
    1.53 +    <li><a href="annotated.html">Browse the class documentation</a>
    1.54 +    </ul>
    1.55 +    
    1.56 + */