Skip to content

Commit

Permalink
html: Update html slightly, add script to upload.
Browse files Browse the repository at this point in the history
Uploads html and supporting files to:
http://www.candelatech.com/xorp.ct/

Signed-off-by: Ben Greear <greearb@candelatech.com>
  • Loading branch information
greearb committed Feb 26, 2011
1 parent 6b1f670 commit 4f36b3d
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 289 deletions.
98 changes: 0 additions & 98 deletions www/advisories/XORP_SA_06:01.ospf.txt

This file was deleted.

11 changes: 2 additions & 9 deletions www/html_src/advisories.html
Expand Up @@ -8,15 +8,8 @@ <h1>Security Advisories</h1>
<th>Advisory</th>
<th>Description</th>
</tr>

<tr class="even">
<td align="center">2006-10-17</td>
<td align="center">
<a href="advisories/XORP_SA_06:01.ospf.txt">XORP_SA_06:01.ospf</a>
</td>
<td align="center">An LSA with invalid length will crash OSPFv2</td>
</tr>

</table>

<b>No known issues with latest code...</b>
</center>
<!-- Table ends here -->
7 changes: 5 additions & 2 deletions www/html_src/index.html
Expand Up @@ -49,7 +49,10 @@ <h2><a name="message">Message to the Community</a></h2>

<li>OLSR: Enable building OLSR, support binding to a specific interface.</li>

<li>Support building IPv6 multicast support on Linux. Haven't tested functionality yet.</li>
<li>Support building IPv6 multicast support on Linux.</li>

<li>Re-enable Microsoft Windows support. IPv6 looks questionable,
but it's likely IPv4 works good enough.</li>

<li>A more detailed change list list is in Release Notes
available at <a href="releases/1.8-CT/docs/RELEASE_NOTES">releases/1.8-CT/docs/RELEASE_NOTES</a>
Expand All @@ -66,7 +69,7 @@ <h2><a name="message">Message to the Community</a></h2>
</p>
<p>
--The XORP.CT Team<br/>
<small>June 1, 2009</small>
<small>February 25, 2011</small>
</p>

</div><!-- end of div class="message"-->
Expand Down
10 changes: 4 additions & 6 deletions www/html_src/porting.html
Expand Up @@ -2,9 +2,8 @@ <h1>Porting Guide</h1>

<p> XORP is a large application, but it is intended to be portable.
We've tried as far as possible to keep the C++ code close to revision
3 of the C++ standard (ISO14882). The only compilers tested to date
have been different versions of GNU g++. The code compiles on all
versions we've tested from 2.95 upwards.
3 of the C++ standard (ISO14882). Compilers tested to date
have been different versions of GNU g++, mingw, and clang.

<P>
A design goal for XORP is placing all system dependencies in the
Expand All @@ -16,10 +15,9 @@ <h1>Porting Guide</h1>

<P>
Before work on porting the FEA can begin, it will almost certainly be
necessary to change the autoconf and automake files to support the new
necessary to change the scons allconfig.py script to support the new
platform and to make compilation fixes for any differences for the new
platform that are not already covered. It would be preferable for
these changes be orthogonal to existing platforms so the changes can
be integrated into the source tree with minimal work (assuming the
porter wants to contribute the changes back.
be integrated into the source tree with minimal work.

86 changes: 0 additions & 86 deletions www/patches/SA-06-01/xorp_sa_06:01.ospf_1.2.patch

This file was deleted.

86 changes: 0 additions & 86 deletions www/patches/SA-06-01/xorp_sa_06:01.ospf_1.3.patch

This file was deleted.

2 changes: 1 addition & 1 deletion www/scripts/XorpOrgGenerator.py
Expand Up @@ -134,7 +134,7 @@ def write_google_tracker():

def write_footer():
open_div("footer")
print """&copy; 2008-2010 XORP, Inc, &copy 2010 Others. All Rights Reserved"""
print """&copy; 2008-2010 XORP, Inc, &copy 2010-2011 Others. All Rights Reserved"""
close_div("footer")

def write_header(filename, headextras = []):
Expand Down
5 changes: 4 additions & 1 deletion xorp/RELEASE_NOTES
Expand Up @@ -3,7 +3,10 @@

This file contains XORP release notes (most recent releases first).

Release 1.9-CT (Work in Progress)
Release 1.8.3-CT (Work in Progress)

* Re-add support for XORP on Microsoft Windows. Add instructions
to BUILD_NOTES for cross-compiling with mingw.

* Add more options for disabling compile of certain modules.
See: scons --help
Expand Down

0 comments on commit 4f36b3d

Please sign in to comment.