Talk:Zope
From Wikipedia, the free encyclopedia
does anyone not think it doesn't stick to a neutral pov?
These links were removed by User:DavidWBrooks as advertising
I dont't think all of them are. --Leopard 09:30, 29 August 2005 (UTC)
Contents |
[edit] External links
- The Zope website: http://www.zope.org
- Zope Corporation (US company): http://www.zope.com
- Zope Europe Association: http://www.zope-europe.org
- Zope Magazine - ZopeMag: http://www.zopemag.com
- Zope Village: http://www.zope-village.com
- Zope wiki: http://www.zopewiki.org
- PlanetZope: http://planetzope.org
- zopeteca: http://www.zopeteca.com
- Zope Products: http://www.contentmanagementsoftware.info/zope
- Free Zope Hosting Services
- Zope Hosting Providers
- http://www.zettai.net
- http://www.agileworks.co.za
- http://www.guellconsulting.com
- http://www.nidelven-it.no
- http://www.ingeniweb.com
- http://www.powerplone.com
- http://www.zopehosting.ch
- http://quintagroup.com
- http://www.amazesolutions.com
- http://www.keysolutions.ru (Russian)
- http://www.python-hosting.com
- http://www.pilotsystems.net
- http://www.adesium.com
- http://www.zeomega.com
- Value Added Zope Resellers / Services Providers
-
- http://www.nidelven-it.no
- http://www.agileworks.co.za
- http://www.amazesolutions.com
- http://osoft.us
- http://www.nuxeo.com/en
- http://www.ingeniweb.com
- http://www.pilotsystems.net
- http://www.emencia.com
- http://www.guellconsulting.com
- http://www.adesium.com
- http://www.zeomega.com
- http://www.incept.ch
- http://www.adelux.fr/
[edit] Zope User Groups
- Los Angeles Zope User Group
- German Zope User Group:
- Swiss Zope User Group:
- French Zope User Communities:
- Ukrainian Zope User Group:
- Russian Zope User Group:
- Italian Zope User Group:
- Taiwan Zope User Group:
- Chinese Zope User Group
- Indian Zope and Python User Group
- United States
- EDU's
I think most of these links are not needed. The zope.org is the one necessary link. The rest can be easily found from there or on Google. And, indeed, if we let some of them back it will be hard to argue what's OK and what's not. Alga 22:20, August 29, 2005 (UTC)
- Apparently some of them helped me. But I found them in a Google chache if i recall it right and unfortunately not in Wikipedia. External links are for knowledge beyond the explanation in Wikipedia as far as I understood it. That helped me for understanding PHP or CMS in the past and it was helpful. Cutting Links down without reason is not. But you can may convince me. --Leopard 14:20, 31 August 2005 (UTC)
[edit] Links I find to be advertising or not needed
There are currently still a few links that definetly are advertising:
- The Zope Job Market: http://zope.freerecruiting.com/
- This is a commercial company of little note; a recruitment agency specializing in certain nice markets.
Certainly not appropriate in the context of only 3 or 4 external links.
- Brazilian Zope Community: http://www.tchezope.org/
- There are many local Zope comunities; listing them all would be too many, listing one or a few is misplaced.
There is something to be said for linking to Zope.com, if only from the history section (Zope Corporation), as it has bearing on the history of Zope.
I'll go ahead and remove the two links in a day or so unless someone objects. --MJ 13:53, 26 September 2005 (UTC).
[edit] Zope 3
I believe the section on Zope 3 needs to be re-worked to fit better into the flow of the article as a whole. As it stands now, Zope has two paths: Zope 2 and Zope 3; where most of the Zope 2 work is in the form of back-porting Zope 3 features so that there is a migration path for Zope 2 products to reach Zope 3. 164.58.79.195 20:35, 16 February 2006 (UTC)
[edit] Squib
The page Squib (program) redirects to Zope but the Zope page has no reference to this word. What is the relationship (e.g., is Squib an old name for Zope or something)? An explanation should be included in the Zope article or Squib should have its own short article, presumably with a link to Zope. EdDavies 12:05, 12 October 2006 (UTC)
- I searched the Web with Google and I couldn't find any major reference to a program called "Squib". I'd say "Squib (program)" should be removed entirely. —The preceding unsigned comment was added by 84.191.172.70 (talk) 14:25, 2 April 2007 (UTC).
[edit] Question about Zope examples for Web template
We (working on Template language features) need some examples for particular Zope features, but need to check.
- There are a "re-use" schema on TAL? Example, on
<a href="http://www.zope.org" tal:attributes="python: 'href http://www.wikipedia.org'">CLICK HERE</a>, the Zope home page will be a default? - anothers questions later ...
-- Krauss 29 November 2006
- I don't understand the question. --Regebro 22:56, 2 December 2006 (UTC)
Sorry, confused question and terms, with not very good example (need URL as a variable). It is about default behavior: if tal:attributes have a empty, null or false value, what a href shows? the http://www.zope.org link? -- Krauss 3 December 2006
- OK, I can't be nothered to actually verify this code, but here goes from memory:
- An empty value, null or False, will still replace the default (as well it should, how would you otherwise be able to insert these values ;-) ), but there is a value called default to get that behaviour: <a href="frotz" tal:attributes="href foo |default"> will use the value of foo, unless that evaluates to false, in which case "frotz" will be the value. I've never ever actually used that, though. It's to implicit and complicated. The code <a tal:attributes="href python:foo or "frotz""> does the same, is shorter and clearer and less magic. --Regebro 22:54, 4 December 2006 (UTC)
[edit] someone should mention Grok
As one of its creators, it wouldn't be appropriate for me to do so, but it's a notable enough part of Zope by now. Martijn Faassen (talk) 03:20, 4 March 2008 (UTC)
- Doesn't look like anyone's interested? Martijn Faassen (talk) 17:50, 20 April 2008 (UTC)

