From e4ab26766d0e69078dbd58e69fc4689ba448b34f Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 24 Jan 2013 14:08:26 +0000 Subject: Initial commit --- diff --git a/activity/activity-html-demo.svg b/activity/activity-html-demo.svg new file mode 100644 index 0000000..ac406ff --- /dev/null +++ b/activity/activity-html-demo.svg @@ -0,0 +1,7 @@ + + +]> + + + diff --git a/activity/activity.info b/activity/activity.info new file mode 100644 index 0000000..b36abc4 --- /dev/null +++ b/activity/activity.info @@ -0,0 +1,8 @@ +[Activity] +name = HTMLDemo +activity_version = 1 +bundle_id = org.sugarlabs.HTMLDemo +icon = activity-html-demo +exec = sugar-activity-html +license = GPLv2+ +summary = Hello world! diff --git a/index.html b/index.html new file mode 100644 index 0000000..92630eb --- /dev/null +++ b/index.html @@ -0,0 +1,3 @@ + + Hello world! + diff --git a/setup.py b/setup.py new file mode 100755 index 0000000..c60f4d0 --- /dev/null +++ b/setup.py @@ -0,0 +1,21 @@ +#!/usr/bin/env python + +# Copyright (C) 2006, Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +from sugar3.activity import bundlebuilder + +bundlebuilder.start() -- cgit v0.9.1