Switched to creator for menu recent terms display

This commit is contained in:
travismccauley 2004-01-09 17:45:25 +00:00
parent 12fd33c87c
commit a9e4a482ef
2 changed files with 3 additions and 17 deletions

View File

@ -1,29 +1,15 @@
October 6, 2003
The THDL Tibetan Collaborative Dictionary requires the following:
1. ThdlUser module needs to be compiled into the Dictionary build directory. If Dictionary and ThdlUser are checked out to the same directory, the ThdlUser build file will automatically compile to the default build directory inside Dictionary.
1. Check out the ThdlUser module to the same directory as the Dictionary. Or if you want to put it elsewhere, modify build.properties accordingly.
2. A recent version of Tomcat must be installed and the tomcat user/pass combo specified in the build file must be present in the tomcat-users.xml file with the role of manager.
3. catalina-ant.jar needs to be in $ANT_HOME/lib.
3. Ant must be installed and the ant bin directory should be in your PATH variable. Also, catalina-ant.jar needs to be in $ANT_HOME/lib.
4. The MySQL databases Lex and ThdlUsers should be running locally with select, insert, update and delete privileges for the user specified in the lex-context-config.xml file.
To get a copy of the database, contact Travis McCauley ( travis.mccauley@alumni.virginia.edu ).
Here are the steps:
[Haley:~/sandbox]% ls -l
total 0
drwxr-xr-x 16 travis staff 544 Oct 6 13:10 Dictionary
drwxr-xr-x 5 travis staff 170 Oct 6 12:35 ThdlUser
[Haley:~/sandbox]% ant -f ThdlUser/build.xml
[Haley:~/sandbox]% ant -f Dictionary/build.xml install

View File

@ -108,7 +108,7 @@
<c:out value="<a href='/lex/action?cmd=displayFull&comp=term&metaId=${term.metaId}'><span class='tmw-roman'>${ term.term }</span></a>" escapeXml='false' />
&nbsp;&nbsp;
<span class="tmw-roman">
Modified by <c:out value="${ applicationScope.flatData.users[ term.meta.modifiedBy ] }" />
Created by <c:out value="${ applicationScope.flatData.users[ term.meta.createdBy ] }" />
<c:set target="${ sessionScope.visit.helper }" property="date" value="${ term.meta.modifiedOn }"/>
<c:out value="${ sessionScope.visit.helper.formattedDate }" />
</span>