From: Tim Brody <tdb01r AT ecs.soton.ac.uk>
Date: Thu, 25 Jun 2009 09:48:56 +0100
| Threading: | ↑ [EP-tech] <epc:pin ..> help from samindaa AT gmail.com • This Message → [EP-tech] Re: <epc:pin ..> help from samindaa AT gmail.com |
http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech *** EPrints community wiki - http://wiki.eprints.org/ On Mon, 2009-06-22 at 15:44 -0400, Saminda Abeyruwan wrote: > http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech > *** EPrints community wiki - http://wiki.eprints.org/ > Hi, > > I would like to add a custom "pin" to default.xml. I really > appreciate, if I could be given some help or point to any > documentation which describes this processes and architecture. A "pin" is a bit of data that is passed to the phrase method. In EPrints::Language::phrase() you can see an "$inserts" variable ↵ that is a hash containing a list of pins (/inserts) that are keyname => XHTML. Could you provide some more detail on what you want to do - pins are part of the core API so you shouldn't need to change them? /Tim.