/[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.43 by joko, Sat Jan 25 16:33:31 2003 UTC revision 1.47 by joko, Sat Jan 25 19:33:32 2003 UTC
# Line 726  o dispatchrequest - a multipurpose reque Line 726  o dispatchrequest - a multipurpose reque
726      x redirector at cvs.netfrag.org ...      x redirector at cvs.netfrag.org ...
727      o ... and news.netfrag.org      o ... and news.netfrag.org
728    o JumpToCvs (.cvslink-mechanism)    o JumpToCvs (.cvslink-mechanism)
729      o how was it done?
730        x cd /data/www/virtual/netfrag/sites/webcvs/.dispatch
731        x ln -s /data/www/global/apps/dispatchrequest .
732        
733        
734  o buildhtml -> docmaker  o buildhtml -> docmaker
735    
736  o TWIG & yakka?  o TWIG & yakka?
737    
738    o rename: dispatchmail -> dispatchmessage
739    
740    c rename: dispatchrequest -> forwardrequest?
741    
742    o readrc of bashrc|perlrc|xmlrc
743    
744    x setup TWIG
745      x cd /usr/share/doc/twig
746      x cd /data/www/virtual/netfrag/conf/
747      x nano applications.conf
748      x add line: Alias /twig/ /usr/share/twig/
749      x had to modify /etc/apache/conf/httpd.conf:
750        x added: 'index.php3'
751            <IfModule mod_dir.c>
752                DirectoryIndex index.html index.htm index.shtml index.cgi index.php index.php3
753            </IfModule>
754        x added: '.php3'
755            AddType application/x-httpd-php .php .php3
756        x /etc/init.d/apache reload
757        x cd /etc/twig
758          x
759    
760    o remove html from phpWiki: ('http://'!!!) (->https!!!)
761      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
762        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
763      <link rel="copyright" title="GNU General Public License" href="http://www.gnu.org/copyleft/gpl.html#SEC1" />
764      <link rel="author" title="The PhpWiki Programming Team" href="http://phpwiki.sourceforge.net/phpwiki/ThePhpWikiProgrammingTeam" />
765    
766    o force https for: (authentication purposes - anonymous is http!)
767      o horde
768      o tutos
769      
770    
771    
772  </pre>  </pre>

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.47

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