* landed support for reading topics and posting followup messages to a topic -
the basis of the conferencing engine is now firmly in place * tweaks to the HTML Checker to make it better at breaking lines without leaving stranded punctuation at the beginning or end of a line * also modified dictionary to better handle possessives and hyphenates * as always, miscellaneous tweaks and bugfizes as I spot them
This commit is contained in:
@@ -1,8 +1,105 @@
|
||||
advogato
|
||||
ain't
|
||||
anla'shok
|
||||
bajor
|
||||
bios
|
||||
boitano
|
||||
boromax
|
||||
can't
|
||||
cartman
|
||||
checkouts
|
||||
couldn't
|
||||
crewmember
|
||||
crewmembers
|
||||
deflector
|
||||
deflectors
|
||||
delenn
|
||||
didn't
|
||||
dilithium
|
||||
docking
|
||||
doesn't
|
||||
don't
|
||||
eminds
|
||||
entil'zha
|
||||
eps
|
||||
erbo
|
||||
fett
|
||||
followup
|
||||
franklin
|
||||
fucking
|
||||
hairstyle
|
||||
hairstyles
|
||||
hasn't
|
||||
he'd
|
||||
html
|
||||
i'd
|
||||
i'll
|
||||
i'm
|
||||
i've
|
||||
inducers
|
||||
it'd
|
||||
khan
|
||||
kubla
|
||||
kyle
|
||||
lafou
|
||||
ma'am
|
||||
maddog
|
||||
marillion
|
||||
minbar
|
||||
minbari
|
||||
mr
|
||||
mustn't
|
||||
nacelle
|
||||
nacelles
|
||||
navigational
|
||||
ops
|
||||
padd
|
||||
peachy
|
||||
planitia
|
||||
planum
|
||||
psi
|
||||
refit
|
||||
refitting
|
||||
replicator
|
||||
repost
|
||||
reposted
|
||||
rom
|
||||
runabout
|
||||
salchow
|
||||
salchows
|
||||
sarcastically
|
||||
silverwrist
|
||||
snarf
|
||||
snarfage
|
||||
snazzy
|
||||
sourceforge
|
||||
spaceport
|
||||
spellchecker
|
||||
spellchucker
|
||||
spelunker
|
||||
spelunkers
|
||||
st
|
||||
starbase
|
||||
starfleet
|
||||
starship
|
||||
straightening
|
||||
stunted
|
||||
terrence
|
||||
they're
|
||||
turbolift
|
||||
tuzanor
|
||||
umbilical
|
||||
umbilicals
|
||||
url
|
||||
utne
|
||||
valen
|
||||
veni
|
||||
we'll
|
||||
we're
|
||||
webb
|
||||
webbme
|
||||
won't
|
||||
wouldn't
|
||||
you'd
|
||||
you'll
|
||||
you're
|
||||
|
||||
13
etc/web.xml
13
etc/web.xml
@@ -142,6 +142,14 @@
|
||||
<servlet-class>com.silverwrist.venice.servlets.ConfDisplay</servlet-class>
|
||||
</servlet>
|
||||
|
||||
<servlet>
|
||||
<servlet-name>postmessage</servlet-name>
|
||||
<description>
|
||||
Posting messages to a conference.
|
||||
</description>
|
||||
<servlet-class>com.silverwrist.venice.servlets.PostMessage</servlet-class>
|
||||
</servlet>
|
||||
|
||||
<!-- the following are test servlets, they should go away -->
|
||||
|
||||
<servlet>
|
||||
@@ -200,6 +208,11 @@
|
||||
<url-pattern>/confdisp</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<servlet-mapping>
|
||||
<servlet-name>postmessage</servlet-name>
|
||||
<url-pattern>/post</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!-- the following are test servlets, they should go away -->
|
||||
<servlet-mapping>
|
||||
<servlet-name>testformdata</servlet-name>
|
||||
|
||||
Reference in New Issue
Block a user