gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] manuscripts/SemFen Makefile article.rst


From: Tuomas J. Lukka
Subject: [Gzz-commits] manuscripts/SemFen Makefile article.rst
Date: Wed, 30 Apr 2003 02:55:20 -0400

CVSROOT:        /cvsroot/gzz
Module name:    manuscripts
Changes by:     Tuomas J. Lukka <address@hidden>        03/04/30 02:55:20

Modified files:
        SemFen         : Makefile article.rst 

Log message:
        More

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/SemFen/Makefile.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/SemFen/article.rst.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: manuscripts/SemFen/Makefile
diff -u manuscripts/SemFen/Makefile:1.1 manuscripts/SemFen/Makefile:1.2
--- manuscripts/SemFen/Makefile:1.1     Tue Apr 29 09:25:03 2003
+++ manuscripts/SemFen/Makefile Wed Apr 30 02:55:20 2003
@@ -1,10 +1,15 @@
 #DIA_TARGETS=$(shell for file in *.dia; do echo $${file%.dia}.gen.eps; done)
 DIA_TARGET= # for now
 RST_TARGETS=$(shell for file in *.rst; do echo $${file%.rst}.gen.pdf; done)
+HTML_TARGETS=$(shell for file in *.rst; do echo $${file%.rst}.gen.html; done)
 LATEX_DEPS=$(DIA_TARGETS)
 
+LOOP=
+
 all: $(DIA_TARGETS) $(RST_TARGETS)
 
+html: $(HTML_TARGETS)
+
 showtargets:
        echo$(DIA_TARGETS) $(RST_TARGETS) 
 
@@ -33,10 +38,11 @@
        dvips $< -o $@
 
 %.gen.latex: %.rst
+       # $(MAKE) -C ../../navidoc latex RST="--config 
../manuscripts/SemFen/docutils.conf ../manuscripts/SemFen/$<"
        $(MAKE) -C ../../navidoc latex RST="../manuscripts/SemFen/$<"
 
 %.gen.html: %.rst
-       $(MAKE) -C ../../navidoc html RST="../manuscripts/SemFen/$<"
+       $(MAKE) -C ../../navidoc html$(LOOP) RST="../manuscripts/SemFen/$<"
 
 %.gen.png: %.dia
        dia -n -e $@ $<
Index: manuscripts/SemFen/article.rst
diff -u manuscripts/SemFen/article.rst:1.4 manuscripts/SemFen/article.rst:1.5
--- manuscripts/SemFen/article.rst:1.4  Tue Apr 29 15:23:43 2003
+++ manuscripts/SemFen/article.rst      Wed Apr 30 02:55:20 2003
@@ -2,9 +2,9 @@
 Fenfire: Using Semantic Web technologies to integrate desktop applications
 ==========================================================================
 
-.. :Stamp: $Id: article.rst,v 1.4 2003/04/29 19:23:43 tjl Exp $
+.. :Stamp: $Id: article.rst,v 1.5 2003/04/30 06:55:20 tjl Exp $
 
-.. Authors: Benja Fallenstein, Tuukka Hastrup, Tuomas Lukka
+.. Authors: Benja Fallenstein, Tuukka Hastrup, Tuomas J. Lukka
 
 .. CFP: http://iswc2003.semanticweb.org/cfp.htm
 
@@ -17,7 +17,8 @@
 Abstract
 ========
 
-We describe the design of a desktop environment in which applications blend by
+We describe the design of a desktop environment 
+in which applications blend by
 storing data in a shared RDF graph. For example, a calendar and a
 genealogy application could share data about a person's birthday. 
 We use a Model-View-Controller (MVC) architecture in which the shared
@@ -43,24 +44,83 @@
 
 
 Introduction
-------------
+============
 
+MISTAKES NOT TO MAKE:
 
+    - comparing our system only to production-level systems!
+      Need to compare to other research systems for level playing
+      field.
 
-related work?
--------------
+- co-operation between "applications":
+
+    - data
+
+       - application's data may contain pieces in another's data format
+
+    - views
+       
+       - only invocation
+
+       - embedding in square frame
+
+       - buoys
+
+       - more flexible
+
+    - actions
+
+       - invoke other editor
+
+       - in-line editing
+
+       - flexible
+
+    - granularity of intermeshing
+
+       - a MIME attachment
+
+       - a rectangular area in which other type of doc is 
+
+       - flexible (e.g. Ted's zz spreadsheet + letter example - 
+         can office do that?)
+
+
+
+Related work
+============
+
+- zzStructure
+    - applitudes
+
+- databases?
+
+- OLE / COM / opendoc / document embedding
+
+- Nelson's transpointing windows [as-we-will-think]_ 
 
 
 Fenfire architecture
---------------------
+====================
 
+- data model
+    - RDF model
+    - URN-5 
+    - x-storm
+    - xanalogical media
+    - versioning by reified RDF
+
+- user interface model
+    - f+c UI
+    - vob views
+    - buoymanager
+
+- storage model
+    - storm
 
-- RDF model, URN-5 and x-storm
-- vob views, buoymanager
-- f+c UI controls
 
 Semantic Web
-------------
+============
 
 - data source
 - data retrieval
@@ -71,7 +131,7 @@
 
 
 Implementation
---------------
+==============
 
 - jena, swamp
 
@@ -81,9 +141,25 @@
 
 - loom, pp, fenpdf
 
+Example: blending of two independent applitudes
+===============================================
+
+- NEED a really concrete example, showing lots of structures 
+- screenshots would be very nice but not obligatory
+
+Fenpdf
+------
+
+A PDF/PS reader
+
+Email
+-----
+
+Interlinkable email
 
-Discussion
-----------
+Conclusion
+==========
 
+- not yet finished
 
 .. bibliography:: gzigzag




reply via email to

[Prev in Thread] Current Thread [Next in Thread]