[graphl-cvs] graphl/web index.html
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2004-08-23 16:53:33
|
Update of /cvsroot/graphl/graphl/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21385/web Modified Files: index.html Log Message: * updated GraphlApplet to load config from URL * extended default facet configuration * removed redundant web/graphs, now created by ant * updated changelog Index: index.html =================================================================== RCS file: /cvsroot/graphl/graphl/web/index.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** index.html 8 Jul 2004 08:12:19 -0000 1.5 --- index.html 23 Aug 2004 16:53:20 -0000 1.6 *************** *** 41,49 **** <tr><th>Thumbnail</th><th>ID</th><th>Language(s)</th><th>Description</th></tr> ! <tr><td><a href="http://architekt.ims.tuwien.ac.at/graphl/view?url=welt.rdf"><img src="graphs/welt.gif"></a></td><td>welt</td><td>DE</td><td>A graph trying to map the interdependencies of various economic and social entities and phenomena present in current "western" societies.</td></tr> ! <tr><td><a href="http://architekt.ims.tuwien.ac.at/graphl/view?url=foaf.rdf"><img src="graphs/foaf.gif"></a></td><td>foaf</td><td>EN</td><td>A visualization of the foaf file of Flo Ledermann. Foaf is an RDF-based standard to map social networks.</td></tr> ! <tr><td><a href="http://architekt.ims.tuwien.ac.at/graphl/view?url=todo.rdf"><img src="graphs/todo.gif"></a></td><td>todo</td><td>EN</td><td>The strategic todo-list of graphl, visualized as a graph.</td></tr> </table> --- 41,49 ---- <tr><th>Thumbnail</th><th>ID</th><th>Language(s)</th><th>Description</th></tr> ! <tr><td><a href="http://architekt.ims.tuwien.ac.at/graphl/view?url=welt.rdf"><img src="images/welt.gif"></a></td><td>welt</td><td>DE</td><td>A graph trying to map the interdependencies of various economic and social entities and phenomena present in current "western" societies.</td></tr> ! <tr><td><a href="http://architekt.ims.tuwien.ac.at/graphl/view?url=foaf.rdf"><img src="images/foaf.gif"></a></td><td>foaf</td><td>EN</td><td>A visualization of the foaf file of Flo Ledermann. Foaf is an RDF-based standard to map social networks.</td></tr> ! <tr><td><a href="http://architekt.ims.tuwien.ac.at/graphl/view?url=todo.rdf"><img src="images/todo.gif"></a></td><td>todo</td><td>EN</td><td>The strategic todo-list of graphl, visualized as a graph.</td></tr> </table> |