En/na Simone Deponti ha escrit: > Hi all, > > On 12/15/06, *Ramon Navarro Bosch* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > > - > ------------------------------------------------------------------------- > > Portlets: > > As I can identify there are this portlets on secondary pages: > > * Realted links : We can use the related items from the Document > object to create a portlet showing this information and remove it on > document_view.pt > > > Ok, this can be done easily. I'd try to take a look at both as soon as > I have time, minding that I'm also overlooking the > PloneSofwareCenter/DOAP thing: another guy that knows plone templating > decently (is able to edit and fix tal and metal code etc etc) would be > very welcome. > I can help you. Can you upload the PloneSoftwareCenter DOAP on svn ? ( lafarga / collective branch ) ?
> * Document structure : This we need to talk about. SomeThing like .. > showing a tree of the H1/H2... inside the document ? > > > This can be done also: I take you refer to something "a la Wikipedia", > which I find very useful (also links "back to top" on headings are > much welcome in long documents). It should be intresting to create a > whole new thread in order to discuss this, giving what Quim said in > his last mail about the title (and we should update the wiki too > accordingly). > I think that creating a portlet that reads the content and show the H1/H2/H3 in a tree form it would be nice. We can use : http://www.agmweb.ca/blog/?p=86 > - > ---------------------------------------------------------------------- > > MainPage : > > As we can begin thinking about mainpage the idea is : > > I will upload a product on svn that is call MainPage it's just a > simple product that enable creating one type that is called mainpage > and it have it's own view template that uses it's own main_template. > Just to enable doing whatever we want. With a nice Mockup of the > mainpage we can divide it and create inside the area from header to > footer whatever we want. For example, in the top left side we can have > a big image that is changing every x minutes, then some little > banners > on the right top site ( like Boston submit .. ) Then the news .. in > the left bottom site, .... I tried to see > http://live.gnome.org/GnomeWeb/PageStructure > but today is not working. Can anybody say exactly all the components > on mainpage ? > > > I disagree on having a specific main_template for the mainpage (which > boils down to having the Mainpage view page not to call the > maintemplate macro but doing everything by itself, head, css inclusion > and everything). I'd prefer to have a bigger slot in the main template > that like covers two or more previously detected zone. > The mainpage view page then proceeds to fill this slot (the > uber-main-slot) instead of the main slot that all the other pages use, > hence "covering" the other elements that does not need (although the > term is incorrect, since those elements doesn't get written down in > the HTML at all... so it's nothing that messes up semantic or anything). > What I mean is that the object MainPage have a own document_view that uses as the main_template. On this object no portlets will be shown as all the content will be designed by this document_view template. More or less we need a object with : MainPage Object : * RSS url from news ( StringField ) * RSS url from events ( StringField ) * RSS url from planet ( StringField ) * Get involved block ( HTMLField ) * Slogan ( HTMLField ) Banner Block Objects : * Body ( HTMLField ) * Date to enable (DateField) * Date to disable (DateField) * Fixed ( Boolean ) // The Body field will allow writing the html code that will be shown on the Banner Block // The dates will enable rotating banners and if its a fixed it will appear and no rotation. Banner Area : Important question : all banners in this area are the same size ? * Body ( HTMLField ) * Date to enable ( DateField ) * Date to disable ( DateField ) * Prority ( IntegerField ) // The featured product slot will use PloneSoftwareCenter. It's quite easy to deploy a product with this objects and create a document_view that works on this elements. Then we will create a folder that store all this objects and editor group that will be able to create new banners, modify slogan, urls ... > Greetings all > > > _______________________________________________ > gnome-web-list mailing list > [email protected] <mailto:[email protected]> > http://mail.gnome.org/mailman/listinfo/gnome-web-list > > > > > -- > <Ivyshaur> No, we've been informed that listening to Rammstein is the > best way to learn German. > <mrPants> You learn it very quick > <mrPants> The problem is that you only know how to talk about sodomy, > canibalism, incest, and death > <granola> there are other things to talk about? > <mrPants> Not in germany _______________________________________________ gnome-web-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-web-list
