Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Updating the read me with goals and adding the ignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleLeneau committed Dec 26, 2011
1 parent 184db44 commit 0607809
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
@@ -0,0 +1,14 @@
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/project.xcworkspace
/build
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
target/*
.DS_Store
profile
*.svn
/.svn/*
xcuserdata
24 changes: 24 additions & 0 deletions LICENSE
@@ -0,0 +1,24 @@
Copyright (C) 2011-2012 Kyle LeNeau. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the author nor the names of its contributors may be used
to endorse or promote products derived from this software without specific
prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18 changes: 18 additions & 0 deletions README.md
@@ -0,0 +1,18 @@
#iMonthly#
------------------

iMonthly is aimed at being a simple to use calendar month view for the iPhone SDK. This project will strive to meet the following goals.

1. Similarity in look, feel, and functionailty with the default Apple Calendar app on the iPhone.
2. Give the ability to load the calendar with Data through delegate callbacks, allowing the user to place a view in the calendar or provide indication that more data exists for the selected date.
3. Provide an API for developers to configure and interact with the calnedar programatically.
4. Provide a delegate for developers to respond to user events.

##Personal Goals##
------------------

Along with trying to provide for the above goals, this will be my first venture into core-graphics drawing and core animation. I would like to try and learn a new portion of the iPhone SDK and figured an Open Source Calendar would be a good start since I have made one before.

* Learning Core-Graphics & Core-Animation

I should also point out that I do have a stake in the project as well. I plan on using it in one of my upcomming apps. This project will also be used to train myself on organization and project management.

0 comments on commit 0607809

Please sign in to comment.