1 |
<h3>joko's sample notes - 2003-02 - ResourceIntegration</h3> |
<h3>joko's sample notes - 2003-02 - ResourceIntegration</h3> |
|
|
|
2 |
<hr/> |
<hr/> |
3 |
|
|
4 |
o flib: |
o flib: |
461 |
|
|
462 |
o search::syncml |
o search::syncml |
463 |
|
|
464 |
x search::perl inner class |
x search::[perl inner class] |
465 |
x it works! |
x it works! |
466 |
x the intended document is found on first place |
x the intended document is found on first place |
467 |
x this document is also found |
x this document is also found |
839 |
o re-enable: [Yakka => http://www.netfrag.org/~bareface/yakka/] |
o re-enable: [Yakka => http://www.netfrag.org/~bareface/yakka/] |
840 |
o test: [Yakka] |
o test: [Yakka] |
841 |
o run: ./sbin/indexer -a -v 5 -p 1 -u "http://www.netfrag.org/~bareface/%" |
o run: ./sbin/indexer -a -v 5 -p 1 -u "http://www.netfrag.org/~bareface/%" |
842 |
o begin [Twingle] (proj./lang.) |
a <a name="htmltree">tree for html</a>, follow http://search.netfrag.org/tree: |
843 |
|
x brainstorming: |
844 |
|
- view layer: (frontend/dhtml) use [joust|http://www.ivanpeters.com] or (maybe better) search::xTree |
845 |
|
- model layer: look at PEAR::Tree, follow http://search.netfrag.org/pear::tree |
846 |
|
- controller layer: to be implemented! (php!) (as phpHtmlLib component/lib? what about ->NavTree?) |
847 |
|
- backend layer: maybe use File::List (perl) for directory traversal backend, follow http://search.netfrag.org/pear::tree |
848 |
|
- look at: search::TreeNav (http://search.netfrag.org/TreeNav) this is from phpHtmlLib (search::/news/nfo.links.*::phpHtmlLib) |
849 |
|
->http://www.netfrag.org/webnews/article.php?id=89&group=nfo.log.cvs |
850 |
|
- phpHtmlLib::TreeCSSNav|TreeDHtmlNav? |
851 |
|
- look at http://www.chipchapin.com/WebTools/MenuTools/HTML_TreeMenuXL/ |
852 |
|
x block::implementation: |
853 |
|
x using |
854 |
|
x [PEAR::Tree|http://opensource.visionp.de/modules/project/tree.php|http://pear.php.net/package-info.php?pacid=104] |
855 |
|
x [PEAR::HTML::TreeMenu|http://phpguru.org/treemenu.php|http://pear.php.net/package-info.php?pacid=77] |
856 |
|
x controller: |
857 |
|
x phpHtmlLib::TreeNav::PearHtmlTreeMenuBridge |
858 |
|
x phpHtmlLib::DHTMLTreeNav |
859 |
|
x phpHtmlLib::SelectNav |
860 |
|
a begin [Twingle] (proj./lang.) |
861 |
x start Twingle-impl. (in perl) |
x start Twingle-impl. (in perl) |
862 |
x AutoColouring: |
x AutoColouring is done by prefixing a line with an EntryTypeDeclarationSymbol: |
863 |
x '^(\s|\t)*o' => 'red' |
- Tasks |
864 |
x '^(\s|\t)*x' => 'green' |
x 'o' => 'red' (open) |
865 |
o LinkExpansion: link-extrapolation/-expansion |
x 'x' => 'green' (closed) |
866 |
x simple mode: http://... to <a href="$url">$url</a> |
o 'a' => 'blue' (active) (background-color=light-grey?) |
867 |
o proposal: search::Intertwingularity should be resolved/dispatched (via dispatchrequest) to |
o 'c' => 'green' (cancelled) (strike-through?) |
868 |
x http://www.netfrag.org/search/?q=Intertwingularity |
o '?' => 'red' (in question) (background-color=yellow?) |
869 |
x http://search.netfrag.org/Intertwingularity |
o '!' => 'red' (higher priority) (background-color=red?) |
870 |
o search::..., follow::..., etc. |
o '!!' => 'red' (alert priority) (background-color=red? blinking!!!) |
871 |
o NamespaceDetection - find 'Word::Word::Word' style things |
- Notes |
872 |
o AutoColouring: '\w::|::\w' => 'orange' |
o '-|+|.|*|=|:' => '' (note-item) (background-color?) |
873 |
|
- Blocks |
874 |
|
o "block::..." - notation? |
875 |
|
o circumvent lines by '--- snip ---' | '--- (label) ---' |
876 |
|
a LinkExpansion: link-extrapolation/-expansion |
877 |
|
x simple mode: http://... to <a href="$url">$url</a> |
878 |
|
x proposal: search::Intertwingularity should be resolved/dispatched (via dispatchrequest) to |
879 |
|
x http://www.netfrag.org/search/?q=Intertwingularity |
880 |
|
x http://search.netfrag.org/Intertwingularity |
881 |
|
x "search::..." |
882 |
|
o "follow::..." |
883 |
|
o local document (HtmlAnchors, JavaScript) |
884 |
|
o local node and below (PhpWiki) |
885 |
|
o global tree (search.netfrag.org) |
886 |
|
o world (google) |
887 |
|
o named links with captions: [caption|url] |
888 |
|
o "anchor::..." |
889 |
|
o "block::..." ("copy-/paste-/cut-" block feature) |
890 |
|
o WikiWords |
891 |
|
o auto-assignement (for local processing / to some registry (see below)): |
892 |
|
- proposal: [Yakka => http://www.netfrag.org/~bareface/yakka/] |
893 |
|
a NamespaceDetection - find 'Word::Word::Word' style things |
894 |
|
x AutoColouring: '\w::|::\w' => 'orange' |
895 |
o LinkExpansion: lookup found name in a KeywordRegistry|ShortcutRegistry (sub-node: "namespace") |
o LinkExpansion: lookup found name in a KeywordRegistry|ShortcutRegistry (sub-node: "namespace") |
896 |
(a registry-db (has to store classnames from perl and/or php and stuff)) |
(a registry-db (has to store classnames from perl and/or php and stuff)) |
897 |
|
o which registries are possible/required? |
898 |
|
o KeywordRegistry |
899 |
|
o ShortcutRegistry |
900 |
|
o NamespaceRegistry |
901 |
|
o ComponentRegistry |
902 |
o propose Twingle-impl. (for php/yakka) |
o propose Twingle-impl. (for php/yakka) |
903 |
o phpDocumentIndex |
a phpDocumentIndex |
904 |
o re-enable "stat" for symlinks - if possible |
o re-enable "stat" for symlinks - if possible |
905 |
o "last run by/on" |
o "last run by/on" |
906 |
o sync-meta: |
o sync-meta: |
914 |
o announce internally |
o announce internally |
915 |
o announce otherwhere? |
o announce otherwhere? |
916 |
o mkProject@sourceforge? |
o mkProject@sourceforge? |
|
o tree for html, follow http://search.netfrag.org/?q=tree: |
|
|
x view layer: (frontend/dhtml) use joust or (maybe better) XTree, follow http://search.netfrag.org/xTree |
|
|
x model layer: look at PEAR::Tree, follow http://search.netfrag.org/?q=pear::tree |
|
|
o controller layer: to be implemented! (php!) (as phpHtmlLib component/lib? what about ->NavTree?) |
|
|
o backend layer: maybe use File::List (perl) for directory traversal backend, follow http://search.netfrag.org/?q=pear::tree |
|
|
o look at: search::TreeNav (http://search.netfrag.org/TreeNav) this is from phpHtmlLib (search::/news/nfo.links.*::phpHtmlLib) |
|
|
->http://www.netfrag.org/webnews/article.php?id=89&group=nfo.log.cvs |
|
|
o phpHtmlLib::TreeCSSNav|TreeDHtmlNav? |
|
917 |
|
|
918 |
o integrate rendering of phpHtmlLibWidgets as YakkaPlugins (via special TaviTags) |
o integrate rendering of phpHtmlLibWidgets as YakkaPlugins (via special TaviTags) |
919 |
|
|
941 |
|
|
942 |
o google::test |
o google::test |
943 |
|
|
944 |
|
o use phpHtmlLib's CSSBuilder!!! (e.g. instead of horde's css-merging mech) |
945 |
|
|
946 |
|
o todo, 2003-02-27 |
947 |
|
o bw_acct |
948 |
|
o http://pear.php.net/package-search.php?pkg_name=tree&bool=AND&submit=Search |
949 |
|
o moon4->elessar: get.nu, webpla.net, steger.net? |
950 |
|
o hd-space on h1!!! |
951 |
|
o backup on h1!!! |
952 |
|
|
953 |
|
o gharb -> /etc to cvs |
954 |
|
|
955 |
|
|
956 |
|
|
957 |
|
|
958 |
<hr/> |
<hr/> |