Home discussions products about writing Projects

Open Source for Collaborative Knowledge Development and Learning

Note: This site's content is accessible to all versions of every browser. However, this browser may not support basic Web standards, preventing the display of our site's design details. We support the mission of the Web Standards Project in the campaign encouraging users to upgrade their browsers.


Blog Entry [details and replies]

KNotations :: Documentation and development plans from the KnowNet development team Weblog 84 entries 23-June-2006 1 authors
show or hide details for this item Finalising knotes: pre-release to-dos Blog Entry 1 reply 03-February-2005 Mike Malloch
Kind:
Blog Entry
Created:
03-February-2005 07:38:01
Last Updated:
03-February-2005 07:40:59
Author:
Mike Malloch
Status:
visible

Continuing the discussion...

Listed below are links to (1) weblogs or discussions that reference this item:
towards a KNotes roadmap [ re: Finalising knotes: pre-release to-dos from Feb 3
( 2005-07-04 09:49:59.12 ) An 'official' release of KNotes has been often-delayed, most seriously because of my illness throughout the spring, but also because of constant feature-requests and fiddling for our projects' and clients' portals. Enough! I'll be posting notes here towards a roadmap for KNotes releases. This entry annotates an earlier post on the issue, made immediately before I fell ill in February.
Here is a hastily thrown-together list of issues I feel ought to be resolved before we publicise knotes. I'll be adding to this list, and annotating it, over the next few days.
Cleaner css/image skinning for weblogs
I've thought of several improvements to the architecture for changing the default look of weblogs:
  • Break css down into components, so banner can be customised without editing typography etc. We can use dtml-var includes to assemble one css file from several small ones
  • Change names of the default style and banner-image files so that they can be customised as flat, top-level portal_skins/custom etc files. At the moment, a folder structure has to be recreated in order to customise the default style of a weblog. That architecture makes it clean to write a new alternative style, but makes it very awkward to do a little customising of the default style
Complete fast_folders' move of 'no-wrap' from custom main_template to custom skin_path
The convenience of fast editing without full pagebuilds around the edit forms depends on being able to tell Plone not to bother rendering all the navigational and branding gubbins. This turns out to be very tricky, since the hook to tell Plone to do so is explicit in all the form templates etc ( metal use-macro / fill-slot directives ). We have improved our solution to this recently, but need to complete it
Complete the migration to fast_folders as view for KNDiscussion
We originally had a very simple view template for KNDiscussion, but we have not put any effort into refining that template, since in practice we always use fast_folders to view discussions. We need to modify fast_folders a bit so that it is as accessible as the existing kndiscussion plain view, and then make it the default view for a discussion ( and have a plainer view returned from edits )
Complete the discussion-view for weblogs
The current use of fast_folders for viewing weblog discussions is awkward. We have long planned a 'blog_forum' view; we now realise from user feedback that we have to make some progress here immediately.

As I said above, I'll be adding to and annotating this list through the next few days.

Comments please

If you are already registered here, please click the "Login" button to send your username/password with the comment. Click the "Anonymous" button to leave a comment without logging in.

Please tell us who you are

E-Mail Address (Required)
We need a valid email address in order for you to post a comment. You will recieve an email containing a special validation link. The comment will not be published until validated
Name
Please leave your name
Title
Lead-in
Body Text ( HTML tags are allowed )
Validation
Please enter the text from the image above
Preview your comment


styling architecture now much cleaner Discussion Topic 0 replies 05-February-2005 Anonymous Comment
Kind:
Discussion Topic
Created:
05-February-2005 14:08:45
Last Updated:
Never Modified
Author:
Anonymous Comment
I have just finished upgrading the default-styles / customising architecture; including updates of all 10 customisations we currently maintain.

It should noe be much easier for a site manager to maintain customisations of knotes default styling. I have broken down the default style into typography+main-layout versus a knotesCustom.css file which need only contain a few selectors. That file is included in the main default css dtml file by a dtml var include, so there is no extra header round-trip burden to support this factoring.

I've tested it by updating all 10 of the customisations we currently support in our own sites :o(