Changeset 1200


Ignore:
Timestamp:
2000-06-02T09:56:36+12:00 (24 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/docs/TODO

    r1158 r1200  
    22configuration/installation:
    33   
    4     - autoconfigure/InstallShield to ask where cgi-bin directory is?
    5 
    64unix:
    75
     
    1513windows:
    1614
    17     - use Installshield to create windows packages
     15    - use Installshield to create windows packages - wait for George to
     16          decide what he's going to do about InstallShield
    1817
    19     - use same executable for both cd-rom executables
     18    - call server version of cd-rom executable 'standard' and other
     19          version 'backup' (or maybe 'gold' and 'silver'?)
     20
     21    - fix up Local Library - somehow need to have option of old server
     22          and single-user (or Gold and Silver?) within same executable.
    2023
    2124
     
    2427see if gimp perl scripts can be set up to handle macrons in a similar may
    2528to umlauts
     29
     30look into getting Gimp perl scripting to work on windows
    2631
    2732create default collection images at build time with gimp script
     
    3641
    3742get remaining plugins tidied up and using passed in options - file
    38 extension option for all plugins
     43extension option for all plugins (general option within BasPlug)
    3944
    4045get all plugins to use multiread object and throw away the specialized GB
     
    4449rest of plugins
    4550
    46 add Stuarts acronym extraction stuff as a plugin option (probably add to
    47 BasPlug).
     51add Stuart's acronym extraction stuff as a general plugin option (maybe
     52Dana's date extraction stuff too?)
    4853
    4954tidy up classifiers, make collection-specific ones more object oriented,
     
    5560etc.
    5661
    57 sort out arrows/paging of browserclasses (for queryaction too!)
    58 -DocumentBottomArrows?? - want arrows at bottom as well as top of pages for
    59 gberg type collections
     62create a BasClass object for classifiers (like plugins currently
     63have). probably do all this classifier stuff for gsdl-3.0 as new option
     64passing stuff will require changes to all the collect.cfg files
    6065
    61 tidy up automatic help text - need to work out type of collection at build
    62 time - get rid of the hacky HelpNoDocs, HelpBibDocs and HelpBookDocs config
    63 file entries
    6466
    65 fix up collection specific metadata - content negotiation??
    66     - "chapters" = "Kapiteln"
    67       "section titles" = "Sektionstiteln"
    68       "entire books" = "ganzen Büchern"
     67config files -- for gsdl-3.0
     68
     69  - extend configuration file syntax - tidy up all the format stuff -
     70    replace DocumentImages, DocumentTitles and DocumentHeading with
     71    DocumentColumn stuff (develop New_Config_Format-branch CVS branch)
     72
     73  - sort out arrows/paging of browserclasses (for queryaction too!)
     74    DocumentBottomArrows?? - want arrows at bottom as well as top of pages
     75    for gberg type collections
     76
     77  - tidy up automatic help text - need to work out type of collection at
     78    build time - get rid of the hacky HelpNoDocs, HelpBibDocs and
     79    HelpBookDocs config file entries
     80
     81  - fix up collection specific metadata - content negotiation??
     82    "chapters" = "Kapiteln"
     83    "section titles" = "Sektionstiteln"
     84    "entire books" = "ganzen Büchern"
     85
     86  - add ability to use a separate formatstring for each index when
     87    displaying query results
     88
    6989
    7090append to init and error logs instead of overwriting
    7191
    72 implement a more robust way of dealing with the way browsers encode form
    73 arguments when you don't want them to - check that
    74 _decodedcompressedoptions_ has been set up correctly everywhere
     92catch niupepa up (and keep cstr up) with new development branch. hopefully
     93changes to configuration files will minimize the need for specialized
     94collection-specific receptionists
    7595
    76 extend configuration file syntax - tidy up all the format stuff - replace
    77 DocumentImages, DocumentTitles and DocumentHeading with DocumentColumn
    78 stuff (develop New_Config_Format-branch CVS branch) -- John.
    79 
    80 catch niupepa up (and keep cstr up) with new development branch.
     96set up cstr to use configure like niupepa
    8197
    8298fix up formattools - bug preventing nested If/Or - check that no 'here'
    8399pointers can run past 'end'
    84 
    85 add ability to use a separate formatstring for each index when displaying
    86 query results
    87100
    88101get numwords (and maybe other stats?) working in collection info - maybe
     
    106119formatstrings don't match as expected
    107120
     121create some kind of warning when an attempt is made to build an index on
     122metadata that is never set. mg currently just craps out during the build
     123
    108124usage page (420 student doing this)
    109125
     
    125141    - tcc - mail updating
    126142    - niupepa
     143    - gberg
    127144
    128145sort documents between importing and building
     
    130147get polling for new collections to work when using fastcgi
    131148
    132 set up cstr to use configure like niupepa
    133 
    134 check out mgs declaration of error()
    135 
    136 call server version of cd-rom executable 'standard' and other version
    137 'backup' (or maybe 'gold' and 'silver'?)
    138 
    139149ipc and unesco collections have no 'about' text (maybe others too).
    140 
    141 sort out bbc collections - find real import stuff - delete multiple copies
    142 that are laying around (just bbcarch.rose remaining to delete).
    143 
    144 fix bug in cd-rom type windows code
    145 
    146 fix bug in library compiled with VC++ 6.0
    147150
    148151compiler warnings on puka
     
    169172ohists RealAudio server appears to be broken
    170173
    171 tidy up 'standard' home page. get collumns of collections to behave more
    172 reasonably.
     174tidy up 'standard' home page. get columns of collections to behave more
     175reasonably
    173176
    174177don't put notbuilt field into build.cfg unless it's used - it causes too
     
    180183collections
    181184
    182 finish off getting end-user collection building working across all
    183 platforms
    184 
    185 scripts for installing w3mir on unix and windows
     185scripts for installing w3mir - a .bat version of davids install.sh files
    186186
    187187sorting of unicode titles (arabic collection).
    188188
    189 a-z list letters out of order in hdl collection -- also an error in one of
    190 the building data files (org.txt I think??)
     189get file locking to work on non GSDL_USE_IOS_H compilers (VC++ 6.0)
    191190
     191produce an error message when no "built" collections are available
     192(currently only produce an error when no collections at all are available)
     193
     194have another go at getting gsdl_system() function to work properly on
     195windows 95 (for end-user collection building)
     196
Note: See TracChangeset for help on using the changeset viewer.