Sponsored Content
Special Forums News, Links, Events and Announcements UNIX.COM -- X/Open WIPO UDRP Complaint Post 24901 by Kelam_Magnus on Friday 19th of July 2002 01:39:41 PM
Old 07-19-2002
review is actually a noun!?!?!?!???

I have recently had an English writing class and I can tell you that in the context of www.unixreview.com, the word "review" to 99% of us is a verb. We see that as a rehash, conversation, or review(verb) of the unix topic.

However, The word review is seen first as an event not an action as we are used to. They appear to be using it as an event as a "Music review", in the vaudeville frame of reference, is an event or "Military review" is an event. Also, as in an Book review by a critic.

According to www.merriamwebster.com, the word review is listed first as a noun. They reference the word as "judicial review" where judicial is the adj and review is a noun as an event.



Although I dont agree with this "view", pun intended, it does appear to meet the requirements, much to www.unixreview.com's relief I am sure.


Sorry for the english lesson, but I thought it was pertinent to the issue.

So any of the suggestions that we have made, could meet the requirements.

www.unixforum.com
www.unixchat.com
www.unixtalk.com
www.unixOS.com
www.unix(insertanynounhere).com

So there may be only one eventual course of action for Neo, and that would be to rename this site. Eventhough we think that he has a right to the name. It may be a moot point if the big boys win this thing.

Perish the thought!!

Smilie

Last edited by Kelam_Magnus; 07-19-2002 at 03:24 PM..
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Difference between UNIX operating system and Unix Open Server

Hi, I recently joined this forum and new to UNIX. Is there any difference between UNIX operating system and UNIX open server? Please explain. (1 Reply)
Discussion started by: Manjit
1 Replies

2. News, Links, Events and Announcements

WIPO Official Decision

At Last Official Decision of UNIX.com Domain dispute by WIPO is available to review. http://arbiter.wipo.int/domains/decisions/html/2002/d2002-0294.html (Status: unix.com > Complaint denied) (1 Reply)
Discussion started by: killerserv
1 Replies

3. News, Links, Events and Announcements

UNIX.COM -- X/Open WIPO UDRP RESULTS !!!!

Just received word from our attorney..... UNIX.COM PREVAILS IN X/OPEN WIPO ACTION: (THE TRUE UNIX USERS OF THE WORLD WIN!!!!) Click to Download: WIPO Notice of Decision Click to Download: WIPO Administrative Decision (9 Replies)
Discussion started by: Neo
9 Replies

4. Filesystems, Disks and Memory

Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!!

Hello Moto I hope someone can help We's here at work, have a unix box with sco openserver 5 on it, so it has a nice gui interface.. and also a fair few windows computers.. a system admin guy b4 me, has set up a user called neil, which can, when u try to access the unix box using windows... (2 Replies)
Discussion started by: haggo
2 Replies
pocompendium(1) 					      Translate Toolkit 1.3.0						   pocompendium(1)

NAME
pocompendium - Create a PO compendium from a directory of PO files. SYNOPSIS
pocompendium [options] output.po <-d po-directory(ies)|po-file(s)> DESCRIPTION
Takes a directory of translated PO files and creates a single PO files called a PO compendium. This compendium can be used to review word choice conflicts or as input during a merge using pomigrate(1). OPTIONS
-v, --invert creates an inverse compendium with msgid and msgstr swapped -e, --errors only ouput message bundles that have conflicts -c, --correct only ouput message bundles that are correctly translated -i, --ignore-case drops all strings to lowercase -st, -tilde, --strip-accel-amp remove all & style accelerator markers -sa, -amp, --strip-accel-tilde remove all ~ style accelerator markers -su, --strip-accel-under remove all _ style accelerator markers EXAMPLES
Compendium creation create a compendium with all your translations to use as input during a message merge either when migrating an existing project or starting a new one. Conflicting translations use --errors to find where you have translated an English string differently. Many times this is OK but often it will pick up subtle spell- ing mistakes or help you to migrate older translations to a newer choice of words. Conflicting word choice use --invert and --errors to get a compendium file that show how you have used a translated word for different English words. You might have chosen a word that is valid for both of the English expressions but that in the context of computers would cause confusion for the user. You can now easily identify these words and make changes in the underlying translations. Narrowing Results PO files treat slight changes in capitalisation, accelerator, punctuation and whitespace as different translations. In cases 2) and 3) above it is sometimes useful to remove the inconsistencies so that you can focus on the errors in translation not on shifts in capitals. To this end you can use the following: --ignore-case, --strip-accel-amp, --strip-accel-tilde, --strip-accel-under. OPERATION
pocompendium makes use of the Gettext tool msgcat(1) to perform its task. It traverses the PO directories and cat's all found PO files into the single compendium output file. It then uses msgattrib(1) to extract only certain messages, msghack to invert messages and msgfilter(1) to convert messages to lowercase. BUGS
There are some absolute/relative path name issues. Translate Toolkit 1.3.0 pocompendium(1)
All times are GMT -4. The time now is 02:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy