THE GREAT RENAMING! All that was "SIG" should now be "community," except for
the database and the URLs (for backward compatibility). Do a full rebuild after browsing this one!
This commit is contained in:
@@ -136,7 +136,7 @@ Text of this agreement is TBD.
|
||||
<!-- Menu definitions for the base page -->
|
||||
<menu-definitions>
|
||||
|
||||
<!-- Definition for the "top" menu (when not in a SIG) -->
|
||||
<!-- Definition for the "top" menu (when not in a community) -->
|
||||
<menudef id="top">
|
||||
<header>Front Page</header>
|
||||
<menuitem>
|
||||
@@ -151,7 +151,7 @@ Text of this agreement is TBD.
|
||||
</menuitem>
|
||||
</menudef>
|
||||
|
||||
<!-- Definition for the "fixed" menu (always displayed under the "top" or "SIG" menus) -->
|
||||
<!-- Definition for the "fixed" menu (always displayed under the "top" or "community" menus) -->
|
||||
<menudef id="fixed">
|
||||
<header>About This Site</header>
|
||||
<menuitem>
|
||||
|
||||
@@ -20,10 +20,10 @@
|
||||
<sidebox-config>
|
||||
|
||||
<sidebox id="1">
|
||||
<title>Your SIGs</title>
|
||||
<anon-title>Featured SIGs</anon-title>
|
||||
<factory-class>com.silverwrist.venice.servlets.format.sideboxes.SIGBox</factory-class>
|
||||
<null-msg>You are not a member of any SIGs.</null-msg>
|
||||
<title>Your Communities</title>
|
||||
<anon-title>Featured Communities</anon-title>
|
||||
<factory-class>com.silverwrist.venice.servlets.format.sideboxes.CommunityBox</factory-class>
|
||||
<null-msg>You are not a member of any communities.</null-msg>
|
||||
<manage-link>Manage</manage-link>
|
||||
<create-new-link>Create New</create-new-link>
|
||||
<bullet width="14" height="14" fixup="true">purple-ball.gif</bullet>
|
||||
|
||||
@@ -157,51 +157,51 @@ IMMEDIATELY.
|
||||
|
||||
<password-change-subject>Venice Password Changed</password-change-subject>
|
||||
|
||||
<!-- Invitation message to a public SIG -->
|
||||
<!-- Parameters: signame = name of SIG, sigalias = alias of SIG, personal = personal message,
|
||||
fullname = name of inviter, username = user name of inviter -->
|
||||
<!-- Invitation message to a public community -->
|
||||
<!-- Parameters: community.name = name of community, community.alias = alias of community,
|
||||
personal = personal message, fullname = name of inviter,
|
||||
username = user name of inviter -->
|
||||
<invite-public>
|
||||
<![CDATA[
|
||||
Hi! I would like to invite you to join the "${signame}" Special Interest Group (SIG) on the Venice
|
||||
conferencing system. To do so, you must register as a user, which is absolutely free! Just point
|
||||
your Web browser at <http://delenn/venice/sig/${sigalias}> and click the "Create Account" link
|
||||
at the top of the page, or click the "Log In" link if you already have a Venice account. Once you have
|
||||
completed the process, click the "Join Now" button. You will then be able to take part in the conferences
|
||||
that are going on in the SIG.
|
||||
Hi! I would like to invite you to join the "${community.name}" community on the Venice conferencing system.
|
||||
To do so, you must register as a user, which is absolutely free! Just point your Web browser at
|
||||
<http://delenn/venice/sig/${community.alias}> and click the "Create Account" link at the top of the page,
|
||||
or click the "Log In" link if you already have a Venice account. Once you have completed the process,
|
||||
click the "Join Now" button. You will then be able to take part in the conferences that are going on in
|
||||
the community.
|
||||
|
||||
${personal}
|
||||
|
||||
Hope to see you in "${signame}" soon!
|
||||
Hope to see you in "${community.name}" soon!
|
||||
|
||||
-- ${fullname} (Venice user ID: ${username})
|
||||
]]>
|
||||
</invite-public>
|
||||
|
||||
<!-- Invitation message to a private SIG -->
|
||||
<!-- Parameters: signame = name of SIG, sigalias = alias of SIG, joinkey = join key for SIG,
|
||||
personal = personal message, fullname = name of inviter,
|
||||
username = user name of inviter -->
|
||||
<!-- Invitation message to a private community -->
|
||||
<!-- Parameters: community.name = name of community, community.alias = alias of community,
|
||||
joinkey = join key for community, personal = personal message,
|
||||
fullname = name of inviter, username = user name of inviter -->
|
||||
<invite-private>
|
||||
<![CDATA[
|
||||
Hi! I would like to invite you to join the "${signame}" Special Interest Group (SIG) on the Venice
|
||||
conferencing system. To do so, you must register as a user, which is absolutely free! Just point
|
||||
your Web browser at <http://delenn/venice/sig/${sigalias}> and click the "Create Account" link
|
||||
at the top of the page, or click the "Log In" link if you already have a Venice account. Once you have
|
||||
completed the process, click the "Join Now" button. You will be prompted for the "password" for this
|
||||
SIG, which is "${joinkey}". You will then be able to take part in the conferences that are going on in the
|
||||
SIG.
|
||||
Hi! I would like to invite you to join the "${community.name}" community on the Venice conferencing system.
|
||||
To do so, you must register as a user, which is absolutely free! Just point your Web browser at
|
||||
<http://delenn/venice/sig/${community.alias}> and click the "Create Account" link at the top of the page,
|
||||
or click the "Log In" link if you already have a Venice account. Once you have completed the process,
|
||||
click the "Join Now" button. You will be prompted for the "password" for this community, which is
|
||||
"${joinkey}". You will then be able to take part in the conferences that are going on in the community.
|
||||
|
||||
${personal}
|
||||
|
||||
Hope to see you in "${signame}" soon!
|
||||
Hope to see you in "${community.name}" soon!
|
||||
|
||||
-- ${fullname} (Venice user ID: ${username})
|
||||
]]>
|
||||
</invite-private>
|
||||
|
||||
<!-- Subject line for invitation messages -->
|
||||
<!-- Parameters: signame = name of SIG -->
|
||||
<subj-invite>Invitation to "${signame}" SIG</subj-invite>
|
||||
<!-- Parameters: community.name = name of community -->
|
||||
<subj-invite>Invitation to "${community.name}" Community</subj-invite>
|
||||
|
||||
</messages>
|
||||
|
||||
|
||||
34
etc/web.xml
34
etc/web.xml
@@ -110,36 +110,36 @@
|
||||
</servlet>
|
||||
|
||||
<servlet>
|
||||
<servlet-name>sigfrontend</servlet-name>
|
||||
<servlet-name>communityfrontend</servlet-name>
|
||||
<description>
|
||||
The "front end" for SIG display; it redirects the user to whatever page has
|
||||
been defined as the "default" for that SIG.
|
||||
The "front end" for community display; it redirects the user to whatever page has
|
||||
been defined as the "default" for that community.
|
||||
</description>
|
||||
<servlet-class>com.silverwrist.venice.servlets.SIGFrontEnd</servlet-class>
|
||||
<servlet-class>com.silverwrist.venice.servlets.CommunityFrontEnd</servlet-class>
|
||||
</servlet>
|
||||
|
||||
<servlet>
|
||||
<servlet-name>sigprofile</servlet-name>
|
||||
<servlet-name>communityprofile</servlet-name>
|
||||
<description>
|
||||
Displays the profile for a given SIG.
|
||||
Displays the profile for a given community.
|
||||
</description>
|
||||
<servlet-class>com.silverwrist.venice.servlets.SIGProfile</servlet-class>
|
||||
<servlet-class>com.silverwrist.venice.servlets.CommunityProfile</servlet-class>
|
||||
</servlet>
|
||||
|
||||
<servlet>
|
||||
<servlet-name>sigadmin</servlet-name>
|
||||
<servlet-name>communityadmin</servlet-name>
|
||||
<description>
|
||||
SIG administration functions.
|
||||
Community administration functions.
|
||||
</description>
|
||||
<servlet-class>com.silverwrist.venice.servlets.SIGAdmin</servlet-class>
|
||||
<servlet-class>com.silverwrist.venice.servlets.CommunityAdmin</servlet-class>
|
||||
</servlet>
|
||||
|
||||
<servlet>
|
||||
<servlet-name>sigoperations</servlet-name>
|
||||
<servlet-name>communityoperations</servlet-name>
|
||||
<description>
|
||||
General SIG operations.
|
||||
General community operations.
|
||||
</description>
|
||||
<servlet-class>com.silverwrist.venice.servlets.SIGOperations</servlet-class>
|
||||
<servlet-class>com.silverwrist.venice.servlets.CommunityOperations</servlet-class>
|
||||
</servlet>
|
||||
|
||||
<servlet>
|
||||
@@ -282,22 +282,22 @@
|
||||
</servlet-mapping>
|
||||
|
||||
<servlet-mapping>
|
||||
<servlet-name>sigfrontend</servlet-name>
|
||||
<servlet-name>communityfrontend</servlet-name>
|
||||
<url-pattern>/sig/*</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<servlet-mapping>
|
||||
<servlet-name>sigprofile</servlet-name>
|
||||
<servlet-name>communityprofile</servlet-name>
|
||||
<url-pattern>/sigprofile</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<servlet-mapping>
|
||||
<servlet-name>sigadmin</servlet-name>
|
||||
<servlet-name>communityadmin</servlet-name>
|
||||
<url-pattern>/sigadmin</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<servlet-mapping>
|
||||
<servlet-name>sigoperations</servlet-name>
|
||||
<servlet-name>communityoperations</servlet-name>
|
||||
<url-pattern>/sigops</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user