PageRenderTime 73ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/faq/mirrors.es.php

https://gitlab.com/Fink-Mirror/web
PHP | 45 lines | 39 code | 6 blank | 0 comment | 2 complexity | d8dfd816b19b28caed3affa9c3836d73 MD5 | raw file
  1. <?
  2. $title = "P.M.F. - Espejos";
  3. $cvs_author = 'Author: gecko2';
  4. $cvs_date = 'Date: 2012/11/11 15:20:14';
  5. $metatags = '<link rel="contents" href="index.php?phpLang=es" title="P.M.F. Contents"><link rel="next" href="upgrade-fink.php?phpLang=es" title="Upgrading Fink (version-specific troubleshooting)"><link rel="prev" href="relations.php?phpLang=es" title="Relaciones con Otros Proyectos">';
  6. include_once "header.es.inc";
  7. ?>
  8. <h1>P.M.F. - 3. Espejos de distribución</h1>
  9. <a name="when-use">
  10. <div class="question"><p><b><? echo FINK_Q ; ?>3.1: ¿Qué son los espejos de distribución?</b></p></div>
  11. <div class="answer"><p><b><? echo FINK_A ; ?>:</b> Fink mirrors are rsync servers mirroring the current and stable description files that Fink uses to build packages from source.</p></div>
  12. </a>
  13. <a name="why">
  14. <div class="question"><p><b><? echo FINK_Q ; ?>3.2: Por qué debería de usar espejos rsync?</b></p></div>
  15. <div class="answer"><p><b><? echo FINK_A ; ?>:</b> Rsync is a very fast protocol. It will update the description files faster than the old CVS update method. Furthermore, CVS updates are always done from sourceforge.net while rsync updates can be done from a mirror close to you.</p></div>
  16. </a>
  17. <a name="where">
  18. <div class="question"><p><b><? echo FINK_Q ; ?>3.3: ¿Dónde podría encontrar mas información acerca de los espejos Fink?</b></p></div>
  19. <div class="answer"><p><b><? echo FINK_A ; ?>:</b> All Fink mirrors are consolidated under the finkmirrors.net domain. The Web-Site at http://finkmirrors.net/ has more information.</p></div>
  20. </a>
  21. <a name="when-not">
  22. <div class="question"><p><b><? echo FINK_Q ; ?>3.4: No me puedo conectar a un servidor espejo rsync, ¿qué debo hacer?</b></p></div>
  23. <div class="answer"><p><b><? echo FINK_A ; ?>:</b> Sometimes very strict firewalls forbid you to connect to rsync services. If that is the case simply continue using the CVS method</p></div>
  24. </a>
  25. <a name="otherinfogone">
  26. <div class="question"><p><b><? echo FINK_Q ; ?>3.5: Me he cambiado al método rsync y todos los archivos de información de los árboles sin usar han desaparecido</b></p></div>
  27. <div class="answer"><p><b><? echo FINK_A ; ?>:</b> This is normal. The rsync update method will only update your active tree, e.g. 10.3, and it will also delete the CVS subdirectories.</p></div>
  28. </a>
  29. <a name="howswitch">
  30. <div class="question"><p><b><? echo FINK_Q ; ?>3.6: ¿Cómo puedo ir y venir entre los dos métodos?</b></p></div>
  31. <div class="answer"><p><b><? echo FINK_A ; ?>:</b> By using fink selfupdate-rsync or fink selfupdate-cvs to switch to rsync or CVS, respectively.</p></div>
  32. </a>
  33. <a name="Master">
  34. <div class="question"><p><b><? echo FINK_Q ; ?>3.7: ¿Qué es un servidor espejo de archivos de distribución?</b></p></div>
  35. <div class="answer"><p><b><? echo FINK_A ; ?>:</b> Sometimes it is hard to fetch a certain version of sources from the Internet. Distfile mirrors hold and mirror the source packages needed by fink to build its source packages.</p></div>
  36. </a>
  37. <p align="right"><? echo FINK_NEXT ; ?>:
  38. <a href="upgrade-fink.php?phpLang=es">4. Upgrading Fink (version-specific troubleshooting)</a></p>
  39. <? include_once "../footer.inc"; ?>