Skip to content

Commit

Permalink
v1.0.2 - merged subanta and tiGanta repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
drdhaval2785 committed Jan 12, 2016
1 parent ffa0779 commit 5ab3847
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#This code is now subsumed under drdhaval2785/SanskritVerb repository

Further corrections to the code would be made there.

sanskrit
========
#For using the code online:
Expand Down
34 changes: 34 additions & 0 deletions nounoutput/log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,37 @@ Fri, 08 Jan 2016 12:27:37
verb = kartf, transliteration = Devanagari
Request completed on :Fri, 08 Jan 2016 12:27:45
------------------------------
Tue, 12 Jan 2016 05:34:37
verb = jawA, transliteration = SLP1
Request completed on :Tue, 12 Jan 2016 05:34:40
------------------------------
Tue, 12 Jan 2016 05:36:47
verb = jawA, transliteration = SLP1
Request completed on :Tue, 12 Jan 2016 05:36:50
------------------------------
Tue, 12 Jan 2016 05:39:47
verb = jawA, transliteration = SLP1
Request completed on :Tue, 12 Jan 2016 05:39:50
------------------------------
Tue, 12 Jan 2016 05:42:02
verb = jawA, transliteration = SLP1
Request completed on :Tue, 12 Jan 2016 05:42:04
------------------------------
Tue, 12 Jan 2016 05:42:19
verb = jawA, transliteration = SLP1
Request completed on :Tue, 12 Jan 2016 05:42:21
------------------------------
Tue, 12 Jan 2016 05:44:06
verb = jawA, transliteration = SLP1
Request completed on :Tue, 12 Jan 2016 05:44:09
------------------------------
Tue, 12 Jan 2016 05:44:26
verb = jawA, transliteration = SLP1
Tue, 12 Jan 2016 05:45:02
verb = jawA, transliteration = SLP1
Request completed on :Tue, 12 Jan 2016 05:45:05
------------------------------
Tue, 12 Jan 2016 05:45:23
verb = jawA, transliteration = SLP1
Request completed on :Tue, 12 Jan 2016 05:45:26
------------------------------
3 changes: 1 addition & 2 deletions panini.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
$us = $_GET["upasarga"]; // upasarga. Added on 14 Dec 2014.
$tran = $_GET['tran']; // "Devanagari" - devanagari, "IAST" - IAST, "SLP1" - SLP1 transliteration.
$lakAra = $_GET['lakAra']; // There are 12 possible lakAras (mentioned in tiGanta.html)
//$gender = $_GET['gender']; // "m" - male. "f" - female. "n" - neuter.
$gender = "";
$gender = $_GET['gender']; // "m" - male. "f" - female. "n" - neuter.
$vAcya = $_GET['vAcya']; // kartR, karma, bhAva
if (!$vAcya) { $vAcya="kartR"; } // If it is not set, consider it as kartR (because it is the most common one)
$sanAdi = $_GET['sanAdi']; // Default is ''. There are 12 sanAdi groups (mentioned in tiGanta.html)
Expand Down
3 changes: 2 additions & 1 deletion subanta.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<link rel="stylesheet" href="scripts/jquery-ui.css">
<!--... including Ajax jquery. -->
<!--<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" ></script> -->
<script src="scripts/ajaxcode.js" ></script>
<link rel="stylesheet" href="scripts/jquery-ui.css">
<script src="scripts/jquery-1.10.2.js"></script>
<script src="scripts/jquery-ui.js"></script>
<!--... script.js is javascript which we use to make the frontend interective for user feedback. Whenever the user clicks the radio button specified in script.js, the data is sent to ajax.php and then output from ajax.php is shown in the frontend. This process may continue as long as you want. -->
<script src="scripts/script.js" ></script>
Expand Down

0 comments on commit 5ab3847

Please sign in to comment.