1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" />
<title>Squishdot Documentation</title>
<style type="text/css">
body {
background-color: #F4F4F4;
color: #000000;
}
a:link {
color: #0066cc;
}
a:visited {
color: #006666;
}
#sections {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
}
#sections ul.sub {
padding-left: 10px;
}
.small {
font-size: 0.8em;
}
</style>
</head>
<body>
<table border="0" cellspacing="2" cellpadding="8" width="99%" summary="Squishdot documentation">
<tr>
<td colspan="2">
<h2>Squishdot Documentation</h2>
</td>
</tr>
<tr>
<td rowspan="10" valign="top" width="15%">
<strong>Sections</strong>
<ul id="sections">
<li><a href="http://www.squishdot.org">Squishdot Home</a></li>
<li><a href="index.html#intro">Introduction</a></li>
<li><a href="index.html#features">Features</a></li>
<li><a href="http://www.squishdot.org/Download">Download</a></li>
<li><a href="index.html#install">Installation</a>
<ul class="sub">
<li><a href="Security.html">Security</a></li>
<li><a href="Upgrades.html">Upgrade Notes</a></li>
</ul>
</li>
<li><a href="index.html#support">Support</a></li>
<li><a href="http://www.squishdot.org/Subscribe">Mailing List</a></li>
<li><a href="index.html#versions">Squishdot Versioning</a>
<ul class="sub">
<li><a href="Changes.html">Changes</a></li>
<li><a href="Credits.html">Credits</a></li>
<li><a href="file:///usr/share/doc/squishdot/copyright">License</a></li>
</ul>
</li>
</ul>
</td>
<td><pre>
Credits :
ver. 0.1.0
-- Digital Creations (http://www.digicool.org) -- original Confera code
-- Butch Landingin (butchland@yahoo.com) -- original author and current maintainer
-- Jeremy Pena (jeremypena@yahoo.com) -- code fixes, html updates
-- John de la Paz (johndelapaz@yahoo.com) -- gif updates (animation, squishdot logo, topic images)
-- Rob Malda (malda@slashdot.org) -- Slashdot (slashdot.org) look and feel ideas, navigation, gen. inspiration etc.
ver. 0.1.1
-- Butch Landingin -- bug fixes
ver. 0.1.2
-- Butch Landingin -- bug fixes
ver. 0.1.3
-- Butch Landingin -- various bug fixes
ver. 0.1.4
-- Butch Landingin -- bug fix
ver. 0.1.5
-- Butch Landingin -- bug fix
ver. 0.3.0
-- Butch Landingin -- preview panels, bug fixes, updates, additional
features, squishdot logo, testing
-- Bruce Perens, Avvus, others -- rdf/rss page
-- A.M.Kuchling, others -- "re" fixes
-- M. Bernstein -- t.y. for maintaining the site during my absences
-- others too numerous to mention -- for bug reports, egooboo messages, suggestions,
patches, etc.
-- Lalo Martins, date_posted fix
-- pesky ACs (and non-ACs as well) who keep reminding me to get on my butt
and finish this thing ;^)...
ver. 0.3.1
-- Butch Landingin -- bug fixes
-- Lalo Martins, date posted patch
ver. 0.3.2
-- Butch Landingin -- bugfix
ver. 0.3.3a1
-- Butch Landingin -- bugfix
-- Scott Kaplan -- bugfix
ver. 0.3.4
-- Chris Withers -- bug fixes
ver. 0.4.0
-- Chris Withers -- bug fixes and ZCatalog Indexing.
ver. 0.4.1
-- Chris Withers -- bug fixes and new functionality.
ver. 0.5.0
-- Chris Withers -- bug fixes and new functionality
-- John Glossner for the patch that enabled preview when editing postings in the management interface
-- Wilbert Yuque for finding the KeyError in the Plain Demo
-- Dan Pierson and Lance for their help in making Squishdot adhere to the ZSearch interface and behave more like a ZCatalog
-- Steve Alexander for helping me track down the CRLF bug.
ver. 0.6.0
-- Chris Withers -- new functionality
-- Bruce Perens -- batch moderation patch
-- Martijn Pieters -- management interface taming ;-)
ver. 0.7.0
-- Chris Withers -- grunt work of checking everything was the way it should be ;-)
-- Lance -- patches for some of the Zope 2.2 compatability problems.
-- Shane Hathaway -- help with some really confusing tracebacks.
ver. 0.7.1
-- Ulrich Schreiner -- patch to fix deletion of postings bug.
ver. 0.7.2
-- Chris Withers -- implementation of INSTANCE_HOME compatability
-- Evan Simpson -- information about package_home()
ver. 0.7.3
-- Chris Withers -- bug fixes.
-- Fred Yankowski -- for point out bad url quoting.
-- Philip Tellis -- patch to fix TinyTable detection.
ver. 0.8.0
-- Chris Withers -- bug fixes.
-- Tres Seaver -- pointers for solving the KeyError on Re-Catalog All Postings problem
ver. 1.0.0
-- Chris Withers -- bug fixes and new features.
-- Itamar Shtull-Trauring -- parser to strip harmful HTML and close unclosed tags
-- unknown@anonymous.openface.ca -- Fixed problem with permissions for editing postings
ver. 1.1.0
-- Chris Withers -- bug fixes and new features.
-- Mike Renfo -- Finding a bug in the postingPreview method.
-- Andy McKay -- Strip-o-Gram testing.
ver. 1.2.0
-- Chris Withers -- bug fixes.
-- Guido van Rossum and Fred Drake -- Kick ass HTML parser :-)
-- J M Cerqueira Esteves -- Strip-o-Gram testing.
-- Emmanuel Viennet -- reproducing posting count bug.
ver. 1.2.1
-- Chris Withers -- bug fixes.
ver. 1.2.1
-- Chris Withers -- bug fixes, code updating and refactoring
-- Raymond Penners -- patch to enable editing of Posting subjects
ver. 1.3.0
-- Chris Withers -- bug fixes & refactoring
ver. 1.4.0
-- Chris Withers -- bug fixes, refactoring & optimisations
-- Michael Bernsteing -- analysis of desc_items bug
-- Adam Warner -- patch for bug in plain demo previewPosting method
-- Rob Bickers -- noticed STX tag problem
-- Nicola Larosa -- fixes for various small bugs
ver. 1.4.1
-- Chris Withers -- new functionality and bux fixes.
-- Mike Renfro -- tidy up of Squishdot_previewForm.dtml
-- Andy Dawkins -- bug fixes.
ver. 1.5.0
-- Chris Withers -- new functionality and bug fixes
-- Gari Araolaza -- idea for editing date of posting and analysis of 2.6.0 ZCatalog problems
-- Dirk Datzert -- noticing problems in set_reviewed method and providing patch
</pre>
</td>
</tr>
<tr>
<td colspan="2" align="center">
<a href="http://www.zope.org/Credits" target="_top">
<img src="/usr/lib/zope/lib/python/App/www/zope_button.jpg" width="115" height="50" border="0" alt="Powered by Zope" />
</a>
<a href="http://squishdot.org">
<img src="/usr/lib/zope/lib/python/Products/Squishdot/squishlogo.gif" alt="Squishdot Powered" border="1" width="75" height="50" />
</a>
</td>
</tr>
</table>
</body>
</html>
|