annotate vendor/plugins/acts_as_versioned/MIT-LICENSE @ 947:be4106d14a35
bibplugin_bibtex
Parses a pasted bibtex entry and correctly adds its fields *except* the author names/institutions. Todo: Parse the author names/institutions and show the errors (flashing on the top of the page).
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Wed, 18 Jul 2012 16:57:54 +0100 |
parents |
513646585e45 |
children |
|
rev |
line source |
Chris@0
|
1 Copyright (c) 2005 Rick Olson
|
Chris@0
|
2
|
Chris@0
|
3 Permission is hereby granted, free of charge, to any person obtaining
|
Chris@0
|
4 a copy of this software and associated documentation files (the
|
Chris@0
|
5 "Software"), to deal in the Software without restriction, including
|
Chris@0
|
6 without limitation the rights to use, copy, modify, merge, publish,
|
Chris@0
|
7 distribute, sublicense, and/or sell copies of the Software, and to
|
Chris@0
|
8 permit persons to whom the Software is furnished to do so, subject to
|
Chris@0
|
9 the following conditions:
|
Chris@0
|
10
|
Chris@0
|
11 The above copyright notice and this permission notice shall be
|
Chris@0
|
12 included in all copies or substantial portions of the Software.
|
Chris@0
|
13
|
Chris@0
|
14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
Chris@0
|
15 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
Chris@0
|
16 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
Chris@0
|
17 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
Chris@0
|
18 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
Chris@0
|
19 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
Chris@0
|
20 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |