Enlightenment CVS committal
Author : atmosphere
Project : e17
Module : apps/entice
Dir : e17/apps/entice/doc
Modified Files:
e.css entice.doxygen head.html
Log Message:
update documentation
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/doc/e.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e.css 13 Mar 2004 06:38:45 -0000 1.2
+++ e.css 3 Apr 2004 05:45:53 -0000 1.3
@@ -27,6 +27,9 @@
margin-top : 1px;
margin-bottom : 1px
}
+.alt {
+display: none;
+}
h1
{
text-align: center;
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/doc/entice.doxygen,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- entice.doxygen 13 Mar 2004 06:38:45 -0000 1.4
+++ entice.doxygen 3 Apr 2004 05:45:53 -0000 1.5
@@ -29,14 +29,14 @@
<ul>
<li><a href="./index.html#theme_groups">Entice's Appearance: Edje Groups</a>
<ul>
- <li><a href="./index.html#theme_entice_image_parts">The EnticeImage
Group</a></li>
- <li><a href="./index.html#theme_entice_thumb_parts">The EnticeThumb
Group</a></li>
+ <li><a href="./index.html#theme_entice_parts">The entice Group</a></li>
+ <li><a href="./index.html#theme_entice_thumb_parts">The entice.thumb
Group</a></li>
</ul>
</li>
<li><a href="./index.html#theme_signals">Communicating with Entice : Edje
Signals</a>
<ul>
<li><a href="./index.html#theme_entice_progs">Signals your theme can emit to
Entice</a></li>
- <li><a href="./index.html#theme_entice_thumb_progs">Signals your thumbnails
can emit to communicate with entice</a></li>
+ <li><a href="./index.html#theme_entice_thumb_progs">Signals your thumbnails
can emit to entice</a></li>
<li><a href="./index.html#theme_entice_entice_progs">Signals your theme should
be aware of</a></li>
</ul>
</li>
@@ -111,8 +111,8 @@
@subsection theme_groups Edje groups that makeup Entice
<ul>
-<li name="theme_entice_image_parts">
-<h2>Entice Group : Edje Parts</h2>
+<li>
+<h2 id="theme_entice_parts">entice Group : Edje Parts</h2>
<span><em>Entice</em>: the main entice edje, fills the entire window</span>
<ul>
<li><em>entice.image.current.filename.full</em>:(TEXT) the full path to the file
currently displayed</li>
@@ -127,17 +127,17 @@
<li><em>entice.thumbnail.area</em>:(RECT) Entice contains a filelist, and the
themer is allowed to create a region that that will contain a list of thumbnails.</li>
</ul>
</li>
-<li name="theme_entice_thumb_parts"><h2>EnticeThumb Group : Edje Parts</h2>
-<span><em>EnticeThumb</em>:All the thumbnails take on this look</span>
+<li><h2 id="theme_entice_thumb_parts">entice.thumb Group : Edje Parts</h2>
+<span><em>entice.thumb</em>:All the thumbnails take on this look</span>
<ul>
- <li><em>EnticeThumb</em>:(RECT) the decorations for thumbnails</li>
+ <li><em>entice.thumb</em>:(RECT) the decorations for thumbnails</li>
</ul>
</li>
</ul>
@subsection theme_signals Communicating with Entice : Edje Signals
<ul>
- <li name="theme_entice_progs"><h2>Entice Group : Edje Signals</h2>
+ <li><h2 id="theme_entice_progs">entice Group : Edje Signals</h2>
<span><em>Entice</em>: The themer can emit signals to ask for state changes in
entice. This includes things like telling Entice to "load the next image" or "delete
this image from the filelist".</span>
<ul>
<li><em>entice,image,current,delete</em>:("") deletes the currently displayed
image from the filelist, AND from disk</li>
@@ -168,8 +168,8 @@
<li><em>entice,image,fit,window</em>:("") Not Impelemented</li>
</ul>
</li>
-<li name="theme_entice_thumb_progs">
-<h2>EnticeThumb Group : Edje Signals</h2>
+<li>
+<h2 id="theme_entice_thumb_progs">entice.thumb Group : Edje Signals</h2>
<span><em>entice.thumb</em>:All the thumbnails take on this look</span>
<ul>
<li><em>entice,thumb,preview</em>:("") Send this thumbnail to the previewer.
</li>
@@ -180,7 +180,7 @@
<li><em>entice,thumb,remove</em>:("") Remove this thumbnail from entice's
filelist.</li>
</ul>
</li>
-<li name="theme_entice_progs"><h2>Entice : Entice Signals</h2>
+<li><h2 id="theme_entice_entice_progs">entice Group : Entice Signals</h2>
<span><em>Entice</em>:Signals your theme should trap that Entice will emit</span>
<ul>
<li><em>entice,image,display</em>:("") When a new image is displayed. </li>
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/doc/head.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- head.html 5 Nov 2003 10:40:27 -0000 1.1
+++ head.html 3 Apr 2004 05:45:53 -0000 1.2
@@ -1,19 +1,17 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>$title</title>
-<link href=e.css rel=stylesheet type=text/css>
+<link href="e.css" rel="stylesheet" type="text/css"/>
</head>
<body>
-<div class=nav>
-<table border=0 align=center><tr>
-<td width=16><img src=e_mini.png width=16 height=16 alt=E></td>
-<td width=100% align=center>
-E : N : T : I : C : E
-</td>
-<td width=16><img src=e_mini.png width=16 height=16 alt=E></td>
-</tr></table>
+<div class="nav">
+<div class="e_mini"><span class="alt">Enlightenment</span></div>
+<span>Entice</span>
+<div class="e_mini"><span class="alt">Enlightenment</span></div>
</div>
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs