Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@minotaur.apache.org Received: (qmail 26480 invoked from network); 3 Feb 2010 09:27:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Feb 2010 09:27:53 -0000 Received: (qmail 79182 invoked by uid 500); 3 Feb 2010 09:27:53 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 79139 invoked by uid 500); 3 Feb 2010 09:27:53 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 79129 invoked by uid 99); 3 Feb 2010 09:27:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2010 09:27:52 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [192.35.17.14] (HELO david.siemens.de) (192.35.17.14) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2010 09:27:43 +0000 Received: from mail1.siemens.de (localhost [127.0.0.1]) by david.siemens.de (8.12.11.20060308/8.12.11) with ESMTP id o139RLOG001755 for ; Wed, 3 Feb 2010 10:27:21 +0100 Received: from mchp771a.ww002.siemens.net (mchp771a.ww002.siemens.net [139.25.131.189]) by mail1.siemens.de (8.12.11.20060308/8.12.11) with ESMTP id o139RLd6012799 for ; Wed, 3 Feb 2010 10:27:21 +0100 Received: from MCHP7IEA.ww902.siemens.net ([139.25.131.145]) by mchp771a.ww002.siemens.net with Microsoft SMTPSVC(6.0.3790.3959); Wed, 3 Feb 2010 10:27:21 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: separate space for user profiles Date: Wed, 3 Feb 2010 10:27:07 +0100 Message-ID: In-Reply-To: <4B6896D2.1000707@holeczek.de> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: separate space for user profiles Thread-Index: AcqkTXPQIL0FHsHuSJG69rvt+58q3gAZRrDQ References: <4B6896D2.1000707@holeczek.de> From: "Dalen, Andre van" To: X-OriginalArrivalTime: 03 Feb 2010 09:27:21.0116 (UTC) FILETIME=[1625D5C0:01CAA4B3] Hi Florian, I don't want to be too negative, but this seems to violate the KISS principle, the strength of Wiki's (imho) is that everything is a page. You could always introduce a category page UserProfiles that is referenced from those kinds of pages. regards, Andre -----Original Message----- From: Florian Holeczek [mailto:florian@holeczek.de]=20 Sent: dinsdag 2 februari 2010 22:19 To: jspwiki-dev@incubator.apache.org Subject: separate space for user profiles Hi devs, I want to start a discussion on a special aspect of the organization of our new backend. I think it might be useful to separate user profile pages from "normal" pages. The following advantages came to my mind: * no name collisions * possibility of explicitly marking a page as a user profile (and thus possibility for a visitor recognizing a page as user profile) * possibility of having an access control template for this kind of pages (e.g. only its "owner" may edit it). WDYT? Best regards Florian