Forum > Documentation (Maintaining -)
tiOPF/de
(1/1)
Weitentaaal:
Hello,
Tryed to install tiOPF by following the wiki instructions. (https://wiki.freepascal.org/tiOPF/de#Download)
used this command:
git clone git://tiopf.git.sourceforge.net/gitroot/tiopf/tiopf
and got:
fatal: unable to connect to tiopf.git.sourceforge.net:
tiopf.git.sourceforge.net[0: 216.105.38.16]: errno=Unknown error
is it possible that this is deprecated ?
just heard people say that the git servers have been moved.
Greetings
Fred vS:
Hello.
[EDIT]
You may use this site: https://github.com/graemeg/tiopf
According to the readme.txt
--- Quote ---Where is the source code?
-------------------------
Recently the tiOPF repository was converted from SubVersion to
Git. The old SubVersion repository contained everything plus the
kitchen sink — all in one massive repository. A bit of
a mess really. While doing the conversion to Git, we took
the opportunity to restructure the repository a bit better
by using branches and sub-repositories (smaller more specific
repositories, like the one now holding our website source).
For tiOPF2 code, simply switch to the 'tiopf2' branch:
git checkout tiopf2
If you want the tiOPF3 code, then switch to the 'tiopf3' branch:
git checkout tiopf3
--- End quote ---
So, to download the source, you may do
--- Code: Bash [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---$ git clone https://github.com/graemeg/tiopf
Then, in your tiopf directory:
--- Code: Bash [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---$ git checkout tiopf2or
--- Code: Bash [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---$ git checkout tiopf3
Weitentaaal:
Thnak you ! :)
Navigation
[0] Message Index