/[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.121 by joko, Fri Jan 31 23:34:25 2003 UTC revision 1.130 by joko, Sun Feb 2 18:04:21 2003 UTC
# Line 185  o enhance-apache-perl-configuration: Line 185  o enhance-apache-perl-configuration:
185        - sendmail-virtusertable & -aliases        - sendmail-virtusertable & -aliases
186        - mapped apache-config        - mapped apache-config
187    
188    o news-accounts for all@netfrag.org
189    
190    o move data directories of mysql and ldap physically below /data (/var/lib/...)
191    
192    o backup-scripts:
193      - lowlevel: /data
194      - highlevel:
195        - mysql-databases
196        - ldap-databases
197        - news-spool
198        - cvs-repository
199    
200    o backup.pl <- backupThis.pl, backupMe.pl, backupHost.pl
201    
202    o https-only-mode (configurable) for horde and tutos!
203    
204    o make MX entry for news.netfrag.org!!!
205    
206    o backup-MX?
207    
208    x links-computing@netfrag.org -> newscollector -> recieveMail -> Mail::Audit -> news.netfrag.org:nfo.links.computing
209    
210    o convert content in nfo/doc/computing/.... to DocBook - publish and link generated content @ nfoweb
211    
212    o make "build.pl" read metadata from directory given (isCode? isDocBook? getFilelist!(?) getItems)
213       <item name="myPicture" identifier="<filename>.jpg" />
214       <item name="myDocument" identifier="<filename>.doc" />
215    
216    o dispatchmail - prerequisites
217      CPAN
218        Mail::Audit
219        Getopt::Long
220        Hash::Merge
221        mixin
222      nfo/perl/libs
223        DesignPattern::Object
224    
225    o check in joko's dispatchmail-rules
226    
227  o misc  o misc
228    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)
# Line 1005  x get mnoGoSearch running Line 1043  x get mnoGoSearch running
1043            
1044      x !!! jonen made mysql-mode apts for mnogosearch-common_3.2.6-2.SU.1_all.deb !!!      x !!! jonen made mysql-mode apts for mnogosearch-common_3.2.6-2.SU.1_all.deb !!!
1045        use them: [...]  ->archive:/path/to/debs        use them: [...]  ->archive:/path/to/debs
       
1046    
1047  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)
1048    
# Line 1734  o app-cleanup: Line 1771  o app-cleanup:
1771        finder.pl -R --regex=/CVS/Root . | modify.pl --regex=s/:pserver:/:ext:/ [--in-type=filelist]        finder.pl -R --regex=/CVS/Root . | modify.pl --regex=s/:pserver:/:ext:/ [--in-type=filelist]
1772        o is it possible to actually parse settings && arguments (not just "options") using Getopt::Long??        o is it possible to actually parse settings && arguments (not just "options") using Getopt::Long??
1773          o else: look at CPAN more detailed or make a CliCmd::Option + CliCmd::Argument = CliCmd::Setting!!          o else: look at CPAN more detailed or make a CliCmd::Option + CliCmd::Argument = CliCmd::Setting!!
1774            O refactor Getopt::Simple to Getopt::Easy and add features!? a) argument/option-mechanism b) restrict option-mech
1775              symbol: O=Ongoing
1776            c use Getopt::Auto???
1777            x make Getopt::Easy!!!
1778            
1779        
1780  o 0. Oef::Request -> ...  o 0. Oef::Request -> ...
1781  o 1. CliCmd::Setting -> Oef::Request -> [hibernate] -> [wakup] -> Oef::Engine -> Oef::>Task -> Oef::Response  o 1. CliCmd::Setting -> Oef::Request -> [hibernate] -> [wakup] -> Oef::Engine -> Oef::>Task -> Oef::Response
# Line 1754  o register: data-storage.[perl.]netfrag. Line 1796  o register: data-storage.[perl.]netfrag.
1796  o look at '<meta  http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />'!!!  o look at '<meta  http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />'!!!
1797    o better use 'utf-8' to achieve full i18n?    o better use 'utf-8' to achieve full i18n?
1798        
1799    o add descriptive words (undelete, etc.) and references to similar projects to mini-howto_trashcan-under-linux_libtrash.html
1800    
1801    o proarc - professional document archiving, indexing, distributing and publishing
1802      o archiver
1803          archive --reference|meta|content --check-descents=*.txt <path> --type=file|document
1804      o indexer
1805          index <all>, use mnoGoSearch's indexer
1806      o manager
1807          o build sets of data
1808          o make distribution lists
1809          o manage global settings (base-paths/-urls, etc.)
1810          o edit object details (public-url, acls, etc.)
1811          o edit global and/or per-object metadata
1812            o to-be-published (@)
1813            o to-be-indexed
1814          o build manager-rules on top of that
1815      o distributor
1816          o prepare/distribute sets of data
1817      o publisher
1818          o publish data to given url@server
1819            a) prepared machine-readable sets for distribution
1820            b) human-readable material (e.g.: generated indexes, overviews, details, descent-documents)
1821      o add collaboration on top of that!
1822          o (technical) annotations, pbb, etc.
1823    
1824    o Gtk Rules | phpRules - an abstract rule chain editor
1825      o modes: dispatchmail, dispatchrequest, ipchains?
1826      o look at Outlook 2000, Ximian Evolution, Horde
1827    
1828    o iSerienbrief (mac & win32)
1829    
1830    o freier xml-editor für win32? (nicht auf msxml3 basierend?)
1831    
1832    o Data::Storage
1833       - overview
1834         - just gives you a handle to a preconfigured data-source.
1835         - it's a meta-module on our way to unified data access.
1836       - details
1837          It also lets you add additional methods to this handle from
1838          specified Perl-modules acting as "plugins".
1839          It's delivered with "Handlers" ready for talking to rdbms-databases,
1840          flat-file databases (csv, etc.), structured files (INPADOC, XML) and
1841          oo-rdbms-mappers (orms) - in our case "Tangram" (from CPAN).
1842    
1843    o modifier.pl
1844      o soap <-> rpc-xml
1845      o Tangram-Schema <-> RDF Schema (RDFS)
1846    
1847    o Resources, Ontologies, Information Delivery
1848      o RSS, RDF, RDFS
1849    
1850    o use nntp//rss!!!
1851    
1852    
1853    

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

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