| <!doctype html> |
| <html lang="en"> |
| <head> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> |
| |
| |
| <link rel="alternate" type="application/rss+xml" title="Apache Software Foundation - Data Privacy RSS" href="/rss.xml" /> |
| <link rel="stylesheet" href="css/boxer.css"> |
| <title>Frequently Asked Questions - ASF Boxer Service</title> |
| <script src="js/boxer.js" type="text/javascript"></script> |
| </head> |
| <body> |
| <header> |
| <div class="header-logo"><img src="images/logo.png"/> |
| <div class="header-text">ASF GitBox Service</div> |
| </div> |
| |
| <nav> |
| <label for="show-menu" class="show-menu">Show Menu</label> |
| <input type="checkbox" id="show-menu" role="button"> |
| <ul id="menu"> |
| <li onmouseenter="blurbg(true);" onmouseleave="blurbg(false);"> |
| <a href="/">You ▼</a> |
| <ul class="hidden"> |
| <li> |
| <a href=".?action=preferences"> |
| <img src="images/profile.png" align="left" style="width: 48px; margin-right: 8px;"/> |
| Your account information |
| <p>Shows your current status and which repositories you have access to.</p> |
| </a> |
| </li> |
| <li> |
| <a href="#" onclick="logout();"> |
| <img src="images/logout.png" align="left" style="width: 48px; margin-right: 8px;"/> |
| Log out |
| <p>Log out and clear session.</p> |
| </a> |
| </li> |
| </ul> |
| </li> |
| <li onmouseenter="blurbg(true);" onmouseleave="blurbg(false);"> |
| <a href="#">Repository Tools ▼</a> |
| <ul class="hidden"> |
| <li> |
| <a href=".?action=newrepo"> |
| <img src="images/newrepo.png" align="left" style="width: 48px; margin-right: 8px;"/> |
| Create a new repository |
| <p>Create a new repository on GitHub and GitBox.</p> |
| </a> |
| </li> |
| <!-- |
| <li> |
| <a href=".?action=explorer"> |
| <img src="images/explorer.png" align="left" style="width: 48px; margin-right: 8px;"/> |
| Repository browser |
| <p>Shows you the repos you have access to, as well as all available actions for these.</p> |
| </a> |
| </li> |
| <li><a href="?action=archive"> |
| <img src="images/archive.png" align="left" style="width: 48px; margin-right: 8px;"/> |
| Archive a repository |
| <p>Marks a repository as read-only, allowing no further commits to it.</p> |
| </a></li> |
| --> |
| </ul> |
| </li> |
| <li onmouseenter="blurbg(true);" onmouseleave="blurbg(false);"> |
| <a href="#">Help ▼</a> |
| <ul class="hidden"> |
| <li> |
| <a href="https://infra.apache.org/contact.html"> |
| Contact Infrastructure |
| <p>Have a question for us? Here's where to get help.</p> |
| </a> |
| </li> |
| <li> |
| <a href="faq.html"> |
| Frequently Asked Questions |
| <p>Usually someone already asked your question. Check here for answers to common problems.</p> |
| </a> |
| </li> |
| |
| </ul> |
| </li> |
| |
| </ul> |
| </nav> |
| </header> |
| |
| <main id="main"> |
| <h1 id="title">Frequently Asked Questions - ASF Boxer</h1> |
| <p>As this service is brand new, we do not have any FAQ yet. Please ask us on users@infra.apache.org and we'll add questions and answers to this page.</p> |
| |
| |
| |
| </main> |
| <footer> |
| |
| </footer> |
| |
| </body> |
| </html> |