Project

General

Profile

« Previous | Next » 

Revision 9555

update documentation to use 2.6.0 release number.

View differences:

README
8 8
Metacat: XML Metadata and Data Management System
9 9
------------------------------------------------                      
10 10

  
11
Version: 2.5.0 Release
11
Version: 2.6.0 Release
12 12

  
13 13
Send feedback and bugs to: metacat-dev@ecoinformatics.org
14 14
                           http://bugzilla.ecoinformatics.org
......
54 54
See the file "docs/install.html" for detailed instructions
55 55
for your OS.
56 56

  
57
Release Notes for 2.6.0:
58
------------------------
59
This release supports token-based authentication in the data registry
60
as well as:
61
* MetacatUI 1.11.0
62

  
63
Release Notes for 2.5.1:
64
------------------------
65
This a minor release that improves:
66
* Authentication token handling for the DataONE API
67

  
57 68
Release Notes for 2.5.0:
58 69
------------------------
59 70
This major release adds DataONE V2 API support
build.properties
80 80
#  do NOT need to be configured
81 81
#metacat.dir=/home/daigle/workspace/metacat
82 82

  
83
maven.home=/usr/share/maven
83
maven.home=/opt/local/share/java/maven2
docs/user/metacat/source/conf.py
45 45
# built documents.
46 46
#
47 47
# The short X.Y version.
48
version = '2.5'
48
version = '2.6'
49 49
# The full version, including alpha/beta/rc tags.
50
release = '2.5.0'
50
release = '2.6.0'
51 51

  
52 52
# The language for content autogenerated by Sphinx. Refer to documentation
53 53
# for a list of supported languages.
docs/user/metacat/source/index.rst
2 2
Metacat Administrator's Guide
3 3
=============================
4 4

  
5
.. sidebar:: Version: 2.5.0
5
.. sidebar:: Version: 2.6.0
6 6

  
7 7
    .. image:: themes/metacatui/static/metacat-logo-darkgray.png
8 8
       :height: 130pt
......
13 13

  
14 14
    License: GPL
15 15
    
16
    Release Date: February, 2014
16
    Release Date: March, 2016
17 17

  
18 18
Metacat is a repository for data and metadata (documentation about data) that helps 
19 19
scientists find, understand and effectively use data sets they manage or that 
......
26 26
- Download Metacat
27 27

  
28 28
    - Binary Distribution (A war file installation)
29
        - GZIP File: metacat-bin-2.5.0.tar.gz_
30
        - ZIP File: metacat-bin-2.5.0.zip_
29
        - GZIP File: metacat-bin-2.6.0.tar.gz_
30
        - ZIP File: metacat-bin-2.6.0.zip_
31 31
    - Source Distribution (Full source, requiring build)
32
        - GZIP File: metacat-src-2.5.0.tar.gz_
33
        - ZIP File: metacat-src-2.5.0.zip_
32
        - GZIP File: metacat-src-2.6.0.tar.gz_
33
        - ZIP File: metacat-src-2.6.0.zip_
34 34
    - `Older versions`_
35 35
    
36 36
- For Developers: Metacat `API documentation`_
......
39 39

  
40 40
.. _API documentation: ./api/index.html
41 41

  
42
.. _metacat-bin-2.5.0.tar.gz: http://knb.ecoinformatics.org/software/dist/metacat-bin-2.5.0.tar.gz
42
.. _metacat-bin-2.6.0.tar.gz: http://knb.ecoinformatics.org/software/dist/metacat-bin-2.6.0.tar.gz
43 43

  
44
.. _metacat-bin-2.5.0.zip: http://knb.ecoinformatics.org/software/dist/metacat-bin-2.5.0.zip
44
.. _metacat-bin-2.6.0.zip: http://knb.ecoinformatics.org/software/dist/metacat-bin-2.6.0.zip
45 45

  
46
.. _metacat-src-2.5.0.tar.gz: http://knb.ecoinformatics.org/software/dist/metacat-src-2.5.0.tar.gz
46
.. _metacat-src-2.6.0.tar.gz: http://knb.ecoinformatics.org/software/dist/metacat-src-2.6.0.tar.gz
47 47

  
48
.. _metacat-src-2.5.0.zip: http://knb.ecoinformatics.org/software/dist/metacat-src-2.5.0.zip
48
.. _metacat-src-2.6.0.zip: http://knb.ecoinformatics.org/software/dist/metacat-src-2.6.0.zip
49 49

  
50 50
.. _Older versions: http://knb.ecoinformatics.org/software/dist/
51 51

  
docs/user/metacat/source/install.rst
83 83
Downloading the Metacat Installer is the simplest way to get started with the
84 84
application. To download the installer: 
85 85

  
86
1.  Browse to the `Metacat Download Page`_. In the Metacat section, select the link to the "GZIP file" (the link should look like: metacat-bin-X.X.X.tar.gz, where X.X.X is the latest version of Metacat e.g., 2.5.0) 
86
1.  Browse to the `Metacat Download Page`_. In the Metacat section, select the link to the "GZIP file" (the link should look like: metacat-bin-X.X.X.tar.gz, where X.X.X is the latest version of Metacat e.g., 2.6.0) 
87 87
2.  Save the file locally. 
88 88
3.  Extract the Metacat package files by typing:
89 89

  
......
119 119
............................
120 120
To get the Metacat source distribution:
121 121

  
122
1. Browse to the `Metacat Download Page`_. In the Metacat section, select the link to the Metacat Source code (it will look something like this: metacat-src-X.X.X.tar.gz, where X.X.X is the latest version of Metacat, e.g., 2.5.0).
122
1. Browse to the `Metacat Download Page`_. In the Metacat section, select the link to the Metacat Source code (it will look something like this: metacat-src-X.X.X.tar.gz, where X.X.X is the latest version of Metacat, e.g., 2.6.0).
123 123
2. Save the file locally. 
124 124
3. Extract the Metacat package files by typing (replace X.X.X with the current version number): 
125 125

  

Also available in: Unified diff