[Trac] Re: News section in tracwiki something like --> http://trac-hacks.org/
On Jan 27, 11:16 am, "Cooke, Mark" wrote: > > On Jan 26, 3:24 pm, osimons wrote: > > > On Jan 25, 2:57 pm, Dhanesh Mane wrote: > > > > > Hey thanks for quick update. > > > > > I have > > installedhttp://trac-hacks.org/wiki/FullBlogPluginandcreated > > > > some posts there. > > > > > And now using following code in my wiki page. > > > > {{{ > > > > #!div class="important" style="border: 2pt solid; > > text-align: center; > > > > float:right;" > > > > [[BlogList]] > > > > > }}} > > > > > This is just displaying blog title linked to its main > > page with author > > > > name and category. > > > > > BUT I WANT TO DISPLAY SOME TEXT FROM THAT POST ALSO. Same > > likehttp://trac-hacks.org. > > > > here is code for trac-hacks right bar. > > > > [[html()]] > > > > [[BlogShow(blog,news,hidecal=true,num_posts=4)]] > > > > [[BlogPost(tag=(blog,news),readonly=1,link="Post News")]] > > > > [[html()]] > > > > > BUT BlogShow and BlogPost macros dsnt work in > > FullBlogPlugin as its > > > > part of trackblog( some other plugin). > > > > I cant use that old plugin, but still want same feature with > > > > FullBlogPlugin.. > > > > > ALSO let me know different ways of using BlogList macro > > to show some > > > > text from blog. > > > > > On Jan 25, 5:31 pm, Christian Boos wrote: > > > > > > On 1/25/2011 12:54 PM, Roger Oberholtzer wrote: > > > > > > > On Tue, 2011-01-25 at 03:26 -0800, Dhanesh Mane wrote: > > > > > >> Hey all, > > > > > >> I am new to tracwiki, I am able to understand the > > wiki macros and some > > > > > >> keywords. I want to have a green box ( which I guess > > appearing with > > > > > >> help of some macro) like this wiki > > pagehttp://trac-hacks.org/onmy > > > > > >> web page right side. > > > > > > You need to add the News Flash macro for that. It is > > available in the > > > > > > link you referenced. Then add this to your wiki page: > > > > > > > {{{ > > > > > > #!NewsFlash > > > > > > Whatever wiki text you want can go here. At least I > > know links work. > > > > > > }}} > > > > > > Note that you don't necessarily need a macro for that, > > you can also use > > > > > a #!div block and pass appropriate styling options... > > > > > > Starting with 0.12 you can also build tables this way, > > with #!td and > > > > > #!td blocks. > > > > > Seehttp://trac.edgewall.org/wiki/WikiHtmlformoredetails. > > > > Trac-Hacks is still running Trac 0.10 - and it is not the > > same plugin > > > as it runs an abandoned wiki-based blog and not > > FullBlogPlugin (which > > > is 0.11+). > > > > Go to you LOCAL wiki:WikiMacros page to display help > > documentation for > > > the macros you have currently installed and enabled, and you should > > > see that it for instance supports "format=float" argument > > to float the > > > list like on trac-hacks.org. All arguments and descriptions > > are in the > > > docs. > > > > :::simon > > > >https://www.coderesort.comhttp://trac-hacks.org/wiki/osimons > > > -Original Message- > > From: trac-users@googlegroups.com On Behalf Of Dhanesh Mane > > Sent: 27 January 2011 10:14 > > To: Trac Users > > Subject: [Trac] Re: News section in tracwiki something like > > -->http://trac-hacks.org/ > > > ok issue is solved i found another macro there. working fine without > > using newsflash macro plugin. > > ...and to complete the thread for future searches (and my curiosity), which > macro did you use in the end? > > ~ mark c I'd be very surprised if this is done without [[BlogList]] macro... I suspect reading the docs helped, as I did model the [[BlogList(format=float)]] argument to emulate the "newsflash" idea still used on trac-hacks.org. :::simon https://www.coderesort.com http://trac-hacks.org/wiki/osimons -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com. To unsubscribe from this group, send email to trac-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
Re: [Trac] Trac 0.12.1 attachements after upload broken
Dear Matthew, I have solved the problem with a new trac install using the Tracd-server. Greets, Peter Dear Matthew, No I found the time to make a check with your suggested binary tools. I have uploaded the 5MB image again, which is in correct view at my localhost. For the check I upload the correct image from localhost to server via ssh. After compare with vbindiff I can see differences in those files. So, the upload of the 5MB image get broken after upload on the trac server. A great start to the new year, Greets Peter! On 11/25/2010 07:34 AM, goo...@ifo.net wrote: Dear Matthew, Sorry for my late response, but I have a lot to fix in my company... And I was on holiday, so I apologize for my even later response. What about your suggestion with "binary diff", how could I do on the linux-system? May you have an example. apt-cache search binary diff returns the kitchen sink. A quick looking about in that lists suggests: vbindiff xdelta hexdiff bsdiff -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com. To unsubscribe from this group, send email to trac-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
RE: [Trac] Re: News section in tracwiki something like --> http://trac-hacks.org/
> On Jan 26, 3:24 pm, osimons wrote: > > On Jan 25, 2:57 pm, Dhanesh Mane wrote: > > > > > > > > > Hey thanks for quick update. > > > > > I have > installedhttp://trac-hacks.org/wiki/FullBlogPluginandcreated > > > some posts there. > > > > > And now using following code in my wiki page. > > > {{{ > > > #!div class="important" style="border: 2pt solid; > text-align: center; > > > float:right;" > > > [[BlogList]] > > > > > }}} > > > > > This is just displaying blog title linked to its main > page with author > > > name and category. > > > > > BUT I WANT TO DISPLAY SOME TEXT FROM THAT POST ALSO. Same > likehttp://trac-hacks.org. > > > here is code for trac-hacks right bar. > > > [[html()]] > > > [[BlogShow(blog,news,hidecal=true,num_posts=4)]] > > > [[BlogPost(tag=(blog,news),readonly=1,link="Post News")]] > > > [[html()]] > > > > > BUT BlogShow and BlogPost macros dsnt work in > FullBlogPlugin as its > > > part of trackblog( some other plugin). > > > I cant use that old plugin, but still want same feature with > > > FullBlogPlugin.. > > > > > ALSO let me know different ways of using BlogList macro > to show some > > > text from blog. > > > > > On Jan 25, 5:31 pm, Christian Boos wrote: > > > > > > On 1/25/2011 12:54 PM, Roger Oberholtzer wrote: > > > > > > > On Tue, 2011-01-25 at 03:26 -0800, Dhanesh Mane wrote: > > > > >> Hey all, > > > > >> I am new to tracwiki, I am able to understand the > wiki macros and some > > > > >> keywords. I want to have a green box ( which I guess > appearing with > > > > >> help of some macro) like this wiki > pagehttp://trac-hacks.org/onmy > > > > >> web page right side. > > > > > You need to add the News Flash macro for that. It is > available in the > > > > > link you referenced. Then add this to your wiki page: > > > > > > > {{{ > > > > > #!NewsFlash > > > > > Whatever wiki text you want can go here. At least I > know links work. > > > > > }}} > > > > > > Note that you don't necessarily need a macro for that, > you can also use > > > > a #!div block and pass appropriate styling options... > > > > > > Starting with 0.12 you can also build tables this way, > with #!td and > > > > #!td blocks. > > > > Seehttp://trac.edgewall.org/wiki/WikiHtmlformoredetails. > > > > Trac-Hacks is still running Trac 0.10 - and it is not the > same plugin > > as it runs an abandoned wiki-based blog and not > FullBlogPlugin (which > > is 0.11+). > > > > Go to you LOCAL wiki:WikiMacros page to display help > documentation for > > the macros you have currently installed and enabled, and you should > > see that it for instance supports "format=float" argument > to float the > > list like on trac-hacks.org. All arguments and descriptions > are in the > > docs. > > > > :::simon > > > > https://www.coderesort.com http://trac-hacks.org/wiki/osimons > > -Original Message- > From: trac-users@googlegroups.com On Behalf Of Dhanesh Mane > Sent: 27 January 2011 10:14 > To: Trac Users > Subject: [Trac] Re: News section in tracwiki something like > --> http://trac-hacks.org/ > > ok issue is solved i found another macro there. working fine without > using newsflash macro plugin. > ...and to complete the thread for future searches (and my curiosity), which macro did you use in the end? ~ mark c -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com. To unsubscribe from this group, send email to trac-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
[Trac] Re: News section in tracwiki something like --> http://trac-hacks.org/
ok issue is solved i found another macro there. working fine without using newsflash macro plugin. On Jan 26, 3:24 pm, osimons wrote: > On Jan 25, 2:57 pm, Dhanesh Mane wrote: > > > > > Hey thanks for quick update. > > > I have installedhttp://trac-hacks.org/wiki/FullBlogPluginandcreated > > some posts there. > > > And now using following code in my wiki page. > > {{{ > > #!div class="important" style="border: 2pt solid; text-align: center; > > float:right;" > > [[BlogList]] > > > }}} > > > This is just displaying blog title linked to its main page with author > > name and category. > > > BUT I WANT TO DISPLAY SOME TEXT FROM THAT POST ALSO. Same > > likehttp://trac-hacks.org. > > here is code for trac-hacks right bar. > > [[html()]] > > [[BlogShow(blog,news,hidecal=true,num_posts=4)]] > > [[BlogPost(tag=(blog,news),readonly=1,link="Post News")]] > > [[html()]] > > > BUT BlogShow and BlogPost macros dsnt work in FullBlogPlugin as its > > part of trackblog( some other plugin). > > I cant use that old plugin, but still want same feature with > > FullBlogPlugin.. > > > ALSO let me know different ways of using BlogList macro to show some > > text from blog. > > > On Jan 25, 5:31 pm, Christian Boos wrote: > > > > On 1/25/2011 12:54 PM, Roger Oberholtzer wrote: > > > > > On Tue, 2011-01-25 at 03:26 -0800, Dhanesh Mane wrote: > > > >> Hey all, > > > >> I am new to tracwiki, I am able to understand the wiki macros and some > > > >> keywords. I want to have a green box ( which I guess appearing with > > > >> help of some macro) like this wiki pagehttp://trac-hacks.org/onmy > > > >> web page right side. > > > > You need to add the News Flash macro for that. It is available in the > > > > link you referenced. Then add this to your wiki page: > > > > > {{{ > > > > #!NewsFlash > > > > Whatever wiki text you want can go here. At least I know links work. > > > > }}} > > > > Note that you don't necessarily need a macro for that, you can also use > > > a #!div block and pass appropriate styling options... > > > > Starting with 0.12 you can also build tables this way, with #!td and > > > #!td blocks. > > > Seehttp://trac.edgewall.org/wiki/WikiHtmlformoredetails. > > Trac-Hacks is still running Trac 0.10 - and it is not the same plugin > as it runs an abandoned wiki-based blog and not FullBlogPlugin (which > is 0.11+). > > Go to you LOCAL wiki:WikiMacros page to display help documentation for > the macros you have currently installed and enabled, and you should > see that it for instance supports "format=float" argument to float the > list like on trac-hacks.org. All arguments and descriptions are in the > docs. > > :::simon > > https://www.coderesort.comhttp://trac-hacks.org/wiki/osimons -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com. To unsubscribe from this group, send email to trac-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.