[Checkins] SVN: grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrok Removing unused templates from docgrok.

Souheil CHELFOUH souheil at chelfouh.com
Tue Sep 15 08:01:08 EDT 2009


Log message for revision 104043:
  Removing unused templates from docgrok.
  

Changed:
  D   grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokclassview.pt
  D   grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokgrokapplicationview.pt
  D   grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokinterfaceview.pt
  D   grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokmoduleview.pt
  D   grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokpackageview.pt
  D   grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgroktextfileview.pt
  D   grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokview.pt

-=-
Deleted: grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokclassview.pt
===================================================================
--- grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokclassview.pt	2009-09-15 12:00:28 UTC (rev 104042)
+++ grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokclassview.pt	2009-09-15 12:01:08 UTC (rev 104043)
@@ -1,236 +0,0 @@
-<html metal:use-macro="view/app_root/@@grokadminmacros/macros/gaia-page">
-  <head>
-    <title>DocGrok page title</title>
-  </head>
-  <body>
-    <div metal:fill-slot="content">
-
-      <h1>
-	Class
-	<span class="docgrok-pathvalue">
-	  <span class="docgrok-elemname1">
-	    <span tal:replace="context/name">ClassName</span>
-	  </span>
-	</span> in <span class="docgrok-pathvalue">
-	  <span tal:repeat="part python: view.getPathParts()[:-1]"><a href=""
-	       tal:attributes="href string:${view/root_url}${part/url}"
-	       tal:content="part/name">part</a></span></span> (Python Class)
-      </h1>
-      <div class="docgrok-entry" 
-	   tal:content="structure python: view.getDoc(context.getDocString())">
-	Documentation string.
-      </div>
-      <div>
-	<h2>Paths</h2>
-
-	<div class="docgrok-entry">
-	  <span class="docgrok-description1">Python path:</span>
-	  <span class="docgrok-pathvalue" 
-		tal:content="context/path">path.in.python</span>
-	</div>
-
-	<div class="docgrok-entry">
-	  <span class="docgrok-description1">Absolute file path: </span>
-	  <span class="docgrok-pathvalue" 
-		tal:content="context/getFilePath">/absolute/file/path</span>
-	</div>
-
-      </div>
-      <div>
-
-	<h2>Base Classes</h2>
-
-	<div class="docgrok-entry" tal:repeat="item view/getBases">
-	  class
-	  <span class="docgrok-pathvalue">
-	    <a href=""
-	       tal:attributes="href string:${view/root_url}/docgrok/${item/url}" 
-	       tal:content="item/name">
-	      ClassName
-	    </a>
-	  </span>
-	  in
-	  <span class="docgrok-pathvalue">
-	    <a href=""
-	       tal:repeat="part item/path_parts"
-	       tal:attributes="href string:${view/root_url}${part/url}">
-
-	      <span tal:replace="part/name" />
-	    </a>
-	  </span>
-	  <div class="docgrok-annotation2"
-	       tal:condition="item/doc"
-	       tal:content="structure item/doc">
-	  </div>
-	</div>
-
-	<h2>Interfaces</h2>
-
-	<div class="docgrok-annotation1">
-	  This class implements the following interfaces:
-	</div>
-
-	<div class="docgrok-entry" tal:repeat="item view/getInterfaces">
-	  interface
-	  <span class="docgrok-pathvalue">
-	    <a href=""
-	       tal:attributes="href string:${view/root_url}/docgrok/${item/url}" 
-	       tal:content="item/name">
-	      ClassName
-	    </a>
-	  </span>
-	  in
-	  <span class="docgrok-pathvalue">
-	    <a href=""
-	       tal:repeat="part item/path_parts"
-	       tal:attributes="href string:${view/root_url}${part/url}">
-
-	      <span tal:replace="part/name" />
-	    </a>
-	  </span>
-	  <div class="docgrok-annotation2"
-	       tal:condition="item/doc"
-	       tal:content="structure item/doc">
-	  </div>
-	</div>
-
-
-	<h2>Attributes:</h2>
-	<div class="docgrok-entry" tal:repeat="item view/getAttributes">
-	  <div class="docgrok-description2">
-	    <span class="docgrok-description1">
-	      <span class="docgrok-pathvalue">
-		<span tal:content="item/name">attributename</span> 
-	      </span>
-	    </span>
-	    (type: <span class="docgrok-description2" tal:content="item/type">type</span>)
-	  </div>
-
-	  <div class="docgrok-annotation2">
-	    <span class="docgrok-description2">value:</span>
-	    <span class="docgrok-pathvalue" tal:content="item/value">value</span>
-	  </div>
-
-	  <div class="docgrok-annotation2">
-	    <div class="docgrok-entry" tal:repeat="iface item/interface">
-	      <span class="docgrok-description2">interface:</span>
-	      <span class="docgrok-pathvalue">
-		<a href=""
-		   tal:attributes="href string:${view/root_url}/docgrok/${iface/url}" 
-		   tal:content="iface/name">
-		  ClassName
-		</a>
-	      </span>
-	      in
-	      <span class="docgrok-pathvalue">
-		<a href=""
-		   tal:repeat="part iface/path_parts"
-		   tal:attributes="href string:${view/root_url}${part/url}">
-		  
-		  <span tal:replace="part/name" />
-		</a>
-	      </span>
-	      <div class="docgrok-annotation2"
-		   tal:condition="iface/doc"
-		   tal:content="structure iface/doc">
-	      </div>
-	    </div>
-	    
-	  </div>
-
-	  <div class="docgrok-annotation2">
-	    <span class="docgrok-description2">permissions:</span>
-	    <div class="docgrok-annotation2">
-	      read: 
-	      <span tal:content="item/read_perm">None</span>
-	    </div>
-	    <div class="docgrok-annotation2">
-	      write: 
-	      <span tal:content="item/write_perm">None</span>
-	    </div>
-	  </div>
-
-
-	</div>
-
-
-	<h2>Functions:</h2>
-
-	<div class="docgrok-entry" tal:repeat="item view/getEntries">
-	  <div tal:condition="item/isfunction">
-	    <div class="docgrok-pathvalue">
-	      function
-	      <a href=""
-		 tal:attributes="href 
-				 string:${view/root_url}/docgrok/${item/url}" >
-		<span tal:content="item/name">function_name</span><span tal:content="item/signature">(signature)</span>
-	      </a>
-	    </div>
-	    <div class="docgrok-annotation2"
-		 tal:condition="item/doc"
-		 tal:content="structure item/doc">
-	    </div>
-	  </div>
-	</div>
-
-	<h2>Methods:</h2>
-	<div class="docgrok-entry" tal:repeat="item view/getMethods">
-	  <div class="docgrok-description1">
-	    <div class="docgrok-pathvalue">
-	      <span tal:content="item/name">methodname</span><span tal:content="item/signature">(signature)</span>
-	    </div>
-	  </div>
-	  <div class="docgrok-annotation2"
-	       tal:condition="item/doc"
-	       tal:content="structure item/doc">
-	    Doc
-	  </div>
-	  <div class="docgrok-annotation2">
-	    <div class="docgrok-entry" tal:repeat="iface item/interface">
-	      <span class="docgrok-description2">interface:</span>
-	      <span class="docgrok-pathvalue">
-		<a href=""
-		   tal:attributes="href string:${view/root_url}/docgrok/${iface/url}" 
-		   tal:content="iface/name">
-		  ClassName
-		</a>
-	      </span>
-	      in
-	      <span class="docgrok-pathvalue">
-		<a href=""
-		   tal:repeat="part iface/path_parts"
-		   tal:attributes="href string:${view/root_url}${part/url}">
-		  
-		  <span tal:replace="part/name" />
-		</a>
-	      </span>
-	      <div class="docgrok-annotation2"
-		   tal:condition="iface/doc"
-		   tal:content="structure iface/doc">
-	      </div>
-	    </div>
-	    
-	  </div>
-
-
-	  <div class="docgrok-annotation2">
-	    <span class="docgrok-description2">permissions:</span>
-	    <div class="docgrok-annotation2">
-	      read: 
-	      <span tal:content="item/read_perm">None</span>
-	    </div>
-	    <div class="docgrok-annotation2">
-	      write: 
-	      <span tal:content="item/write_perm">None</span>
-	    </div>
-	  </div>
-
-
-	</div>
-
-
-      </div>
-
-    </div>
-  </body>
-</html>

Deleted: grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokgrokapplicationview.pt
===================================================================
--- grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokgrokapplicationview.pt	2009-09-15 12:00:28 UTC (rev 104042)
+++ grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokgrokapplicationview.pt	2009-09-15 12:01:08 UTC (rev 104043)
@@ -1,234 +0,0 @@
-<html metal:use-macro="view/app_root/@@grokadminmacros/macros/gaia-page">
-  <head>
-    <title>DocGrok page title</title>
-  </head>
-  <body>
-    <div metal:fill-slot="content">
-
-      <h1>
-	Class
-	<span class="docgrok-pathvalue">
-	  <span class="docgrok-elemname1">
-	    <span tal:replace="context/name">ClassName</span>
-	  </span>
-	</span> in <span class="docgrok-pathvalue">
-	  <span tal:repeat="part python: view.getPathParts()[:-1]"><a href=""
-	       tal:attributes="href string:${view/root_url}${part/url}"
-	       tal:content="part/name">part</a></span></span> (a Grok Application)
-      </h1>
-      <div class="docgrok-entry" 
-	   tal:content="structure python: view.getDoc(context.getDocString())">
-	Documentation string.
-      </div>
-      <div>
-	<h2>Paths</h2>
-
-	<div class="docgrok-entry">
-	  <span class="docgrok-description1">Python path:</span>
-	  <span class="docgrok-pathvalue" 
-		tal:content="context/path">path.in.python</span>
-	</div>
-
-	<div class="docgrok-entry">
-	  <span class="docgrok-description1">Absolute file path: </span>
-	  <span class="docgrok-pathvalue" 
-		tal:content="context/getFilePath">/absolute/file/path</span>
-	</div>
-
-      </div>
-      <div>
-
-	<h2>Base Classes</h2>
-
-	<div class="docgrok-entry" tal:repeat="item view/getBases">
-	  class
-	  <span class="docgrok-pathvalue">
-	    <a href=""
-	       tal:attributes="href string:${view/root_url}/docgrok/${item/url}" 
-	       tal:content="item/name">
-	      ClassName
-	    </a>
-	  </span>
-	  in
-	  <span class="docgrok-pathvalue">
-	    <a href=""
-	       tal:repeat="part item/path_parts"
-	       tal:attributes="href string:${view/root_url}${part/url}">
-
-	      <span tal:replace="part/name" />
-	    </a>
-	  </span>
-	  <div class="docgrok-annotation2"
-	       tal:condition="item/doc"
-	       tal:content="structure item/doc">
-	  </div>
-	</div>
-
-	<h2>Interfaces</h2>
-
-	<div class="docgrok-entry" tal:repeat="item view/getInterfaces">
-	  interface
-	  <span class="docgrok-pathvalue">
-	    <a href=""
-	       tal:attributes="href string:${view/root_url}/docgrok/${item/url}" 
-	       tal:content="item/name">
-	      ClassName
-	    </a>
-	  </span>
-	  in
-	  <span class="docgrok-pathvalue">
-	    <a href=""
-	       tal:repeat="part item/path_parts"
-	       tal:attributes="href string:${view/root_url}${part/url}">
-
-	      <span tal:replace="part/name" />
-	    </a>
-	  </span>
-	  <div class="docgrok-annotation2"
-	       tal:condition="item/doc"
-	       tal:content="structure item/doc">
-	  </div>
-	</div>
-
-
-
-
-	<h2>Attributes:</h2>
-	<div class="docgrok-entry" tal:repeat="item view/getAttributes">
-	  <div class="docgrok-description2">
-	    <span class="docgrok-description1">
-	      <span class="docgrok-pathvalue">
-		<span tal:content="item/name">attributename</span> 
-	      </span>
-	    </span>
-	    (type: <span class="docgrok-description2" tal:content="item/type">type</span>)
-	  </div>
-
-	  <div class="docgrok-annotation2">
-	    <span class="docgrok-description2">value:</span>
-	    <span class="docgrok-pathvalue" tal:content="item/value">value</span>
-	  </div>
-
-	  <div class="docgrok-annotation2">
-	    <div class="docgrok-entry" tal:repeat="iface item/interface">
-	      <span class="docgrok-description2">interface:</span>
-	      <span class="docgrok-pathvalue">
-		<a href=""
-		   tal:attributes="href string:${view/root_url}/docgrok/${iface/url}" 
-		   tal:content="iface/name">
-		  ClassName
-		</a>
-	      </span>
-	      in
-	      <span class="docgrok-pathvalue">
-		<a href=""
-		   tal:repeat="part iface/path_parts"
-		   tal:attributes="href string:${view/root_url}${part/url}">
-		  
-		  <span tal:replace="part/name" />
-		</a>
-	      </span>
-	      <div class="docgrok-annotation2"
-		   tal:condition="iface/doc"
-		   tal:content="structure iface/doc">
-	      </div>
-	    </div>
-	    
-	  </div>
-
-	  <div class="docgrok-annotation2">
-	    <span class="docgrok-description2">permissions:</span>
-	    <div class="docgrok-annotation2">
-	      read: 
-	      <span tal:content="item/read_perm">None</span>
-	    </div>
-	    <div class="docgrok-annotation2">
-	      write: 
-	      <span tal:content="item/write_perm">None</span>
-	    </div>
-	  </div>
-
-
-	</div>
-
-
-
-	<h2>Functions:</h2>
-
-	<div class="docgrok-entry" tal:repeat="item view/getEntries">
-	  <div tal:condition="item/isfunction">
-	    <div class="docgrok-pathvalue">
-	      function
-	      <a href=""
-		 tal:attributes="href 
-				 string:${view/root_url}/docgrok/${item/url}" >
-		<span tal:content="item/name">function_name</span><span tal:content="item/signature">(signature)</span>
-	      </a>
-	    </div>
-	    <div class="docgrok-annotation2"
-		 tal:condition="item/doc"
-		 tal:content="structure item/doc">
-	    </div>
-	  </div>
-	</div>
-
-	<h2>Methods:</h2>
-	<div class="docgrok-entry" tal:repeat="item view/getMethods">
-	  <div class="docgrok-description1">
-	    <div class="docgrok-pathvalue">
-	      <span tal:content="item/name">methodname</span><span tal:content="item/signature">(signature)</span>
-	    </div>
-	  </div>
-	  <div class="docgrok-annotation2"
-	       tal:condition="item/doc"
-	       tal:content="structure item/doc">
-	    Doc
-	  </div>
-	  <div class="docgrok-annotation2">
-	    <div class="docgrok-entry" tal:repeat="iface item/interface">
-	      <span class="docgrok-description2">interface:</span>
-	      <span class="docgrok-pathvalue">
-		<a href=""
-		   tal:attributes="href string:${view/root_url}/docgrok/${iface/url}" 
-		   tal:content="iface/name">
-		  ClassName
-		</a>
-	      </span>
-	      in
-	      <span class="docgrok-pathvalue">
-		<a href=""
-		   tal:repeat="part iface/path_parts"
-		   tal:attributes="href string:${view/root_url}${part/url}">
-		  
-		  <span tal:replace="part/name" />
-		</a>
-	      </span>
-	      <div class="docgrok-annotation2"
-		   tal:condition="iface/doc"
-		   tal:content="structure iface/doc">
-	      </div>
-	    </div>
-	    
-	  </div>
-
-
-	  <div class="docgrok-annotation2">
-	    <span class="docgrok-description2">permissions:</span>
-	    <div class="docgrok-annotation2">
-	      read: 
-	      <span tal:content="item/read_perm">None</span>
-	    </div>
-	    <div class="docgrok-annotation2">
-	      write: 
-	      <span tal:content="item/write_perm">None</span>
-	    </div>
-	  </div>
-
-
-	</div>
-      </div>
-
-
-    </div>
-  </body>
-</html>

Deleted: grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokinterfaceview.pt
===================================================================
--- grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokinterfaceview.pt	2009-09-15 12:00:28 UTC (rev 104042)
+++ grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokinterfaceview.pt	2009-09-15 12:01:08 UTC (rev 104043)
@@ -1,206 +0,0 @@
-<html metal:use-macro="view/app_root/@@grokadminmacros/macros/gaia-page">
-  <head>
-    <title>DocGrok page title</title>
-  </head>
-  <body>
-    <div metal:fill-slot="content">
-
-      <h1>
-	Interface
-	<span class="docgrok-pathvalue">
-	  <span class="docgrok-elemname1">
-	    <span tal:replace="context/name">ClassName</span>
-	  </span>
-	</span> in <span class="docgrok-pathvalue">
-	  <span tal:repeat="part python: view.getPathParts()[:-1]"><a href=""
-	       tal:attributes="href string:${view/root_url}${part/url}"
-	       tal:content="part/name">part</a></span></span> (Python Class)
-      </h1>
-      <div class="docgrok-entry" 
-	   tal:content="structure python: view.getDoc(context.getDocString())">
-	Documentation string.
-      </div>
-      <div>
-	<h2>Paths</h2>
-
-	<div class="docgrok-entry">
-	  <span class="docgrok-description1">Python path:</span>
-	  <span class="docgrok-pathvalue" 
-		tal:content="context/path">path.in.python</span>
-	</div>
-
-	<div class="docgrok-entry">
-	  <span class="docgrok-description1">Absolute file path: </span>
-	  <span class="docgrok-pathvalue" 
-		tal:content="context/getFilePath">/absolute/file/path</span>
-	</div>
-
-      </div>
-      <div>
-
-	<h2>Base Interfaces</h2>
-
-	<div class="docgrok-entry" tal:repeat="item view/getBases">
-	  class
-	  <span class="docgrok-pathvalue">
-	    <a href=""
-	       tal:attributes="href string:${view/root_url}/docgrok/${item/url}" 
-	       tal:content="item/name">
-	      ClassName
-	    </a>
-	  </span>
-	  in
-	  <span class="docgrok-pathvalue">
-	    <a href=""
-	       tal:repeat="part item/path_parts"
-	       tal:attributes="href string:${view/root_url}${part/url}">
-
-	      <span tal:replace="part/name" />
-	    </a>
-	  </span>
-	  <div class="docgrok-annotation2"
-	       tal:condition="item/doc"
-	       tal:content="structure item/doc">
-	  </div>
-	</div>
-
-
-	<h2>Attributes:</h2>
-	<div class="docgrok-entry" tal:repeat="item view/getAttributes">
-	  <div class="docgrok-description2">
-	    <span class="docgrok-description1">
-	      <span class="docgrok-pathvalue">
-		<span tal:content="item/name">attributename</span> 
-	      </span>
-	    </span>
-	    (type: <span class="docgrok-description2" tal:content="item/type">type</span>)
-	  </div>
-
-	  <div class="docgrok-annotation2">
-	    <span class="docgrok-description2">value:</span>
-	    <span class="docgrok-pathvalue" tal:content="item/value">value</span>
-	  </div>
-
-	  <div class="docgrok-annotation2">
-	    <div class="docgrok-entry" tal:repeat="iface item/interface">
-	      <span class="docgrok-description2">interface:</span>
-	      <span class="docgrok-pathvalue">
-		<a href=""
-		   tal:attributes="href string:${view/root_url}/docgrok/${iface/url}" 
-		   tal:content="iface/name">
-		  ClassName
-		</a>
-	      </span>
-	      in
-	      <span class="docgrok-pathvalue">
-		<a href=""
-		   tal:repeat="part iface/path_parts"
-		   tal:attributes="href string:${view/root_url}${part/url}">
-		  
-		  <span tal:replace="part/name" />
-		</a>
-	      </span>
-	      <div class="docgrok-annotation2"
-		   tal:condition="iface/doc"
-		   tal:content="structure iface/doc">
-	      </div>
-	    </div>
-	    
-	  </div>
-
-	  <div class="docgrok-annotation2">
-	    <span class="docgrok-description2">permissions:</span>
-	    <div class="docgrok-annotation2">
-	      read: 
-	      <span tal:content="item/read_perm">None</span>
-	    </div>
-	    <div class="docgrok-annotation2">
-	      write: 
-	      <span tal:content="item/write_perm">None</span>
-	    </div>
-	  </div>
-
-
-	</div>
-
-
-
-	<h2>Functions:</h2>
-
-	<div class="docgrok-entry" tal:repeat="item view/getEntries">
-	  <div tal:condition="item/isfunction">
-	    <div class="docgrok-pathvalue">
-	      function
-	      <a href=""
-		 tal:attributes="href 
-				 string:${view/root_url}/docgrok/${item/url}" >
-		<span tal:content="item/name">function_name</span><span tal:content="item/signature">(signature)</span>
-	      </a>
-	    </div>
-	    <div class="docgrok-annotation2"
-		 tal:condition="item/doc"
-		 tal:content="structure item/doc">
-	    </div>
-	  </div>
-	</div>
-
-	<h2>Methods:</h2>
-	<div class="docgrok-entry" tal:repeat="item view/getMethods">
-	  <div class="docgrok-description1">
-	    <div class="docgrok-pathvalue">
-	      <span tal:content="item/name">methodname</span><span tal:content="item/signature">(signature)</span>
-	    </div>
-	  </div>
-	  <div class="docgrok-annotation2"
-	       tal:condition="item/doc"
-	       tal:content="structure item/doc">
-	    Doc
-	  </div>
-	  <div class="docgrok-annotation2">
-	    <div class="docgrok-entry" tal:repeat="iface item/interface">
-	      <span class="docgrok-description2">interface:</span>
-	      <span class="docgrok-pathvalue">
-		<a href=""
-		   tal:attributes="href string:${view/root_url}/docgrok/${iface/url}" 
-		   tal:content="iface/name">
-		  ClassName
-		</a>
-	      </span>
-	      in
-	      <span class="docgrok-pathvalue">
-		<a href=""
-		   tal:repeat="part iface/path_parts"
-		   tal:attributes="href string:${view/root_url}${part/url}">
-		  
-		  <span tal:replace="part/name" />
-		</a>
-	      </span>
-	      <div class="docgrok-annotation2"
-		   tal:condition="iface/doc"
-		   tal:content="structure iface/doc">
-	      </div>
-	    </div>
-	    
-	  </div>
-
-
-	  <div class="docgrok-annotation2">
-	    <span class="docgrok-description2">permissions:</span>
-	    <div class="docgrok-annotation2">
-	      read: 
-	      <span tal:content="item/read_perm">None</span>
-	    </div>
-	    <div class="docgrok-annotation2">
-	      write: 
-	      <span tal:content="item/write_perm">None</span>
-	    </div>
-	  </div>
-
-
-	</div>
-
-      </div>
-
-    </div>
-  </body>
-</html>

Deleted: grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokmoduleview.pt
===================================================================
--- grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokmoduleview.pt	2009-09-15 12:00:28 UTC (rev 104042)
+++ grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokmoduleview.pt	2009-09-15 12:01:08 UTC (rev 104043)
@@ -1,97 +0,0 @@
-<html metal:use-macro="view/app_root/@@grokadminmacros/macros/gaia-page">
-  <head>
-    <title>DocGrok page title</title>
-  </head>
-  <body>
-    <div metal:fill-slot="content">
-
-      <h1>
-	<span class="docgrok-pathvalue">
-	  <span tal:repeat="part view/getPathParts"><a href=""
-	       tal:attributes="href string:${view/root_url}${part/url}"
-	       tal:content="part/name">part</a></span></span> (Python Module)
-      </h1>
-      <div class="docgrok-entry" 
-	   tal:content="structure python: view.getDoc(context.getDocString())">
-	Documentation string.
-      </div>
-      <div>
-	<h2>Paths</h2>
-
-	<div class="docgrok-entry">
-	  <span class="docgrok-description1">Python path:</span>
-	  <span class="docgrok-pathvalue" 
-		tal:content="context/path">path.in.python</span>
-	</div>
-
-	<div class="docgrok-entry">
-	  <span class="docgrok-description1">Absolute file path: </span>
-	  <span class="docgrok-pathvalue" 
-		tal:content="context/getFilePath">/absolute/file/path</span>
-	</div>
-
-      </div>
-      <div>
-
-	<h2>Functions:</h2>
-
-	<div class="docgrok-entry" tal:repeat="item view/getEntries">
-	  <div tal:condition="item/isfunction">
-	    <div class="docgrok-pathvalue">
-	      function
-	      <a href=""
-		 tal:attributes="href 
-				 string:${view/root_url}/docgrok/${item/url}" >
-		<span tal:content="item/name">function_name</span><span tal:content="item/signature">(signature)</span>
-	      </a>
-	    </div>
-	    <div class="docgrok-annotation2"
-		 tal:condition="item/doc"
-		 tal:content="structure item/doc">
-	    </div>
-	  </div>
-	</div>
-
-	<h2>Interfaces:</h2>
-
-	<div class="docgrok-entry" tal:repeat="item view/getEntries">
-	  <div tal:condition="item/isinterface">
-	    <div class="docgrok-pathvalue">
-	      interface
-	      <a href=""
-		 tal:attributes="href string:${view/root_url}/docgrok/${item/url}" 
-		 tal:content="item/name">
-		InterfaceName
-	      </a>
-	    </div>
-	    <div class="docgrok-annotation2"
-		 tal:condition="item/doc"
-		 tal:content="structure item/doc">
-	    </div>
-	  </div>
-	</div>
-
-	<h2>Classes:</h2>
-
-	<div class="docgrok-entry" tal:repeat="item view/getEntries">
-	  <div tal:condition="item/isclass">
-	    <div class="docgrok-pathvalue">
-	      class
-	      <a href=""
-		 tal:attributes="href string:${view/root_url}/docgrok/${item/url}" 
-		 tal:content="item/name">
-		ClassName
-	      </a>
-	    </div>
-	    <div class="docgrok-annotation2"
-		 tal:condition="item/doc"
-		 tal:content="structure item/doc">
-	    </div>
-	  </div>
-	</div>
-
-      </div>
-
-    </div>
-  </body>
-</html>

Deleted: grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokpackageview.pt
===================================================================
--- grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokpackageview.pt	2009-09-15 12:00:28 UTC (rev 104042)
+++ grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokpackageview.pt	2009-09-15 12:01:08 UTC (rev 104043)
@@ -1,96 +0,0 @@
-<html metal:use-macro="view/app_root/@@grokadminmacros/macros/gaia-page">
-  <head>
-    <title>DocGrokPackage page title</title>
-  </head>
-  <body>
-    <div metal:fill-slot="content">
-
-      <h1>
-	<span class="docgrok-pathvalue">
-	  <span tal:repeat="part view/getPathParts"><a href=""
-						       tal:attributes="href string:${view/root_url}${part/url}"
-						       tal:content="part/name">part</a></span>
-	</span> 
-	(Python Package)
-      </h1>
-      <div>
-
-	<h2>Paths</h2>
-
-	<div class="docgrok-entry">
-	  <span class="docgrok-description1">Python path:</span>
-	  <span class="docgrok-pathvalue" 
-		tal:content="context/path">path.in.python</span>
-	</div>
-
-	<div class="docgrok-entry">
-	  <span class="docgrok-description1">Absolute file path: </span>
-	  <span class="docgrok-pathvalue" 
-		tal:content="context/getFilePath">absolute/file/path</span>
-	</div>
-
-	<h2>Textfiles:</h2>
-
-	<div class="docgrok-entry" tal:repeat="item view/getEntries">
-	  <div tal:condition="item/istextfile">
-	    <div class="docgrok-pathvalue">
-	      
-	      <a href=""
-		 tal:attributes="href string:${view/root_url}/docgrok/${item/url}" 
-		 tal:content="string: ${item/name}">
-		moduleName
-	      </a>
-	    </div>
-	    <div class="docgrok-annotation2"
-		 tal:condition="item/doc"
-		 tal:content="structure item/doc">
-	    </div>
-	    <div class="docgrok-annotation2"
-		 tal:condition="not: item/doc">
-	    </div>
-	  </div>
-	</div>
-
-
-	<h2>Subpackages:</h2>
-
-	<div class="docgrok-entry" tal:repeat="item view/getEntries">
-	  <div tal:condition="item/ispackage">
-	    <div class="docgrok-pathvalue">
-	      package
-	      <a href=""
-		 tal:attributes="href string:${view/root_url}/docgrok/${item/url}" 
-		 tal:content="string: ${context/path}.${item/name}">
-		moduleName
-	      </a>
-	    </div>
-	    <div class="docgrok-annotation2"
-		 tal:condition="item/doc"
-		 tal:content="structure item/doc">
-	    </div>
-	  </div>
-	</div>
-
-	<h2>Modules:</h2>
-
-	<div class="docgrok-entry" tal:repeat="item view/getEntries">
-	  <div tal:condition="item/ismodule">
-	    <div class="docgrok-pathvalue">
-	      module
-	      <a href=""
-		 tal:attributes="href string:${view/root_url}/docgrok/${item/url}" 
-		 tal:content="string: ${context/path}.${item/name}">
-		moduleName
-	      </a>
-	    </div>
-	    <div class="docgrok-annotation2"
-		 tal:condition="item/doc"
-		 tal:content="structure item/doc">
-	    </div>
-	  </div>
-	</div>
-
-      </div>
-    </div>
-  </body>
-</html>

Deleted: grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgroktextfileview.pt
===================================================================
--- grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgroktextfileview.pt	2009-09-15 12:00:28 UTC (rev 104042)
+++ grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgroktextfileview.pt	2009-09-15 12:01:08 UTC (rev 104043)
@@ -1,37 +0,0 @@
-<html metal:use-macro="view/app_root/@@grokadminmacros/macros/gaia-page">
-  <head>
-    <title>DocGrok page title</title>
-  </head>
-  <body>
-    <div metal:fill-slot="content">
-
-      <div class="docgrok-sourceheader">
-	<h1>
-	  <span class="docgrok-pathvalue"
-		tal:content="view/context/filename">
-	    filename.txt
-	  </span>
-	  (Text file in
-	  <span class="docgrok-pathvalue">
-	    <span tal:repeat="part view/getPackagePathParts"><a href=""
-							 tal:attributes="href string:${view/root_url}${part/url}"
-							 tal:content="part/name">part</a></span>
-	  </span>) 
-	</h1>
-	<div class="docgrok-entry">
-	  <span class="docgrok-description1">File path:</span>
-
-	  <span class="docgrok-pathvalue"
-		tal:content="view/context/getFilePath"
-		>
-	    /home/uli/blah...
-	  </span>
-	</div>
-      </div>
-      <div class="docgrok-sourcetext" 
-	   tal:content="structure view/getContent">
-      </div>
-    </div>
-    <div metal:fill-slot="footer"></div>
-  </body>
-</html>

Deleted: grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokview.pt
===================================================================
--- grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokview.pt	2009-09-15 12:00:28 UTC (rev 104042)
+++ grokui.admin/branches/introspectorless/src/grokui/admin/view_templates/docgrokview.pt	2009-09-15 12:01:08 UTC (rev 104043)
@@ -1,129 +0,0 @@
-<html metal:use-macro="view/app_root/@@grokadminmacros/macros/gaia-page">
-  <head>
-    <title>DocGrok page title</title>
-  </head>
-  <body>
-    <div metal:fill-slot="content">
-      <div tal:condition="not:view/getPathParts"> 
-	<h1 >
-	  Welcome to DocGrok...
-	</h1>
-	<div class="emph">
-	  DocGrok is Grok's run-time documentation system.
-
-	</div>
-
-	<h2>
-	  DocGrok Package Browser
-	</h2>
-
-	<div class="docgrok-annotation1">
-	  <p>
-	    Use the package browser to browse the locally installed
-	    Python packages, their classes, members and included text
-	    documentation. You can, for example,...
-	  </p>
-	  <div class="docgrok-annotation1">
-	    <div>
-	      <a href=""
-		 class="emph"
-		 tal:attributes="href string:${view/root_url}/docgrok/zope">
-	      browse the zope package</a>
-	    </div>
-	    <div>
-	      <a href=""
-		 class="emph"
-		 tal:attributes="href string:${view/root_url}/docgrok/grok">
-	      browse the grok package</a>
-	    </div>
-	  </div>
-	  <p>
-	    See
-	    <a href=""
-	       class="emph"
-	       tal:attributes="href string: 
-			      ${view/root_url}/docgrok/grokui/admin/docgrok.txt">
-	      docgrok documentation</a> to learn more
-	      about this feature of Grok.
-	  </p>
-	</div>
-
-	<h2>
-	  DocGrok Object Browser
-	</h2>
-
-	<div class="docgrok-annotation1">
-	  <p>
-	    The DocGrok object browser supports discovering of objects
-	    available in the runtime system. You can for example
-	    examine the
-	  </p>
-	  <div class="docgrok-annotation1">
-	    <div>
-	      <a href=""
-		 class="emph"
-		 tal:attributes="href string:${view/root_url}/@@inspect.html">
-	      ZODB root folder</a>
-	    </div>
-	  </div>
-          <p>
-	    See <a href="" class="emph"
-	    tal:attributes="href string:
-	    ${view/root_url}/docgrok/grokui/admin/inspect.txt">object
-	    browsers documentation</a> to learn more about this
-	    feature of Grok.
-	  </p>
-	</div>
-
-	<h2>
-	  External Documentation
-	</h2>
-
-	<div class="docgrok-annotation1">
-	  <p>
-	    Grok has the privilege to be supported by a very vivid
-	    community, which is contributing also documentation and
-	    help. To get you started with Grok, it is highly
-	    recommended first to do the <a class="emph"
-	    href="http://grok.zope.org/tutorial.html">Grok
-	    Tutorial</a>.  Afterwards you might find the special <a
-	    class="emph"
-	    href="http://grok.zope.org/minitutorials/index.html">Grok
-	    HOWTOs</a> of value for your work.
-	  </p>
-	  <p>
-	    If you need some more personal advice or want to get
-	    involved into Grok core development, have a look at the <a
-	    class="emph"
-	    href="http://mail.zope.org/mailman/listinfo/grok-dev">Grok-dev
-	    Mailinglist</a>. The Grok's headquarter is <a class="emph"
-	    href="http://grok.zope.org/">Grok's Home Page</a>.
-	  </p>
-	  GROK SAY: Have fun!
-	</div>
-      </div>
-
-      <div tal:condition="view/getPathParts">
-	<h1>
-
-	  DocGrok Documentation for
-	  <span class="docgrok-pathvalue">
-	    <span tal:repeat="part view/getPathParts"><a href=""
-							 tal:attributes="href string:${view/root_url}${part/url}"
-							 tal:content="part/name">part</a></span>
-	  </span> 
-	</h1>
-	<div class="Content">
-	  <h2>Path</h2>
-	  <div tal:content="context/path">
-	    path.to.some.element
-	  </div>
-	  <div class="description1">
-	    The python path of this element.
-	  </div>
-	</div>
-      </div>
-    </div>
-    <div metal:fill-slot="footer">asda</div>
-  </body>
-</html>



More information about the checkins mailing list