[Checkins] SVN: zc.shortcut/trunk/src/zc/shortcut/ Reformatted overlong lines. Fixed a typo.

Marius Gedminas marius at pov.lt
Wed May 31 03:04:51 EDT 2006


Log message for revision 68402:
  Reformatted overlong lines.  Fixed a typo.
  
  

Changed:
  U   zc.shortcut/trunk/src/zc/shortcut/adapters.txt
  U   zc.shortcut/trunk/src/zc/shortcut/adding.txt
  U   zc.shortcut/trunk/src/zc/shortcut/factory.txt

-=-
Modified: zc.shortcut/trunk/src/zc/shortcut/adapters.txt
===================================================================
--- zc.shortcut/trunk/src/zc/shortcut/adapters.txt	2006-05-30 21:13:05 UTC (rev 68401)
+++ zc.shortcut/trunk/src/zc/shortcut/adapters.txt	2006-05-31 07:04:50 UTC (rev 68402)
@@ -261,11 +261,11 @@
 Breadcrumbs
 ===========
 
-The zc.displayname package provides a way to obtain breadcrumbs that is not tied to
-the zope IAbsoluteURL interface and that takes advantage of zc.displayname features
-like the display name generator.  The zc.shortcut package includes a breadcrumb
-adapter for the zc.displayname interface that is aware of the traversal proxies that
-are part of the shortcut package.
+The zc.displayname package provides a way to obtain breadcrumbs that is not
+tied to the zope IAbsoluteURL interface and that takes advantage of
+zc.displayname features like the display name generator.  The zc.shortcut
+package includes a breadcrumb adapter for the zc.displayname interface that is
+aware of the traversal proxies that are part of the shortcut package.
 
     >>> import zc.displayname.adapters
     >>> component.provideAdapter(zc.displayname.adapters.Breadcrumbs)

Modified: zc.shortcut/trunk/src/zc/shortcut/adding.txt
===================================================================
--- zc.shortcut/trunk/src/zc/shortcut/adding.txt	2006-05-30 21:13:05 UTC (rev 68401)
+++ zc.shortcut/trunk/src/zc/shortcut/adding.txt	2006-05-31 07:04:50 UTC (rev 68402)
@@ -13,7 +13,7 @@
 a result, adding to a shortcut of a container returns the user to the
 shortcut, not the absolute path of the container's real location; and 
 submitting the form of the default view of the adding redirects to within the 
-context of the traversed shorcut(s), not the absoluteURL.
+context of the traversed shortcut(s), not the absoluteURL.
 
 The action method changes are pertinent to redirecting to an adding view.
 

Modified: zc.shortcut/trunk/src/zc/shortcut/factory.txt
===================================================================



More information about the Checkins mailing list