root/trunk/hotstuff/ocs/hotstuff-ocs

Revision 537, 239 bytes (checked in by josef, 3 years ago)

- initial code for eventual implementation of the content part of the OCS API
- cleanup of old TODO lists
- update of changelog in anticipation of a new release

  • Property svn:executable set to *
Line 
1#!/usr/bin/env perl
2#
3# Web service handler for the OCS backend service
4# Copyright (C) 2009 Josef Spillner <josef@kstuff.org>
5# Published under 'GNU AGPLv3 or later' conditions
6
7use HotstuffOCS;
8my $ocs= HotstuffOCS->new();
9$ocs->run();
10
Note: See TracBrowser for help on using the browser.