globally replace old NRL URL with new

http://www.nrl.navy.mil/itd/ncs/products/core
(Boeing r1803)
This commit is contained in:
ahrenholz 2013-12-04 21:45:42 +00:00
parent d03e836358
commit d281682772
12 changed files with 13 additions and 13 deletions

2
README
View file

@ -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 screenshots, and demos about this software. Also a supplemental
Google Code page (2) hosts a wiki, blog, bug tracker, and quickstart guide. 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/ 2. http://code.google.com/p/coreemu/

View file

@ -5,7 +5,7 @@
Top-level Python package containing CORE components. 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. http://code.google.com/p/coreemu/ for more information on CORE.
Pieces can be imported individually, for example Pieces can be imported individually, for example

View file

@ -7,7 +7,7 @@
# #
''' '''
nrl.py: defines services provided by NRL protolib tools hosted here: 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 from core.service import CoreService, addservice

View file

@ -6,7 +6,7 @@
Python package containing CORE components for use Python package containing CORE components for use
with the ns-3 simulator. 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. http://code.google.com/p/coreemu/ for more information on CORE.
Pieces can be imported individually, for example Pieces can be imported individually, for example

View file

@ -20,7 +20,7 @@ setup(name = "corens3-python",
glob.glob("examples/*.py")), glob.glob("examples/*.py")),
], ],
description = "Python ns-3 components of CORE", 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 = "Boeing Research & Technology",
author_email = "core-dev@pf.itd.nrl.navy.mil", author_email = "core-dev@pf.itd.nrl.navy.mil",
license = "GPLv2", license = "GPLv2",

View file

@ -38,7 +38,7 @@ setup(name = "core-python",
glob.glob("examples/myservices/*")), glob.glob("examples/myservices/*")),
], ],
description = "Python components of CORE", 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 = "Boeing Research & Technology",
author_email = "core-dev@pf.itd.nrl.navy.mil", author_email = "core-dev@pf.itd.nrl.navy.mil",
license = "BSD", license = "BSD",

View file

@ -22,7 +22,7 @@ setup(name = "core-python-netns",
"Linux network namespaces", "Linux network namespaces",
data_files = [("sbin", ('vcmd', 'vnoded', 'netns')), ], data_files = [("sbin", ('vcmd', 'vnoded', 'netns')), ],
ext_modules = [netns, vcmd], 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 = "Boeing Research & Technology",
author_email = "core-dev@pf.itd.nrl.navy.mil", author_email = "core-dev@pf.itd.nrl.navy.mil",
license = "BSD", license = "BSD",

View file

@ -596,9 +596,9 @@ menu .menubar.session -tearoff 1
# #
menu .menubar.help -tearoff 0 menu .menubar.help -tearoff 0
.menubar.help add command -label "Online manual (www)" -command \ .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 \ .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 \ .menubar.help add command -label "Mailing list (www)" -command \
"_launchBrowser http://pf.itd.nrl.navy.mil/mailman/listinfo/core-users" "_launchBrowser http://pf.itd.nrl.navy.mil/mailman/listinfo/core-users"
.menubar.help add command -label "About" -command popupAbout .menubar.help add command -label "About" -command popupAbout

View file

@ -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. 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

View file

@ -5,7 +5,7 @@ Maintainer: Jeff Ahrenholz <core-dev@pf.itd.nrl.navy.mil>
Standards-Version: 3.8.4 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 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 # 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 Package: core-daemon
Architecture: any Architecture: any

View file

@ -1,7 +1,7 @@
This package was debianized by Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com> This package was debianized by Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com>
4/3/13 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> Upstream Author(s): Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com>

View file

@ -13,7 +13,7 @@ License: BSD
Prefix: /usr Prefix: /usr
Release: 1 Release: 1
Source: core-%{version}.tar.gz 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} Version: %{version}
%description %description
The Common Open Research Emulator provides Python modules and a GUI for The Common Open Research Emulator provides Python modules and a GUI for