Changeset 14947
- Timestamp:
- 06/01/12 20:16:19 (12 months ago)
- Location:
- trunk/BibtexPlugin
- Files:
-
- 4 edited
-
data/System/BibtexPlugin.txt (modified) (1 diff)
-
lib/Foswiki/Plugins/BibtexPlugin.pm (modified) (1 diff)
-
lib/Foswiki/Plugins/BibtexPlugin/Config.spec (modified) (1 diff)
-
tools/bibtex_render.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BibtexPlugin/data/System/BibtexPlugin.txt
r14855 r14947 387 387 | Release: | %$RELEASE% | 388 388 | Change History: | <!-- versions below in reverse order --> | 389 | 01 Jun 2012: | (v.2.2.1) Fix Foswiki:Tasks.Item11919 Workaround for !MacOSX fails on other platforms. | 389 390 | 18 May 2012: | (v.2.2.0) added Configure setting to specify the tmp directory. | 390 391 | 12 May 2012: | (v2.1) various bug fixes; path settings moved to Configure; made available on foswiki.org | -
trunk/BibtexPlugin/lib/Foswiki/Plugins/BibtexPlugin.pm
r14855 r14947 21 21 22 22 our $VERSION = '$Rev: 14850 (2012-05-18) $'; 23 our $RELEASE = '2.2. 0';23 our $RELEASE = '2.2.1'; 24 24 our $pluginName = 'BibtexPlugin'; 25 25 our $NO_PREFS_IN_TOPIC = 0; -
trunk/BibtexPlugin/lib/Foswiki/Plugins/BibtexPlugin/Config.spec
r14855 r14947 37 37 $Foswiki::cfg{Plugins}{BibtexPlugin}{styleurl} = '$Foswiki::cfg{PubUrlPath}/$Foswiki::cfg{SystemWebName}/BibtexPlugin/style.css'; 38 38 39 # **PERL **39 # **PERL H** 40 40 # This setting is required to enable executing the cgibibsearch script from the bin directory 41 41 $Foswiki::cfg{SwitchBoard}{bibsearch} = { -
trunk/BibtexPlugin/tools/bibtex_render.sh
r14855 r14947 33 33 # http://www.lri.fr/~filliatr/bibtex2html/ 34 34 # A workaround consists in telling bibtex2html to use the current directory for temporary files, using the following shell command before running bibtex2html. 35 # 36 # Note Arthur Clemens: this seems to work well on Linux as well, so $os commented out. 37 # 38 #if [ "$os" == "darwin" ]; then 35 if [ "$os" == "darwin" ]; then 39 36 export TMPDIR=. 40 #fi37 fi 41 38 42 39 # execute
Note: See TracChangeset
for help on using the changeset viewer.
