JeromeDL/Customize
From Corrib Clan Wiki
chierz relracelbas gettrocm paszela
Contents |
[edit]
Customizing JeromeDL
This wiki page covers all known issues regarding customizing JeromeDL to certain needs
[edit]
how I can create my own list of "type of resource"? or to add more types to the already existing
- add your types to org.jeromedl.description.book.ResourceContentType.java (marcont module)
RCT_NAMEOFYOURTYPE("nameofyourtype", "http://www.jeromedl.org/structure#bookType_nameofyourtype"),
or
RCT_NAMEOFYOURTYPE("nameofyourtype", "uri:to/name/of/your/type"),
- provide translations to
- org.jeromedl.i18n.menu_??.properties
browse_library_nameofyourtype = Name of Your Type
- org.jeromedl.i18n.messages_??.properties
nameofyourtype = Name of Your Type
- org.jeromedl.i18n.uploader_??.properties
nameofyourtype = Name of Your Type
[edit]
how to create my own list of "Domains" (taxonomys) according to the type of material that I have in my work?
short tutorial on JOnto to follow shortly
[edit]



