globally replace old NRL URL with new
http://www.nrl.navy.mil/itd/ncs/products/core (Boeing r1803)
This commit is contained in:
parent
d03e836358
commit
d281682772
12 changed files with 13 additions and 13 deletions
2
README
2
README
|
@ -9,7 +9,7 @@ project site (1) is a good source of introductory information, with a manual,
|
|||
screenshots, and demos about this software. Also a supplemental
|
||||
Google Code page (2) hosts a wiki, blog, bug tracker, and quickstart guide.
|
||||
|
||||
1. http://cs.itd.nrl.navy.mil/work/core/
|
||||
1. http://www.nrl.navy.mil/itd/ncs/products/core
|
||||
2. http://code.google.com/p/coreemu/
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
Top-level Python package containing CORE components.
|
||||
|
||||
See http://cs.itd.nrl.navy.mil/work/core/ and
|
||||
See http://www.nrl.navy.mil/itd/ncs/products/core and
|
||||
http://code.google.com/p/coreemu/ for more information on CORE.
|
||||
|
||||
Pieces can be imported individually, for example
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
'''
|
||||
nrl.py: defines services provided by NRL protolib tools hosted here:
|
||||
http://cs.itd.nrl.navy.mil/products/
|
||||
http://www.nrl.navy.mil/itd/ncs/products
|
||||
'''
|
||||
|
||||
from core.service import CoreService, addservice
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
Python package containing CORE components for use
|
||||
with the ns-3 simulator.
|
||||
|
||||
See http://cs.itd.nrl.navy.mil/work/core/ and
|
||||
See http://www.nrl.navy.mil/itd/ncs/products/core and
|
||||
http://code.google.com/p/coreemu/ for more information on CORE.
|
||||
|
||||
Pieces can be imported individually, for example
|
||||
|
|
|
@ -20,7 +20,7 @@ setup(name = "corens3-python",
|
|||
glob.glob("examples/*.py")),
|
||||
],
|
||||
description = "Python ns-3 components of CORE",
|
||||
url = "http://cs.itd.nrl.navy.mil/work/core/",
|
||||
url = "http://www.nrl.navy.mil/itd/ncs/products/core",
|
||||
author = "Boeing Research & Technology",
|
||||
author_email = "core-dev@pf.itd.nrl.navy.mil",
|
||||
license = "GPLv2",
|
||||
|
|
|
@ -38,7 +38,7 @@ setup(name = "core-python",
|
|||
glob.glob("examples/myservices/*")),
|
||||
],
|
||||
description = "Python components of CORE",
|
||||
url = "http://cs.itd.nrl.navy.mil/work/core/",
|
||||
url = "http://www.nrl.navy.mil/itd/ncs/products/core",
|
||||
author = "Boeing Research & Technology",
|
||||
author_email = "core-dev@pf.itd.nrl.navy.mil",
|
||||
license = "BSD",
|
||||
|
|
|
@ -22,7 +22,7 @@ setup(name = "core-python-netns",
|
|||
"Linux network namespaces",
|
||||
data_files = [("sbin", ('vcmd', 'vnoded', 'netns')), ],
|
||||
ext_modules = [netns, vcmd],
|
||||
url = "http://cs.itd.nrl.navy.mil/work/core/",
|
||||
url = "http://www.nrl.navy.mil/itd/ncs/products/core",
|
||||
author = "Boeing Research & Technology",
|
||||
author_email = "core-dev@pf.itd.nrl.navy.mil",
|
||||
license = "BSD",
|
||||
|
|
|
@ -596,9 +596,9 @@ menu .menubar.session -tearoff 1
|
|||
#
|
||||
menu .menubar.help -tearoff 0
|
||||
.menubar.help add command -label "Online manual (www)" -command \
|
||||
"_launchBrowser http://pf.itd.nrl.navy.mil/core/core-html/"
|
||||
"_launchBrowser http://downloads.pf.itd.nrl.navy.mil/docs/core/core-html/"
|
||||
.menubar.help add command -label "CORE website (www)" -command \
|
||||
"_launchBrowser http://cs.itd.nrl.navy.mil/work/core/index.php"
|
||||
"_launchBrowser http://www.nrl.navy.mil/itd/ncs/products/core"
|
||||
.menubar.help add command -label "Mailing list (www)" -command \
|
||||
"_launchBrowser http://pf.itd.nrl.navy.mil/mailman/listinfo/core-users"
|
||||
.menubar.help add command -label "About" -command popupAbout
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
The Common Open Research Emulator (CORE) is a tool that allows you to emulate entire networks on a FreeBSD or Linux machine. You can connect these emulated networks to live networks (or to additional emulated networks) via the machine's physical interfaces. This package contains CORE userspace components for easily drawing topologies that drive lightweight virutalized network stacks.
|
||||
|
||||
WWW: http://cs.itd.nrl.navy.mil/work/core/index.php
|
||||
WWW: http://www.nrl.navy.mil/itd/ncs/products/core
|
||||
|
|
|
@ -5,7 +5,7 @@ Maintainer: Jeff Ahrenholz <core-dev@pf.itd.nrl.navy.mil>
|
|||
Standards-Version: 3.8.4
|
||||
Build-Depends: debhelper (>= 9), cdbs, autoconf, automake, gcc, libev-dev, make, python-dev, libreadline-dev, bridge-utils, ebtables, iproute, imagemagick, pkg-config, help2man
|
||||
# python-sphinx
|
||||
Homepage: http://cs.itd.nrl.navy.mil/work/core/index.php
|
||||
Homepage: http://www.nrl.navy.mil/itd/ncs/products/core
|
||||
|
||||
Package: core-daemon
|
||||
Architecture: any
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
This package was debianized by Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com>
|
||||
4/3/13
|
||||
|
||||
It was downloaded from: http://cs.itd.nrl.navy.mil/work/core/index.php
|
||||
It was downloaded from: http://www.nrl.navy.mil/itd/ncs/products/core
|
||||
|
||||
Upstream Author(s): Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com>
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ License: BSD
|
|||
Prefix: /usr
|
||||
Release: 1
|
||||
Source: core-%{version}.tar.gz
|
||||
URL: http://cs.itd.nrl.navy.mil/work/core/
|
||||
URL: http://www.nrl.navy.mil/itd/ncs/products/core
|
||||
Version: %{version}
|
||||
%description
|
||||
The Common Open Research Emulator provides Python modules and a GUI for
|
||||
|
|
Loading…
Reference in a new issue