/[cvs]/joko/doc/topics.html
ViewVC logotype

Diff of /joko/doc/topics.html

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

revision 1.3 by joko, Tue Jan 21 00:24:48 2003 UTC revision 1.5 by joko, Tue Jan 21 22:04:21 2003 UTC
# Line 1  Line 1 
1  <html>  <html>
2  <body>  <body>
3    
4    <hr/>
5    
6  projects/modules - active:  projects/modules - active:
7  <ul>  <ul>
8    
9    
10      <li>
11        <a href="http://www.netfrag.org/horde/chora/co.php/perl/libs/Data/Identifier.pm">Data::Identifier</a> - Builds/handles/manipulates identifiers for arbitrary Data.<br/>
12        Maybe implement Data::Transform::Builder to build a (ldap-)dn  <br/>
13        from an object "X" containing properties "Y" (using Data::Identifier::Dn?). <br/>
14        What about Data::Transfer::Sync::Identifier or  <br/>
15        Data::Transfer::Identifier or (most simple) Data::Identifier??? <br/>
16        Yes! Data::Identifier is the "base class / root object", Data::Identifier::Dn acts as a plugin - mechanisms shown elsewhere.
17      </li>
18    
19    <li><a href="http://www.netfrag.org/horde/chora/co.php/perl/libs/Data/Transform/Container/HierarchyOperation.pm">Data::Transform::Container::HierarchyOperation</a> - Manipulate the Hierarchy of arbitrary Containers.</li>    <li><a href="http://www.netfrag.org/horde/chora/co.php/perl/libs/Data/Transform/Container/HierarchyOperation.pm">Data::Transform::Container::HierarchyOperation</a> - Manipulate the Hierarchy of arbitrary Containers.</li>
20    
21    <li>    <li>
22      <a href="http://www.netfrag.org/horde/chora/co.php/perl/libs/Data/Transform/Container/ItemOperation.pm">Data::Transform::Container::ItemOperation</a> - Manipulate Items in arbitrary Containers. (move|copy)<br/>      <a href="http://www.netfrag.org/horde/chora/co.php/perl/libs/Data/Transform/Container/ItemOperation.pm">Data::Transform::Container::ItemOperation</a> - Manipulate Items in arbitrary Containers. (move|copy)<br/>
23      maybe enhance to: duplicate|map|mungle-with-expression|serialize - whatever that means....      maybe enhance to: duplicate|map|mungle-with-expression|serialize - whatever that means....
24    </li>    </li>
25    
26    <li><a href="http://www.netfrag.org/horde/chora/co.php/perl/libs/Data/Transform/Map.pm">Data::Transform::Map</a> - Have mappings stored in csv-files, perl-Modules, XML-Files or LDAP-Containers.</li>    <li><a href="http://www.netfrag.org/horde/chora/co.php/perl/libs/Data/Transform/Map.pm">Data::Transform::Map</a> - Have mappings stored in csv-files, perl-Modules, XML-Files or LDAP-Containers.</li>
27    <li>Torus - Migrate off Outlook</li>    <li>Torus - Migrate off Outlook</li>
28    <ul>    <ul>
# Line 42  projects/modules - active: Line 57  projects/modules - active:
57    </ul>    </ul>
58    <li><a href="http://www.netfrag.org/horde/chora/co.php/perl/libs/Data/Query/Filter/Regexp.pm">Data::Query::Filter::Regexp</a></li>    <li><a href="http://www.netfrag.org/horde/chora/co.php/perl/libs/Data/Query/Filter/Regexp.pm">Data::Query::Filter::Regexp</a></li>
59    <li><a href="http://www.netfrag.org/horde/chora/co.php/perl/libs/Regexp/Group.pm">Regexp::Group</a></li>    <li><a href="http://www.netfrag.org/horde/chora/co.php/perl/libs/Regexp/Group.pm">Regexp::Group</a></li>
60    <li><a href="http://www.netfrag.org/horde/chora/co.php/perl/libs/Data/Transfer/Sync.README.html">Data::Transfer::Sync</a>  -  Synchronize arbitrary data sources with each other.</li>  
61      <li>
62      <a href="http://www.netfrag.org/horde/chora/co.php/perl/libs/Data/Transfer/Sync.README.html">Data::Transfer::Sync</a>  -  Synchronize arbitrary data sources with each other.
63        <ul>
64    
65          <li>
66            currently integrated with:
67            <ul>
68              <li>x Tangram</li>
69              <li>
70                o DBI <br/>
71                &nbsp;&nbsp; x MySQL (via DBD::mysql) <br/>
72                &nbsp;&nbsp; x csv-files (via DBD::CSV) <br/>
73              </li>
74              <li>o MAPI</li>
75              <li>o LDAP</li>
76            </ul>
77          </li>
78    
79          <li>
80            also interesting / integrate with:
81            <ul>
82    
83              <li>
84                Devices/Software: <br/>
85                  o Nokia Communicator <br/>
86                  o s25@once <br/>
87                  o Siemens SL45 - Data Exchange Software, QuickSync and SMS Manager (S45Sync.exe) <br/>
88                  o SyncML - see sync4j below
89              </li>
90    
91              <li>
92                <a href="iSync">iSync</a> - Apple's iSync <br/>
93                As seen - integrates Apple's Addressbook with a mobile phone (via Bluetooth) and Apple's iPod.
94              </li>
95              
96              <li>
97                <a href="http://sync4j.sourceforge.net/">Sync4j</a> <br/>
98                  The Sync4j project consists of: <br/>
99                  - a Java class library that implements the SyncML data synchronization protocol  <br/>
100                  - a Java-based application framework for building SyncML client applications  <br/>
101                  - a Java-based application framework for building SyncML server applications  <br/>
102                  - a standalone SyncML server  <br/>
103                  - a standalone SyncML client  <br/>
104                Main Scope: implements SyncML <br/>
105              </li>
106              
107              <li>
108                <a href="http://multisync.sourceforge.net/">MultiSync</a> - A Synchronization Tool <br/>
109                MultiSync is a program to synchronize calendars, addressbooks and other PIM data <br/>
110                between programs on your computer and other computers, mobile devices, PDAs or cell phones. <br/>
111                Plugin-Architecture: <a href="http://www.ximian.com/">Ximian Evolution</a>, <a href="http://www.irda.org/">IrMC</a>, Remote connection, Backup <br/>
112                Main Scope: <a href="http://www.irda.org/">IrMC</a> - Mobile Client calendars <br/>
113                (supported by e.g. SonyEricsson T39/T68i, Siemens S45i/S55 phones etc.) <br/>
114                via Bluetooth or IR on Linux, or cable connection.
115              </li>
116    
117              <li>
118                <a href="http://synce.sourceforge.net/synce/">SynCE</a> - The SynCE Project <br/>
119                The purpose of the SynCE project is to provide a means of communication with a <br/>
120                Windows CE or Pocket PC device from a computer running Linux, *BSD or other unices. <br/>
121                Main Scope: implements RAPI, the Remote Access Programming Interface <br/>
122                Overview: <a href="http://synce.sourceforge.net/synce/index.php#overview">SynCE overview</a>
123              </li>
124    
125              <li>
126                <a href="http://www.ximian.com/products/connector/">Ximian Connector</a> - for Microsoft Exchange <br/>
127                Ximian™ Connector is a unique extension to the Ximian Evolution,  <br/>
128                corporate and personal information management software that allowes Linux and UNIX  <br/>
129                to collaborate with co-workers using Microsoft Exchange 2000.  <br/>
130                With Ximian Connector installed, Ximian Evolution functions as an Exchange 2000 client,  <br/>
131                enabling users to become full participants in company-wide group scheduling and  <br/>
132                other collaborative tasks, including accessing public folders and Global Address Lists,  <br/>
133                personal email, calendar, and task lists, and group scheduling information.  <br/>
134                Main Scope: connects to MS Exchange Server 2000 <br/>
135              </li>
136    
137              <li>
138                <a href="http://acctsync.sourceforge.net/">LDAP Account Sync</a> - LDAP Account Synchronization Project <br/>
139                LDAP Account Sync project's goal is to synchronize windows user account information <br/>
140                and passwords in a OpenLDAP server and vice-versa.  <br/>
141                This is not authorization, but rather synchronization of the account information.  
142              </li>
143    
144              <li>
145                nsswitch/OpenLDAP/Kerberos5 - Migration Scripts <br/>
146              </li>
147    
148              <li>
149                <a href="http://www.psynch.com/">P-Synch™</a> - P-Synch™ Password Management Software  <br/>
150              </li>
151              
152              <li>
153                <a href="http://www.bizkit.ru/">MS SQL Sync ToolKit</a> <br/>
154                MS SQL Sync Toolkit is a wonderful tool which you can use to compare <br/>
155                and synchronize the structure and contents of SQL Server databases.
156              </li>
157              
158    
159    
160              
161            </ul>
162          </li>
163        </ul>
164      </li>
165    
166      <li><a href="http://www.netfrag.org/horde/chora/co.php/perl/libs/Data/Transform/Deep.pm">Data::Transform::Deep</a></li>
167    
168    <li><a href="http://www.netfrag.org/horde/chora/co.php/perl/libs/Data/Storage.README.html">Data::Storage</a>  -  Access arbitrary data storage implementations/APIs.</li>    <li><a href="http://www.netfrag.org/horde/chora/co.php/perl/libs/Data/Storage.README.html">Data::Storage</a>  -  Access arbitrary data storage implementations/APIs.</li>
169    
170    <li>    <li>
171      <a href="http://www.netfrag.org/horde/chora/co.php/perl/scripts/umltools/README">umltools</a>  -  Build linux-filesystems to kickstart UML (<a href="http://user-mode-linux.sourceforge.net/">user-mode-linux</a>). <br/>      <a href="http://www.netfrag.org/horde/chora/co.php/perl/scripts/umltools/README">umltools</a>  -  Build linux-filesystems to kickstart <a href="http://user-mode-linux.sourceforge.net/">user-mode-linux</a>. <br/>
172      <a href="http://www.netfrag.org/~jonen/">jonen</a> helped to get the filesystem image building process completely automated.      <a href="http://www.netfrag.org/~jonen/">jonen</a> helped to get the filesystem image building process completely automated. (unattended mode)
173    </li>    </li>
174    <li><a href="http://www.netfrag.org/horde/chora/cvs.php/php/libs/flib/">flib</a>  -  php libraries built on top of <a href="http://pear.php.net/">PEAR</a> and <a href="http://smarty.php.net/">smarty</a>.</li>    <li><a href="http://www.netfrag.org/horde/chora/cvs.php/php/libs/flib/">flib</a>  -  php libraries built on top of <a href="http://pear.php.net/">PEAR</a> and <a href="http://smarty.php.net/">smarty</a>.</li>
175    <li>    <li>
# Line 88  netfrag.org: Line 211  netfrag.org:
211    <li><a href="http://www.netfrag.org/~rabit/">~rabit</a></li>    <li><a href="http://www.netfrag.org/~rabit/">~rabit</a></li>
212    <li><a href="http://213.133.118.38/optix/">~natraj</a></li>    <li><a href="http://213.133.118.38/optix/">~natraj</a></li>
213    <li><a href="http://www.netfrag.org/~bareface/">~bareface</a></li>    <li><a href="http://www.netfrag.org/~bareface/">~bareface</a></li>
214      <li><a href="http://www.netfrag.org/~joko/">~joko</a></li>
215      <li><a href="http://www.netfrag.org/~xabbu/">~xabbu</a></li>
216      <li><a href="http://www.netfrag.org/~jonen/">~jonen</a></li>
217    <li><a href="http://www.netfrag.org/~dust/">~dust</a></li>    <li><a href="http://www.netfrag.org/~dust/">~dust</a></li>
218  </ul>  </ul>
219    
# Line 105  misc: Line 231  misc:
231    <li><a href=""></a></li>    <li><a href=""></a></li>
232  -->  -->
233    
234  hmm, what's all that stuff about? freeing people from writing html, sql and code for m$. writing tools using free and open source software.  <hr/>
235    
236    <!--
237    <a href="http://www./">
238    -->
239    
240    <pre>
241    programs/tools:
242    
243      - used allover:
244        - <a href="http://www.gnu.org/software/">GNU Software</a>
245        - <a href="http://www.openssh.org/">OpenSSH</a>
246      
247      - for Office:
248        - MS Office
249        - <a href="http://www.ximian.com/products/evolution/">Ximian Evolution</a>
250        - MS Outlook Express
251      
252      - for Development for/under Linux:
253        - <a href="http://nautilus.eazel.com/">Nautilus</a>
254        - <a href="http://glimmer.sourceforge.net/">glimmer</a>
255        - cvs
256        - <a href="http://www.lincvs.org/">LinCvs</a>
257        - <a href="http://mozilla.org/">Mozilla</a>
258        - <a href="http://www.phpwizard.net/projects/phpMyAdmin/">phpMyAdmin</a> (<a href="http://www.php.net/">PHP</a>)
259        - <a href="http://squirrel-sql.sourceforge.net/">SQirrelL SQL</a> (<a href="http://java.sun.com/">Java</a>)
260        - <a href="www.iit.edu/~gawojar/ldap/">LDAP Browser/Editor</a> (<a href="http://java.sun.com/">Java</a>)
261      
262      - for Development for/under Windows:
263        - MS Explorer
264        - MS Notepad
265        - UltraEdit
266        - cmd.exe
267        - <a href="http://www.cygwin.com/">cygwin</a>
268        - <a href="http://www.wincvs.org/">WinCvs</a>
269        - <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">putty</a>
270        - MS Internet Explorer
271        - <a href="http://www.vmware.com/">VMware Workstation</a>
272        - <a href="http://mozilla.org/">Mozilla</a>
273        - MS Visual Studio 6
274    
275    languages:
276      - <a href="http://www.php.net/">PHP</a>
277      - <a href="http://www.perl.com/">Perl</a>
278    
279    libraries:
280      - <a href="http://www.openssh.org/">OpenSSH</a>
281      - <a href="http://www.cpan.org/">CPAN</a> (<a href="http://www.perl.com/">Perl</a>)
282      - <a href="http://pear.php.net/">PEAR</a> (<a href="http://www.php.net/">PHP</a>)
283      - <a href="http://smarty.php.net/">smarty</a> (<a href="http://www.php.net/">PHP</a>)
284    
285    daemons:
286      - <a href="http://www.apache.org/">Apache</a>
287      - <a href="http://www.sendmail.org/">Sendmail</a>
288      - <a href="http://www.openssh.org/">OpenSSH</a>
289      - <a href="http://www.mysql.com/">MySQL</a>
290      - <a href="http://www.openldap.org/">OpenLDAP</a>
291    
292    </pre>
293    
294    <hr/>
295    
296    hmm, what's all that stuff about? freeing people from writing html and sql. integrating with ms. writing tools using free and open source software.
297    
298    <hr/>
299    
300    
301  </body>  </body>
302  </html>  </html>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

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