26.12.04

OpenVPN  -  @ 12:39:36
OpenVPN is a full-featured SSL VPN solution which can accomodate a wide range of configurations, including road warrior access, home/office/campus telecommuting, WiFi security, secure branch office linking, and enterprise-scale remote access solutions with load balancing, failover, and fine-grained access-controls.

The platforms supported are: Linux, Windows 2000/XP and higher, OpenBSD, FreeBSD, NetBSD, Mac OS X, and Solaris.

The project is open source and released under the GNU GPL.
Comments (15) TrackBack (1) PingBack (0)

22.11.04

Firefox extensions HowTo  -  @ 22:49:41
There is an extensive tutorial about how to write extensions for Mozilla Firefox on roachfiend.com.

All the steps required to create an extension from scratch are explained with many examples and much code.

Using this tutorial it would be pretty easy to create little tools that improve your online-productivity. Examples could be a CSS viewer or a list of keywords most used on a page.
Comments (12) TrackBack (1) PingBack (0)
GForge 4.0 released  -  @ 21:30:00
A new version of GForge, a popular branch of Sourceforge has been released.

The new features include A wiki is still missing, but since it's open source it's just a matter of time until a wiki is pitched in.
Comments (11) TrackBack (1) PingBack (0)

24.10.04

Compile KDE apps under Win32  -  @ 15:50:16
Beate mentions a QT-KDE wrapper which allows to compile KDE applications natively under a Win32 environment.

Also, it opens some other perspectives: The wrapper is released under the LGPL license.
Comments (27) TrackBack (1) PingBack (0)
Open Office XML Format goes ISO  -  @ 00:42:05
OSDir.com reports that the OpenOffice XML format might become an ISO standard in the near future.

Comments (18) TrackBack (1) PingBack (0)

23.09.04

Open Database Transport Protocol  -  @ 13:31:03
Open Database Transport Protocol (ODBTP) is a TCP/IP protocol for connecting to Win32-based databases from any platform. It is ideal for remotely accessing MS SQL Server, MS Access, and Visual FoxPro database from Linux or Unix machines. ODBTP is fast, efficient, and has many features that make it a quality Open Source solution for database connectivity.

ODBTP differs from unixODBC in that it supports ODBC but instead of being restricted to it, has its own protocol.
Comments (31) TrackBack (1) PingBack (0)

22.08.04

OpenScorecard  -  @ 13:32:56
OpenScorecard is a strategic management tool implementing the Balanced Scorecard methodology. It supports both single and multiple client operation, and uses a transactioned database for data storage. It also includes a small database administration frontend.

There are several editions available, among which one is open source and released under the GNU GPL (only sourcecode available) and one is freeware (only a binary with local database and single client). The freeware version is good to get a quick overview of the functionality.

The Balanced Scorecard method is defined by balancedscorecard.org as:
A measurement-based strategic management system, originated by Robert Kaplan and David Norton, which provides a method of aligning business activities to the strategy, and monitoring performance of strategic goals over time.
Comments (24) TrackBack (1) PingBack (0)

25.07.04

Exchange implemented as Open Source  -  @ 15:14:18
OpenChange intends to provide an Open-Source implementation of Microsoft Exchange Server 2003 under Unix Platforms.

The aim is to provide an application which is able to replace current MS Exchange installations transparently.

Currently only the openchange-lib version 0.1 is available under the BSD license. However, the team notes on their website that a final version of the OpenChange server is targeted within one year.
Comments (28) TrackBack (1) PingBack (0)

23.07.04

Mono 1.0 release  -  @ 11:54:39
Mono 1.0 has been released. The Mono Project is an Open Source implementation of the various ECMA and .NET framework technologies for Unix, MacOS X, and Windows. The project includes a compiler, a class library, and a CLI runtime engine.

Now there is an easy and stable way to develop open source applications using dot net even for other platforms than Windows.
Comments (55) TrackBack (1) PingBack (0)
Web Hypertext Application Technology Workgroup  -  @ 11:46:05
The WHAT Working group was founded by Mozilla and Opera to work on the elaboration of standards for Web applications.

The three main specifications currently being worked on are: The WHAT intends to submit these specifications to the W3C and other standardization bodies as soon as they are finished.
Comments (12) TrackBack (1) PingBack (0)

22.06.04

mod_xslt  -  @ 21:20:25
The Apache module mod_xslt allows to perform server-side XSLT transformations on the fly. It transforms an XML file using the style information provided in a linked XSL stylesheet and delivers the result to the client.

With the ability to distinguish between browsers capable of doing the XSLT themselves and the others and the outlook of a caching mechanism, the performance should be a non-issue.

In conclusion mod_xslt looks like a very easy and pragmatic way of publishing XML content on the web.
Comments (21) TrackBack (1) PingBack (0)
VisualStruts  -  @ 20:32:55
VisualStruts is a visualisation tool for Java Struts applications. It scans given directories for Java Struts files and parses them to show their relationships in an interactive graph.

The software uses JGraph for the visualisation and is released under the GNU LGPL. It seems to be supported and/or developed by PiroNet NDH.
Comments (37) TrackBack (1) PingBack (0)

21.06.04

Personal version control system  -  @ 21:19:39
Superversion is a very cool personal version control system written in Java and running through WebStart 1.4. The application is released under the GNU GPL.

Superversion is a very handy, yet efficient tool for people who work on one-person projects and don't want to invest their time in setting up CVS or Subversion just for themselves.

The major features include:
Comments (35) TrackBack (1) PingBack (0)

23.05.04

SwixML Viewer  -  @ 22:35:22
SwixML viewer allows to preview Java user interfaces defined in SwixML.

As notified in the october 2003 issue of the Tech-Newsletter;
SwixML is an XML dialect which allows to describe a Java Swing user interface in order to build it at runtime
Using the SwixML viewer it is possible to quickly preview user interfaces written in SwixML at the design stage, in order to show them to clients or to make screenshots.
Comments (30) TrackBack (1) PingBack (0)
PearPC - open source PowerPC emulation  -  @ 21:57:30
PearPC is an open source, architecture-independent PowerPC platform emulator capable of running most PowerPC operating systems (e.g. MacOS X).

It is released under the GNU GPL and does currently run on Linux and Win32 platforms.

The following hardware is emulated: According to the author, Darwin runs well and MacOS X runs well but with some caveats within PearPC. However, this might be enough to use it for simple software testing purposes.
Comments (11) TrackBack (1) PingBack (0)

23.03.04

Unattended Windows setup  -  @ 18:27:12
Unattended seems like a great help for any admin who has to look after a network of Windows boxes.
Unattended is a system for fully automating the installation of Windows 2000, XP, and Server 2003, including the OS, hotfixes, and applications.
In fact Unattended is the open source answer to Microsoft's Remote Installation Services.

One major advantage of Unattended is that it can deploy Windows installations from a Unix or Windows server. Eventually it is even possible to extend the application to optimize it for a specific deployment effort as it is open source software.
Comments (27) TrackBack (1) PingBack (0)

13.01.04

JGraph in Email Response Management  -  @ 18:25:26
The JGraph Showcase features an interesting paragraph about a company using JGraph in their Email Response Management software:
Our product, the XM-MailMinder (which is an E-Mail Response Management software) utilizes JGraph in our Business Rules Editor component (screenshot). BREditor allows to display and edit workflows of E-Mail processing.
XtraMind Technologies who publishes the XM-MailMinder is based in Saarbrücken, Germany
Comments (36) TrackBack (2) PingBack (0)

12.01.04

XML databases  -  @ 17:34:46
Here's an overview of the open source XML database solutions available at the moment:

dbXML eXist Apache Xindice Berkeley DB XML
License GNU GPL GNU LGPL Apache Software License Sleepycat open source license
Status Beta Alpha Stable Stable
Server Technology Java Java Java C++
Operating systems Windows, Unix Windows, Unix, Mac OS Windows, Unix Windows, Unix, Solaris
Supported XML manipulation standards
XPath1 No Version 1.0 + Extensions Version 1.0 Version 1.0
XQuery2 No No Planned No
XUpdate3 Yes Yes Yes No
Interfaces available
C++ API No No No Yes
Java API XMLDB XMLDB XMLDB Yes
SOAP/XML-RPC4 API No/No Yes/Yes No/Yes No/No
WebDAV5 Interface No Yes Yes No
1XPath is a language for addressing parts of an XML document recommended by the W3C
2XQuery is a language that uses the structure of XML intelligently to extract data from XML files. XQuery is a W3C working draft.
3XUpdate is a language designed for the process of updating an XML document. It is a working draft of the XMLDB Initiative.
4XML-RPC is an XML based Remote Procedure Calling which works over the Internet.
5WebDAV stands for "Web-based Distributed Authoring and Versioning". It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers.
Comments (22) TrackBack (2) PingBack (0)

08.12.03

Word and Excel document data extraction  -  @ 19:00:04
catdoc and xls2csv are two simple yet practical open source tools to extract data from Word documents and Excel Spreadsheets on Unix and MS-DOS platforms.

catdoc extracts plain text information from word documents and xls2csv converts Excel files to easy-to-process CSV files.

Both are distributed under the GNU public license (GPL).

There is also a list of some "competing products" on the same page:
Comments (31) TrackBack (2) PingBack (0)
Open Source text categorization  -  @ 18:47:15
This sounds like a very nice and powerful piece of open source software:
Libtextcat is a C/C++ library with functions that implement the classification technique described in Cavnar & Trenkle, "N-Gram-Based Text Categorization". It was primarily developed for language guessing, a task on which it is known to perform with near-perfect accuracy.
The library is released under the BSD license (i.e. free for any use).

Additional language fingerprints can be created by supplying just one document in that language to the library.

The only caveat to this project is that the documentation isn't really extensive but it might be enough to start with.
Comments (13) TrackBack (2) PingBack (0)

17.11.03

Open Source software resources  -  @ 18:26:46
Here's a quick list of the most useful open source software sites:
General PHP-specific
Comments (36) TrackBack (2) PingBack (0)

0.930[powered by b2.]