Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News Mig Editor: Version 2.0 released! Post 302153453 by Linux Bot on Monday 24th of December 2007 02:19:05 PM
Old 12-24-2007
Mig Editor: Version 2.0 released!

The MIG Editor is a geographical metadata editor that implements a subset of the 19115, 19119 and 19139 ISO formats. Basead in the Portuguese Metadata Profile and INSPIRE requirements.
Presented By
HD VOD Is Cablevision's HD Channel Of The Day, As Part Of The Company's Expanded '45 Days in HD, on TV(SM)' Countdown
Ongoing salute to excellence in HD programming recognizes each of the 45high-definition services iO TV customers receive at no additional cost. (PRWeb Dec 21, 2007) Post Comment:Trackback URL: http://www.prweb.com/pingpr.php/SGFs...1UaGlyLVplcm8=
Ads by PheedoImage

Image

More...
 

We Also Found This Discussion For You

1. UNIX for Dummies Questions & Answers

VI Editor Trial Version?

Hi, I would like to know if there's a free trial version of a VI editor available somewhere? (3 Replies)
Discussion started by: elamvik
3 Replies
Ns_Url(3aolserver)					   AOLserver Library Procedures 					Ns_Url(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
Ns_AbsoluteUrl, Ns_ParseUrl, Ns_RelativeUrl, Ns_SkipUrl - URL manipulation routines SYNOPSIS
#include "ns.h" int Ns_AbsoluteUrl(Ns_DString *pds, char *url, char *baseurl) int Ns_ParseUrl(char *url, char **pprotocol, char **phost, char **pport, char **ppath, char **ptail) char * Ns_RelativeUrl(char *url, char *location) char * Ns_SkipUrl(Ns_Request *request, int n) _________________________________________________________________ DESCRIPTION
Ns_AbsoluteUrl(pds, url, baseurl) Construct an URL based on baseurl but with as many parts of the incomplete url as possible. Return NS_OK or NS_ERROR. Ns_ParseUrl(url, pprotocol, phost, pport, ppath, ptail) Parse a URL into its component parts. Pointers to the protocol, host, port, path, and "tail" (last path element) will be set by ref- erence in the passed-in pointers. The passed-in url will be modified. Ns_RelativeUrl(url, location) If the url passed in is for this server, then the initial part of the URL is stripped off. e.g., on a server whose location is http://www.foo.com, Ns_RelativeUrl of "http://www.foo.com/hello" will return "/hello". Returns a pointer to the beginning of the relative url in the passed-in url, or NULL if error. Will set errno on error. Ns_SkipUrl(request, n) Return a pointer n elements into the request's url. SEE ALSO
nsd(1), info(n) KEYWORDS
AOLserver 4.0 Ns_Url(3aolserver)
All times are GMT -4. The time now is 11:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy