12 |
@cvs-info |
@cvs-info |
13 |
$Id$ |
$Id$ |
14 |
$Log$ |
$Log$ |
15 |
|
Revision 1.9 2003/03/07 20:56:02 joko |
16 |
|
+ AUTOCOMMIT: updated/added content |
17 |
|
|
18 |
|
Revision 1.8 2003/03/07 18:26:17 joko |
19 |
|
+ AUTOCOMMIT: updated/added content |
20 |
|
|
21 |
|
Revision 1.7 2003/03/07 17:56:46 joko |
22 |
|
+ AUTOCOMMIT: updated/added content |
23 |
|
|
24 |
|
Revision 1.6 2003/03/07 16:56:42 joko |
25 |
|
+ AUTOCOMMIT: updated/added content |
26 |
|
|
27 |
|
Revision 1.5 2003/03/07 15:57:11 joko |
28 |
|
+ AUTOCOMMIT: updated/added content |
29 |
|
|
30 |
|
Revision 1.4 2003/03/07 04:25:54 joko |
31 |
|
+ AUTOCOMMIT: updated/added content |
32 |
|
|
33 |
Revision 1.3 2003/03/07 03:56:59 joko |
Revision 1.3 2003/03/07 03:56:59 joko |
34 |
+ AUTOCOMMIT: updated/added content |
+ AUTOCOMMIT: updated/added content |
35 |
|
|
209 |
x Linux: cat /proc/version |
x Linux: cat /proc/version |
210 |
o our Perl-/PHP- component system |
o our Perl-/PHP- component system |
211 |
|
|
212 |
|
|
213 |
|
|
214 |
|
@sequence block |
215 |
|
@written |
216 |
|
@date 2003-03-06 |
217 |
|
@x-editor UltraEdit [UltraEdit(r)-32 Professional Text/HEX Editor Version 8.10b] |
218 |
|
|
219 |
o what are the MIME-types of XML-payloads sent between (e.g.) RPCXML-hosts??? |
o what are the MIME-types of XML-payloads sent between (e.g.) RPCXML-hosts??? |
220 |
text/xml??? |
text/xml??? |
221 |
|
|
309 |
|
|
310 |
dot http://www.nc.ihost.com/ -> IBM |
dot http://www.nc.ihost.com/ -> IBM |
311 |
|
|
312 |
|
@topic EasyAuthoring |
313 |
|
@see sdf |
314 |
|
@see text/enriched |
315 |
|
@see ETF |
316 |
|
@see WPP |
317 |
|
@link http://the.sunnyspot.org/wpp/index.html |
318 |
|
|
319 |
|
@company Watchfire |
320 |
|
@topic centrally located site integrity management software |
321 |
|
@link http://www.watchfire.com/ |
322 |
|
|
323 |
|
o look at brian finley's "Storage" article series at http://hpc.devchannel.org/ !!! |
324 |
|
|
325 |
|
- f-prot error on quepasa.netfrag.org: |
326 |
|
root@quepasa:~# tail -f /var/log/mail.log |
327 |
|
--- snip --- |
328 |
|
Mar 7 18:23:30 quepasa amavis[20705]: Virus scanner failure: /usr/local/f-prot/f-prot (error code: 1) |
329 |
|
Mar 7 18:23:30 quepasa amavis[20705]: virus_scan FAILED, retry: All virus scanners failed! at /usr/sbin/amavisd line 933, <GEN9> line 4712. |
330 |
|
Mar 7 18:23:30 quepasa amavis[20705]: mail processing failed, RETRY/TEMPFAIL |
331 |
|
Mar 7 18:23:30 quepasa sm-mta[20758]: h27HLveE020758: Milter: data, reject=451 4.7.1 Please try again later |
332 |
|
--- snip --- |
333 |
|
root@quepasa:~# /usr/local/f-prot/f-prot |
334 |
|
Error: SIGN.DEF is damaged or incompatible with this version of F-PROT. |
335 |
|
root@quepasa:~# /usr/local/f-prot/check-updates.sh |
336 |
|
root@quepasa:~# /usr/local/f-prot/f-prot |
337 |
|
|
338 |
|
|
339 |
|
|
340 |
|
@sequence block |
341 |
|
@injected |
342 |
|
@date 2003-03-07 19:01 |
343 |
|
@file [unknown] |
344 |
|
@x-editor Notepad [Microsoft Editor Version 5.0 (Build 2195: Service Pack 3) |
345 |
|
@x-transporter Microsoft COM |
346 |
|
@x-transporter-protocol copy & paste negotiation |
347 |
|
@x-editor UltraEdit [UltraEdit(r)-32 Professional Text/HEX Editor Version 8.10b] |
348 |
|
|
349 |
|
@set ->=@see |
350 |
|
|
351 |
|
|
352 |
|
o .phpdocrc: Tie::IxHash |
353 |
|
|
354 |
|
- writing a browser is a complex task |
355 |
|
-> Internet Explorer |
356 |
|
-> KDE xyz |
357 |
|
-> Mozilla |
358 |
|
|
359 |
|
- writing a mailer is a complex task |
360 |
|
-> Microsoft Outlook and (-Express) |
361 |
|
-> KDE (KMail, Kontact, Kolab) |
362 |
|
-> Evolution |
363 |
|
-> Mahogany |
364 |
|
|
365 |
|
- janosch: pdf-gateway!? |
366 |
|
|
367 |
|
o setup ->colorize on quepasa.netfrag.org |
368 |
|
|
369 |
|
o refactor DesignPattern::MVC |
370 |
|
o new: @uses instances of classes inherited from the base ones |
371 |
|
DesignPattern::MVC::Model and DesignPattern::MVC::View, where |
372 |
|
- DesignPattern::MVC::Model is-a DesignPattern::Observer::Subject |
373 |
|
- DesignPattern::MVC::View is-a DesignPattern::Observer |
374 |
|
o new: refactor the rules-subsystem to be a ChangeManager |
375 |
|
between Subject and Observer sits a ChangeManager acting as mediator (is-a DesignPattern::Mediator) |
376 |
|
@see http://selab.korea.ac.kr/selab/courses/GoF-patterns/observer.htm |
377 |
|
|