Tags:
create new tag
, view all tags

IndexGenAddOnDev Discussion: Page for developer collaboration, enhancement requests, patches and improved versions on IndexGenAddOn contributed by the TWikiCommunity.
• Please let us know what you think of this extension.
• For support, check the existing questions, or ask a new support question in the Support web!
• Please report bugs below

Feedback on IndexGenAddOn

-- AleksandarErkalovic - 30 Apr 2007

Thanks you Aleksandar for sharing this add-on with the TWikiCommunity!

Some feedback for the next release:

  • MochiKit is listed as "Other Dependencies", but the .zip lists pub/TWiki/MochiKit/. Remove dependency if the tool is shipped with this add-on.
  • I added a SHORTDESCRIPTION so that it islisted properly by the reports in the Plugins web.
  • I linked to the MochiKit website in one place and escaped the WikiWord in another place.
  • Investigate if it makes sense to use the YahooUserInterfaceContrib instead of MochiKit. It looks like TWiki will standardize on YUI.
  • Consider renaming the arrange script, it is not obvious where it belongs to. You could name it something like IndexGenAddOn.arrange, or package it as bin/IndexGenAddOn/arrange.
  • Consider using a REST interface instead of a standalone arrange script.

-- PeterThoeny - 16 May 2007

After installing this addon there was an error about Function.pm. I determined that I had to install liblist-compare-perl on the server. The error is gone but there is not enough documentation for me to effectively use the generator. To begin with, I don't know what "your site" is asking for. I was able to create a title and save it but now what? Nevertheless, thank you. I will fiddle with it.

-- LorenEvey - 24 May 2007

I just added more to the documentation. Let me know if this makes more sense.

-- AdamHyde - 29 May 2007

Warning: Can't find topic Plugins._index works by me, but the definition of the look and feel does not work . Are the css tags not recognized? I am not a css profi, so I would ask for help.

-- TommKlein - 12 Jun 2007

try something like this in the head:

<style>
#index {
    color:  #ff7f00;
    font-family: trebuchet,sans-serif;
    font-size: 10px;
    line-height:11px;
}

#index UL {
    width: 155px;
    list-style-type: None;
    padding-left: 0px;
    border: 14px solid #ff7f00;
    background-color: #ff7f00;
    margin: 0px 0px 0px 0px;
  }

#index  LI {
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    background-color: #ff7f00;
    border-top: 1px solid #ff7f00;
  }

#index LI:hover {
  background-color: #F99B1C;
}

#index  LI.heading {
    background-color: #ff7f00;
    color: #000000;
    border-top:1px solid #FFE5CC;
    padding-top: 7px;
    font-weight: bold;
}

#index  LI.title {
    border-bottom: 2px solid #FFE5CC;
    background-color: #ff7f00;
    color: #FBF4E9;
    font-weight: bolder;
    font-size:20px;
    padding-bottom: 40px;
  }

#index A {
    text-decoration: none;
    color:  #FBF4E9;
    font-weight: bold;
}
</style>

-- AdamHyde - 13 Jun 2007

 
Topic revision: r6 - 13 Jun 2007 - 23:14:35 - AdamHyde
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback