From | John Rowe |
Date | Mon, 7 Mar 2005 13:38:49 +1300 |
Subject | [greenstone-users] Re: greenstone-users Digest, Vol 24, Issue 8 |
First two done, to do number 11 I need your help. So far I've taken
about 20 minutes. I'm going on to create the flipbooks_home.php4 and folders_home.php4. I did not change the link to go to libraries_home.php4 on the navigation bar. Cheers,
> Send greenstone-users mailing list submissions to
> > I don't think that Greenstone keeps any formatting info that is in the > <head> part of the html page. If your editor is setting style > information there, then it will probably be lost. > Do your html pages look fine in a browser as well as in your editor? > > If you like, you can send me one of your documents (and you collection > config file) and I can have a look at it here. > > Regards, > Katherine Don > > Jenn Cole wrote: >> Hi, >> >> I have several HTML documents that are being displayed differently >> once >> I run them through Greenstone. I would like the font of my text to be >> Arial, which it is in my HTML editor program. Once I run the HTML >> docs >> through greenstone and view them in the collection the font is alway >> Times New Roman. How do I change this? My second question is >> Greenstone also seems to be ignoring any tab formatting I have in my >> HTML. There are a few tables in the HTML that look just fine in my >> editing program but do not look well once it is run through >> Greenstone. >> >> Any suggestions are appreciated. >> >> Jenn Cole >> >> _______________________________________________ >> greenstone-users mailing list >> greenstone-users@list.scms.waikato.ac.nz >> https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-users >> > > > > ------------------------------ > > Message: 3 > Date: Mon, 07 Mar 2005 11:18:45 +1300 > From: Katherine Don <kjdon@cs.waikato.ac.nz> > Subject: Re: [greenstone-users] Image Plug probs with winXP > To: Semiti Ravatu <SemitiR@forumsec.org.fj> > Cc: greenstone-users@list.scms.waikato.ac.nz > Message-ID: <422B81C5.4030606@cs.waikato.ac.nz> > Content-Type: text/plain; charset=us-ascii; format=flowed > > Bula Semiti > >> 1. How do you delete the unwanted titles, subjects, etc. after making >> changes in the collection >> > What do you mean? > You can edit the metadata in the Enrich pane, and delete any unwanted > metadata from there. > If you want to remove classifications that are no longer needed, remove > them from the browsing classifiers list in the Design pane. > If you make changes like this you will need to rebuild the collection > for the changes to take effect. > >> 2. How do you disable the the HOME HELP PREFERENCES and ABOUT if you >> want to >> lock a collection on the main menu of the Collection. Where it is >> just the >> Title of the Collection follow by the access points of the >> collection. >> > > If you just want to do this for individual collections, you can create > a > file called extra.dm, in each gsdl/collect/<collname>/macros directory. > In it put the following: > > package Global > > _javalinks_ {} > > package about > > {} > > If you want to do this for all collections, change the _javalinks_ > macro > in gsdl/macros/base.dm, and the macro in about.dm to be > empty (like above) > > Regards, > Katherine Don > > > > > ------------------------------ > > Message: 4 > Date: Mon, 07 Mar 2005 11:53:04 +1300 > From: Katherine Don <kjdon@cs.waikato.ac.nz> > Subject: Re: [greenstone-users] Attach external file to an image > To: Chaitra Rao <chaitra@it.iitb.ac.in> > Cc: greenstone-users -- greenstone-users > <greenstone-users@list.scms.waikato.ac.nz> > Message-ID: <422B89D0.2070809@cs.waikato.ac.nz> > Content-Type: text/plain; charset=us-ascii; format=flowed > > Hi Chaitra > > As I understand it, you want to have some images in your collection, > and > from the image document page you want to link to an html page, within > greenstone. And you want the html page to be searchable too. > (If this is not what you are trying to do, please explain in more > detail.) > > Heres an example of how you can achieve this. > > Add an image to your collection. Add metadata to the image specifying > the url of the html page (the metadata must include http://...) > download the html page using a mirroring software (eg, wget, or use the > download pane in GLI). Put the html page into the collection, > preserving > the directory structure (i.e. the full url of the file is captured in > the directory hierarchy, but without the http:// part) > > set the flag -file_is_url for HTMLPlug. > > then in the DocumentText format statement (for the image page), you > can use > <a href="/cgi-bin/library?e=d-00000-00---off-0gsarch--00-0----0-10-0---0---0direct-10---4-----dfr--0-1l--11-en-50---20-about-John+Rowe--00-0-21-00-0-0-11----0-0-&a=extlink&rl=1&href=[metadata you specified the url > in]">xxx</a> > to make a link to the html page - clicking it will take you to the > greenstone version of the page. > > I hope this helps, > Katherine Don > > Chaitra Rao wrote: >> Hi, >> I was succesfully able to use Iframes within the greenstone >> interface >> to display an external HTML file. However, I am unable to search the >> content of this HTML page although it's been specified as a metadata >> to >> the image being included in the collection. Can someone help me with >> this? >> >> Thanx! >> >> Regards, >> Chaitra >> >> On Thu, 20 Jan 2005, Michael Dewsnip wrote: >> >> >>> Hi, >>> >>> >>>> I would like to know if it is possible to display the contents of an >>>> external HTML page which contains some data relating to the >>>> image,within >>>> greenstone's browser interface and not as an external link? >>>> >>>> >> >> I don't think this is possible, unless maybe you do something weird >> with >> frames? If you want HTML pages to be displayed within the Greenstone >> interface then I think you will have to have them processed by >> Greenstone. >> >> Regards, >> >> Michael >> >> >>> >>>>> Hi, >>>>> >>>>> You can do this by editing the format statement for your >>>>> classifier. >>>>> Instead of something like >>>>> >>>>> [link][thumbicon][/link] >>>>> >>>>> (which displays the thumbnail icon with a link to the Greenstone >>>>> document for that image), specify the link to your external file: >>>>> >>>>> <a href="...">[thumbicon]</a> >>>>> >>>>> Regards, >>>>> >>>>> Michael >>>>> >>>>> >>>>> >>>>> Chaitra Rao wrote: >>>>> >>>>> >>>>> >>>>> >>>>>> Hi, >>>>>> Can someone tell me if I can display the contents of an external >>>>>> file >>>>>> when I click an image in an image collection(similar to the image >>>>>> demo example on the nzdl site). >>>>>> >>>>>> Regards, >>>>>> Chaitra >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> greenstone-users mailing list >>>>>> greenstone-users@list.scms.waikato.ac.nz >>>>>> https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-users >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>> >>>> >>>> _______________________________________________ >>>> greenstone-users mailing list >>>> greenstone-users@list.scms.waikato.ac.nz >>>> https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-users >>>> >>>> >>>> >>> >> >> >> _______________________________________________ >> greenstone-users mailing list >> greenstone-users@list.scms.waikato.ac.nz >> https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-users >> > > > > ------------------------------ > > _______________________________________________ > greenstone-users mailing list > greenstone-users@list.scms.waikato.ac.nz > https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-users > > > End of greenstone-users Digest, Vol 24, Issue 8 > *********************************************** |