/[cvs]/joko/doc/SampleTasks/joko_2003-03.twingle
ViewVC logotype

Contents of /joko/doc/SampleTasks/joko_2003-03.twingle

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.11 - (show annotations)
Sat Mar 8 04:55:46 2003 UTC (21 years, 4 months ago) by joko
Branch: MAIN
Changes since 1.10: +15 -1 lines
+ AUTOCOMMIT: updated/added content

1 @sequence meta
2 @title joko's sample notes - 2003-03 - ResourceIntegration
3 @subtitle ResourceIntegration II
4 @topic joko's Tasks
5 @author joko@netfrag.org
6 @document-mime-type text/plain
7 @document-mime-type text/english text/german
8 @document-mime-type text/vnd.twingle
9
10 @sequence meta
11 @document-history
12 @cvs-info
13 $Id: joko_2003-03.twingle,v 1.10 2003/03/07 22:26:20 joko Exp $
14 $Log: joko_2003-03.twingle,v $
15 Revision 1.10 2003/03/07 22:26:20 joko
16 + AUTOCOMMIT: updated/added content
17
18 Revision 1.9 2003/03/07 20:56:02 joko
19 + AUTOCOMMIT: updated/added content
20
21 Revision 1.8 2003/03/07 18:26:17 joko
22 + AUTOCOMMIT: updated/added content
23
24 Revision 1.7 2003/03/07 17:56:46 joko
25 + AUTOCOMMIT: updated/added content
26
27 Revision 1.6 2003/03/07 16:56:42 joko
28 + AUTOCOMMIT: updated/added content
29
30 Revision 1.5 2003/03/07 15:57:11 joko
31 + AUTOCOMMIT: updated/added content
32
33 Revision 1.4 2003/03/07 04:25:54 joko
34 + AUTOCOMMIT: updated/added content
35
36 Revision 1.3 2003/03/07 03:56:59 joko
37 + AUTOCOMMIT: updated/added content
38
39 Revision 1.2 2003/03/07 00:56:08 joko
40 + AUTOCOMMIT: updated/added content
41
42 Revision 1.1 2003/03/06 22:34:20 joko
43 + initial commit
44
45
46 @sequence meta
47 @x-transport
48 @x-transport-from grasshopper.netfrag.org
49 @x-transport-to quepasa.netfrag.org
50 @x-transporter Microsoft Windows
51 @x-transporter WinCVS [WinCVS 1.3.8.1 Beta 8 (Build 1)]
52 @x-transporter-protocol cvs client-server protocol
53 @x-transporter OpenSSH client on grasshopper [OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090607f]
54 @x-transporter-protocol ssh [OpenSSH Version 2]
55 @x-transporter OpenSSH daemon on quepasa [OpenSSH_3.4p1 Debian 1:3.4p1-1, SSH protocols 1.5/2.0, OpenSSL 0x0090603f]
56 @x-transporter cvs [Concurrent Versions System (CVS) 1.11.1p1 (client/server)]
57 @x-transporter-protocol cvs client-server protocol
58 @x-transporter Linux running on quepasa.netfrag.org [Linux version 2.4.18-29um (root@linux) (gcc version 2.95.3 20010315 (SuSE)) #1 Sun May 26 17:01:48 CEST 2002]
59 @x-transporter-protocol ext3
60 @x-transporter Linux running on h1.service.netfrag.org [Linux version 2.4.10-4GB (root@Pentium.suse.de) (gcc version 2.95.3 20010315 (SuSE)) #1 Tue Sep 25 12:33:54 GMT 2001]
61 @x-transporter-protocol ext3
62 #@x-converter twingle [Twingle 0.01 - http://search.netfrag.org/twingle]
63
64 @sequence script
65 @set o=@todo
66
67
68
69 @sequence block
70 @injected
71 @date 2003-03-06 20:29
72 @file [unknown]
73 @x-editor Notepad [Microsoft Editor Version 5.0 (Build 2195: Service Pack 3)
74 @x-transporter Microsoft COM
75 @x-transporter-protocol copy & paste negotiation
76 @x-editor UltraEdit [UltraEdit(r)-32 Professional Text/HEX Editor Version 8.10b]
77
78
79 o use arial|verdana for netscape|mozilla rendering on netfrag.org
80
81 - We get spam!
82 After feeling relatively safe through amavis based email filtering, it happened again.
83 jonen recieved some spam again.
84
85 Why?
86 I believe the addresses get collected by foreign agents crawling
87 the growing content on netfrag.org.
88
89 What todo now?
90 Mungle email addresses published on netfrag.org through some lisp-
91 or scheme-based address-mungler found recently.
92 They stay rfc-compliant, but are (hopefully) unreachable for common
93 regex parsers.
94 Send info to ->jonen.
95 @tbd Automate this task! Do you wanna rewrite each address by hand...???
96
97 o personal requirement:
98 o daily: review contributions made by other users
99 o requirement to solve this: have everything as rss/rdf and filter the xml by author
100
101 o rss.netfrag.org (register)
102 o establish some web-based rss-browser embedding content from
103 o RssGenerators for local content ...
104 o news//rss (for news.netfrag.org)
105 o cvs//rss (for cvs.netfrag.org)
106 o ... and RssGateways to other ones, possibly at remote locations
107 o phpWiki//rss (for www.netfrag.org)
108 o TWiki//rss (for future www.netfrag.org)
109
110 o post to perl-development (nfo.dev.perl):
111 o how to abstract the view/editing of xml-files via an api?
112 o fetch: all|single-node
113 o edit: single-node flattened into an object
114 o browser layer: locator registry (pointing to a) an orm-db and b) to a file-set of xml-files (our control-db))
115 o item layer: view/edit nodes of an xml-file a) in a tree-editor (look at HTML_Tree_XYZ itself!!!) and
116 b) split into our "flat-components" Item and List (object-like)
117
118 how b)? solve in backend!
119 o backend
120 o change values containing references to their interpolated placeholders to convert a node to an item
121 ->getNode(...)
122 example: getNode('root')
123 o place querying api via XPath parallel to that -> also returns a single node or multiples (a node-set)
124 ->getNodeSet(...)
125 example: getNodeSet('xpath-query|named-filter')
126 o establish backend querying api for xml-documents on top of that!
127 ->sendQuery(...) should dispatch to one of ->getNode or ->getNodeSet
128 o frontend
129 o browse relations (parent-, child-node) using the ValueInterpolator and the ItemComponent
130 o edit Attributes and Content of Nodes with the ItemComponent showing *two* areas (this is the "FlatteningOfNodes"):
131 o -> attributes
132 o -> content
133 That's the way various XML-EasyTree-Xyz implementations use to work.
134 @link http://www.cpan.org/
135 o frontend issues these generic rpc-commands to the backend (encapsulated somewhere)
136 o ->sendQuery(array(remote=1, rpc=1, blah=1, $query )) -
137 which gets dispatched by switching some stuff from "$query" to these methods under the hood (in fact, *implemented at backend side*)
138 o ->getNodeSet('xpath-query|named-filter')
139 example:
140 $xml_filter_query = array( 'return' => 'object|object-set', [filter => 'xpath-query|named-filter'] );
141 (speak: Item or List)
142 sendQuery(array(remote=1, rpc=1, blah=1, $xml_filter_query , xml=1??? )) -
143
144 --> what is 'remote' and/or 'rpc' about???
145 if i remember that right - 'remote' means 'orm' (the datasource-type) and 'rpc' means 'rpc' (the transport-type)
146
147 o new twingle-symbol-topology using ...
148 <code>
149 o ... @-tags (stolen from JavaDoc via phpDocumentor)
150 o @-tags only refer to scopes they live in
151 o make the basic work: @todo, @link, @see, etc. (but enhanced - of course - since perl doesn't limit you in any way....!!!)
152 o add some more: @sequence, @is-a, @title
153 o @see
154 o @embed this-and-that from these .twingle files:
155 o @link DummyNamespaces in PHP - final proposal.twingle
156 o @link Re - Namespaces in PHP.twingle
157 </code>
158
159 o project-metadata: / nfo topics
160 <code>
161 @is-a rfc
162 @todo tbd
163 x @topic source(cvs)
164 x @topic doc(api)
165 o @topic source(raw) (via symlinks: expand directories first, symlink files afterwards!)
166 o @topic doc(tutorial)
167 o @topic doc(examples)
168 o @topic doc(howto)
169 o introduce: @subtopic:
170 @topic source
171 @subtopic raw|cvs
172 @topic doc
173 @subtopic api|tutorial|examples|howto
174 </code>
175
176 o register: api.netfrag.org
177
178 o arcor!!!
179
180 o working alpha version of "Ts" on new server niu!!!
181
182 o .phpdocrc: split main code to module, integrate index-generation of predefined (registered) modules
183
184 o RssNewsletter:
185 o schedule
186 o hourly, daily, weekly, monthly, on-incoming
187 o choose topic
188 o all topics (cvs, news, api, docs, www)
189 o choose destination
190 o filtered-rss made available at specified url as xml or xhtml
191 o via email
192 o archived in archive-type (zip|tar) with format (html|)
193 made available at specified url
194
195 o look at FreeBSD's "doscmd"!!!
196
197 o mechanism to refactor old smtp-mail-messages into new nntp-news-posts
198 all our tools fail! *forwarding* the message seems to break mime (for e.g. the mozilla-viewer and probably others)
199 o possible solution: strip "--- forwarded by ---" - header before actually posting
200 maybe identifiable by subject: [Fwd: ]
201
202 o enhance Twingle:
203 o twingle2message:
204 o twingle2mail: twingle2rfc822, twingle2mime
205 o twingle2news: twingle2rfc
206
207 o gather version info from installed components:
208 o CPAN
209 o PEAR
210 x GNU: <program> --version (e.g.: cvs --version)
211 x OpenSSH: ssh -V
212 x Linux: cat /proc/version
213 o our Perl-/PHP- component system
214
215
216
217 @sequence block
218 @written
219 @date 2003-03-06
220 @x-editor UltraEdit [UltraEdit(r)-32 Professional Text/HEX Editor Version 8.10b]
221
222 o what are the MIME-types of XML-payloads sent between (e.g.) RPCXML-hosts???
223 text/xml???
224
225 look at /etc/mime.types!!!
226 e.g.: (stripped from there) - looking interesting:
227
228 text/*
229 text/x-java
230 text/uri-list
231 text/rfc822-headers
232 text/directory
233 text/vnd.IPTC.NewsML
234 text/vnd.IPTC.NITF
235 text/vnd.motorola.reflex
236 text/vnd.DMClientScript
237 text/richtext
238 text/rtf
239 text/plain
240 text/comma-seperated-values
241 text/css
242 text/enriched
243
244 --> vnd=vendor???
245
246 @sequence references
247 @title The text/enriched MIME Content-type
248 @link http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1896.html
249 @title Mechanisms for Specifying and Describing the Format of Internet Message Bodies
250 @link http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1521.html
251 @title The text/enriched MIME Content-type
252 @link http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1523.html
253 @title Mechanisms for Specifying and Describing the Format of Internet Message Bodies
254 @link http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1341.html
255 @title The text/enriched MIME Content-type
256 @link http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1563.html
257
258 message/delivery-status
259 message/disposition-notification
260 message/external-body
261 message/http
262 message/s-http
263 message/news
264 message/partial
265 message/rfc822
266
267 inode/chardevice
268 inode/blockdevice
269 inode/directory-locked
270 inode/directory
271 inode/fifo
272 inode/socket
273
274 multipart/*
275
276 o refactor some twingle tags using ETF:
277 @link http://citeseer.nj.nec.com/borenstein94textenriched.html
278 --- snip ---
279 @misc{ borenstein-textenriched,
280 author = "N. Borenstein",
281 title = "The text/enriched MIME Content-type",
282 url = "citeseer.nj.nec.com/borenstein94textenriched.html" }
283 --- snip ---
284
285 o re-enable yakka!
286 @link http://netfrag.org/~bareface/yakka/
287
288 o search.netfrag.org
289 o enable mnoGoSearch to index http://www.netfrag.org/docs/code/api/
290
291 o post xml-via-rpc-querying proposal from above to nfo.dev.perl and cc to jonen!
292
293 o enhancement for Twingle AutoLink LinkInterpolation:
294 o don't resolve namespace identifiers (e.g. 'Data::Storage') against
295 global search.netfrag.org/Search::This::Namespace
296 o query namespaced links against an organization-wide (custom) NamespaceRegistry before!!!
297 o use mysql/Tangram?
298 o use xml?
299 o just fallback to "GlobalSerchMode" if nothing was found in the step before!
300 o Data::Storage will directly be resolved to this url or tag afterwards:
301 @link http://www.netfrag.org/docs/topics/perl-libs/Data-Storage.html
302 and not to
303 @link http://www.netfrag.org/search/?q=Data::Storage&o=1&ul=/
304 like it was before!
305
306 o mimic the functionality of TLTP (The LDAP Trigger Process) by using Data::Rap.
307
308 o applications to be solved using LDAP
309 o organization-wide addressbook
310 o global / per-app software component registry
311 o organization-wide item library -> inventory
312
313 dot http://www.nc.ihost.com/ -> IBM
314
315 @topic EasyAuthoring
316 @see sdf
317 @see text/enriched
318 @see ETF
319 @see WPP
320 @link http://the.sunnyspot.org/wpp/index.html
321
322 @company Watchfire
323 @topic centrally located site integrity management software
324 @link http://www.watchfire.com/
325
326 o look at brian finley's "Storage" article series at http://hpc.devchannel.org/ !!!
327
328 - f-prot error on quepasa.netfrag.org:
329 root@quepasa:~# tail -f /var/log/mail.log
330 --- snip ---
331 Mar 7 18:23:30 quepasa amavis[20705]: Virus scanner failure: /usr/local/f-prot/f-prot (error code: 1)
332 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.
333 Mar 7 18:23:30 quepasa amavis[20705]: mail processing failed, RETRY/TEMPFAIL
334 Mar 7 18:23:30 quepasa sm-mta[20758]: h27HLveE020758: Milter: data, reject=451 4.7.1 Please try again later
335 --- snip ---
336 root@quepasa:~# /usr/local/f-prot/f-prot
337 Error: SIGN.DEF is damaged or incompatible with this version of F-PROT.
338 root@quepasa:~# /usr/local/f-prot/check-updates.sh
339 root@quepasa:~# /usr/local/f-prot/f-prot
340
341
342
343 @sequence block
344 @injected
345 @date 2003-03-07 19:01
346 @file [unknown]
347 @x-editor Notepad [Microsoft Editor Version 5.0 (Build 2195: Service Pack 3)
348 @x-transporter Microsoft COM
349 @x-transporter-protocol copy & paste negotiation
350 @x-editor UltraEdit [UltraEdit(r)-32 Professional Text/HEX Editor Version 8.10b]
351
352 @set ->=@see
353
354
355 o .phpdocrc: Tie::IxHash
356
357 - writing a browser is a complex task
358 -> Internet Explorer
359 -> KDE xyz
360 -> Mozilla
361
362 - writing a mailer is a complex task
363 -> Microsoft Outlook and (-Express)
364 -> KDE (KMail, Kontact, Kolab)
365 -> Evolution
366 -> Mahogany
367
368
369
370 @sequence block
371 @written
372 @date 2003-03-07
373
374 - janosch: pdf-gateway!?
375
376 o setup ->colorize on quepasa.netfrag.org
377
378 o refactor DesignPattern::MVC
379 o new: @uses instances of classes inherited from the base ones
380 DesignPattern::MVC::Model and DesignPattern::MVC::View, where
381 - DesignPattern::MVC::Model is-a DesignPattern::Observer::Subject
382 - DesignPattern::MVC::View is-a DesignPattern::Observer
383 o new: refactor the rules-subsystem to be a ChangeManager
384 between Subject and Observer sits a ChangeManager acting as mediator (is-a DesignPattern::Mediator)
385 @see http://selab.korea.ac.kr/selab/courses/GoF-patterns/observer.htm
386
387 o Twingle!
388 o twingle -> dispatchmail (Twingle::Mail)
389 o twingle -> twingledoc (Twingle::Doc)
390
391 o refactor to "twingled/":
392 o http://netfrag.org/~joko/computing/overview/topics/topics/
393 o http://netfrag.org/~joko/computing/overview/topics/SampleTasks/
394 o update http://netfrag.org/~joko/computing/overview/topics/topics.html
395
396 x re-enable Yakka
397
398 o setup phpDocumentor from cvs
399
400 o "subscribe" a Folder (using rss/rdf!)
401

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed