OpenZIS version 2.0 released.

Today marks the end of some major design and development work that has been going on behind the senses. Starting today OpenZIS will now be at release version 2.0 and can easily be downloaded via our GitHUB account.

Release Notes:
1. PUSH capability.
2. Improvements to message log display.
3. Improved error logging.

Australian SIF 1.0 Specification is now available

Today we have released the Australian SIF 1.0 specification.

OpenZIS and the Australia SIF Specification

Recently we have had a few developers reach out to us to see if we had an interest in developing for the Australian SIF that is currently in being Piloted. Well the short answer is Yes. We are currently waiting for the SIF Association to publish the Australian SIF Specification so that we can begin our development.

OpenZIS Demo Site Updated

Just wanted to let everyone know that we have added the UK SIF Spec 1.2 as well as the US SIF Spec 2.2 to our Demo site. We should have this available for download within the next few weeks.

OpenSIF – an Open Source SIF XML Library

We have started the development of an open source SIF XML library. This Ruby library will allow you to easy create and read SIF XML data elements.

This project is being housed at GitHub and is currently focusing in on the UK Specification. We have chosen the UK specification as we have had a lot of attention from UK Vendors as well as UK Educational Authorities (Sorry NDA’s).

This first round of development is being done in Ruby – however – we may move to create these same SIF XML Libraries in C#, VB, PHP and Java if there is enough interest.

Thanks,

OpenZIS Team.

UK SIF 1.2 Specification is in Alpha Testing

We have begun Alpha testing UK SIF 1.2 specification. We hope to have a beta release within the OpenZIS Demo site within two weeks and then released the fallowing week to the public.

Install UK SIF 1.1 Specification in your ZIS

Introduction
This post will talk you through the installation of UK SIF Spec 1.1 in to a properly installed ZIS. I will be login in as the user ZIT for this example.
Ubuntu versions tested
Ubuntu 9 64 bit Server Version

Step 0: download SIF 1.1

wget http://www.openzis.org/download/uk_1_1_lib_install.zip
unzip uk_1_1_lib_install.zip
cd uk_1_1_lib_install

Step 1: Load MySQL Data

mysql -u root -p
mysql> use zit
mysql> source uk_1_1_lib_install/install.sql
mysql> commit;
mysql> exit

Step 2: Move the ’sif_schema’ directory

mv uk_1_1_lib_install/sif_schema ZIT_CommunityEdition/ZIT_APPLICIATION

Step 3: Move the ‘uk_1_1_lib’ directory

mv uk_1_1_lib_install/lib/uk_1_1_lib ZIT_CommunityEdition/ZIT_APPLICIATION


Next Page →