Re: New Empire Web Page



It might be a good idea to have a couple of other well maintained WWW sites out around the Net about Empire. I didn't find the "info" pages on the Wolfpack site and had to discover them by searching thru UNIX file structures on my server. The data quality isn't so much the problem as people locating it and make use of it.

I *love* UNIX, and have been using it for many years. But guys, TROFF seems dead to me. HTML and XML are the present. I suggest we unload ourselves of 1970's utilities and move to HTML or failing that to plain old ascii.

If I am to commit blasphemy I shan't stop here! I showed the output of "xdump" to a developer who is helping me figure out how to parse it in Visual Basic .NET. He suggested to me using XML. The idea is that we need to get a new command "xmldump", which returns the data streams as XML encoded:

Old school data, like what we currently have:
100 127 746

New school data:

XML/new school data:
<sectors>
<type>headquarters</type>
<efficiency>100</efficiency>
<mobility>127</mobility>
<civilians>746</civilians>
</sectors>

This would be a step forward for a new generation of client interfaces. Modern programming languages have the libraries to handle XML with a minimum of programming.

Regards, Kelly (Zukhov)




Markus Armbruster wrote:
"Bungholio" <empire_bungholioNOSAPM@xxxxxxxxxxx> writes:

If and until we can get a wiki up, I've mass converted the "info" pages from the server into HTML pages and added them to my web page. I know when I was first starting out this information certainly would have helped. Take a look:

http://www.micro3g.com/index.html

Thanks, Kelly (Zukhov)


Good Job! But those also seem to be:

http://www.wolfpackempire.com/infopages/all.html

Slightly out of date. To be fixed.

and here:
http://sourceforge.net/project/showfiles.php?group_id=24031&package_id=40133

Canonical download location for the latest released version.

and here:
//sheepfarm.game-host.org:8080/infopages/all.html

Currently two versions behind.

My question is: how would one change an info page for the particular game that's running. For example, in PZ7, when I made trade ships have a negative bonus for the ally, I went and manually changed the "Trade-ships" info page to say how they really worked (after *several* nasty telegrams from the players, btw). Furthermore, many deities like to make a special "info mygameinfo" info page, how would you propose how that would work?

-Bungy

The sane way to do it is to edit the troff source, in your case
info/Trade-ships.t. make info updates the plain text info pages in
info.nr/ (implied by the default make target). make html updates the
HTML info pages in info.html/.

If you're not compiling from source (tsk, tsk), then you need to do
that manually. Here's the command make runs for me to update
info.nr/Trade-ships:

GROFF_NO_SGR= groff -Tascii -U info/CRT.MAC info/INFO.MAC info/Trade-ships.t | gawk -f info/Blank.awk >info.nr/Trade-ships

If you changed the .SA, subject pages may also need updating. You
don't want to do that without help from make.

If you add a page, its subjects and the page index need updating.


Nothing will stop you from ignoring troff and editing the plain text
info in info.nr manually. Make sure to update the subject pages
listed under SEE ALSO and index (all for new pages, TOP for new
subjects). Subject pages are easy to recognize: they start with the
keyword Subject in the first line.

If you send me doc fixes as patches for the plain text files, you
create extra work for me. It's better than keeping them for yourself,
but worse than doing the job right and update the troff source.
.



Relevant Pages

  • Re: onclick - reassign new function with parameters after displaye
    ... It creates an HTML document which looks and acts correctly. ... The orginal XSL is creating a record that shows data from two different ... The form reads in those global variables. ... XML Node that forms the context of your little XSL. ...
    (microsoft.public.scripting.jscript)
  • Re: onclick - reassign new function with parameters after displaye
    ... As far as XML data, it is not on the client side, and my limted ... as global parameter the info I need to get correct record from HTML, ... needed into XSL proscessing. ... The form reads in those global variables. ...
    (microsoft.public.scripting.jscript)
  • Re: ruby html (or xhtml) forms class...
    ... xx is a library designed to extend ruby objects with html, xhtml, and xml ... xml or xhtml as clean looking and natural as ruby it self. ... attributes may be passed to any tag method as either symbol or string. ...
    (comp.lang.ruby)
  • Re: Savings as XML document to be used on a website_office2008.
    ... to add the information that HTML cannot describe. ... In DreamWeaver, you would have two choices: ... XML is another variation altogether.And has nothing to do with Fix Word ... This is the default file format. ...
    (microsoft.public.mac.office.word)
  • Re: New Imformation: Also Kellys Line 227 Left: Set IE Fonts
    ... that is different than posting html. ... included via plain text and are on rare occasions here. ... 2004 Windows MVP "Winny" Award ... > *what notepad is or where I can find it*--it was introduced in Windows 95 ...
    (microsoft.public.windowsxp.general)

Loading