Updated Git links from Gitorious to Github.

pull/1/head
Marc Nause 10 years ago
parent 7cf28c4f94
commit efadb710a4

@ -9,7 +9,7 @@ Version: @REPL_VERSION@_@REPL_REVISION_NR@
Release: 3 Release: 3
License: GPL License: GPL
Group: Application/Internet Group: Application/Internet
Source0: git@gitorious.org:yacy/rc1.git Source0: git@github.com:yacy/yacy_search_server.git
URL: http://yacy.net URL: http://yacy.net
Requires: bash Requires: bash
Requires: sudo Requires: sudo

@ -21,7 +21,7 @@
<dl> <dl>
<dt>Current installed Release</dt> <dt>Current installed Release</dt>
<dd>#[versionpp]#</dd> <dd>#[versionpp]#</dd>
<dt><br />Available Releases (<a href="https://gitorious.org/yacy/rc1/commits/master" target="_blank">changelog</a> and <a href="https://gitorious.org/yacy/rc1/commits/master/feed.atom" target="_blank"><img width="16" height="16" src="env/grafics/rss.png"> RSS feed</a>)</dt> <dt><br />Available Releases (<a href="https://github.com/yacy/yacy_search_server/commits/master" target="_blank">changelog</a> and <a href="https://github.com/yacy/yacy_search_server/commits/master.atom" target="_blank"><img width="16" height="16" src="env/grafics/rss.png"> RSS feed</a>)</dt>
<dd><form action="ConfigUpdate_p.html" method="get" accept-charset="UTF-8"><p> <dd><form action="ConfigUpdate_p.html" method="get" accept-charset="UTF-8"><p>
&nbsp;<select name="releasedownload"> &nbsp;<select name="releasedownload">
#{availreleases}# #{availreleases}#

@ -28,7 +28,7 @@
<body onload="init();"> <body onload="init();">
#%env/templates/header.template%# #%env/templates/header.template%#
#%env/templates/submenuComputation.template%# #%env/templates/submenuComputation.template%#
<a href="https://gitorious.org/yacy/rc1" target="_blank" class="forceNoExternalIcon"><img src="env/grafics/forkme.png" style="position:absolute;top:0px;right:0px;z-index: 100;"/></a> <a href="https://github.com/yacy/yacy_search_server" target="_blank" class="forceNoExternalIcon"><img src="env/grafics/forkme.png" style="position:absolute;top:0px;right:0px;z-index: 100;"/></a>
#(showPrivateTable)# #(showPrivateTable)#
<div class="SubMenu"> <div class="SubMenu">

@ -43,7 +43,7 @@
<li id="header_tutorial"><a href="http://yacy.net" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Download YaCy</a></li> <li id="header_tutorial"><a href="http://yacy.net" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Download YaCy</a></li>
<li id="header_tutorial"><a href="http://forum.yacy.de" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Community (Web Forums)</a></li> <li id="header_tutorial"><a href="http://forum.yacy.de" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Community (Web Forums)</a></li>
<li id="header_tutorial"><a href="http://wiki.yacy.de" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Project Wiki</a></li> <li id="header_tutorial"><a href="http://wiki.yacy.de" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Project Wiki</a></li>
<li id="header_tutorial"><a href="https://gitorious.org/yacy/rc1/commits/master" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Git Repository</a></li> <li id="header_tutorial"><a href="https://github.com/yacy/yacy_search_server/commits/master" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Git Repository</a></li>
<li id="header_tutorial"><a href="http://bugs.yacy.net" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Bugtracker</a></li> <li id="header_tutorial"><a href="http://bugs.yacy.net" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Bugtracker</a></li>
</ul> </ul>
</li> </li>

@ -43,7 +43,7 @@
<li id="header_tutorial"><a href="http://yacy.net" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Download YaCy</a></li> <li id="header_tutorial"><a href="http://yacy.net" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Download YaCy</a></li>
<li id="header_tutorial"><a href="http://forum.yacy.de" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Community (Web Forums)</a></li> <li id="header_tutorial"><a href="http://forum.yacy.de" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Community (Web Forums)</a></li>
<li id="header_tutorial"><a href="http://wiki.yacy.de" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Project Wiki</a></li> <li id="header_tutorial"><a href="http://wiki.yacy.de" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Project Wiki</a></li>
<li id="header_tutorial"><a href="https://gitorious.org/yacy/rc1/commits/master" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Git Repository</a></li> <li id="header_tutorial"><a href="https://github.com/yacy/yacy_search_server/commits/master" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Git Repository</a></li>
<li id="header_tutorial"><a href="http://bugs.yacy.net" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Bugtracker</a></li> <li id="header_tutorial"><a href="http://bugs.yacy.net" target="_blank"><i>external</i>&nbsp;&nbsp;&nbsp;Bugtracker</a></li>
</ul> </ul>
</li> </li>

@ -22,7 +22,7 @@
<Url type="application/x-suggestions+json" template="#[thisprotocol]#://#[thisaddress]#/suggest.json?query={searchTerms}"/> <Url type="application/x-suggestions+json" template="#[thisprotocol]#://#[thisaddress]#/suggest.json?query={searchTerms}"/>
<Url type="application/x-suggestions+xml" template="#[thisprotocol]#://#[thisaddress]#/suggest.xml?query={searchTerms}"/> <Url type="application/x-suggestions+xml" template="#[thisprotocol]#://#[thisaddress]#/suggest.xml?query={searchTerms}"/>
<!-- syntax according to http://www.loc.gov/standards/sru/. Set verify=true to get snippets in the search results --> <!-- syntax according to http://www.loc.gov/standards/sru/. Set verify=true to get snippets in the search results -->
<Developer>See https://gitorious.org/+yacy-developers</Developer> <Developer>See https://github.com/orgs/yacy/teams/yacy_developers</Developer>
<Query role="example" searchTerms="yacy+free+software" /> <Query role="example" searchTerms="yacy+free+software" />
<Tags>YaCy Free Software Open Source P2P Peer-to-Peer Uncensored Distributed Web Search Engine</Tags> <Tags>YaCy Free Software Open Source P2P Peer-to-Peer Uncensored Distributed Web Search Engine</Tags>
<Contact>See #[thisprotocol]#://#[thisaddress]#/ViewProfile.html?hash=localhash</Contact> <Contact>See #[thisprotocol]#://#[thisaddress]#/ViewProfile.html?hash=localhash</Contact>

@ -11,8 +11,8 @@
<url>http://www.yacy.net</url> <url>http://www.yacy.net</url>
<scm> <scm>
<connection>scm:git:https://git.gitorious.org/yacy/rc1.git</connection> <connection>scm:git:https://github.com/yacy/yacy_search_server.git</connection>
<url>https://gitorious.org/yacy</url> <url>https://github.com/yacy/yacy_search_server</url>
</scm> </scm>
<developers> <developers>

@ -14,8 +14,8 @@
<url>http://bugs.yacy.net</url> <url>http://bugs.yacy.net</url>
</issueManagement> </issueManagement>
<scm> <scm>
<connection>scm:git:https://git.gitorious.org/yacy/rc1.git</connection> <connection>scm:git:https://github.com/yacy/yacy_search_server.git</connection>
<url>https://gitorious.org/yacy</url> <url>https://github.com/yacy/yacy_search_server</url>
</scm> </scm>
<licenses> <licenses>
<license> <license>

@ -131,7 +131,7 @@ Please join us!
== HOW TO GET THE SOURCE CODE AND HOW TO COMPILE YACY YOURSELF? == == HOW TO GET THE SOURCE CODE AND HOW TO COMPILE YACY YOURSELF? ==
The source code is inside every YaCy release. You can also get YaCy The source code is inside every YaCy release. You can also get YaCy
from https://gitorious.org/yacy/rc1 from https://github.com/yacy/yacy_search_server
Please clone our code and help with development! Please clone our code and help with development!
The code is licensed under the GPL v2. The code is licensed under the GPL v2.

Loading…
Cancel
Save