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

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

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

revision 1.62 by joko, Wed Mar 12 17:55:49 2003 UTC revision 1.73 by joko, Wed Mar 12 23:25:51 2003 UTC
# Line 12  Line 12 
12  @cvs-info  @cvs-info
13    $Id$    $Id$
14    $Log$    $Log$
15      Revision 1.73  2003/03/12 23:25:51  joko
16      + AUTOCOMMIT: updated/added content
17    
18      Revision 1.72  2003/03/12 22:55:51  joko
19      + AUTOCOMMIT: updated/added content
20    
21      Revision 1.71  2003/03/12 22:25:51  joko
22      + AUTOCOMMIT: updated/added content
23    
24      Revision 1.68  2003/03/12 20:55:52  joko
25      + AUTOCOMMIT: updated/added content
26    
27      Revision 1.67  2003/03/12 20:25:52  joko
28      + AUTOCOMMIT: updated/added content
29    
30      Revision 1.66  2003/03/12 19:56:04  joko
31      + AUTOCOMMIT: updated/added content
32    
33      Revision 1.65  2003/03/12 19:25:53  joko
34      + AUTOCOMMIT: updated/added content
35    
36      Revision 1.64  2003/03/12 18:56:14  joko
37      + AUTOCOMMIT: updated/added content
38    
39      Revision 1.63  2003/03/12 18:25:53  joko
40      + AUTOCOMMIT: updated/added content
41    
42    Revision 1.62  2003/03/12 17:55:49  joko    Revision 1.62  2003/03/12 17:55:49  joko
43    + AUTOCOMMIT: updated/added content    + AUTOCOMMIT: updated/added content
44    
# Line 1023  o update www.netfrag.org Line 1050  o update www.netfrag.org
1050  o update www.netfrag.org  o update www.netfrag.org
1051    x HomePage (phpWiki::Index): remove yakka's "to be repaired" - line    x HomePage (phpWiki::Index): remove yakka's "to be repaired" - line
1052    o Overview: add link to DocumentIndex at section 'Documentation'    o Overview: add link to DocumentIndex at section 'Documentation'
1053    o update links (jonen's docs, etc.)    x update links (jonen's docs/software, etc.)
1054      o rename http://netfrag.org/docs/build/ to http://netfrag.org/docs/.build/ or http://netfrag.org/docs/@build/
1055      o rename http://netfrag.org/docs/topics/caesar/ to http://netfrag.org/docs/topics/sysadmin/ ???
1056      x add new items to sections
1057      x update/enhance news-section (Overview, Details)
1058    
1059  o run broken-link-finder on www.netfrag.org  o run broken-link-finder on www.netfrag.org
1060    -> find nice project!    -> find nice project!
# Line 1033  o infra for www.netfrag.org Line 1064  o infra for www.netfrag.org
1064    
1065  o account for jonen@www.netfrag.org--phpWiki::*  o account for jonen@www.netfrag.org--phpWiki::*
1066    
1067    o twingle:
1068      render 'o' and/or 'x' symbols as checkboxes other users can use to enable/prioritize tasks
1069    
1070    o backup eagle.netfrag.org!!!
1071    
1072    o enhance backup-system
1073      LookAt::http://www.netfrag.org/webnews/article.php?id=320&group=nfo.links.computing
1074    
1075    o LookAt = MIME-compliant multi-glass
1076    
1077    o at note/attachment to documents shown via browser to inform user about backups made
1078      (link to backup-locations/-urls)
1079    
1080    o search::admintools before actually starting a ToolHierarchy|ToolTree
1081    
1082    o http://www.netfrag.org/~joko/computing/overview/topics/SampleTasks/joko_2003-01.html
1083      Torus::Publish::ReWeb <-> Torus::Publish::ResearchWeb ???
1084    
1085    o search::IMAPFilter
1086    
1087    o QoS for apt-get!!!  (http or ftp to x.debian.org or uni-erlangen.de (parse /etc/apt/sources.list!!!))
1088    
1089    x jonen makes the words: integraded! yeah!
1090    
1091    o Develop a metadata-model (preferably stored inside an LDAP-daemon),
1092      which can hold information about Host <-> vHost <-> Service(s).
1093      This would enhance the Host <-> [posix]Account model currently in development.
1094      o Also associate the [posix]Accounts with an AddressBook! (AddressBook <-> ProprietaryAddressBook)
1095      o Also associate MailRouting with that [posix]Accounts
1096      => this has to be implemented:
1097        0. already in development: Host <-> posixAccount, Host <-> MailRouting
1098        1. tbd: Host <-> vHost <-> Service(s)
1099        2. tbd: posixAccount <-> AddressBook
1100        3. tbd: posixAccount <-> MailRouting
1101    
1102    o use [rss2email|http://www.w3.org/2002/09/rss2email/]
1103      -> that's it: news//rss -> rss2email
1104      -> choose a web-based rss-reader from http://blogspace.com/rss/readers
1105      o LookAt::[ModIndexRSS|http://software.tangent.org/projects.pl?view=mod_index_rss]
1106        also look at "mod_repository for Apache" there!!!
1107    
1108    o close down almost everything on h1.service.netfrag.org
1109      o ntop
1110      o apache
1111      o mysql
1112      o vsd
1113      o write (success-)story!!!
1114    
1115    o note about workflow / FAQ: what about old root-emails on the main-host?
1116      x purged old mboxes
1117        -> just purge them? (admin-action: approve purge!)
1118        #> cd /var/spool/mail
1119        #> >root      (updated recently)
1120        #> >service      (updated recently)
1121        #> rm netsaint      (last entry: Date/Time: Thu Jan 23 14:32:48 CET 2003)
1122      o Write MiniHowTo: How to check if a mbox contains mud-only? try 'formail'!
1123        #> cat {mbox-file} | formail -I "" | less
1124        from 'man formail':
1125           To extract the header from a message:
1126                  formail -X ""
1127           or
1128                  sed -e '/^$/ q'
1129    
1130           To extract the body from a message:
1131                  formail -I ""
1132           or
1133                  sed -e '1,/^$/ d'
1134      x purged old mboxes:
1135        #> rm rfms      (last entry: Date: Fri, 6 Dec 2002 20:45:01 +0100)
1136        #> rm jonen     (last entry: Jun 25  2002)
1137        
1138        
1139    
1140    o convert diffs of this file to rss-chunks to be able to feed them to a RecentChanged Page or arbitrary rss-aggregators
1141    
1142    o make up an "edit"-mode of this document:
1143      o WorkFlow: "Make a personal WishList from items of another users TaskList."
1144      o ToImplement: KISS, Click & Go
1145    
1146    o x.netfrag.org - a server made up of WebServices
1147    
1148    x glossary::KISS - Keep It Simple, Stupid
1149      LookAt::http://whatis.techtarget.com/definition/0,,sid9_gci521694,00.html
1150      <paste>
1151        <title>KISS Principle</title>
1152        The KISS (Keep It Simple, Stupid) Principle is self-descriptive and recognizes two things:
1153        1. People (including product and service users) generally want things that are simple,
1154            meaning easy to learn and use.
1155        2. A company that makes products or furnishes services may find simplicity an advantage
1156            for the company as well, since it tends to shorten time and reduce cost.
1157            (Where the company is trying to use the principle on behalf of users, however,
1158            design time may take longer and cost more, but the net effect will be beneficial since
1159            easy-to-learn-and-use products and services tend to be cheaper to produce and service in the long run.)
1160        The New Hacker's Dictionary, edited by Eric Raymond, says the the KISS Principle
1161        is sometimes cited on a development project to fend off "creeping featurism."
1162      </paste>
1163      SeeAlso::[Ockham's razor|http://whatis.techtarget.com/definition/0,,sid9_gci212684,00.html]
1164    
1165    o look how Horde looks with the current 'chora'-stylesheet...
1166    
1167    o dsu2html: aggregate outputs from dsu to one or more linked html page(s)
1168    
1169    o server- & tool-consolidation (moonX, toolX)
1170    
1171    o phpDocumentIndex should get different "modes":
1172      o ViewMode (normal, twingled, etc.)
1173      o ParsedMode (into rss-chunks by diff2rss)
1174      o RevisionMode (per file, if .ext == ',v')
1175      
1176    o generic framework to build a backend for a web-based ProductBuilder (like alternate's PC-Builder and many others)
1177      o Zwischensumme
1178    
1179    o komplan.com - Homepage!!!
1180    
1181    o translate selfhtml?
1182    
1183    o search::[php & rss & Dublin Core]
1184    
1185    o "what happens if 'dispatchmail' prints something to the console" or ...
1186      "check out how to let dispatchmail append stuff to /var/log/syslog"
1187    
1188    x modified routing of netsaint-mails:
1189      netsaint@h1.service.netfrag.org -> service@h1.service.netfrag.org -> ...
1190        'service' is a local posix account...
1191        'service' is mapped to 'alert@service.netfrag.org', '\service' in /etc/mail/aliases on h1.service.netfrag.org
1192      ... -> SMTP -> MX:quepasa.netfrag.org ->
1193        'alert' is a virtual user mapped to local posix user 'gateway' in /etc/mail/virtusertable on quepasa.netfrag.org
1194        'gateway' is also a service-account - purpose: forward/copy smtp-mail to other locations
1195      -> nfo.support@news.netfrag.org
1196        now the mail gets posted to 'nfo.support' at news.netfrag.org (via nntp)
1197    

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.73

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