/[cvs]/joko/doc/SampleTasks/joko_2003-01.html
ViewVC logotype

Diff of /joko/doc/SampleTasks/joko_2003-01.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.65 by joko, Mon Jan 27 02:03:28 2003 UTC revision 1.121 by joko, Fri Jan 31 23:34:25 2003 UTC
# Line 5  Line 5 
5  </head>  </head>
6  <body>  <body>
7    
8    
9  <pre>  <pre>
10    
11    
12    <hr/>
13    
14    AIMS:
15      - Convert this document into a data-structure and back.
16      - Don't loose a bit of information.
17      - Make possible to link to all resources available.
18    
19    for working with it
20      - global metadata
21        - cvs-loginfo/commitinfo
22      - ItemMetadata
23        - ItemStatus (open, closed and stuff)
24        - ItemAuthor
25        - ItemType
26        - ItemIdentifier
27        - references/associations to/from
28      - word metadata
29        - link to target
30        - show target as ...
31      - overview of all gathered metadata (at the bottom)
32    
33    for rendering it
34        - render <target> at <locator> as <that-type> [in <this-mode>] [to this <othertarget>]
35    
36    <hr/>
37    
38  joko@netfrag.org - sample stack:  joko@netfrag.org - sample stack:
39    
40    o get (and refactor) from janosch:
41      - serial-interface-perl-scripts (3?)
42        - aquastar.pl
43        - relais.pl
44        - xyz
45      x faxGate.pl: mail-handler (Faxversandmodul)
46    
47    o gtk radiant
48    
49    o serial-line to eagle.psl.netfrag.org
50    
51    o rabit: php-gtk-ide (phpMole?)
52    
53    x mail links to jonen
54    
55    o Quake SDK (bots, ....)
56    
57    o 3dmax: Reactor
58    
59    o look at tools @ perl/bin!!!
60    
61    o trim ~joko/Mail/.rules.pm for new Mailing Lists and CVS Logs (from CVSSpam)
62    
63    o get into ExtUtils::MakeMaker!!!
64    
65    o glossary: sync = get|send new mail & publish|announce
66    
67    x new mechanism to pass configuration-metadata to Torus: 'config_metadata => { file => '../etc/syncOutlookContacts.ini' }, ' and stuff....
68    
69    o TUTOS - to (static) report:
70      o Overview - All Projects: http://www.netfrag.org/tutos/php/product_overview.php?name=
71      o Statistics - All Projects: http://www.netfrag.org/tutos/php/product_overview.php?format=&start=0&format=stat
72      o Timetrack Summary - per User: http://www.netfrag.org/tutos/php/timetrack_overview.php?worker=1036
73      look at:
74      http://www.netfrag.org/tutos/php/res_cal.php?id=1036
75      http://www.netfrag.org/tutos/php/timetrack_overview.php?worker=1036
76    
77    o Torus/XML
78      -----------------------------------------------------------------------------
79      Torus::addItem
80      
81      <item name="" type="Note">
82        <parent name="Torus" type="Project" />
83        <item name="" parent="">
84          <description>
85      
86          </description>
87        </item>
88      </item>
89      -----------------------------------------------------------------------------
90    
91    o register: archive.netfrag.org
92    
93    x already archived somewhere in mail-history
94        Data::Transfer::Sync::API::syncNodes
95          Data::Transfer::Sync::Core::_syncNodes
96            Data::Transfer::Sync::StorageInterface::_getNodeList( source )
97            Data::Transfer::Sync::StorageInterface::_resolveNodeIdent( source )
98            Data::Transfer::Sync::StorageInterface::_statloadNode( target )
99            Data::Transfer::Sync::Compare::Checksum::_readChecksum( source )
100            Data::Transfer::Sync::Core::_buildMap
101            Data::Transfer::Sync::Core::_doTransferToTarget( insert|update )
102            Data::Transfer::Sync::StorageInterface::_statloadNode( target )
103            Data::Transfer::Sync::Compare::Checksum::_readChecksum( target )
104            (Data::Transfer::Sync::Core::_doModifySource_IdentChecksum)
105    
106    o shortcut url: Detailed History (Tracker): http://www.netfrag.org/tutos/php/history_show.php?id=1054
107    
108    o glossary: "bind data" (add relationships and stuff...)
109    
110    o accounts for jonen, janosch and bareface (and all others) for inn@news.netfrag.org
111    
112    x outlook2ldap: win32, perl-5.8.0:
113        ---> App::Config (CPAN, force)
114        Tie::IxHash (CPAN)
115        Log::Dispatch (CPAN)
116        Log::Dispatch::Config (CPAN, force)
117        mixin (ppm)
118        DBI (ppm)
119        Hash::Merge (ppm)
120        Tie::SecureHash (ppm)
121        ---> Date::Manip (CPAN)
122        ---> Net::LDAP (own)
123    
124    o integrate TUTOS and sloccount!? the "costs"?
125    
126    o refactor DesignPattern:: to Data::Code::Object
127    
128    o create apache conf statically|dynamically from some declaration stored in ldap
129    
130    o misc
131      cd /tmp
132      umount /data
133      recover /dev/ubd/2
134    
135    o implement rmtray!!! -> mv xyz /lost+found/tray/xyz
136      -> [ insert project found by jonen here ]
137    
138    o apache startphrase: quepasa.netfrag.org
139    
140    o TUTOS FATAL ERROR Wednesday 22. Jan 2003
141      =================================================================
142        TUTOS FATAL ERROR Wednesday 22. Jan 2003
143      14:15  
144      Error:
145       Opening the MYSQL database MYSQL:tutos@localhost
146      Detail:
147       2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
148      
149      TUTOS Version: 1.0.20021113
150      PHP Version: 4.2.3 Linux
151      PHP Config: /etc/php4/apache/php.ini
152      APACHE Version: Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.2.3 mod_ssl/2.8.9 OpenSSL/0.9.6g mod_perl/1.26
153      Called from: http://www.netfrag.org/tutos/php/product_show.php?id=1108
154      Called by: 217.231.123.32
155      PHP Info Page
156      =================================================================
157    
158    o Perl::Module::AutoInstall
159      - detect dynamically
160      - download from CPAN
161      - install || force install
162      - continue
163    
164    o perl -MCPAN -eshell
165      install Hash::Merge
166      install Bundle::CPAN
167      install Hash::Merge
168      force install Clone
169      install Hash::Merge
170    
171    o apt-get install libtrash!!!
172    
173    o enhance-apache-perl-configuration:
174      - bug:
175      root@quepasa:/tmp# /etc/init.d/apache start
176      Starting web server: apacheconfiguring dynamic domain "golf5.de"
177      - features!!!
178      - have declaration stored in ldap:
179        - ldap-company-hierarchy-containers
180        - ldap-account-containers
181          - metadata (nsswitch)
182          - contact-information (pim (outlook|horde), notify, etc.)
183        - ldap-data-containers
184          - data-transfer (column/property -> column/property) mappings (via Data::Map)
185          - sendmail-virtusertable & -aliases
186          - mapped apache-config
187    
188    
189    o misc
190    o [task by joko] introduced "dispatchmail" to add mail2news-functionality to "recieveMail" (collector@netfrag.org)    o [task by joko] introduced "dispatchmail" to add mail2news-functionality to "recieveMail" (collector@netfrag.org)
191    x [task by joko] migrated joko_mail from "receiveMail" to "dispatchmail"    x [task by joko] migrated joko_mail from "receiveMail" to "dispatchmail"
192    x [bug from joko] what about mailing from the cli / mails sent from the system (e.g. via CVSSpam):    x [bug from joko] what about mailing from the cli / mails sent from the system (e.g. via CVSSpam):
# Line 644  x --setup|*setting up*-- newsportal (by Line 822  x --setup|*setting up*-- newsportal (by
822        o JumpToArticle: http://news.netfrag.org/nfo.sysadmin.tutos/id/b0shbj$l9s$1@quepasa.netfrag.org        o JumpToArticle: http://news.netfrag.org/nfo.sysadmin.tutos/id/b0shbj$l9s$1@quepasa.netfrag.org
823        x JumpToArticle: http://news.netfrag.org/nfo.links.computing/id/44        x JumpToArticle: http://news.netfrag.org/nfo.links.computing/id/44
824          e.g. ->http://netfrag.org/webnews/article.php?id=44&group=nfo.links.computing          e.g. ->http://netfrag.org/webnews/article.php?id=44&group=nfo.links.computing
         
825    
826  o NfoWeb  x NfoWeb
827    o add WikiPages:    o add WikiPages:
828      o Overview      o Overview
829        o Projects        o News
830        o MiniHowTo          o news.netfrag.org
831          o Users
832          o Development
833            o Projects
834            o cvs.netfrag.org
835          o Documentation
836            o Topics
837            o MiniHowto
838          o Download
839        (o Search)        (o Search)
840    o modify HomePage    o modify HomePage
841      o change Projects to Overview      o change Projects to Overview
# Line 698  o shutdown horde (for now: "pause") Line 883  o shutdown horde (for now: "pause")
883  o viewcvs & apache-mod-python?  o viewcvs & apache-mod-python?
884    
885  o home2web, .home2webrc  o home2web, .home2webrc
886    --before: buildhtml --source=pod|tavi    o what?
887    --after: say "ready"      --before: buildhtml --source=pod|tavi
888        --after: say "ready"
889      o hmmm...
890        o buildhtml: automate various SubTasks
891        o synccvs (->cvs.nfo.perl.scripts.shortcuts.synccvs.pl)
892        o buildhtml (->makedoc) (->cvs.nfo.perl.scripts.shortcuts.synccvs.pl)
893    
894  x added root of quepasa to cvs  x added root of quepasa to cvs
895    x su root    x su root
# Line 756  o docu about uml and filesystem-layer ru Line 946  o docu about uml and filesystem-layer ru
946    
947  o search.php?wiki=1&cvs=1&index=1  o search.php?wiki=1&cvs=1&index=1
948    
949  o get mnoGoSearch running  x get mnoGoSearch running
950    e apt-get install mnoGoSearch    e apt-get install mnoGoSearch
951      e apt-get install mnogosearch-common mnogosearch-doc mnogosearch-pgsql mnogosearch-php
952      x apt-get install mnogosearch-common mnogosearch-php
953        x don't overwrite configuration files
954        x use 'crc-multi'
955        x use 'postgres'
956        x use 'mnogosearch'
957      x apt-get install postgresql
958        x use 'Enter default encoding (SQL_ASCII):'
959            Success. You can now start the database server using:
960            
961                /usr/lib/postgresql/bin/postmaster -D /var/lib/postgres/data
962            or
963                /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgres/data -l logfile start
964            
965            PostgreSQL database now installed.
966            Use /usr/bin/createdb to create a specific database and
967            /usr/bin/createuser to enable other users to connect to a
968            PostgreSQL database.
969            
970            In the first instance, these commands must be run by the
971            user 'postgres'.
972            
973            Restarting PostgreSQL database: postmaster
974            No /usr/lib/postgresql/bin/postmaster found running; none killed.
975            Starting PostgreSQL postmaster.
976            postmaster successfully started
977            .
978            Enabling the PL procedural language in all PostgreSQL databases...
979            plpgsql added to template1
980      x apt-get install postgresql-dev
981      e apt-get install libpostgresql
982      e apt-get install libpgtcl
983      x apt-get install mnogosearch-pgsql mnogosearch-pgsql-dev
984      x dpkg-reconfigure mnogosearch-common
985      x su postgres
986      x /usr/lib/postgresql/bin/createuser mnogosearch
987      x /usr/lib/postgresql/bin/createdb mnogosearch
988      
989      x changed to "mysql" in /etc/mnogosearch/indexer.conf and
990        e deployed schemas at /usr/share/doc/mnogosearch-common/create/mysql/
991          x mysql -e "insert into user (host, user, password) values ('localhost', 'mnogosearch', password('mno123'));" mysql
992          c mysql -e "insert into user (host, user, password) values ('%', 'mnogosearch', password('mno123'));" mysql
993          x mysql -e "insert into db values ('localhost', 'mnogosearch', 'mnogosearch', 'Y','Y','Y','Y','Y','Y','N','Y','Y','Y');" mysql
994          x mysql -e "create database mnogosearch;"
995          x cd /usr/share/doc/mnogosearch-common/create/mysql/
996          x mysql mnogosearch < categories.txt
997          x mysql mnogosearch < crc-multi.txt
998        x deployed schemas at /usr/share/doc/mnogosearch-common/create/pgsql/
999          x psql -U mnogosearch mnogosearch < create.txt
1000          x ...
1001        x added to /data/www/virtual/netfrag/conf/applications.conf
1002          php_value include_path /usr/share/mnogosearch-php:/etc/mnogosearch-php
1003          Alias /search/ /var/www/search.php
1004        x apt-get install php4-pgsql
1005        
1006        x !!! jonen made mysql-mode apts for mnogosearch-common_3.2.6-2.SU.1_all.deb !!!
1007          use them: [...]  ->archive:/path/to/debs
1008        
1009    
1010  o it's not tavi nor tavi-workflow - it's: JustWrite? it's todo! (.todo -> .justdo -> .justwrite -> .done)  o it's not tavi nor tavi-workflow - it's: JustWrite? it's todo! (.todo -> .justdo -> .justwrite -> .done)
1011    
# Line 990  o how to refactor the MiniHowtos? Line 1238  o how to refactor the MiniHowtos?
1238      o look at YakkaDev!      o look at YakkaDev!
1239    
1240  o a LinkageExample: RenderThis(html4|text|html3|pdf) with [[yakka]] and [[tavi-workflow]]!  o a LinkageExample: RenderThis(html4|text|html3|pdf) with [[yakka]] and [[tavi-workflow]]!
1241      o this could mean:
1242        o use the declared formats as output filters for viewing target in other formats / styles
1243    
1244  o proposal for hierarchical structure (and HomePage) of netfrag.org  o proposal for hierarchical structure (and HomePage) of netfrag.org
1245    ~overview -> SomeWiki -> Overview    ~overview -> SomeWiki -> Overview
# Line 1038  o mail announces to announce@netfrag.org Line 1288  o mail announces to announce@netfrag.org
1288    
1289  o no symlinks in webroot anymore? use ApacheAliases?  o no symlinks in webroot anymore? use ApacheAliases?
1290    
1291  o MiniHowto: NfoLinkageSystem  o MiniHowto: NfoLinkageSystem(->news.nfo.announce)
1292      o this declaration could mean:
1293        o UseResources:
1294          o look up "NfoLinkageSystem" as subject in newsgroup "news.nfo.announce" on default newsserver
1295        o RenderThisWay:
1296          o embed into document - html3
1297          o embed into document - dhtml (ExpandTree, CollapseTree)
1298          o LinkToIt (JumpToMechanism(->minihowto))
1299    
1300  o php: appcontrol: reads .appcontrolrc-files recursively from directories and adds/removes users or sets passwords  o php: appcontrol: reads .appcontrolrc-files recursively from directories and adds/removes users or sets passwords
1301      according to specification in there      according to specification in there
# Line 1047  o source-code parser which creates docum Line 1304  o source-code parser which creates docum
1304    o pod2tavi -> tavi2html    o pod2tavi -> tavi2html
1305    o phpDoc <- tavi-plugin?    o phpDoc <- tavi-plugin?
1306    
1307    o integrate yakka and newsportal:
1308      o make a yakka-page of embedded news-articles / threads / thread-parts (a NewsComposition) (->YakkaPageMetadata)
1309        o article-sources
1310          o all items from one news-server
1311          o !!! from different news-servers !!!
1312        o add a "CommentThis"-links to each item when rendering
1313        o when user posts the answer on YakkaEditPage
1314          o make yakka post to the article's associated news-server (read from YakkaItemMetadata)
1315          o wait until new article is published, then ...
1316            o ... add to NewsComposition (update YakkaPageMetadata) (->AsynchronousBackendDaemon)
1317            o ... use/introduce a MetaItem "New" into YakkaPageMetadata (at TopLevel)
1318              which shows NewItems(->self, ->live) per thread or newsgroup
1319      
1320    o download this and that - e.g.:
1321      o phpMyadmin(->archive.software.phpMyAdmin)
1322        o this requires 'archive.software' to have ...
1323          o ... a ListSearchHandler (searches nodelist below 'archive.software' only)
1324          o ... a RecursiveSearchHandler (searches nodelist below 'archive.software' and all subfolders recursively)
1325          o make this available as a ResourceHandler via a DispatchRequest sitting at
1326            o http://netfrag.org/archive/?base=software&search=phpMyAdmin
1327            o http://archive.netfrag.org/
1328    
1329    x rename newsgroup nfo.csm to nfo.caesar (Collaborative And Easy System Management)
1330      x ctlinnd newgroup nfo.caesar
1331      x /etc/init.d/inn stop
1332      x cd /var/spool/news/nfo
1333      x cp csm/* caesar/
1334      x cd caesar
1335      (x movearticle ...)
1336      o chown news.news *
1337      o /usr/lib/news/bin/makehistory
1338      x THIS FAILED! DON'T DO IT
1339      
1340    o MiniHowto: KerberizedSystem (->~jonen)
1341    
1342    o RefWords -> LookUpDb -> SearchDb
1343    
1344    x added first news-article which refers/references to another one in another newsgroup
1345       <a href="http://news.netfrag.org/nfo.caesar/id/1">Requirement: LDAP For Aliases, Maps, And Classes</a>
1346       o PARSER-TODO: RefactorThisLink
1347    
1348    o check out /usr/sbin/checksecurity - what's that?
1349      x seems to come from /etc/cron.daily/standard
1350      
1351    o write mail to the KroupwareMailingList
1352    
1353    o ContentIndexer for netfrag.org which should provide a FullTextSearch over AllResources
1354    
1355    o run MakeDoc at interval at netfrag.org as ServiceUser
1356      o implement first version of makedoc
1357      o use mkDoc.bat (or similar) for that purpose
1358      o extend: use 'makedoc.bat|.pl' from ->cvs.joko.TestArea.topics.authoring.DocBook
1359    
1360    o DispatchRequest to tie all together
1361      o just make a ref from almost everything and see what comes in....
1362      o write handlers for the various refs....
1363      
1364    o show foldername in CVSSpam - message
1365    
1366    o SoWhyCommands?
1367        o JustUseHumanLanguage!
1368          o StartWithEnglish
1369          o TryGerman
1370    
1371    o wrappers around the common used cvs commands
1372      o cvscheckout <what>
1373      o cvsupdate <what>
1374      o cvscommit <what> <message>
1375    
1376    o newsportal
1377      feature-idea: crosspost to another group
1378      
1379    o FreeTaskManagement
1380    
1381    o run-dotfiles -R fetchdoc|synccvs|makedoc
1382    
1383    o netfrag.org: "NewItems" (interacting with user's cookie's)
1384    
1385    o phpLdapAdmin
1386      o use Horde's Ldap-driver!
1387      o tryout http://www.enaliath.com/phpLDAPadmin.tgz
1388      
1389    o david-addons (Freeware)
1390    
1391    o MacOsX (Shareware)
1392    
1393    o POE - mailing-list???
1394    
1395    o publish all ldap-schemas seperately
1396    
1397    o copyright information for nfo/docs/schemas (horde & janosch)
1398    
1399    o notify of new news-entries / bug-requests
1400    
1401    o scan urls from channel nfo and post to nfo.links.misc
1402    
1403    o write current topic of #nfo to some page on http://netfrag.org and link to irc-channel there
1404    
1405    o FeatureForTUTOS: ConvertNoteToTask
1406    
1407    o FeatureForTUTOS: mark items in MiniTaskView as open or closed (by their respecrive state)
1408    
1409    o wiki.de?
1410    
1411    o increase memory for quepasa.netfrag.org (128?)
1412    
1413    o have a look at /usr/share/mail-audit-tools/popread
1414    
1415    o ModeWorkflow:
1416      o OnlineMode:
1417        o GoOnline
1418        o SyncHome2Web
1419        o BrowseInternet, SelectItemsForDownload (SeeOtherNote "what do we need / what do we do?")
1420        o SyncWeb2Home
1421        o GoOffline (switches to DisconnectedMode)
1422      o DisconnectedMode:
1423        o ReadMails, WriteMails
1424        o ReadNews, PostAnswers
1425        o BrowseIntranet, PublishStuff
1426        o GoHome (switches to ShutdownMode)
1427      o ShutdownMode
1428        o all (important - more or less...) messages are redirected to pre-configured
1429           addresses and/or notifications are sent on incoming messages at specific
1430           targets to pre-configured addresses as well.
1431    
1432    o Hack: ModifyWord to *only* load and save HTML-Documents
1433    
1434    o TUTOS:
1435      o MyTUTOS:
1436        o on http://www.netfrag.org/tutos/php/mytutos.php ...
1437        o "Open Tasks" (below|above "Products & Projects")
1438        o ... display http://www.netfrag.org/tutos/php/task_overview.php?id=1036
1439        o columns: Taskname (linked to task), Projectname (linked to project), created
1440      o Calendar:
1441        o collapse Items (cut away Project-relationship)
1442        o limit column width
1443        o smaller font
1444        o evtl.: vertically
1445      o create Task:
1446        o a "pre"-task doesn't need dates (neither from nor to)  (use the creation-date for displaying in overview)
1447        o an "ongoing"-task needs a begin date only
1448        o a "finished" task needs both!
1449    
1450    o look at docbook.m4 at /home/service/download/mnogosearch/mnogosearch-3.2.7/
1451    
1452    o /home/service/download/mnogosearch/3.1.2.5/sample
1453    
1454    x all attempts to install some recent mnoGoSearch-version working together with mysql
1455        from some debian packages failed, now trying mnogosearch-3.1.20
1456        x configure --with-mysql
1457        x apt-get install libmysqlclient10-dev
1458        x configure --with-mysql
1459        x make && make install
1460        x configure /usr/local/mnogosearch/etc/indexer.conf
1461        x cd /home/service/download/mnogosearch/mnogosearch-3.1.20/create/stopwords
1462          x ./stopword.pl stop.de.txt stop.en.txt > stopwords.txt
1463          x mysql mnogosearch < stopwords.txt
1464    
1465        x seems to work perfectly with "single"-mode!
1466        
1467        o now switching to crc-multi again....
1468          x cd /usr/local/mnogosearch
1469          x ./sbin/indexer -a -v 5
1470    
1471    o phpHtmlLib
1472      o quick2pick-code: refactor TreeView to *new* phpHtmlLib-component
1473      o new: add EditingFeature to phpHtmlLib's "InfoTable"-component
1474      o quick2pick-code: refactor to feature "IntegratedEditing" of phpHtmlLib's "Xyz List" - component
1475    
1476    x indexing netfrag.org
1477    
1478      x lookup examples:
1479        sendmail (->rank!)  (exclude http://www.netfrag.org/docs/build/?)
1480        sync (ok)
1481        kerberos  (exclude http://www.netfrag.org/docs/build/?)
1482        xabbu (ok)
1483        polygon (ok)
1484        textur (ok)
1485        3d (ok)
1486        parkvilla (ok)
1487        stonie (ok)
1488        lash la rue (ok)
1489        sendmail (ok)
1490        kerberos (ok)
1491            
1492      o not needed urls (exclude somehow (mnogosearch-directive|robots.txt!):
1493        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/HowToUseWiki
1494        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/FindPage
1495        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/SandBox
1496        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/WikiWikiWeb
1497        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/RecentChanges
1498        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/AddingPages
1499        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/TextFormattingRules
1500        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/UserPreferences
1501        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/PhpWikiDocumentation
1502        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/MoreAboutMechanics
1503        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/EditText
1504        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/WabiSabi
1505        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/RecentVisitors
1506        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/SteveWainstead
1507        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/RecentEdits
1508        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/PhpWiki
1509        (Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/HomePage)???
1510        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/MagicPhpWikiURLs
1511        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/CalendarPlugin
1512        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/GoodStyle
1513        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/InterWiki
1514        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/LinkIcons
1515        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/PgsrcTranslation
1516        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/PhpWikiAdministration
1517        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/ReleaseNotes
1518        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/WikiPlugin
1519        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/MostPopular
1520        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/InterWikiMap
1521        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/CategoryCategory
1522        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/AllPages
1523        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/BackLinks
1524        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/DebugInfo
1525        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/FullRecentChanges
1526        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/FullTextSearch
1527        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/LikePages
1528        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/PageHistory
1529        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/TitleSearch
1530        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/TestPage
1531        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/OrphanedPages
1532        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/FuzzyPages
1533        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/Info
1534        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/NewMarkupTestPage
1535        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/PageGroupTest
1536        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/PageGroupTestFour
1537        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/PageGroupTestOne
1538        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/PageGroupTestThree
1539        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/PageGroupTestTwo
1540        Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/RandomPage
1541      o ... same with "http://www.netfrag.org/rrr/index.php/" - it's a phpWiki, too
1542        => make up a robots.txt?
1543      x exclude http://www.netfrag.org/docs/build/!!!
1544        x Disallow Regex http://www.netfrag.org/docs/build/.*
1545      o FeatureRequest: remember (via cookie!) last issued searches
1546      x how to clear a mnogosearch-index-database?
1547        x indexer -C
1548      x how to re-index?
1549        x just run 'indexer'
1550      o index more resources on netfrag.org (news, cvs)
1551      o exclude unwanted resources (wiki-test-& default-pages & co.)
1552      o establish http://search.netfrag.org/
1553        o place DispatchRequest there, let it redirect to an application "mnoGoSearch"
1554        o "mnoGoSearch" is currently installed at http://netfrag.org/search/
1555        o => (e.g.) http://search.netfrag.org/dust  ->  http://netfrag.org/search/?q=dust
1556    
1557    o http://w-a-c.com: Inhalt unter "Clubtreffen" besser positionieren!
1558    
1559    o http://lashlarue.de: inhalte und struktur überarbeiten
1560    
1561    x patch cvs-permissions:
1562      x cd /var/lib/cvs/nfo
1563      x chown -R .src doc patches perl php
1564      x chown -R .rootsrc hosts layouts
1565      o do this regularly
1566    
1567    o run indexer and '.runrc' on interval!
1568    
1569    o amo@grasshopper: cleanup local repository 'nfo' from cvs.netfrag.org!!!
1570    
1571    o categorization:
1572      o document-type: <mime-type>
1573      o file-type:
1574        o suffix: .xyz  (guess application-relationship of file from this)
1575        o content-encoding: ASCII, EBCDIC, UTF-8, etc.
1576    
1577    o shortcut for:
1578      o ctlinnd newgroup nfo.dev.php
1579      o nano /data/www/global/apps/newsportal/groups.txt
1580        add: nfo.dev.php Php Development
1581    
1582    o look at slurp:/var/www/docbook-dsssl/
1583    
1584    o make ResourceGroups (group - what else? - resources together - from netfrag.org or other urls/urns or WikiTags)
1585    
1586    o look at R:\staff\public\Research\Mirrored Sites
1587    
1588    o phpw2hfax?
1589    
1590    o look at phpOrgaSync: http://www.ds-services.de/portal/
1591      o ->http://www.phprojekt.com/
1592    
1593    o amavis uses 'Net::Server::PreForkSimple':
1594        Jan 30 07:52:53 quepasa amavis[25445]: 2003/01/30-07:52:53 Amavis (type Net::Server::PreForkSimple) starting! pid(25445)
1595    
1596    o mnogosearch: use searchd? what's spelld?
1597    
1598    o look at quepasa:/etc/apache/httpd.conf:
1599      # MetaDir: specifies the name of the directory in which Apache can find
1600      # meta information files. These files contain additional HTTP headers
1601      # to include when sending the document
1602      #
1603      #MetaDir .web
1604    
1605      #
1606      # MetaSuffix: specifies the file name suffix for the file containing the
1607      # meta information.
1608      #
1609      #MetaSuffix .meta
1610    
1611    o look at quepasa:/etc/apache/httpd.conf:
1612      # Customizable error response (Apache style)
1613      #  these come in three flavors
1614      #
1615      #    1) plain text
1616      #ErrorDocument 500 "The server made a boo boo.
1617      #  n.b.  the (") marks it as text, it does not get output
1618      #
1619      #    2) local redirects
1620      #ErrorDocument 404 /missing.html
1621      #  to redirect to local URL /missing.html
1622      #ErrorDocument 404 /cgi-bin/missing_handler.pl
1623      #  N.B.: You can redirect to a script or a document using server-side-includes.
1624      #
1625      #    3) external redirects
1626      #ErrorDocument 402 http://some.other_server.com/subscription_info.html
1627      #  N.B.: Many of the environment variables associated with the original
1628      #  request will *not* be available to such a script.
1629    
1630    o look at quepasa:/etc/apache/httpd.conf:
1631      # Allow http put (such as Netscape Gold's publish feature)
1632      # Use htpasswd to generate /etc/apache/passwd.
1633      # You must unremark these two lines at the top of this file as well:
1634      #LoadModule put_module          modules/mod_put.so
1635      #
1636      #Alias /upload /tmp
1637      #<Location /upload>
1638      #    EnablePut On
1639      #    AuthType Basic
1640      #    AuthName Temporary
1641      #    AuthUserFile /etc/apache/passwd
1642      #    EnableDelete Off
1643      #    umask 007
1644      #    <Limit PUT>
1645      #       require valid-user
1646      #    </Limit>
1647      #</Location>
1648    
1649    o admin:
1650      o LoginLists (e.g. User-Account per Service(mail (send & recieve), shell, wiki, news))
1651      o IncludeLists (e.g. include newsgroup into newsportal (news2http-gateway), include path to Backup)
1652      o ExcludeLists (e.g. exclude from Indexer (mnoGoSearch))
1653    
1654    o a general question: why does a user *still* has to specifiy *two* servers for mail?
1655      technical - okay (more than....)     -    but from the user perspective? no! just one!
1656      
1657    o benchmark dispatchmail:
1658       a) started via pipe in .forward-file
1659        MTA Queue status...
1660                        /var/spool/mqueue (3 requests)
1661        -----Q-ID----- --Size-- -----Q-Time----- ------------Sender/Recipient-----------
1662        h0U8ARv9027686*   16930 Thu Jan 30 09:13 <news@quepasa.netfrag.org>
1663                                                 <usenet@quepasa.netfrag.org>
1664        h0U8ARv7027686*      56 Thu Jan 30 09:13 <joko_mail@quepasa.netfrag.org>
1665                                                 |"/data/opt/dispatchmail/bin/dispatchm
1666        h0U8ARv5027686*      56 Thu Jan 30 09:13 <joko_mail@quepasa.netfrag.org>
1667                                                 |"/data/opt/dispatchmail/bin/dispatchm
1668                        Total requests: 3
1669       b) as milter-handler????
1670    
1671    o lookup: paul verilio
1672    
1673    o review D:\e\home\amo\develop\cvs\nautilux.progressive-media.de\amo !!!
1674    
1675    o make up a Bundle::dispatchmail
1676      o install dispatchmail
1677      o get dispatchmail.pl from nfo-repository
1678        o get Mail::Audit from CPAN
1679        o get Mail::Audit::Dispatch from nfo-repository
1680        o get dependencies
1681          o DesignPattern::Object
1682          o DesignPattern::Bridge
1683          o org::netfrag::shortcuts
1684          o MIME::Lite
1685          o Hash::Merge
1686          o Log::Dispatch
1687          o Log::Dispatch::Config
1688      o load a sample .dispatchmrc into your users home-directory
1689      o edit it according your needs - see (in future) Mail::Audit::Tour
1690      o test your rules by running
1691        o ./buildmail | ./dispatchmail --base=/home/username (you'll need MIME::Lite for running buildmail...)
1692    
1693    o cvshistory
1694      o draw a graphical / navigatable timeline of a cvs-history
1695      o embed urls pointing to arbitrary resources
1696    
1697    o establish: bugs@netfrag.org
1698      o automagically create TUTOS-ticket
1699    
1700    x groupwares / time-trackers
1701      x TUTOS
1702      x phpProjekt
1703      o [include tool from janosch here]
1704    
1705    o get together Log::Dispatch(mail) and Mail::Audit::Dispatch
1706      o make up a Log::Dispatch::Address
1707        o use Data::Map(via ldap) to actually resolve
1708    
1709    o Torus - client-compatibility
1710      o Outlook Express, Outlook 2000, 2002 (win32)
1711      o Horde (web)
1712      o Netscape & Mozilla (win32 & *nix)
1713      o Ximian Evolution (*nix)
1714      o TUTOS (web)
1715      o Twig (web)
1716      o PhpProjekt
1717      
1718    o jonen@gharb: patched Mail::Audit::Dispatch (don't ask for ~/Mail any more!)
1719    
1720    o glossary: public bulletin board
1721    
1722    o dispatchmail: make option "--user=" work again!
1723    
1724    o flib:
1725      o include & boot
1726        o include-paths
1727        o configKey (servername) => servername/appname
1728      o make glib
1729      o RPC::Remote: just can talk to single rpc-server!!!!
1730    o app-cleanup:
1731      o replace ../img/ through img/ globally (in all files found)
1732        o grep -ri "../img" | modify.pl --regex=s/\.\.\/img/img/g [--in-type=filelist]
1733        o refactor replace_cvs.pl to:
1734          finder.pl -R --regex=/CVS/Root . | modify.pl --regex=s/:pserver:/:ext:/ [--in-type=filelist]
1735          o is it possible to actually parse settings && arguments (not just "options") using Getopt::Long??
1736            o else: look at CPAN more detailed or make a CliCmd::Option + CliCmd::Argument = CliCmd::Setting!!
1737      
1738    o 0. Oef::Request -> ...
1739    o 1. CliCmd::Setting -> Oef::Request -> [hibernate] -> [wakup] -> Oef::Engine -> Oef::>Task -> Oef::Response
1740      o need to freeze a Oef::Request
1741    o 2. CliCmd::Setting -> Oef::Request -> Oef::Engine -> Oef::Task -> [hibernate] -> [wakup] -> Oef::Response
1742      o need to freeze a Oef::Engine
1743      
1744    o Oef::Base bases on DesignPattern::Object and DesignPattern::Bridge
1745    
1746    o refactor DesignPattern::Object::Logger to Oef::Base::Logger
1747    
1748    o use phpHtmlLib - widgets in a wiki (yakka!)
1749    
1750    o rename Data::Storage::Handler::NetLDAP to Data::Storage::Handler::LDAP
1751    
1752    o register: data-storage.[perl.]netfrag.org
1753    
1754    o look at '<meta  http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />'!!!
1755      o better use 'utf-8' to achieve full i18n?
1756      
1757    
1758    
1759    
1760    
1761  </pre>  </pre>
1762    

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.121

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