Skip to content

Commit

Permalink
More links to remove seo links from.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Sep 1, 2018
1 parent a19a520 commit 8bfe751
Show file tree
Hide file tree
Showing 32 changed files with 141 additions and 141 deletions.
2 changes: 1 addition & 1 deletion app/lib/HordeWeb/Utils.php
Expand Up @@ -298,7 +298,7 @@ static public function wrapLink($link)
// if (!empty($parts['scheme']) &&
// strpos($parts['scheme'], 'http') === 0 &&
// strpos($parts['host'], 'horde.org') === false) {
// $link = 'https://web-horde.org/w/'
// $link = 'https://'
// . preg_replace('/^www\./', '', $parts['host'])
// . (!empty($parts['path']) ? $parts['path'] : '');
// }
Expand Down
4 changes: 2 additions & 2 deletions app/views/App/apps/chora/chora.html.php
@@ -1,6 +1,6 @@
<p>Chora is our tool for viewing code repositories that are managed using the
<a href="https://web-horde.org/w/nongnu.org/cvs/">CVS</a> or <a
href="https://web-horde.org/w/subversion.tigris.org/">Subversion</a> source control systems. It
<a href="https://nongnu.org/cvs/">CVS</a> or <a
href="https://subversion.tigris.org/">Subversion</a> source control systems. It
aims to provide a high degree of integration with CVS, SVN and the other Horde
web-based tools.</p>

Expand Down
10 changes: 5 additions & 5 deletions app/views/Community/index.html.php
Expand Up @@ -55,14 +55,14 @@
href="../licenses/lgpl.php">LGPL</a> and the
<a href="../licenses/bsd.php">BSD License</a>.</p>

<p>The Horde applications are written in <a href="https://web-horde.org/w/php.net/">PHP</a>,
<p>The Horde applications are written in <a href="https://php.net/">PHP</a>,
a scripting language explicitly designed to be embedded in web pages. PHP can
be embedded directly into the web server, with plugins for not just <a
href="https://web-horde.org/w/apache.org/">Apache</a> but also <a
href="https://web-horde.org/w/iis.net/">IIS</a>, <a
href="https://web-horde.org/w/wwws.sun.com/software/products/web_srvr/home_web_srvr.html">Sun Web
href="https://apache.org/">Apache</a> but also <a
href="https://iis.net/">IIS</a>, <a
href="https://wwws.sun.com/software/products/web_srvr/home_web_srvr.html">Sun Web
Server</a>, and <a
href="https://web-horde.org/w/redmine.lighttpd.net/projects/show/lighttpd/">Lighttpd</a>
href="https://redmine.lighttpd.net/projects/show/lighttpd/">Lighttpd</a>
etc.</p>

<p>Horde modules should run on any platform that can run PHP
Expand Down
12 changes: 6 additions & 6 deletions app/views/Community/mail.html.php
Expand Up @@ -29,8 +29,8 @@
interface</a> where you can fully manage your list subscriptions.</p>

<p>All of the Horde mailing lists are run using <a
href="https://web-horde.org/w/list.org/">Mailman</a>. You can also view the <a
href="https://web-horde.org/w/list.org/mailman-member/">Mailman Members' Documentation</a>
href="https://list.org/">Mailman</a>. You can also view the <a
href="https://list.org/mailman-member/">Mailman Members' Documentation</a>
for some further information.</p>

<h2><span>&nbsp;</span>Before posting a question, consider the following points:</h2>
Expand All @@ -40,9 +40,9 @@ interface</a> where you can fully manage your list subscriptions.</p>
first!</strong></li>
<li>Take a look at the <a href="http://bugs.horde.org/">bugs database</a>,
too.</li>
<li><a href="https://web-horde.org/w/catb.org/~esr/faqs/smart-questions.html">How To Ask
<li><a href="https://catb.org/~esr/faqs/smart-questions.html">How To Ask
Questions The Smart Way</a> and <a
href="https://web-horde.org/w/asktog.com/columns/047HowToWriteAReport.html">How To
href="https://asktog.com/columns/047HowToWriteAReport.html">How To
Deliver A Report Without Getting Lynched</a> are good reads.</li>
<li>Try searching the archives for any similar topics.</li>
<li>Help people help you - if you've searched the archives or read the FAQ
Expand Down Expand Up @@ -79,11 +79,11 @@ interface</a> where you can fully manage your list subscriptions.</p>
<?php echo $list_val['traffic'] ?>
</td><td>
<?php if (!empty($list_val['marc'])): ?>
[<a href="https://web-horde.org/w/marc.info/?l=<?php echo $list_val['marc'] ?>&amp;r=1&amp;w=2">MARC</a>]
[<a href="https://marc.info/?l=<?php echo $list_val['marc'] ?>&amp;r=1&amp;w=2">MARC</a>]
<?php endif; ?>
</td><td>
<?php if (!empty($list_val['google'])): ?>
[<a href="https://web-horde.org/w/groups.google.com/group/mailing.www.<?php echo $list_val['google'] ?>">Google</a>]
[<a href="https://groups.google.com/group/mailing.www.<?php echo $list_val['google'] ?>">Google</a>]
<?php endif; ?>
</td><td>
<?php if (!empty($list_val['desc'])) echo $list_val['desc'] ?>
Expand Down
64 changes: 32 additions & 32 deletions app/views/Community/papers.html.php
Expand Up @@ -9,14 +9,14 @@
written about Horde and Horde components, listed roughly in reverse
chronological order.</p>

<p><a href="https://web-horde.org/w/ua.thedna.org/the-horde-project/">Universal
<p><a href="https://ua.thedna.org/the-horde-project/">Universal
Acceptance</a> case study, as presented to the Domain Name
Association.</p>

<p><a href="<?php echo $GLOBALS['host_base']
?>/papers/MergingHordeJQM.pdf">Merging Horde Groupware with jQuery
Mobile</a> was presented
at <a href="https://web-horde.org/w/linuxtag.org/2012/">LinuxTag 2012</a>
at <a href="https://linuxtag.org/2012/">LinuxTag 2012</a>
by <a href="<?php echo $this->urlWriter->urlFor('team', array('anchor'
=> 'jan')) ?>">Jan.</p>

Expand All @@ -26,55 +26,55 @@
<a
href="<?php echo $GLOBALS['host_base'] ?>/papers/20120310_Mobile.pdf">
Mobile Horde</a> were presented at <a
href="https://web-horde.org/w/cebit.de/">CeBIT 2012</a> by <a
href="https://cebit.de/">CeBIT 2012</a> by <a
href="<?php echo $this->urlWriter->urlFor('team', array('anchor' => 'gunnar')) ?>">
Gunnar</a> in German. The presentations are available as a PDF and on Slideshare (<a
href="https://web-horde.org/w/slideshare.net/wrobel/deployment-und-sicherheit-komplexer-opensource-webanwendungen/">"Deployment"</a> and
href="https://slideshare.net/wrobel/deployment-und-sicherheit-komplexer-opensource-webanwendungen/">"Deployment"</a> and
<a
href="https://web-horde.org/w/slideshare.net/wrobel/20120310-mobile/">"Mobile"</a>).</p>
href="https://slideshare.net/wrobel/20120310-mobile/">"Mobile"</a>).</p>

<p><a href="<?php echo $this->urlWriter->urlFor('team', array('anchor'
=> 'jan')) ?>"> Jan</a> was interviewed by
<a href="https://web-horde.org/w/www.radiotux.de/">RadioTux</a>
at <a href="https://web-horde.org/w/linuxtag.org/2011/">LinuxTag
<a href="https://www.radiotux.de/">RadioTux</a>
at <a href="https://linuxtag.org/2011/">LinuxTag
2011</a>. The interview in German about the freshly released Horde
version 4 and the new development model is
<a href="https://web-horde.org/w/www.radiotux.de/index.php?/archives/6781-LinuxTag-Interview-mit-Jan-Schneider-ueber-Horde.html">available</a>
<a href="https://www.radiotux.de/index.php?/archives/6781-LinuxTag-Interview-mit-Jan-Schneider-ueber-Horde.html">available</a>
on their website. An English transcript can be
found <a href="https://web-horde.org/w/janschneider.de/news/5/338">on
found <a href="https://janschneider.de/news/5/338">on
Jan's blog</a></p>

<p><a
href="<?php echo $GLOBALS['host_base'] ?>/papers/20110512_LinuxTag_horde4.pdf">
The Horde 4 PHP framework</a> was presented at <a
href="https://web-horde.org/w/linuxtag.org/2011/">LinuxTag 2011</a> by <a
href="https://linuxtag.org/2011/">LinuxTag 2011</a> by <a
href="<?php echo $this->urlWriter->urlFor('team', array('anchor' => 'gunnar')) ?>">
Gunnar</a>. The presentation is available as a PDF and on <a
href="https://web-horde.org/w/slideshare.net/wrobel/the-horde-4-php-framework-7956019">Slideshare</a>.</p>
href="https://slideshare.net/wrobel/the-horde-4-php-framework-7956019">Slideshare</a>.</p>

<p>A brief overview on the upcoming Horde 4 was presented at <a
href="https://web-horde.org/w/cebit.de/">CeBIT 2011</a> by <a
href="https://cebit.de/">CeBIT 2011</a> by <a
href="<?php echo $this->urlWriter->urlFor('team', array('anchor' => 'gunnar')) ?>">
Gunnar</a> in German. The presentation is available as <a
href="<?php echo $GLOBALS['host_base'] ?>/papers/horde4.pdf">
PDF</a> and <a
href="https://web-horde.org/w/techcast.com/events/cebit11/mi11/">on video</a>.</p>
href="https://techcast.com/events/cebit11/mi11/">on video</a>.</p>

<p><a
href="<?php echo $this->urlWriter->urlFor('team', array('anchor' => 'jan')) ?>">
Jan</a> presented
<a
href="<?php echo $GLOBALS['host_base'] ?>/papers/riophp2009-application_building/">
Application Building With Horde</a> in July 2009 at the
<a href="https://web-horde.org/w/phprio.org/index.php/page/phpnrio09">1st PHP'n Rio
<a href="https://phprio.org/index.php/page/phpnrio09">1st PHP'n Rio
conference</a> in Rio de Janeiro, Brazil. This was an update of Chuck's
earlier talks, integrating recent changes in Horde_Rdo.</p>

<p>In June 2009 <a
href="<?php echo $this->urlWriter->urlFor('team', array('anchor' => 'jan')) ?>">
Jan</a> provided a view
<a href="<?php echo $GLOBALS['host_base'] ?>/papers/fisl2009-inside_horde/">
Inside the Horde</a> at the <a href="https://web-horde.org/w/fisl.org.br/10/www/">
Inside the Horde</a> at the <a href="https://fisl.org.br/10/www/">
fisl10 conference</a> in Porto Alegre/RS, Brazil. The talk walks through
the 7 ways of customizing and integrating a Horde installation.</p>

Expand All @@ -83,24 +83,24 @@
Jan</a> presented an <a
href="<?php echo $GLOBALS['host_base'] ?>/papers/fisl2009-horde_introduction/">
Introduction to Horde Groupware</a> at the
<a href="https://web-horde.org/w/fisl.org.br/10/www/">fisl10 conference 2009</a> in
<a href="https://fisl.org.br/10/www/">fisl10 conference 2009</a> in
Porto Alegre/RS, Brazil. Part of the talk was a live showcase but the
slides introduce to a lot of advanced features of Horde Groupware.</p>

<p><a
href="<?php echo $this->urlWriter->urlFor('team', array('anchor' => 'jan')) ?>">
Jan</a> was interviewed by
<a href="https://web-horde.org/w/techworld.com.au/">TechWorld Australia</a> at the October
<a href="https://techworld.com.au/">TechWorld Australia</a> at the October
2008. The
<a href="https://web-horde.org/w/techworld.com.au/article/263744/open_source_identity_horde_lead_developer_jan_schneider">interview
<a href="https://techworld.com.au/article/263744/open_source_identity_horde_lead_developer_jan_schneider">interview
covering the current state and future directions of the Horde Project</a> is
available on their website.</p>

<p><a
href="<?php echo $this->urlWriter->urlFor('team', array('anchor' => 'chuck')) ?>">
Chuck</a> introduced <a
href="<?php echo $GLOBALS['host_base'] ?>/papers/bostonphp2007-06/">Rdo
</a> at the June 2007 <a href="https://web-horde.org/w/bostonphp.org/">Boston PHP</a>
</a> at the June 2007 <a href="https://bostonphp.org/">Boston PHP</a>
user group meeting. This talk covers a bit of the basics of ORM, and
goes into detail on using Rdo and customizing it.</p>

Expand All @@ -109,7 +109,7 @@
Chuck</a> presented <a
href="<?php echo $GLOBALS['host_base'] ?>/papers/bostonphp2007-03/">
Application Building With Horde</a> at the March 2007 <a
href="https://web-horde.org/w/bostonphp.org/">Boston PHP</a> user group
href="https://bostonphp.org/">Boston PHP</a> user group
meeting. This talk covers what makes up a Horde Application, and
building applications using RDO and Horde_Form.</p>

Expand All @@ -118,7 +118,7 @@
Chuck</a> presented <a
href="<?php echo $GLOBALS['host_base'] ?>/papers/nyphp-2007-01/">
Application Building With Horde</a> at the January 2007 <a
href="https://web-horde.org/w/nyphp.org/">NYPHP</a> user group meeting. This talk
href="https://nyphp.org/">NYPHP</a> user group meeting. This talk
covers building Horde applications with more free-form interfaces and
using new PHP 5 Horde components.</p>

Expand All @@ -127,11 +127,11 @@
Chuck</a> presented <a
href="<?php echo $GLOBALS['host_base'] ?>/papers/nyphpcon-2006-06/">
One-day Application Building With The Horde Framework</a> at <a
href="https://web-horde.org/w/nyphpcon.com/">NYPHPCon 2006</a>. This was a
href="https://nyphpcon.com/">NYPHPCon 2006</a>. This was a
code-intensive tutorial, and is available as a downloadable archive
with full source code and instructions.</p>

<p><a href="https://web-horde.org/w/scosug.org/">SCOSUG</a> hosted <a
<p><a href="https://scosug.org/">SCOSUG</a> hosted <a
href="<?php echo $this->urlWriter->urlFor('team', array('anchor' => 'chuck')) ?>">
Chuck</a> for an <a
href="<?php echo $GLOBALS['host_base'] ?>/papers/scosug-2005-11/">
Expand All @@ -144,36 +144,36 @@
Chuck</a> gave a <a
href="<?php echo $GLOBALS['host_base'] ?>/papers/bostonphp2005-05/">
presentation on the Horde Framework</a> to the <a
href="https://web-horde.org/w/bostonphp.org/">Boston PHP User's Group</a> in
href="https://bostonphp.org/">Boston PHP User's Group</a> in
May 2005.</p>

<p>In February 2005 <a
href="<?php echo $this->urlWriter->urlFor('team', array('anchor' => 'jan')) ?>">
Jan</a> did a talk about <a
href="<?php echo $GLOBALS['host_base'] ?>/papers/fosdem2005/">Developing
a Horde Application</a> at the <a
href="https://web-horde.org/w/fosdem.org/2005/">2005 Free and Open Source Software
href="https://fosdem.org/2005/">2005 Free and Open Source Software
Developers' European Meeting</a> by .</p>

<p><a
href="<?php echo $GLOBALS['host_base'] ?>/papers/kongress2002-design_patterns">
Applied OO PHP: APIs, Design Patterns and Useful Objects</a> was
presented at the <a
href="https://web-horde.org/w/php-conference.de/2002/">2002 International PHP
href="https://php-conference.de/2002/">2002 International PHP
Conference</a> by Chuck Hagenbuch.</p>

<p><a
href="<?php echo $GLOBALS['host_base'] ?>/papers/oscon2002hordeconf.pdf">
Configuring Horde Applications</a> was presented at the <a
href="https://web-horde.org/w/oreillynet.com/oscon2001/">2002 O'Reilly Open Source
href="https://oreillynet.com/oscon2001/">2002 O'Reilly Open Source
Conference</a> by <a
href="<?php echo $this->urlWriter->urlFor('team', array('anchor' => 'chuck')) ?>">
Chuck</a>. The presentation is available as a PDF.</p>

<p>In February 2002, <a
href="<?php echo $this->urlWriter->urlFor('team', array('anchor' => 'chuck')) ?>">
Chuck</a> presented a talk for <a
href="https://web-horde.org/w/nysa.org/">NYSA</a> on the <a
href="https://nysa.org/">NYSA</a> on the <a
href="<?php echo $GLOBALS['host_base'] ?>/papers/nysa-horde_talk/">Horde Framework and writing Horde
Applications</a> which is a mix of history and technical
information.</p>
Expand All @@ -182,7 +182,7 @@
href="<?php echo $this->urlWriter->urlFor('team', array('anchor' => 'chuck')) ?>">
Chuck</a> and <a
href="<?php echo $this->urlWriter->urlFor('team', array('anchor' => 'jon')) ?>">
Jon</a>presented at the <a href="https://web-horde.org/w/php-conference.de/2001/">
Jon</a>presented at the <a href="https://php-conference.de/2001/">
2001 International PHP Conference</a>, reprising the <a
href="<?php echo $GLOBALS['host_base'] ?>/papers/kongress2001-horde_tutorial/">
Horde Tutorial</a>, and also presenting about <a
Expand All @@ -194,20 +194,20 @@
Chuck</a> and <a
href="<?php echo $this->urlWriter->urlFor('team', array('anchor' => 'jon')) ?>">
Jon</a> gave two presentations at the <a
href="https://web-horde.org/w/oreillynet.com/oscon2001/">2001 O'Reilly Open Source
href="https://oreillynet.com/oscon2001/">2001 O'Reilly Open Source
Conference</a>: a <a href="<?php echo $GLOBALS['host_base'] ?>/papers/oscon2001-horde_tutorial/">Horde Framework
tutorial</a>, and a case study on <a href="<?php echo $GLOBALS['host_base'] ?>/papers/oscon2001-case_study/">the
history of the Horde Project</a>.</p>

<p><a
href="<?php echo $this->urlWriter->urlFor('team', array('anchor' => 'jon')) ?>">
Jon</a> was asked to write an article for <a
href="https://web-horde.org/w/daemonnews.org/">Daemon News</a> outling the
href="https://daemonnews.org/">Daemon News</a> outling the
implemention of IMP in a BSD environment. The article is available
locally <a
href="<?php echo $GLOBALS['host_base'] ?>/papers/daemonnews.html">here</a>
. It appeared in the September 1999 issue of Daemon News (<a
href="https://web-horde.org/w/daemonnews.org/199909/imp.html">here</a>).</p>
href="https://daemonnews.org/199909/imp.html">here</a>).</p>

<p>In March, 1999, <a
href="<?php echo $this->urlWriter->urlFor('team', array('anchor' => 'chuck')) ?>">
Expand Down
10 changes: 5 additions & 5 deletions app/views/Community/support.html.php
Expand Up @@ -32,7 +32,7 @@
mailing lists</a>. You can also ask for help on IRC.</p>

<p>There is a <tt>#horde</tt> channel on <tt>irc.freenode.net</tt>
(<i>see</i> <a href="https://web-horde.org/w/freenode.net/">
(<i>see</i> <a href="https://freenode.net/">
http://www.freenode.net/</a>), for discussion of Horde applications,
the Horde Framework, random development questions, and anything else
that seems relevant. Come join us!</p>
Expand All @@ -43,16 +43,16 @@
understanding. As always with IRC, ask your question and be patient for
an answer. People are often busy or not even in front of the
screen. Also, please take a look
at <a href="https://web-horde.org/w/asktog.com/columns/047HowToWriteAReport.html">How
at <a href="https://asktog.com/columns/047HowToWriteAReport.html">How
to Deliver a Report Without Getting Lynched</a> or
ESR's <a href="https://web-horde.org/w/catb.org/esr/faqs/smart-questions.html">How
ESR's <a href="https://catb.org/esr/faqs/smart-questions.html">How
To Ask Questions The Smart Way</a>. It will help us help you.</p>

<div class="hint"><p>Note: your best bet for help is the mailing
lists. There are more people reading the mailing lists than the bug
system email. The more people that see your message, the more likely
you are to get help. Make sure to
include <a href="https://web-horde.org/w/chiark.greenend.org.uk/~sgtatham/bugs.html">enough
include <a href="https://chiark.greenend.org.uk/~sgtatham/bugs.html">enough
information</a> so that people can help you.</p></div>

<h3>Bugs and Feature Requests</h3>
Expand All @@ -62,7 +62,7 @@
first to see if anyone has already filed a similar bug, if not open a
new bug yourself. Remember to use clear language, to be specific and
verbose in your description. Please
read <a href="https://web-horde.org/w/freecode.com/articles/how-to-report-bugs-effectively">this
read <a href="https://freecode.com/articles/how-to-report-bugs-effectively">this
editorial</a> on writing good bug reports.</p>

<div class="warning"><p>Please remember: bug reports and any feedback
Expand Down

0 comments on commit 8bfe751

Please sign in to comment.