Changeset 945


Ignore:
Timestamp:
2000-02-18T10:01:36+13:00 (24 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/docs/TODO

    r917 r945  
     1move etc/site.cfg to cgi-bin/gsdlsite.cfg - read in GSDLHOME from it and
     2remove gsdlhome.h from code.
     3
     4get crypt working for windows, maybe include with distribution.
     5
     6turn umlauts into macrons when language is set to Maori and encoding is set
     7to UTF8
     8
     9tidy up Windows installation:
     10     - use preprocessor definition to specify creation of single user
     11       library
     12     - create InstallShield packages for each type of installation
     13
     14tidy up macro files:
     15     - fix text versions
     16     - split up english.dm, remove stuff that's less important for
     17       translating (home, technology, etc.), add better comments to aid
     18       translation.
     19
     20Write a perl script to go through a translated macro file and generate
     21appropriate icons
     22
     23create default collection images at build time with gimp script
     24
     25convert crappy old scheme gimp scripts to perl
     26
    127fix query caching - do caching in receptionist, finish off cross collection
    2 searching, remove any remaining phrase-searching stuff in queryaction
     28searching, remove any remaining phrase-searching stuff in queryaction -
     29maybe wait for mgpp before worrying about this
    330
    431create default images/macros for remaining Dublin core metadata elements -
     
    633add to
    734
    8 get remaining plugins tidied up and using passed in options - file extension
    9 option for all plugins
     35get remaining plugins tidied up and using passed in options - file
     36extension option for all plugins
    1037
    1138get all plugins to use multiread object and throw away the specialized GB
    1239plugins
    1340
    14 write a gzip/bzip/zip/tar plugin and take any remaining gzip stuff out
    15 of rest of plugins
     41write a gzip/bzip/zip/tar plugin and take any remaining gzip stuff out of
     42rest of plugins
    1643
    17 tidy up classifiers, make collection-specific ones more object oriented, add
    18 section and compact options instead of using separate classifiers - get
     44tidy up classifiers, make collection-specific ones more object oriented,
     45add section and compact options instead of using separate classifiers - get
    1946classifiers using same option passing code as plugins now use
    2047
    21 create default collection images at build time with gimp script
     48create a general classifier for doing stuff like NPepaList.pm does. should
     49handle things like HDLs organization classification, HDLs magazines section
     50etc.
    2251
    23 convert crappy old scheme gimp scripts to perl
    24 
    25 sort out arrows/paging of browserclasses (for queryaction too!)
     52sort out arrows/paging of browserclasses (for queryaction too!)
    2653-DocumentBottomArrows?? - want arrows at bottom as well as top of pages for
    2754gberg type collections
     
    3158file entries
    3259
    33 tidy up macro files - fix text versions
    34 
    3560fix up collection specific metadata - content negotiation??
    3661
    3762append to init and error logs instead of overwriting
    3863
    39 implement a more robust way of dealing with the way browsers encode form 
    40 arguments when you don't want them to - check that _decodedcompressedoptions_
    41 has been set up correctly everywhere
     64implement a more robust way of dealing with the way browsers encode form
     65arguments when you don't want them to - check that
     66_decodedcompressedoptions_ has been set up correctly everywhere
    4267
    4368extend configuration file syntax - tidy up all the format stuff
    4469
    45 replace DocumentImages, DocumentTitles and DocumentHeading with DocumentIcon
    46 (values of true, false and formatstring - true may be part of formatstring)
     70replace DocumentImages, DocumentTitles and DocumentHeading with
     71DocumentIcon (values of true, false and formatstring - true may be part of
     72formatstring)
    4773
    48 fix up formattools - bug preventing nested If/Or - check that no 'here' 
     74fix up formattools - bug preventing nested If/Or - check that no 'here'
    4975pointers can run past 'end'
    5076
    51 get numwords (and maybe other stats?) working in collection info - maybe set
    52 as macros - numwords appears to have been doubled when building cstr
     77get numwords (and maybe other stats?) working in collection info - maybe
     78set as macros
    5379
    5480tidy things up so that get_collectinfo is only called once per collection
     
    6591configuration:
    6692
    67     - finish off makefiles for windows, versions for servers, cd-roms and
    68       cd-rom single users
     93    - finish off makefiles for windows, versions for servers, cd-roms
     94      and cd-rom single users
    6995
    7096    - check if litle/big endian
     
    74100    - add fastcgi to distribution
    75101
    76     - set up setup.bash etc during configuration (so GSDLHOME is full 
     102    - set up setup.bash etc during configuration (so GSDLHOME is full
    77103      path and script can be run from anywhere)
    78104
    79105    - fix up the sed command in top level makefile - doesn't currently
    80       work on the suns
     106      work on the suns - this will be removed - no longer use
     107      gsdlhome.h
    81108
    82109    - check for crypt
     
    101128rebuild remaining collections to use browsetools/fastcgi:
    102129
    103     - niupepa - use newly cropped images, include other images (those
    104             without digitized text)
    105 
    106130    - dlmail
    107131
     
    115139build a small collection
    116140
    117 look into possibility of clearing highlighting whenever you go to browse etc.
    118 i.e. highlighting only works when coming directly from a search
     141look into possibility of clearing highlighting whenever you go to browse
     142etc.  i.e. highlighting only works when coming directly from a search
    119143
    120 replace mk_all_dir function with perl module - see if speed improvements are
    121 worthwhile
     144replace mk_all_dir function with perl module - see if speed improvements
     145are worthwhile
    122146
    123147update collections - set up auto-updating where needed
     
    128152
    129153    - tcc - mail updating
     154
     155add option to buildcol.pl to force documents to be paged/hierarchical. need
     156to use it for niupepa collection
     157
     158sort documents between importing and building
     159
     160fix plugins option to mkcol.pl
Note: See TracChangeset for help on using the changeset viewer.