/[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.50 by joko, Sun Jan 26 14:04:07 2003 UTC revision 1.54 by joko, Sun Jan 26 16:33:37 2003 UTC
# Line 1  Line 1 
1  <html>  <html>
2    <head>
3      <title>joko's sample notes - 2003-01</title>
4      <link href="/horde/css.php?app=chora" rel="stylesheet" type="text/css" />
5    </head>
6  <body>  <body>
7    
8  <pre>  <pre>
# Line 731  o dispatchrequest - a multipurpose reque Line 735  o dispatchrequest - a multipurpose reque
735      x ln -s /data/www/global/apps/dispatchrequest .      x ln -s /data/www/global/apps/dispatchrequest .
736            
737        
738  o buildhtml -> docmaker  o buildhtml -> makedoc
739    
740  o TWIG & yakka?  o TWIG & yakka?
741    
# Line 792  x dpkg -x twig_2.7.5-4_all.deb tmp/ Line 796  x dpkg -x twig_2.7.5-4_all.deb tmp/
796    
797  o TWIG & OpenLDAP!?  o TWIG & OpenLDAP!?
798    
799  x quepasa.netfrag.org:  x ApacheMasterLayoutRefactoring: quepasa.netfrag.org:
800    x removed /data/www/doc to /data/www/global/apps    x removed /data/www/doc to /data/www/global/apps
801      x test:      x test:
802        x cd /data/www/virtual        x cd /data/www/virtual
# Line 811  x quepasa.netfrag.org: Line 815  x quepasa.netfrag.org:
815      x cd virtual/netfrag/conf      x cd virtual/netfrag/conf
816        x grep -ri "/pub" *        x grep -ri "/pub" *
817          x modify httpd.conf and applications.conf          x modify httpd.conf and applications.conf
818      x apachectl configtest
819        Syntax error on line 345 of /etc/apache/httpd.conf:
820        DocumentRoot must be a directory
821        x disabled there completely
822        x now in /data/www/global/conf/httpd.conf
823          DocumentRoot /data/www/virtual/netfrag/sites/public
824      x apachectl configtest
825        fopen: No such file or directory
826        apache: could not open document config file /data/www/conf/twiki-httpd.conf
827        x mv /data/www/global/conf/twiki-httpd.conf /data/www/virtual/netfrag/conf/
828        x nano /data/www/virtual/netfrag/conf/applications.conf to match new path
829      x apachectl configtest
830        fopen: No such file or directory
831        apache: could not open document config file /data/www/conf/tutos-httpd.conf
832        x cd virtual/netfrag
833        x grep -rin "www/conf" *
834        x edit applications.conf:21
835          x was: Include /data/www/conf/tutos-httpd.conf
836          x is: Include /data/www/global/conf/tutos-httpd.conf
837      x apachectl configtest
838        Warning: DocumentRoot [/data/www/virtual/netfrag/sites/webnews] does not exist
839        fopen: No such file or directory
840        apache: could not open document config file /data/www/conf/dynamic.conf
841        x grep -rin webnews *
842          x edit applications.conf:30
843            x was: Alias /webnews/ /data/www/global/apps/newsportal/
844            x is: Alias /webnews/ /data/www/global/apps/newsportal/
845          x edit httpd.conf:74
846            x was: DocumentRoot /data/www/virtual/netfrag/sites/webnews
847            x is: DocumentRoot /data/www/virtual/netfrag/sites/news
848         x cd global/conf
849         x grep -rin www/conf *
850          x STDOUT-PARSE:
851            httpd.conf:14:#Include /data/www/conf/httpd-php-perl.conf
852            httpd.conf:16:#Include /data/www/conf/virtualdomains-httpd.conf
853            httpd.conf:29:Include /data/www/conf/dynamic.conf
854              ->FILE-MODIFY: httpd.conf:29:Include /data/www/global/conf/dynamic.conf
855      x apachectl configtest
856          root@quepasa:/data/www/global/conf# apachectl configtest
857          configuring dynamic domain "golf5.de"
858          configuring dynamic domain "smartmen.de"
859          configuring dynamic domain "ballonflug.de"
860          Syntax OK
861      x /etc/init.d/apache restart
862      x testing "http://netfrag.org/" fails
863      x testing "http://netfrag.org/index.php"
864        x makes redirect to "http://netfrag.org/nfoweb/" but fails there
865      x tail -f tail -f /data/www/virtual/netfrag/log/error_log
866        [Sun Jan 26 15:32:04 2003] [error] [client 217.231.119.195] File does not exist: /data/www/virtual/netfrag/pub/
867        [Sun Jan 26 15:33:02 2003] [error] [client 217.231.119.195] File does not exist: /data/www/virtual/netfrag/pub/
868        [Sun Jan 26 16:37:37 2003] [error] [client 217.231.119.195] Symbolic link not allowed: /data/www/virtual/netfrag/sites/public/nfoweb/
869        [Sun Jan 26 16:38:08 2003] [error] [client 217.231.119.195] Symbolic link not allowed: /data/www/virtual/netfrag/sites/public/nfoweb/
870        [Sun Jan 26 16:40:10 2003] [error] [client 217.231.119.195] Symbolic link not allowed: /data/www/virtual/netfrag/sites/public/nfoweb/
871    
872    
873  o register:  o register:
874    public.netfrag.org -> http://netfrag.org    public.netfrag.org -> http://netfrag.org
875    secure.netfrag.org -> https://netfrag.org    secure.netfrag.org -> https://netfrag.org
876        
877  o netfrag.org: dispatchrequest for http://netfrag.org/nfoweb/!  o netfrag.org: DispatchRequest for http://netfrag.org/nfoweb/!
878    o netfrag.org: DispatchRequest for http://netfrag.org/rrr/!
879    
880    o IntroduceMergePoint at http://netfrag.org/doc/
881      o MiniHowto
882      o faqs (e.g. from news://news.netfrag.org/nfo.faq.users
883    
884    o what about an "AUTOSAVE"-feature for UltraEdit when leaving the window or
885      o an AUTOCOMMIT on that very event (maybe integrated with a counter)
886      
887    o write scripts to iterate recursively through directories under specified path ...
888      o ... and do some actions on each directory, e.g.
889      o execute some specified .dot-files (e.g. .pod2htmlrc, .symlinkrc, .makedocrc)
890      
891    x CVSSpam in action:
892      10146 ?        S      0:00 /usr/sbin/sshd
893      10148 ?        S      0:00 /usr/sbin/sshd
894      10149 ?        S      0:00 cvs server
895      10150 ?        S      0:00 cvs server
896      10151 ?        S      0:00 /bin/login
897      10155 ?        S      0:00 /usr/bin/ruby -w /var/lib/cvs/CVSROOT/collect_diffs.rb --to joko@netfrag
898      10158 ?        S      0:00 /usr/bin/ruby /var/lib/cvs/CVSROOT/cvsspam.rb /tmp/#cvs.loginfo.10149.10
899      
900    x as Chora'sStylesheet has come active (by accident) when viewing this file view web
901       we should include this as a fixed default making horde our default stylesheet delivery engine (for now)
902    
903    o link-checker for netfrag.org
904    
905    o dispatcher for style.netfrag.org redirecting to <link href="/horde/css.php?app=chora" rel="stylesheet" type="text/css" />?
906    
907    o mini-howto: "HttpRedirect"
908    
909    o how to refactor the MiniHowtos?
910      o into a wiki? wikis seem to miss offline/distributed capabilities! (for now)
911      x into pod
912        x build offline
913        o build online
914      o into DocBook?
915      o into tavi? (or "TaviWorkflow"?)
916      o but: LinkWithWikiAutomagically to get everything together
917        o look at the InterwikiMechanism
918        o look at the various WikiPluginArchitectures
919        o look at YakkaDev!
920    
921    o a LinkageExample: RenderThis(html4|text|html3|pdf) with [[yakka]] and [[tavi-workflow]]!
922    
923    o proposal for hierarchical structure (and HomePage) of netfrag.org
924      ~overview -> SomeWiki -> Overview
925        ~projects (include some common text here)
926        ~users (include some common text here)
927          - Page: UserArea
928          - Page: ~users
929      ~projects -> SomeWiki-> Projects
930      ~users (include former page "User area" (now UserArea) automagically at the bottom here! (WikiInclude?))
931        ~rabit (raBit's router - psl.no-ip.com)
932        ~natraj (sam's place - optix)
933        ~joko (joko's)
934        ~bareface (->yakka)
935    
936    o MasterWorkflow:
937      -> TheThreeGoodThings
938        -> HaveIdea -> WriteDown (RefactorLater) -> WriteDownMore -> WriteDownAssociations -> WriteDownEvenMoreIfNotStoppedByExternalInfluences
939        -> RefactorIdeas -> Categorize -> AddNotes -> AddTasks
940        -> DoThings -> ReadTasks -> DoTasks
941      -> TheFourthBadThing: TimeTrackAllThis  ;-)  (it seems to be not so far away....)
942    
943    
944    

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.54

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