example for excell
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 18 May 2006 12:10:18 +0000 (12:10 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 18 May 2006 12:10:18 +0000 (12:10 +0000)
git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@518 07558da8-63fa-0310-ba24-9fe276d99e06

conf/normalize/excel.pl [new file with mode: 0755]

diff --git a/conf/normalize/excel.pl b/conf/normalize/excel.pl
new file mode 100755 (executable)
index 0000000..99d9883
--- /dev/null
@@ -0,0 +1,30 @@
+display('ISSN',
+       rec('A'),
+);
+
+search('ISN',
+       rec('A'),
+);
+
+tag('TitleProper',
+       rec('B')
+);
+
+tag('Medium','[ Elektronièka graða ]' );
+
+tag('fond',
+       rec('C')
+);
+
+tag('PlacePublication',
+       rec('D')
+);
+
+tag('NamePublisher',
+       rec('E'),
+);
+
+tag('ElectronicLocation',
+       rec('F')
+);
+