On Fri, 10 Jul 2009 12:33:52 +0200 Nicolas Petton <[email protected]> wrote:
> Hi,
>
> I started to work on a UI package for Iliad. The code is available in
> the svn repository in More/UI.
>
> This addon aims to be a higher abstraction layer over html to build
> web applications. I started it with libs like GTK+ and QT in mind.
>
> Some parts are already working (but not well tested yet):
I'll give it a try later today!
Did make_packages.sh work on your box? I had to tweak it a bit
to make the symlinks work.
ste...@g128 iliad $ svn diff
Index: make_packages.sh
===================================================================
--- make_packages.sh (revision 1391)
+++ make_packages.sh (working copy)
@@ -14,12 +14,12 @@
for i in `find More/UI/stylesheets -type f | grep -v '\.svn'`
do
echo "linking $i to Public..."
- ln -s $i Public/stylesheets/
+ ln -fs ../../$i Public/stylesheets/
done
for i in `find More/UI/images -type f | grep -v '\.svn'`
do
echo "linking $i to Public..."
- ln -s $i Public/images/
+ ln -fs ../../$i Public/images/
done
fi
Thanks,
s.
signature.asc
Description: PGP signature
_______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
