Enlightenment CVS committal

Author  : sarajervi
Project : misc
Module  : erss

Dir     : misc/erss


Modified Files:
        README configure.in 


Log Message:

New feature (not working for real yet): tooltip description when the feed has
item_description defined in it's config file. Erss now depends on etox.
Still needs work!


===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/README,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- README      12 Jan 2004 22:59:34 -0000      1.6
+++ README      23 Jan 2004 00:22:30 -0000      1.7
@@ -27,6 +27,11 @@
 You can find lots of feeds here, just make config files for them:
 http://blogs.law.harvard.edu/tech/directory/5/feeds
 
+"Hidden" features:
+- Click on titles and open an url in your defined browser.
+- Hoover on the titles to view a tooltip if description is defined for your
+       feed.
+
 
 If you do make a config for a feed and want to share it with us
 please e-mail Martin Sarajervi <[EMAIL PROTECTED]>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- configure.in        14 Jan 2004 19:26:38 -0000      1.3
+++ configure.in        23 Jan 2004 00:22:32 -0000      1.4
@@ -62,6 +62,17 @@
 AC_SUBST(ewd_libs)
 AC_SUBST(ewd_cflags)
 
+AC_PATH_GENERIC(etox, 0.0.2, [
+       AC_SUBST(etox_libs)
+       AC_SUBST(etox_cflags) ],
+       AC_MSG_ERROR(Cannot find etox: Is etox-config in path?))
+etox_libs=`etox-config --libs`
+etox_cflags=`etox-config --cflags`
+AC_SUBST(etox_libs)
+AC_SUBST(etox_cflags)
+
+
+
 AC_PATH_GENERIC(xml2, 2.6.0, [
        AC_SUBST(xml2_libs)
        AC_SUBST(xml2_cflags) ],




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to