~webbeagle/beagle/webbeagle

Viewing all changes in revision 5.

  • Committer: Nirbheek Chauhan
  • Date: 2007-10-23 03:57:24 UTC
  • Revision ID: nirbheek.chauhan@gmail.com-20071023035724-s5v7i7v11sawri07
Numerous (incomplete) changes:
- Revamp of Hits processor, it now uses Javascript to classify the Hits and XSL to transform the xml data while reading the mapping from mapping.xml
  ~ Cons:
    * Speed lowered somewhat (~200 ms)
    * Might scale badly, no. of calls increases quickly with hits
  ~ Pros:
    * Asynchronous Hit appending is possible
    * Easy mapping between real and internal categorisation
    * Undefined things go into Others. With xsl, we had to define what all had to go into Others. Which was a pain.
    * Cleaner and more Generic code (the xsl was getting complex)
- The front page is now generated using index.xml+index.xsl. This allows the header and the body to be autogenerated from mapping.xml
- All images have been moved to images/
- default.js:
  ~ General code reorganistion
  ~ Search filtering is remembered now, although its an ugly hack..
  ~ All javascript (including the stuff that was previously in query.html) has been moved to default.js
  ~ Preliminary ordering of show/hide/resetting of various portions of the document via functions

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: