Revision 9862
Added by Jing Tao over 8 years ago
docs/user/metacat/source/index.rst | ||
---|---|---|
26 | 26 |
- Download Metacat |
27 | 27 |
|
28 | 28 |
- Binary Distribution (A war file installation) |
29 |
- GZIP File: |bin-gz|_
|
|
30 |
- ZIP File: |bin-zip|_
|
|
29 |
- GZIP File: |bin-link-pre|\ |release|\ |bin-gz-link-post1|\ |release|\ |gz-link-post2|
|
|
30 |
- ZIP File: |bin-link-pre|\ |release|\ |bin-zip-link-post1|\ |release|\ |zip-link-post2|
|
|
31 | 31 |
- Source Distribution (Full source, requiring build) |
32 |
- GZIP File: |src-gz|_
|
|
33 |
- ZIP File: |src-zip|_
|
|
32 |
- GZIP File: |src-link-pre|\ |release|\ |src-gz-link-post1|\ |release|\ |gz-link-post2|
|
|
33 |
- ZIP File: |src-link-pre|\ |release|\ |src-zip-link-post1|\ |release|\ |zip-link-post2|
|
|
34 | 34 |
- `Older versions`_ |
35 |
|
|
36 |
.. |bin-link-pre| raw:: html |
|
37 |
|
|
38 |
<a href="http://knb.ecoinformatics.org/software/dist/metacat-bin- |
|
39 |
|
|
40 |
.. |bin-gz-link-post1| raw:: html |
|
41 |
|
|
42 |
.tar.gz">metacat-bin- |
|
43 |
|
|
44 |
.. |gz-link-post2| raw:: html |
|
45 |
|
|
46 |
.tar.gz</a> |
|
35 | 47 |
|
36 |
- For Developers: Metacat `API documentation`_
|
|
48 |
.. |bin-zip-link-post1| raw:: html
|
|
37 | 49 |
|
38 |
.. _Administrators Guide: http://knb.ecoinformatics.org/software/metacat/MetacatAdministratorGuide.pdf
|
|
50 |
.zip">metacat-bin-
|
|
39 | 51 |
|
40 |
.. _API documentation: ./api/index.html
|
|
52 |
.. |zip-link-post2| raw:: html
|
|
41 | 53 |
|
42 |
.. |bin-gz| replace:: metacat-bin-|release|.tar.gz |
|
43 |
.. _bin-gz: http://knb.ecoinformatics.org/software/dist/metacat-bin-2.8.0.tar.gz |
|
54 |
.zip</a> |
|
44 | 55 |
|
45 |
.. |bin-zip| replace:: metacat-bin-|release|.zip |
|
46 |
.. _bin-zip: http://knb.ecoinformatics.org/software/dist/metacat-bin-2.8.0.zip |
|
56 |
.. |src-link-pre| raw:: html |
|
47 | 57 |
|
48 |
.. |src-gz| replace:: metacat-src-|release|.tar.gz |
|
49 |
.. _src-gz: http://knb.ecoinformatics.org/software/dist/metacat-src-2.8.0.tar.gz |
|
58 |
<a href="http://knb.ecoinformatics.org/software/dist/metacat-src- |
|
50 | 59 |
|
51 |
.. |src-zip| replace:: metacat-src-|release|.zip |
|
52 |
.. _src-zip: http://knb.ecoinformatics.org/software/dist/metacat-src-2.8.0.zip |
|
60 |
.. |src-gz-link-post1| raw:: html |
|
53 | 61 |
|
62 |
.tar.gz">metacat-src- |
|
63 |
|
|
64 |
.. |src-zip-link-post1| raw:: html |
|
65 |
|
|
66 |
.zip">metacat-src- |
|
67 |
|
|
68 |
- For Developers: Metacat `API documentation`_ |
|
69 |
|
|
70 |
.. _Administrators Guide: http://knb.ecoinformatics.org/software/metacat/MetacatAdministratorGuide.pdf |
|
71 |
|
|
72 |
.. _API documentation: ./api/index.html |
|
73 |
|
|
54 | 74 |
.. _Older versions: http://knb.ecoinformatics.org/software/dist/ |
55 | 75 |
|
56 | 76 |
Contents |
Also available in: Unified diff
Worked around to remove all hard-coded release number on the code. Now the documentation will read the Metacat release number from the metacat.properties file and we don't need to manually edit the release number anymore.