From: Michael F. <fuz...@vo...> - 2008-01-08 22:11:42
|
Davy Mitchell wrote: > Good good - they all sound like good tweaks :-) > > I'll see if I can add a button to refresh the tag list in the dialog > with the tags already used on the blog. Would be handy. > > Have you spotted the option to build the tag cloud? It's in build.ini > generatetagcloud - I think the default is FALSE. > I haven't looked at it - but I don't think I want a tag cloud yet. I'll have to think about it. > I'll update from SVN soon. Tomorrow night I am updating the Church > site (Firedrop also) with details of the drama club so that will be a > good test! > Great. > Are the docs okay? I found it a little awkard to fit tags etc in. Let me know. > > I'll have a read through before I do a release - and make changes or ask for clarifications if necessary. Michael > Laters, > Davy > > On Jan 8, 2008 9:18 PM, Michael Foord <fuz...@vo...> wrote: > >> Hello Davy, >> >> I've just checked in my tweaks - including disabling visible tag links >> in the RSS. A site option to enable them would be fine, but I don't know >> if it is worth the effort. >> >> The other changes are basically cosmetic - to the way FormatTagHTML >> produces its output. I've also handled the case where tags are a >> duplicate of categories, so that they don't both appear in the RSS. >> >> This is a *fine* addition to Firedrop and I'm well chuffed. >> >> Michael >> >> >> Davy Mitchell wrote: >> >>> Hi Fuzzy, >>> >>> Grab the latest TaggingUtil (added urlib escaping to the tag links). >>> Then add to your template: >>> >>> from TaggingUtil import * >>> if entry.attributes.get('taglinks',""): >>> print FormatTagHTML(os.path.join(sitepath,"stocklinks.txt"), >>> entry.attributes.get('taglinks',"")," ") >>> >>> Last param is whatever html you want between tag links. >>> Unicode update and tags in RSS <Description> are nearly there. Not >>> tested enough for me to check in tonight and sleep soundly!! >>> >>> Have Fun! >>> >>> Cheers, >>> Davy >>> >>> On Jan 5, 2008 4:16 PM, Michael Foord <fuz...@vo...> wrote: >>> >>> >>>> Davy Mitchell wrote: >>>> >>>> >>>>> On Jan 4, 2008 7:36 PM, Michael Foord <fuz...@vo...> wrote: >>>>> >>>>> >>>>> >>>>>> Plus a wishlist for the UI - the ability to add and remove entries from >>>>>> the 'stock tags'. As a shortcut, which file do I edit to change these? >>>>>> >>>>>> >>>>>> >>>>> Oops forgot to answer this :-) >>>>> >>>>> There is a stock tags and stock links txt files in the site directory >>>>> (alongside build.ini etc). >>>>> A UI would be good as would an option to update the list based on >>>>> previous tags - should be similar to building the cloud I guess. >>>>> >>>>> >>>>> >>>> That is fine - thanks for the answer! >>>> >>>> Looking cool. I would like to be able to include the tags in my entry >>>> template and then it will be perfect as far as I am concerned! >>>> >>>> Michael >>>> >>>> >>>> >>>>> Cheers, >>>>> Davy >>>>> >>>>> >>>>> >>>> ------------------------------------------------------------------------- >>>> This SF.net email is sponsored by: Microsoft >>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>> _______________________________________________ >>>> Firedrop-develop mailing list >>>> Fir...@li... >>>> https://lists.sourceforge.net/lists/listinfo/firedrop-develop >>>> >>>> >>>> >>> >>> >>> >> ------------------------------------------------------------------------- >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >> _______________________________________________ >> >> Firedrop-develop mailing list >> Fir...@li... >> https://lists.sourceforge.net/lists/listinfo/firedrop-develop >> >> > > > > |