Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@gitlab.archlinux.org/archlinux/aurweb.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Sep 24, 2012
  2. Aug 23, 2012
  3. Jul 15, 2012
    • Lukas Fleischer's avatar
      Use virtual path feature for links · 2425f963
      Lukas Fleischer authored
      
      Use virtual paths in links (e.g. link to "/packages/" instead of
      "/packages.php" etc.) if the virtual path feature is enabled.
      
      Signed-off-by: default avatarLukas Fleischer <archlinux@cryptocrack.de>
      2425f963
    • Lukas Fleischer's avatar
      Add routing front/back ends · eb22bcc7
      Lukas Fleischer authored
      
      This adds a URL mapping library that can be used to implement virtual
      paths. Also, "web/html/index.php" is moved to "web/html/home.php" and
      "web/html/index.php" becomes a routing front end that maps virtual paths
      to corresponding files.
      
      To enable the virtual path feature, all requests need to be redirected
      to the "index.php" routing script. If you use lighttpd, following
      rewrite rule can be used:
      
          url.rewrite = ( "^(.*)$" => "/index.php/$1" )
      
      A similar rule can be used for Apache (using mod_rewrite).
      
      Note that the current routing front end only works if PATH_INFO is
      provided.
      
      Signed-off-by: default avatarLukas Fleischer <archlinux@cryptocrack.de>
      eb22bcc7
  4. Jul 06, 2012
  5. May 06, 2012
  6. Oct 24, 2011
  7. Aug 20, 2011
  8. Jun 22, 2011
  9. Aug 11, 2009
  10. Jun 25, 2009
  11. Jan 19, 2009
  12. Dec 29, 2008
  13. Dec 21, 2008
  14. Dec 17, 2008
  15. Nov 25, 2008
  16. Jul 28, 2008
  17. Jul 22, 2008
  18. Jul 07, 2008
  19. Jun 17, 2008
  20. Jun 11, 2008
  21. Jun 07, 2008
  22. Feb 18, 2008
    • eliott's avatar
      Cleaned up the front page. · 249d92f5
      eliott authored
      Cleaned up the front page.
      
      Removed the blank box on the right of the front page, that was leftover from
      the change to the login form (move).
      249d92f5
  23. Jan 20, 2008
  24. Oct 02, 2007
  25. Sep 29, 2007
  26. Sep 27, 2007
  27. Sep 25, 2007
  28. Sep 24, 2007
  29. Sep 20, 2007
  30. Sep 19, 2007
Loading