Author: bblfish
Date: Sun May 22 00:30:28 2011
New Revision: 1125846
URL: http://svn.apache.org/viewvc?rev=1125846&view=rev
Log:
small change to documentation
Modified:
incubator/clerezza/trunk/parent/platform.accountcontrolpanel/platform.accountcontrolpanel.core/src/main/scala/org/apache/clerezza/platform/accountcontrolpanel/PersonPanel.scala
Modified:
incubator/clerezza/trunk/parent/platform.accountcontrolpanel/platform.accountcontrolpanel.core/src/main/scala/org/apache/clerezza/platform/accountcontrolpanel/PersonPanel.scala
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.accountcontrolpanel/platform.accountcontrolpanel.core/src/main/scala/org/apache/clerezza/platform/accountcontrolpanel/PersonPanel.scala?rev=1125846&r1=1125845&r2=1125846&view=diff
==============================================================================
---
incubator/clerezza/trunk/parent/platform.accountcontrolpanel/platform.accountcontrolpanel.core/src/main/scala/org/apache/clerezza/platform/accountcontrolpanel/PersonPanel.scala
(original)
+++
incubator/clerezza/trunk/parent/platform.accountcontrolpanel/platform.accountcontrolpanel.core/src/main/scala/org/apache/clerezza/platform/accountcontrolpanel/PersonPanel.scala
Sun May 22 00:30:28 2011
@@ -33,7 +33,12 @@ import org.apache.clerezza.rdf.ontologie
import org.apache.clerezza.rdf.utils.{UnionMGraph, GraphNode}
/**
- * Presents a panel where the user can create a webid and edit her profile.
+ * A panel where one can view remote users, in order to then add them as
friends,
+ * see their friends... This is tied to a specific local user, as each user may
+ * in the future have different views on remote profiles.
+ *
+ * One should probably distinguish between local users that can create
profiles, and so
+ * that can add new friends, and remote users that can only browser the web of
relations.
*
* @author bblfish
*/