You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(83) |
Nov
(55) |
Dec
(29) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(29) |
Feb
(31) |
Mar
(37) |
Apr
(6) |
May
(25) |
Jun
(36) |
Jul
(19) |
Aug
(7) |
Sep
(17) |
Oct
(40) |
Nov
(33) |
Dec
(44) |
2004 |
Jan
(20) |
Feb
(15) |
Mar
(22) |
Apr
(17) |
May
(24) |
Jun
(19) |
Jul
(15) |
Aug
(25) |
Sep
(79) |
Oct
(35) |
Nov
(112) |
Dec
(31) |
2005 |
Jan
(110) |
Feb
(40) |
Mar
(35) |
Apr
(37) |
May
(24) |
Jun
(10) |
Jul
(8) |
Aug
(54) |
Sep
(23) |
Oct
(17) |
Nov
(35) |
Dec
(41) |
2006 |
Jan
(72) |
Feb
(184) |
Mar
(57) |
Apr
(83) |
May
(38) |
Jun
(44) |
Jul
(11) |
Aug
(60) |
Sep
(33) |
Oct
(75) |
Nov
(227) |
Dec
(89) |
2007 |
Jan
(46) |
Feb
(27) |
Mar
(28) |
Apr
(33) |
May
(94) |
Jun
(33) |
Jul
(48) |
Aug
(24) |
Sep
(57) |
Oct
(32) |
Nov
(32) |
Dec
(23) |
2008 |
Jan
(65) |
Feb
(51) |
Mar
(30) |
Apr
(111) |
May
(19) |
Jun
(31) |
Jul
(114) |
Aug
(57) |
Sep
(26) |
Oct
(72) |
Nov
(252) |
Dec
(98) |
2009 |
Jan
(100) |
Feb
(37) |
Mar
(89) |
Apr
(57) |
May
(81) |
Jun
(27) |
Jul
(27) |
Aug
(42) |
Sep
(25) |
Oct
(45) |
Nov
(21) |
Dec
(72) |
2010 |
Jan
(74) |
Feb
(23) |
Mar
(6) |
Apr
(47) |
May
(64) |
Jun
(7) |
Jul
(19) |
Aug
(3) |
Sep
(26) |
Oct
(6) |
Nov
(15) |
Dec
(28) |
2011 |
Jan
|
Feb
(9) |
Mar
(7) |
Apr
(8) |
May
(13) |
Jun
(1) |
Jul
(35) |
Aug
(21) |
Sep
(9) |
Oct
(16) |
Nov
(6) |
Dec
(3) |
2012 |
Jan
(10) |
Feb
(6) |
Mar
(7) |
Apr
(26) |
May
(2) |
Jun
(7) |
Jul
(2) |
Aug
(6) |
Sep
(6) |
Oct
(15) |
Nov
(2) |
Dec
(2) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(11) |
Aug
(2) |
Sep
(3) |
Oct
(6) |
Nov
(1) |
Dec
(3) |
2014 |
Jan
|
Feb
|
Mar
(2) |
Apr
(9) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(4) |
From: peter.seifert <pet...@tu...> - 2011-05-27 12:10:13
|
Visiting http://api.plone.org I got: Forbidden You don't have permission to access / on this server. Is this deliberate or will the API-Overview return? Thanks, Peter -- View this message in context: http://plone.293351.n2.nabble.com/http-api-plone-org-returns-forbidden-tp6410815p6410815.html Sent from the Documentation Team mailing list archive at Nabble.com. |
From: Jon S. <jon...@gm...> - 2011-05-10 19:07:27
|
This is not a docs-team issue. The Plone Foundation governs the business rules for the providers/sites sections of the site. If you have a constructive proposal to make, you are welcome to make it to bo...@pl.... On Tue, May 10, 2011 at 11:41 AM, Weisglass Ofer <wei...@gm...> wrote: > the document is good but I do not like that the order is by the abc > http://plone.org/support/hosting-providers?b_start:int=20 > > it means companies in "bad" naming can lose clients (hope you can understand > me) > as most people will read 2-5 pages > |
From: Weisglass O. <wei...@gm...> - 2011-05-10 18:42:09
|
the document is good but I do not like that the order is by the abc http://plone.org/support/hosting-providers?b_start:int=20 it means companies in "bad" naming can lose clients (hope you can understand me) as most people will read 2-5 pages On Tue, Apr 26, 2011 at 3:42 AM, Mikko Ohtamaa < mik...@re...> wrote: > Hi, > > I updated the document: > > http://plone.org/documentation/faq/where-can-i-host-my-plone-site > > * More friendly tone > > * Leaner structure > > * Cloud option > > Could someone please proof-read it and check for necessary changes. > > ----- > > Follow me in Twitter > > > > Download mFabrik News for iPhone > or Android > > > > > -- > View this message in context: > http://plone.293351.n2.nabble.com/Updated-doc-Plone-hosting-tp6305021p6305021.html > Sent from the Documentation Team mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > Plone-docs mailing list > Plo...@li... > https://lists.sourceforge.net/lists/listinfo/plone-docs > |
From: Billy S. <sa...@gm...> - 2011-05-09 15:27:04
|
Hi, http://plone.org/products/ploneformgen/documentation/tutorial/sql-crud/tutorial-all-pages When I followed the steps of this tutorial, I could not get update to work unless I put quotes int in the WHERE clause as below: Not working ----------------- UPDATE conference_registration SET <dtml-sqltest string1 type=string>, <dtml-sqltest string2 type=string> WHERE <dtml-sqltest uid type=int> Working ------------ UPDATE conference_registration SET <dtml-sqltest string1 type=string>, <dtml-sqltest string2 type=string> WHERE <dtml-sqltest uid type="int"> Thanks. Billy |
From: Ralf H. <hem...@gm...> - 2011-05-08 20:10:40
|
On 05/08/2011 08:02 PM, ajung wrote: > You got a solution for the Extensions question. Why don't you follow this > road? Because, I also want to learn how to control plone from the unix command line. > Apart from that: I think you need > > zope.app.component.hooks.setSite(portal) > > inside your script if you want to run it through > > bin/instance run yourscript.py Thanks for this tip. I had to additionally import zope but otherwise it worked. Thank you! To somebody who maintains http://plone.org/products/tinymce/documentation/how-to/how-to-set-tinymce-as-default-editor-for-current-users and http://collective-docs.plone.org/misc/commandline.html could you perhaps update appropriately? It's probably easier to run a script via bin/client2 run kupu2tinymce.py than creating an external method. And for the commandline... as Andreas pointed out, import zope zope.app.component.hooks.setSite(portal) was missing. Ralf PS: My script for setting TinyMCE is === kupu2tinymce.py === def Kupu2TinyMCE(self): pm = self.portal_membership for memberId in pm.listMemberIds(): member = pm.getMemberById(memberId) editor = member.getProperty('wysiwyg_editor', None) if editor == 'TinyMCE': print('%s: TinyMCE already selected, leaving alone' % memberId) else: member.setMemberProperties({'wysiwyg_editor': 'TinyMCE'}) print('%s: TinyMCE has been set' % memberId) return portal = app.YOURPLONESITE import zope zope.app.component.hooks.setSite(portal) Kupu2TinyMCE(portal) import transaction transaction.commit() |
From: Israel S. P. <duk...@gm...> - 2011-05-07 23:45:04
|
I've read it, and corrected a few minor bits. Thanks! -- israel 2011/4/26 Mikko Ohtamaa <mik...@re...>: > Hi, > > I updated the document: > > http://plone.org/documentation/faq/where-can-i-host-my-plone-site > > * More friendly tone > > * Leaner structure > > * Cloud option > > Could someone please proof-read it and check for necessary changes. > > ----- > > Follow me in Twitter > > > > Download mFabrik News for iPhone > or Android > > > > > -- > View this message in context: http://plone.293351.n2.nabble.com/Updated-doc-Plone-hosting-tp6305021p6305021.html > Sent from the Documentation Team mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > Plone-docs mailing list > Plo...@li... > https://lists.sourceforge.net/lists/listinfo/plone-docs > |
From: Israel S. P. <duk...@gm...> - 2011-05-07 23:36:37
|
Hi, 2011/5/5 Encolpe Degoute <enc...@fr...>: > Hello, > > I found some clarification to add in the 'GenericSetup and profiles' > document. > http://plone.org/documentation/manual/plone-community-developer-documentation/components/genericsetup > > How can I modify the document ? You have to checkout the collective.developermanual package and edit the markup you'll find there. Read http://plone.org/documentation/manual/plone-community-developer-documentation/introduction/writing . > There's also two documents that should be deprecated or marked as not > updated: > > 1. Understanding and Using GenericSetup in Plone > 2. Setup using GenericSetup Hm I guess we could mark them as obsolete or just delete them if the information they contain is already in the community developer manual. -- israel |
From: Marcio M. <mar...@gm...> - 2011-05-07 19:39:54
|
Better yet... The corrections are here: https://github.com/marciomazza/doc-correction See the changes to the file *z3c.form* You can use: git clone gi...@gi...:marciomazza/doc-correction.git git log z3c.form git diff --color HEAD..`git rev-list HEAD | tail -n 1` z3c.form Note: "git rev-list HEAD | tail -n 1" simply gives you the first commit 2011/5/7 Marcio Mazza <mar...@gm...>: > There are some little typos in > http://plone.org/documentation/manual/plone-community-developer-documentation/forms/z3c.form#crud-form > > It seems that the string "tab" was replaced by "" (empty). > > This is the excerpt, with missing places marked as ###: > > CRUD form elements > > * Add form creates new objects and renders the form below the ###le > * Edit sub-form edits existing object and renders one ###le row > * Edit form lists all objects and allows deleting them ( ###le master) > * CRUD form orchestrates the whole thing and renders add and edit forms > * view_schema outputs read-only fields in CRUD ###le > * update_schema outputs edi###le fields in CRUD ###le. Usually > you want either view_schema or update_schema > * add_schema outputs add form > |
From: Marcio M. <mar...@gm...> - 2011-05-07 13:02:22
|
There are some little typos in http://plone.org/documentation/manual/plone-community-developer-documentation/forms/z3c.form#crud-form It seems that the string "tab" was replaced by "" (empty). This is the excerpt, with missing places marked as ###: CRUD form elements * Add form creates new objects and renders the form below the ###le * Edit sub-form edits existing object and renders one ###le row * Edit form lists all objects and allows deleting them ( ###le master) * CRUD form orchestrates the whole thing and renders add and edit forms * view_schema outputs read-only fields in CRUD ###le * update_schema outputs edi###le fields in CRUD ###le. Usually you want either view_schema or update_schema * add_schema outputs add form |
From: Encolpe D. <enc...@fr...> - 2011-05-04 23:01:20
|
Hello, I found some clarification to add in the 'GenericSetup and profiles' document. http://plone.org/documentation/manual/plone-community-developer-documentation/components/genericsetup How can I modify the document ? There's also two documents that should be deprecated or marked as not updated: 1. Understanding and Using GenericSetup in Plone 2. Setup using GenericSetup Regards, -- Encolpe DEGOUTE http://encolpe.degoute.free.fr/ Logiciels libres, hockey sur glace et autres activités cérébrales |
From: Mikko O. <mik...@re...> - 2011-05-04 07:47:03
|
Hi Marco, Marcio Mazza wrote: > > *sudo apt-get install libbz2-dev > * > in order to have bzip2 support. > > > *What happened to me: > *I'm on Ubuntu 10.04. > I had trouble while trying to easy_install a bz2 package (mocker==1.0, for > dexterity) without having *libbz2-dev* > Got an error like in this post: > http://plone.293351.n2.nabble.com/Workaround-Solution-for-resolving-Mocker-installation-issues-w-Dexterity-td5118861.html > * error: Not a recognized archive type: > /usr/local/Plone4/buildout-cache/downloads/dist/mocker-1.0.tar.bz2 > * > That was solved when I installed libbz2-dev first and then ran the unified > installer again. > > In fact, I wonder if the *Installer itself shoudn't solve this*, since it > tries to add zlib, if I correctly understood. Shouldn't it fill in the gap > for bzip2? > I trust your judgement here and updated the documentation according to instructions. ----- Follow me in Twitter Download mFabrik News for iPhone or Android -- View this message in context: http://plone.293351.n2.nabble.com/Suggestion-for-manual-installing-plone-bzip2-support-in-debian-tp6329203p6329965.html Sent from the Documentation Team mailing list archive at Nabble.com. |
From: Marcio M. <mar...@gm...> - 2011-05-03 23:52:04
|
This is about the tutorial http://plone.org/documentation/manual/installing-plone Please check if the section http://plone.org/documentation/manual/installing-plone/installing-on-linux-unix-bsd/debian-libraries should also advise about the need of *sudo apt-get install libbz2-dev * in order to have bzip2 support. *What happened to me: *I'm on Ubuntu 10.04. I had trouble while trying to easy_install a bz2 package (mocker==1.0, for dexterity) without having *libbz2-dev* Got an error like in this post: http://plone.293351.n2.nabble.com/Workaround-Solution-for-resolving-Mocker-installation-issues-w-Dexterity-td5118861.html * error: Not a recognized archive type: /usr/local/Plone4/buildout-cache/downloads/dist/mocker-1.0.tar.bz2 * That was solved when I installed libbz2-dev first and then ran the unified installer again. In fact, I wonder if the *Installer itself shoudn't solve this*, since it tries to add zlib, if I correctly understood. Shouldn't it fill in the gap for bzip2? Thanks for the good docs. |
From: Mikko O. <mik...@re...> - 2011-04-26 08:42:39
|
Hi, I updated the document: http://plone.org/documentation/faq/where-can-i-host-my-plone-site * More friendly tone * Leaner structure * Cloud option Could someone please proof-read it and check for necessary changes. ----- Follow me in Twitter Download mFabrik News for iPhone or Android -- View this message in context: http://plone.293351.n2.nabble.com/Updated-doc-Plone-hosting-tp6305021p6305021.html Sent from the Documentation Team mailing list archive at Nabble.com. |
From: Dylan J. <dy...@dy...> - 2011-04-12 14:28:18
|
On 12/04/2011, at 7:05 PM, Mikko Ohtamaa wrote: > >> >> xmlrpclib.ProtocolError: >> >> Don't know all the stuff which is broken now. Will sleep and figure >> out >> tomorrow. >> >> What's causing those 502s? > > No error messages? > > are you using the released or github t.ploneremote? > > I updated ploneremote in trunk to work better with 4.1 and give better > error messages but I haven't tested it with <4.1 yet. > > > Ah hah. The error looked like HTML tag so it was parsed away. It is > 502 Bad > Gateway from Nginx. > > Upload works locally so it is only plone.org problem. I'll try to > reach > someone to tell me what logs to poke to find the cause. You can > cause 502 > with normal manage.plone.org usage now and then so it is probably some > random fart giving us a headache. > > Dylan: One error aborts the whole upload? There was code that would retry 3 times but I think that is around each xmlrpc and urllib call anymore. This needs to be fixed. |
From: Mikko O. <mik...@re...> - 2011-04-12 09:05:16
|
> > xmlrpclib.ProtocolError: > > Don't know all the stuff which is broken now. Will sleep and figure > out > tomorrow. > > What's causing those 502s? No error messages? are you using the released or github t.ploneremote? I updated ploneremote in trunk to work better with 4.1 and give better error messages but I haven't tested it with <4.1 yet. Ah hah. The error looked like HTML tag so it was parsed away. It is 502 Bad Gateway from Nginx. Upload works locally so it is only plone.org problem. I'll try to reach someone to tell me what logs to poke to find the cause. You can cause 502 with normal manage.plone.org usage now and then so it is probably some random fart giving us a headache. Dylan: One error aborts the whole upload? ----- Follow me in Twitter Download mFabrik News for iPhone or Android -- View this message in context: http://plone.293351.n2.nabble.com/collective-developermanual-push-in-progress-pushed-tp6262861p6264368.html Sent from the Documentation Team mailing list archive at Nabble.com. |
From: Dylan J. <dy...@dy...> - 2011-04-12 01:52:57
|
On 12/04/2011, at 8:04 AM, Mikko Ohtamaa wrote: > > Mikko Ohtamaa wrote: >> >> I am runnig a new push for collective.developermanual in plone.org >> > > fail :( > > xmlrpclib.ProtocolError: > > Don't know all the stuff which is broken now. Will sleep and figure > out > tomorrow. > > What's causing those 502s? No error messages? are you using the released or github t.ploneremote? I updated ploneremote in trunk to work better with 4.1 and give better error messages but I haven't tested it with <4.1 yet. > > > ----- > > Follow me in Twitter > > > > Download mFabrik News for iPhone > or Android > > > > > -- > View this message in context: http://plone.293351.n2.nabble.com/collective-developermanual-push-in-progress-pushed-tp6262861p6263103.html > Sent from the Documentation Team mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Forrester Wave Report - Recovery time is now measured in hours and > minutes > not days. Key insights are discussed in the 2010 Forrester Wave > Report as > part of an in-depth evaluation of disaster recovery service providers. > Forrester found the best-in-class provider in terms of services and > vision. > Read this report now! http://p.sf.net/sfu/ibm-webcastpromo > _______________________________________________ > Plone-docs mailing list > Plo...@li... > https://lists.sourceforge.net/lists/listinfo/plone-docs |
From: Alex C. <ac...@ac...> - 2011-04-12 00:19:37
|
On 4/11/11 4:22 PM, Billy Saelim wrote: > There seems to be an error in this document: > http://plone.org/documentation/manual/upgrade-guide/version/upgrading-plone-4.0-to-4.1/referencemanual-all-pages, > where it seems: > > from five.formlib.form import formbase > > should instead be > > from five.formlib import formbase > > Thanks. Fixed, thanks! > > > > > > > ------------------------------------------------------------------------------ > Forrester Wave Report - Recovery time is now measured in hours and minutes > not days. Key insights are discussed in the 2010 Forrester Wave Report as > part of an in-depth evaluation of disaster recovery service providers. > Forrester found the best-in-class provider in terms of services and vision. > Read this report now! http://p.sf.net/sfu/ibm-webcastpromo > > > > _______________________________________________ > Plone-docs mailing list > Plo...@li... > https://lists.sourceforge.net/lists/listinfo/plone-docs -- Alex Clark · http://aclark.net/training |
From: Mikko O. <mik...@re...> - 2011-04-11 22:04:50
|
Mikko Ohtamaa wrote: > > I am runnig a new push for collective.developermanual in plone.org > fail :( xmlrpclib.ProtocolError: Don't know all the stuff which is broken now. Will sleep and figure out tomorrow. What's causing those 502s? ----- Follow me in Twitter Download mFabrik News for iPhone or Android -- View this message in context: http://plone.293351.n2.nabble.com/collective-developermanual-push-in-progress-pushed-tp6262861p6263103.html Sent from the Documentation Team mailing list archive at Nabble.com. |
From: Mikko O. <mik...@re...> - 2011-04-11 20:47:42
|
Hi, I am runnig a new push for collective.developermanual in plone.org http://manage.plone.org/documentation/manual/plone-community-developer-documentation It takes about an hour and is now in progress. It uses latest Funnelweb / collective.transmogrify goodies. Please report all issues you find in the manual here. Me, Dylan or Alex will do something about them. At least the index page ToC is too deep with the latest PHC - we should probably limit it to level one. No automatic updates yet, but we are now working on it since Jenskins the service is with us. ----- Follow me in Twitter Download mFabrik News for iPhone or Android -- View this message in context: http://plone.293351.n2.nabble.com/collective-developermanual-push-in-progress-pushed-tp6262861p6262861.html Sent from the Documentation Team mailing list archive at Nabble.com. |
From: Billy S. <sa...@gm...> - 2011-04-11 20:23:03
|
There seems to be an error in this document: http://plone.org/documentation/manual/upgrade-guide/version/upgrading-plone-4.0-to-4.1/referencemanual-all-pages, where it seems: from five.formlib.form import formbase should instead be from five.formlib import formbase Thanks. |
From: Jon S. <jon...@gm...> - 2011-03-18 22:45:16
|
On Fri, Mar 18, 2011 at 3:28 PM, Gunnar P. Vestergaard <po...@gu...> wrote: > Date: Fri, 18 Mar 2011 11:37:27 -0700 >> From: Jon Stahl<jon...@gm...> >> Subject: Re: [Plone-docs] Suggesting change of web page describing >> favicon files >> To: "Gunnar P. Vestergaard"<po...@gu...> >> Cc:plo...@li... >> Message-ID: >> <AANLkTikM6BFpXeZkOF-rVqk0O7G+HUx=m2_...@ma...> >> Content-Type: text/plain; charset=ISO-8859-1 >> >> Gunnar- >> >> Great suggestion, thanks! One of the cool things about the Knowledge >> Base section of Plone.org is that it can be edited by any user with a >> Plone.org account -- so please feel free to log in and update it >> yourself if you have a few spare moments! >> >> :jon > > I logged on plone.org and viewed the page > http://plone.org/documentation/kb/setting-the-site-icon-favicon-for-your-plone-site > > I only saw the View tab. The Edit tab was not available. Don't I have > permission to do this? Ah, my mistake -- turns out that permission edit is tied to permission to contribute to the Collective (Plone's add-on products repository). That's also a pretty low bar. No worries, though, I just manually granted you permissions on that page. Try again, and let us know if you have problems. Thanks again! :jon |
From: Gunnar P. V. <po...@gu...> - 2011-03-18 22:28:10
|
Date: Fri, 18 Mar 2011 11:37:27 -0700 > From: Jon Stahl<jon...@gm...> > Subject: Re: [Plone-docs] Suggesting change of web page describing > favicon files > To: "Gunnar P. Vestergaard"<po...@gu...> > Cc:plo...@li... > Message-ID: > <AANLkTikM6BFpXeZkOF-rVqk0O7G+HUx=m2_...@ma...> > Content-Type: text/plain; charset=ISO-8859-1 > > Gunnar- > > Great suggestion, thanks! One of the cool things about the Knowledge > Base section of Plone.org is that it can be edited by any user with a > Plone.org account -- so please feel free to log in and update it > yourself if you have a few spare moments! > > :jon I logged on plone.org and viewed the page http://plone.org/documentation/kb/setting-the-site-icon-favicon-for-your-plone-site I only saw the View tab. The Edit tab was not available. Don't I have permission to do this? Gunnar Vestergaard |
From: Gunnar P. V. <po...@gu...> - 2011-03-18 22:06:41
|
Hello. I have a reason for concern. Now I subscribe to the Plone-docs mailing list. I subscribe to this mailing list as a daily digest delivery. About ten messages are brought in this digest. More or less, actually. That will vary greatly. I want to bring a subject up which this group may not find relevant. But I don't know where else to write. Most likely there are developers attending to the mailing software sending out this mailing list. When I see the daily digest message from plone-docs mailing list, I want to reply to some post. Then I hit the Reply button in Mozilla Thunderbird. I see post 1 to 5 quoted as quoted text. I first thought that it is just fine. My intention was to delete posts that I do not reply to and type my reply under the relevant post. In this case, the delivered message digest originally contained 8 posts. "Fine", I thought. I wanted to delete posts 1-7 and will reach post 8 that I want to quote. But suddenly I see that Mozilla Thunderbird only cites posts 1-4 in the Reply window. "What the heck? What happens here?" This is because when some sender in a single post includes two dashes and a space, Mozilla Thunderbird sees all the rest of the digest message as _signature_ that must be ignored. Now I don't mean to oppose this. I think that the double dash and space should still be preserved as a mark of signature. But the solution may be for the server to alter the double dash and space into something else so that a mail app will not disregard the rest of the message digest because of these multiple posts with double dashes and space. So as I said before, this may not be the right group to bring this up. But I do not know where else to write. Gunnar Vestergaard Copenhagen, Denmark |
From: Gunnar P. V. <po...@gu...> - 2011-03-18 19:02:10
|
At March 18 2011 19.37, plo...@li... wrote: > Gunnar- > > Great suggestion, thanks! One of the cool things about the Knowledge > Base section of Plone.org is that it can be edited by any user with a > Plone.org account -- so please feel free to log in and update it > yourself if you have a few spare moments! > I will do so in the next couple of days. I recall that I may already have a Plone.org account. Gunnar Vestergaard |
From: Jon S. <jon...@gm...> - 2011-03-18 18:37:33
|
Gunnar- Great suggestion, thanks! One of the cool things about the Knowledge Base section of Plone.org is that it can be edited by any user with a Plone.org account -- so please feel free to log in and update it yourself if you have a few spare moments! :jon On Fri, Mar 18, 2011 at 9:52 AM, Gunnar P. Vestergaard <po...@gu...> wrote: > Now Windows 7 accepts Windows Icon files that are 64x64 pixels. These > large icons are used in the user interface of Windows 7, by Pinning, > among other uses. > > So any web master may choose to provide such favicon.ico in 64x64 > pixels. When viewed in a browser next to the address bar, such icons are > typically scaled to a smaller size. > > So I suggest that you update the page > http://plone.org/documentation/kb/setting-the-site-icon-favicon-for-your-plone-site > > to let the page reflect the capability of 64x64 pixels in Windows Icon > files. > > Gunnar Vestergaard > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > Plone-docs mailing list > Plo...@li... > https://lists.sourceforge.net/lists/listinfo/plone-docs > |