372f548f7f
using techniques from newer Dynamo version, allow source to compile and work using newer versions of J2SDK, Tomcat, BSF, other libraries; bugfixes to get everything running in a newer environment
92 lines
3.4 KiB
XML
92 lines
3.4 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
<!--
|
|
The contents of this file are subject to the Mozilla Public License Version 1.1
|
|
(the "License"); you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at <http://www.mozilla.org/MPL/>.
|
|
|
|
Software distributed under the License is distributed on an "AS IS" basis, WITHOUT
|
|
WARRANTY OF ANY KIND, either express or implied. See the License for the specific
|
|
language governing rights and limitations under the License.
|
|
|
|
The Original Code is the Venice Web Communities System.
|
|
|
|
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
|
|
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
|
|
Copyright (C) 2001-2004 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
|
|
|
|
Contributor(s):
|
|
-->
|
|
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
|
|
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd">
|
|
<taglib>
|
|
<tlib-version>0.1</tlib-version>
|
|
<jsp-version>1.2</jsp-version>
|
|
<short-name>comm</short-name>
|
|
<uri>/tlds/community</uri>
|
|
<description>Tag library used to access various community elements.</description>
|
|
|
|
<tag>
|
|
<name>name</name>
|
|
<tag-class>com.silverwrist.venice.ui.jsp.CommunityNameTag</tag-class>
|
|
<body-content>empty</body-content>
|
|
<description>Substitutes the community name.</description>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>ID</name>
|
|
<tag-class>com.silverwrist.venice.ui.jsp.CommunityIDTag</tag-class>
|
|
<body-content>empty</body-content>
|
|
<description>Substitutes the community ID.</description>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>can_join</name>
|
|
<tag-class>com.silverwrist.venice.ui.jsp.CommunityCanJoinTag</tag-class>
|
|
<body-content>JSP</body-content>
|
|
<description>Includes its content if the user can join the community.</description>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>cannot_join</name>
|
|
<tag-class>com.silverwrist.venice.ui.jsp.CommunityCannotJoinTag</tag-class>
|
|
<body-content>JSP</body-content>
|
|
<description>Includes its content if the user cannot join the community.</description>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>can_send_invite</name>
|
|
<tag-class>com.silverwrist.venice.ui.jsp.CommunityCanSendInvitationTag</tag-class>
|
|
<body-content>JSP</body-content>
|
|
<description>Includes its content if the user can send an invitation to join the community.</description>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>is_public</name>
|
|
<tag-class>com.silverwrist.venice.ui.jsp.CommunityIsPublicTag</tag-class>
|
|
<body-content>JSP</body-content>
|
|
<description>Includes its content if the community is a public community.</description>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>is_private</name>
|
|
<tag-class>com.silverwrist.venice.ui.jsp.CommunityIsPrivateTag</tag-class>
|
|
<body-content>JSP</body-content>
|
|
<description>Includes its content if the community is a private community.</description>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>synopsis</name>
|
|
<tag-class>com.silverwrist.venice.ui.jsp.CommunitySynopsisTag</tag-class>
|
|
<body-content>empty</body-content>
|
|
<description>Substitutes the community synopsis.</description>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>alias</name>
|
|
<tag-class>com.silverwrist.venice.ui.jsp.CommunityAliasTag</tag-class>
|
|
<body-content>empty</body-content>
|
|
<description>Substitutes the community alias.</description>
|
|
</tag>
|
|
|
|
</taglib>
|