Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
prashishh committed May 26, 2013
2 parents a3d4085 + 340b5fb commit 581a6f9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
Nepali Calendar
================

Note: The project is not completed yet. This application is not in a state of being used. Stay in touch for further progress.
Version 1.0 is complete!

<h2>Introduction</h2>

A Nepali Calendar built using angular.js and foundation.css. The calendar can be generated of any month from 2000 BC to 2090 BC.
A Nepali Calendar built using angular.js, foundation.css and jquery mobile. The calendar can be generated of any month from 2000 BC to 2090 BC.

The features of this application are:
- Calendar.
- Date Conversion from AD to BC and vice-versa.
- Calendar automatically generated of a specific month.
- Shows events of 2070 BC (2nd phase)
- User can put their own event (2nd phase)
- Calendar automatically generated of a specific date, month, year.

Technical Specs:
- angular.js
- foundation.css
- foundation.css
- jquery mobile

The features for V2.0:
- Shows events of 2070 BC (Backend done - check issue https://github.com/prashishh/NepaliCalendar/issues/3)
- User can put their own event
4 changes: 4 additions & 0 deletions install.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@

<title>Install नेपाली पात्रो!</title>
<script>
<<<<<<< HEAD
var manifest_url = "/Volumes/works/Gitub/NepaliCalender/manifest.webapp";
=======
var manifest_url = "http://prashishh.github.io/NepaliCalendar/manifest.webapp";
>>>>>>> gh-pages
var request = navigator.mozApps.install(manifest_url);
request.onsuccess = function() {
alert('Done');
Expand Down

0 comments on commit 581a6f9

Please sign in to comment.