Пример #1
0
<div class="content">
  <div class="main">
    <div class="mainareasplit">
      <h2><span>&nbsp;</span><?php 
echo HordeWeb_Utils::breadcrumbs($this->controller, array('Documentation' => 'documentation'));
?>
</h2>
      <?php 
echo $this->render('communitynav');
?>
      <div class="section">
        <?php 
echo $this->render('docs');
?>
      </div>
    </div>
    <div class="rightcol" style="background: none;"><?php 
echo $this->render('sponsors');
?>
</div>
    <div class="clear"></div>
  </div>
</div>
Пример #2
0
<div class="content">
  <div class="main">
    <div class="mainareasplit">
      <h2><span>&nbsp;</span><?php 
echo HordeWeb_Utils::breadcrumbs($this->controller, array('Licenses' => 'licenses'));
?>
</h2>
      <?php 
echo $this->render('developmentnav');
?>
      <div class="section">
        <?php 
echo $this->render('applicenses');
?>
      </div>
    </div>
    <div class="rightcol" style="background: none;"><?php 
echo $this->render('sponsors');
?>
</div>
    <div class="clear"></div>
  </div>
</div>
Пример #3
0
<div class="content">
  <div class="main">
    <div class="mainareasplit">
      <h2><span>&nbsp;</span><?php 
echo HordeWeb_Utils::breadcrumbs($this->controller, array('LGPL' => 'lgpl'));
?>
</h2>
      <div class="section">
     <em>Original:</em> <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html</a><br /><pre>
        <?php 
echo htmlentities(implode('', $this->license));
?>
      </div>
    </div>
    <div class="rightcol" style="background: none;"><?php 
echo $this->render('sponsors');
?>
</div>
    <div class="clear"></div>
  </div>
</div>
Пример #4
0
<div class="content">
  <div class="main">
    <div class="mainareasplit">
      <h2><span>&nbsp;</span><?php 
echo HordeWeb_Utils::breadcrumbs($this->controller, array('Versions' => 'versions'));
?>
</h2>
      <?php 
echo $this->render('developmentnav');
?>
      <div class="section">
        <div class="sectionintro">
          <p>There are a number of different versions of Horde applications and
          the Horde Framework that have been made available at one time or
          another. Here we'll try and keep track of which versions of which
          applications work with each other and with which versions of
          Horde. We'll list versions of Horde, and then the application
          versions which work with them.</p>
        </div>

        <h3>Horde 5.x</h3>

        <ul>
        <li>IMP H5 (6.x)</li>
        <li>Turba H5 (4.x)</li>
        <li>Ingo H5 (3.x)</li>
        <li>Kronolith H5 (4.x)</li>
        <li>Nag H5 (4.x)</li>
        <li>Mnemo H5 (4.x)</li>
        <li>Sesha H5 (1.x)</li>
        </ul>
Пример #5
0
<h2><span>&nbsp;</span><?php 
echo HordeWeb_Utils::breadcrumbs($this->controller);
?>
</h2>
Пример #6
0
<div class="content">
  <div class="main">
    <div class="mainareasplit">
      <h2><span>&nbsp;</span><?php 
echo HordeWeb_Utils::breadcrumbs($this->controller, array('Localization' => 'localization'));
?>
</h2>
      <?php 
echo $this->render('communitynav');
?>
      <div class="section">
        <h3>Localization</h3>

        <p class="sectionintro">These translations are currently available for
        at least some applications. You can find complete statistics about the
        state of the different
        translations <a href="http://dev.horde.org/i18n/">here</a>.
        </p>

        <ul>
        <li><?php 
HordeWeb_Utils::fimg('om');
?>
Arabic (Oman)</li>
        <li><?php 
HordeWeb_Utils::fimg('sy');
?>
Arabic (Syria)</li>
        <li><?php 
HordeWeb_Utils::fimg('es');
?>
Пример #7
0
<div class="content">
  <div class="main">
    <div class="mainareasplit">
      <h2><span>&nbsp;</span><?php 
echo HordeWeb_Utils::breadcrumbs($this->controller, array('Team' => 'team'));
?>
</h2>
      <?php 
echo $this->render('communitynav');
?>
      <div class="section">
        <?php 
echo $this->render('Jan_Schneider');
echo $this->render('Michael_Rubinsky');
echo $this->render('Chuck_Hagenbuch');
echo $this->render('Ralf_Lang');
?>
        <br />
        <h2><span>&nbsp;</span>Retired Developers</h2>
        <?php 
echo $this->render('Michael_Slusarz');
echo $this->render('Ben_Klang');
echo $this->render('Gunnar_Wrobel');
echo $this->render('Matt_Selsky');
echo $this->render('Jon_Parise');
echo $this->render('Eric_Rostetter');
echo $this->render('Marcus_Ryan');
echo $this->render('Anil_Madhavapeddy');
echo $this->render('Rich_Lafferty');
?>
      </div>
Пример #8
0
<div class="content">
  <div class="main">
    <div class="mainareasplit">
      <h2><span>&nbsp;</span><?php 
echo HordeWeb_Utils::breadcrumbs($this->controller, array('Contribute' => 'contribute'));
?>
</h2>
      <?php 
echo $this->render('developmentnav');
?>
      <div class="section">
        <div class="sectionintro">
            <p>There are several ways you can contributing to Horde. We are always looking
            for new poeple to help and not only in programming. There are plenty of
            important tasks that don't involve writing or maintaining code, such as
            documentation or localization.</p>
        </div>

          <h3>Getting Started</h3>
          <p>As first steps you should:</p>
            <ol>
              <li><strong>Get the code.</strong><br />
                  <?php 
echo $this->linkTo('Clone the git repository.', array('controller' => 'development', 'action' => 'git'));
?>
                  <strong>All</strong> new development is done out of our Git
                  repository. It is important to remember to always use git for
                  new features.
              </li>

              <li><strong>Find a bug to solve or a feature to implement.
Пример #9
0
<div class="content">
  <div class="main">
    <div class="mainareasplit">
      <h2><span>&nbsp;</span><?php 
echo HordeWeb_Utils::breadcrumbs($this->controller, array('Support' => 'support'));
?>
</h2>
      <?php 
echo $this->render('communitynav');
?>
      <div class="section">
        <div class="sectionintro">
          <p>Just like the development of the Horde Project is a community and
          volunteer effort, so is the support. Effort is made to provide the
          right tools to efficiently help you with the resources available.
          Please use these tools fully and intelligently.</p>
          <p>If you require support that is unable to be obtained via the
          community channels, please check out our professional support
          options.</p>
        </div>
        <h2><span>&nbsp;</span>Resources</h2>
        <div class="warning"><p>Please be careful not to have unreasonable
        expectations: you cannot demand your questions to be answered, bugs to
        be fixed or features implemented. If you require service or delivery
        guarantees please consider hiring
        a <em>paid</em> <a href="consulting/">consultancy</a>.</p></div>

        <h3>FAQ</h3>
        <p>As a starting point, please read
        the <a href="http://wiki.horde.org/FAQ">Horde FAQ</a>. It is constantly
        updated from all the other sources with the most frequently asked
Пример #10
0
<div class="content">
  <div class="main">
    <div class="mainareasplit">
     <h2><span>&nbsp;</span><?php 
echo HordeWeb_Utils::breadcrumbs($this->controller, array('Mailing Lists' => 'mail'));
?>
</h2>
     <?php 
echo $this->render('communitynav');
?>
     <div class="section">
        <!-- SiteSearch Google -->
        <table align="right" cellspacing="0" cellpadding="0" style="margin-left:10px"><tr><td>
          <div class="note">
            <form method="get" action="http://www.google.com/search">
             <input type="hidden" name="ie" value="UTF-8" />
             <input type="hidden" name="oe" value="UTF-8" />
             <input type="hidden" name="sitesearch" value="http://lists.horde.org" />
             <input type="hidden" name="domains" value="http://lists.horde.org" />
             <p>Search all mailing lists:<br />
             <a href="http://www.google.com/"><img src="//www.google.com/logos/Logo_25wht.gif" align="middle" alt="Google" /></a>
             <input type="text" name="q" size="20" maxlength="255" value="" />
             <input type="submit" name="btnG" value="Search" />
             </p>
            </form>
          </div>
        </td></tr></table>

<!-- SiteSearch Google -->
<p>These are the current Horde-related mailing lists. <b>You must be
subscribed to post to any of them.</b> To subscribe either send an empty email
Пример #11
0
<div class="content">
  <div class="main">
    <div class="mainareasplit">
      <h2><span>&nbsp;</span><?php 
echo HordeWeb_Utils::breadcrumbs($this->controller, array('CVS' => 'cvs'));
?>
</h2>
      <?php 
echo $this->render('developmentnav');
?>
      <div class="section">
        <div class="sectionintro">
          <p>Horde now uses Git for all new development, however Horde 3 code
          continues to live in the CVS repository. All NEW development should be
          done against Git code, with CVS code only being used for bug and
          security fixes.</p>

          <p>You can use the Horde CVS repository as an anonymous user, or as a
          developer.</p>

          <p>You will need a CVS client, if you don't already have one. CVS
          should be installed with most modern Linux distributions, easily
          available on *BSD systems, and there are clients for Win32, MacOS, and
          GUI clients for the Unices. A number of them are available at <a
          href="http://web.horde.ws/nongnu.org/cvs/">http://www.nongnu.org/cvs/</a>.</p>

          <p>These command lines should be the bare-bones needed to get you
          started with Horde and CVS; this is not a CVS tutorial, however. The
          standard CVS documentation is available <a
          href="http://web.horde.ws/nongnu.org/cvs/">here</a>, and
          there are many HOWTOs available on the web.</p>
Пример #12
0
<div class="content">
  <div class="main">
    <div class="mainareasplit">
      <h2><span>&nbsp;</span><?php 
echo HordeWeb_Utils::breadcrumbs($this->controller, array('BSD' => 'bsd'));
?>
</h2>
      <div class="section">
       <em>Original:</em> <a href="http://www.opensource.org/licenses/bsd-license.html">http://www.opensource.org/licenses/bsd-license.html</a><br /><pre>
        <?php 
echo htmlentities(implode('', $this->license));
?>
      </div>
    </div>
    <div class="rightcol" style="background: none;"><?php 
echo $this->render('sponsors');
?>
</div>
    <div class="clear"></div>
  </div>
</div>
Пример #13
0
<div class="content">
  <div class="main">
    <div class="mainareasplit">
      <h2><span>&nbsp;</span><?php 
echo HordeWeb_Utils::breadcrumbs($this->controller, array('Git' => 'git'));
?>
</h2>
      <?php 
echo $this->render('developmentnav');
?>
      <div class="section">
        <div class="sectionintro">
          <p>All new development work should be done against current git code.
          The master branch is considered the mainline, authoritative branch
          that will eventually become the next release.</p>

            <p>You can use the Horde Git repository as an anonymous user or as a
            developer.</p>

            <p>You will need a Git client, if you don't already have one.
            Information on Git can be found at <a href="http://web.horde.ws/git-scm.com/">
            http://git-scm.com/</a>.</p>

            <p>These command lines should be the bare-bones needed to get you
            started with Horde and Git; this is not a Git tutorial, however. The
            standard Git documentation is available <a
            href="http://web.horde.ws/kernel.org/pub/software/scm/git/docs/">here</a>.
            Additional tips and useful links can be found at <a
            href="http://web.horde.ws/gitready.com/">git ready</a> and
            <a href="http://web.horde.ws/andyjeffries.co.uk/articles/25-tips-for-intermediate-git-users">
            25 Tips for Intermediate Git Users</a>.</p>
Пример #14
0
<div class="content">
  <div class="main">
    <div class="mainareasplit">
      <h2><span>&nbsp;</span><?php 
echo HordeWeb_Utils::breadcrumbs($this->controller, array('Apache' => 'apache'));
?>
</h2>
      <div class="section">
       <em>Original:</em>  <a href="http://www.opensource.org/licenses/apachepl.html">http://www.opensource.org/licenses/apachepl.html</a><br /><pre>
        <?php 
echo htmlentities(implode('', $this->license));
?>
      </div>
    </div>
    <div class="rightcol" style="background: none;"><?php 
echo $this->render('sponsors');
?>
</div>
    <div class="clear"></div>
  </div>
</div>
Пример #15
0
<div class="content">
  <div class="main">
    <div class="mainareasplit">
      <h2><span>&nbsp;</span><?php 
echo HordeWeb_Utils::breadcrumbs($this->controller, array('Modules' => 'modules'));
?>
</h2>
      <?php 
echo $this->render('developmentnav');
?>
      <div class="section">
        <div class="sectionintro">
          <p>The following modules are in
          the <a href="http://cvs.horde.org/">Horde CVS Repository</a>, with
          the listed production level code tags available. If no tags are
          listed, then there has not yet been a stable release of that
          module.</p>
        </div>

        <p><b>For the most current code you MUST use the <?php 
echo $this->linkTo('Git', array('controller' => 'development', 'action' => 'git'));
?>
 repositories. CVS HEAD is no longer maintained and will NOT
        work. This page still has to be updated to reflect the current state of
        modules in Git</b></a>

        <table id="ModulesTable" class="striped" cellspacing="0">
        <thead>
         <tr>
          <th>Module</th>
          <th>Release</th>