]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Remove obsolete file e2fsprogs-hacking.html
authorTheodore Ts'o <tytso@mit.edu>
Fri, 4 Aug 2017 16:42:44 +0000 (12:42 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 4 Aug 2017 16:42:44 +0000 (12:42 -0400)
htdocs/e2fsprogs-hacking.html [deleted file]

diff --git a/htdocs/e2fsprogs-hacking.html b/htdocs/e2fsprogs-hacking.html
deleted file mode 100644 (file)
index a75afc7..0000000
+++ /dev/null
@@ -1,81 +0,0 @@
-<HTML>
-<HEAD>
-<title>Quickstart on hacking e2fsprogs using Mercurial</title>
-</HEAD>
-
-<BODY bgcolor=#FFFFFF topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0">
-
-    <!-- top title table -->
-    <TABLE width="100%" border=3 bordercolor="#543a48"
-      bordercolorlight="#543a48" bordercolordark="#543a48" cellspacing=0 cellpadding=0 bgcolor="" valign="center">
-      <TR valign="center" bgcolor="#eeeef8">
-        <TD>
-       <center>
-        <h1>Quickstart on hacking e2fsprogs using Mercurial</h1>
-       </center>
-        </TD>
-      </TR>
-      <tr><td>
-      <img src="http://sflogo.sourceforge.net/sflogo.php?group_id=2406&amp;type=2" width="1" height="1" border="0"></tr><td>
-    </TABLE>
-    <!-- end top title table -->
-
-
-<!-- center table -->
-<TABLE width="100%" border="0" cellspacing="0" cellpadding="10" bgcolor="#FFFFFF" align="center">
-  <TR>
-    <TD>
-
-<!-- Begin actual content -->
-
-<P> Due to licensing issues with BitKeeper (BK), e2fsprogs development
-has been moved to a new distributed Source Code Management system called
-<A HREF="http://www.selenic.com/mercurial">Mercurial</A>.</P>
-
-<H2>Obtaining Mercurial</H2>
-
-<P>The best place to get Mercurial is from the <A
-HREF="http://www.selenic.com/mercurial">Mercurial web site</A>.
-Instructions on installing and using Mercurial can be found at the 
-<A HREF="http://www.serpentine.com/mercurial/">Mercurial Wiki</A>.
-
-<H2>Getting the latest e2fsprogs development sources using Mercurial</H2>
-
-<P>The Mercurial repository can be found at <A
-HREF="http://thunk.org/hg/e2fsprogs">http://thunk.org/hg/e2fsprogs</A>.
-You can either browse the e2fsprogs repository via a web browser, or
-once you've installed Mercurial you can download a copy of the
-repository via the command:
-
-<blockquote><tt>
-       hg clone http://thunk.org/hg/e2fsprogs e2fsprogs-upstream
-</tt></blockquote>
-
-<ADDRESS>
-<A HREF="http://thunk.org:/tytso">Theodore Ts'o</A>
-</ADDRESS> 
-
-<!-- end actual content -->
-
-    </TD>
-  </TR>
-</TABLE>
-<!-- end center table -->
-
-<!-- footer table -->
-<TABLE width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="737b9c">
-  <TR>
-    <TD align="center"><FONT color="#ffffff"><SPAN class="titlebar">
-      All trademarks and copyrights on this page are properties of their respective owners.</SPAN></FONT>
-    </TD>
-  </TR>
-</TABLE>
-
-<!-- end footer table -->
-<hr>
-<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=2406&amp;type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a>
-
-</BODY>
-</HTML>
-
-