csvdocument: updated docs (file releases moved to Bitbucket)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3693 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
vvzh
2014-10-25 12:26:21 +00:00
parent dd29195d5a
commit 856c5b46a8
2 changed files with 19 additions and 6 deletions

View File

@ -70,13 +70,20 @@ The library is a single Pascal source file that only depends on FPC RTL and FCL.
Beta
=== Download ===
The latest release is available at Lazarus-CCR:
The latest release is available at Bitbucket:
http://sourceforge.net/projects/lazarus-ccr/files/CsvDocument/CsvDocument%200.5/csvdocument-0.5.zip/download
https://bitbucket.org/vvzh/csvdocument/downloads/csvdocument-0.5.zip
The download contains the library, demo application and test suite.
You can get development version from Lazarus-CCR svn repository:
You can get development version from:
* Bitbucket Mercurial repository
<syntaxhighlight lang="bash">
hg clone https://bitbucket.org/vvzh/csvdocument csvdocument
</syntaxhighlight>
* Lazarus-CCR Subversion repository:
<syntaxhighlight lang="bash">
svn co svn://svn.code.sf.net/p/lazarus-ccr/svn/components/csvdocument csvdocument
</syntaxhighlight>

View File

@ -70,14 +70,20 @@ Reinier Olislagers
Beta
=== Загрузка ===
Новый выпуск библиотеки можно загрузить с Lazarus-CCR:
Новый выпуск библиотеки можно загрузить с Bitbucket:
http://sourceforge.net/projects/lazarus-ccr/files/CsvDocument/CsvDocument%200.5/csvdocument-0.5.zip/download
https://bitbucket.org/vvzh/csvdocument/downloads/csvdocument-0.5.zip
Архив содержит саму библиотеку, демонстрационное приложение и набор тестов.
Разрабатываемую версию можно получить из svn-репозитория Lazarus-CCR:
Разрабатываемую версию можно получить:
* Из Mercurial-репозитория на Bitbucket:
<syntaxhighlight lang="bash">
hg clone https://bitbucket.org/vvzh/csvdocument csvdocument
</syntaxhighlight>
* Из Subversion-репозитория Lazarus-CCR:
<syntaxhighlight lang="bash">
svn co svn://svn.code.sf.net/p/lazarus-ccr/svn/components/csvdocument csvdocument
</syntaxhighlight>