diff options
| -rw-r--r-- | index.html | 65 | 
1 files changed, 32 insertions, 33 deletions
| @@ -1,48 +1,47 @@ | |||
| 1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> | 
| 2 | <html lang="en"> | 2 | <html lang="en"> | 
| 3 | <head> | 3 | <head> | 
| 4 | <title>DWZ: A DWARF optimization and duplicate removal tool</title> | 4 | <title>DWZ: A DWARF optimization and duplicate removal tool</title> | 
| 5 | </head> | 5 | </head> | 
| 6 | <body> | 6 | <body> | 
| 7 | 7 | ||
| 8 | <h1>DWZ: A DWARF optimization and duplicate removal tool</h1> | 8 | <h1>DWZ: A DWARF optimization and duplicate removal tool</h1> | 
| 9 | 9 | ||
| 10 | <h2>Availability</h2> | 10 | <h2>Availability</h2> | 
| 11 | 11 | ||
| 12 | <p>You can access the development source tree a couple of different ways. | 12 | <p>You can access the development source tree a couple of different ways. | 
| 13 | <dl> | 13 | <dl> | 
| 14 | <dt><b>Read-only git</b></dt> | 14 | <dt><b>Read-only git</b></dt> | 
| 15 | <dd> | 15 | <dd> | 
| 16 | <pre> | 16 | You can check out a copy of the git repository directly using the command: | 
| 17 | You can check out a copy of the git repository directly using the command: | 17 | <pre> | 
| 18 | git clone git://sourceware.org/git/dwz.git | ||
| 19 | </pre> | ||
| 20 | </dd> | ||
| 18 | 21 | ||
| 19 | git clone git://sourceware.org/git/dwz.git | 22 | <dt><b>WWW</b></dt> | 
| 20 | </pre> | 23 | <dd> | 
| 21 | </dd> | 24 | Browse the git repository via the web using the | 
| 25 | <a href="/git/?p=dwz.git;a=summary">gitweb interface</a>. | ||
| 26 | </dd> | ||
| 22 | 27 | ||
| 23 | <dt><b>WWW</b></dt> | 28 | </dl> | 
| 24 | <dd> | ||
| 25 | Browse the git repository via the web using the <a | ||
| 26 | href="/git/?p=dwz.git;a=summary">gitweb | ||
| 27 | interface</a>. | ||
| 28 | </dd> | ||
| 29 | 29 | ||
| 30 | </dl> | 30 | <h2>Mailing list</h2> | 
| 31 | 31 | ||
| 32 | <h2>Mailing list</h2> | 32 | <p>There is a mailing list. | 
| 33 | 33 | ||
| 34 | <p>There is a mailing lists. | 34 | <ul> | 
| 35 | <li><a href="/ml/dwz/">dwz</a> A dwz discussion list. | ||
| 36 | </ul> | ||
| 35 | 37 | ||
| 36 | <ul> | ||
| 37 | <li><a href="/ml/dwz/">dwz</a> a dwz discussion list | ||
| 38 | </ul> | ||
| 39 | 38 | ||
| 39 | <h2>Bug database</h2> | ||
| 40 | 40 | ||
| 41 | <h2>Bug database</h2> | 41 | <p>DWZ has a | 
| 42 | <a href="/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&product=dwz"> | ||
| 43 | bug database</a>. Please <a href="/bugzilla/enter_bug.cgi?product=dwz"> | ||
| 44 | submit a bug report</a> if you've found a bug in DWZ. | ||
| 42 | 45 | ||
| 43 | <p>DWZ has a | 46 | </body> | 
| 44 | <a href="/bugzilla/buglist.cgi?product=dwz"> bug | ||
| 45 | database</a>. Please submit a bug report if you've found a bug in DWZ. | ||
| 46 | |||
| 47 | </body> | ||
| 48 | </html> | 47 | </html> | 
