View unanswered posts | View active topics
|
Page 1 of 1
|
[ 20 posts ] |
|
| Author |
Message |
|
Shinigami
|
Post subject: PolDoc 096 Posted: Wed Jun 21, 2006 10:11 am |
|
 |
| POL Core Developer |
Joined: Mon Jan 30, 2006 9:28 am Posts: 292 Location: Germany, Bavaria
|
my time is limited and not everything is still updated... nor the final link does exist, but here u can take a look @ current state. afte finishing it, we'll force update for 097 feature more often, so it is not such a big part to do it @ once...
after finishing update, we'll create a downloadable release too. and I'll update pathes so Pol095, Pol096 and Pol097 Doc resist @ same time.
here u can find the doc now (will get changed after updating): PolDoc 096 beta
Shinigami
p.s.: yes I know, Wiki... but there are a lot of people loving this init by Rac
|
|
| Top |
|
 |
|
MuadDib
|
Post subject: Posted: Wed Jun 21, 2006 12:18 pm |
|
 |
| POL Developer |
 |
Joined: Sun Feb 12, 2006 9:50 pm Posts: 836 Location: Indiana, USA
|
|
Long live the POLDoc!
_________________ POL Developer - The Penguin Scripter
|
|
| Top |
|
 |
|
Firedancer
|
Post subject: Posted: Thu Jun 22, 2006 5:04 am |
|
Joined: Fri Feb 03, 2006 6:32 am Posts: 104 Location: Austria
|
MuadDib wrote: Long live the POLDoc!
yippie!!!!!!
 *dances joyfully* Long live our pol devs! 
_________________ [url=www.etheria.org]
Etheria - Roleplaying Realism
[/url]
|
|
| Top |
|
 |
|
Yukiko
|
Post subject: Posted: Thu Jun 22, 2006 11:22 am |
|
Joined: Thu Feb 02, 2006 1:41 pm Posts: 1154 Location: Southern Central USA
|
|
*does a happy dance*
Thanks Shinni!!!
_________________ Sincerely,
Yukiko
I know you think you understand what you thought I said but what you heard is not exactly what I meant.
Titus 2:13
|
|
| Top |
|
 |
|
Shinigami
|
Post subject: Posted: Fri Jun 23, 2006 1:45 pm |
|
 |
| POL Core Developer |
Joined: Mon Jan 30, 2006 9:28 am Posts: 292 Location: Germany, Bavaria
|
|
most stuff is inside now
Shinigami
|
|
| Top |
|
 |
|
Xandros
|
Post subject: Posted: Mon Jul 17, 2006 5:14 am |
|
Joined: Fri Feb 17, 2006 12:25 pm Posts: 76
|
|
Will there be a downloadable version again?
Xandros
|
|
| Top |
|
 |
|
Shinigami
|
Post subject: Posted: Wed Jul 19, 2006 3:36 am |
|
 |
| POL Core Developer |
Joined: Mon Jan 30, 2006 9:28 am Posts: 292 Location: Germany, Bavaria
|
|
sure... if someone tells me how to combine the wget switches in the correct order... I can use it to get offline stuff, but it will not use uoem.php as name... it will use fulllist.php&name=uoem (or something like that)... Rac doesn't remember how he's created it and I'm to lazy to do it by hand
Shinigami
|
|
| Top |
|
 |
|
Marilla
|
Post subject: Posted: Wed Jul 19, 2006 6:29 pm |
|
|
|
|
Actually the method of creating the downloadable version is pretty much included in the online version; You can create the page per module, as is in the DL version, and then just modify the index page from the 095 docs. I already did that myself to create a local copy of the 096 docs that works just like the 095 ones did.
|
|
| Top |
|
 |
|
Yukiko
|
Post subject: Posted: Fri Jul 21, 2006 1:00 pm |
|
Joined: Thu Feb 02, 2006 1:41 pm Posts: 1154 Location: Southern Central USA
|
Shini,
In the ListMobilesNearLocationEx lookup need to include the LISTEX_FLAG_CONCEALED flag in the list.
_________________ Sincerely,
Yukiko
I know you think you understand what you thought I said but what you heard is not exactly what I meant.
Titus 2:13
|
|
| Top |
|
 |
|
MuadDib
|
Post subject: Posted: Fri Jul 21, 2006 3:54 pm |
|
 |
| POL Developer |
 |
Joined: Sun Feb 12, 2006 9:50 pm Posts: 836 Location: Indiana, USA
|
Yukiko wrote: In the ListMobilesNearLocationEx lookup need to include the LISTEX_FLAG_CONCEALED flag in the list.
Fixed.
_________________ POL Developer - The Penguin Scripter
|
|
| Top |
|
 |
|
MuadDib
|
Post subject: Posted: Fri Jul 21, 2006 4:13 pm |
|
 |
| POL Developer |
 |
Joined: Sun Feb 12, 2006 9:50 pm Posts: 836 Location: Indiana, USA
|
|
From the main page, the 095 POLDoc download is now active again.
_________________ POL Developer - The Penguin Scripter
|
|
| Top |
|
 |
|
itec
|
Post subject: Posted: Sat Sep 30, 2006 9:43 am |
|
Joined: Thu Feb 09, 2006 11:48 pm Posts: 35 Location: Finland
|
Can you fix the anchor links in the object reference? They are currently working only in internet explorer  .
Ie: <a name="#Armor"> this should be: <a name="Armor">
|
|
| Top |
|
 |
|
Marilla
|
Post subject: Posted: Sat Sep 30, 2006 3:44 pm |
|
|
|
|
Yeah, what Itec said! I had to modify the docs on my system when I downloaded them due to this, since I use Firefox.
Basically, inside the href attribute of the anchor tag, the # is a special character that tells the browser that it needs to go to an element with the name that follows; In the href attribute, that first # is not actually part of the name.
That means, if you name the target element with a #, the standard behavior (which IE does not follow, as is far too frequent, unfortunately) is that this WOULD be considered part of the name.
So, the standard behavior (which all browsers but IE follow) is that if you have an element named, say, "#config", in order to link to it, you would need an href attribute with the value "##config"... since the first # would be taken as the special character telling the browser not to simply go to the URL "config", but instead, to go to the element named with what's ever after the first # sign.
That means, for an href attribute with the value "#config" to work, the target element must be named "config". IE improperly 'guesses' what you mean by having an element named "#config", but this could cause problems if you ever actually did have an element named with a # in front of it (which probably is not a good idea, but could happen in situations where element names were dynamically generated by a server-side script).
Finally, by improperly adding the # to the front of the target elements' names, only Internet Explorer can go to those links.
Erm... now that I've said far too much.. heh
|
|
| Top |
|
 |
|
MuadDib
|
Post subject: Posted: Sat Sep 30, 2006 4:16 pm |
|
 |
| POL Developer |
 |
Joined: Sun Feb 12, 2006 9:50 pm Posts: 836 Location: Indiana, USA
|
In other words, you took the long route at what itec said 
_________________ POL Developer - The Penguin Scripter
|
|
| Top |
|
 |
|
Marilla
|
Post subject: Posted: Sat Sep 30, 2006 4:44 pm |
|
|
|
I am the Great Supreme Ninja Master of Using More Words Than Needed to Say Something!

|
|
| Top |
|
 |
|
MuadDib
|
Post subject: Posted: Sat Sep 30, 2006 6:09 pm |
|
 |
| POL Developer |
 |
Joined: Sun Feb 12, 2006 9:50 pm Posts: 836 Location: Indiana, USA
|
I use firefox now myself, but haven't been to the site to notice it since i started using it.
When I get time this weekend, I'll try to go ahead and get this updated if I can. Will mean doing so in the downloads and distro docs also. Might as well work on all of them while I am at it eh? 
_________________ POL Developer - The Penguin Scripter
|
|
| Top |
|
 |
|
Repsak
|
Post subject: Posted: Wed Dec 13, 2006 9:05 am |
|
Joined: Sun Feb 05, 2006 2:00 am Posts: 91 Location: Denmark
|
Is the server hosting the documentation down? I'm unable to connect to the site. 
_________________ When was the last time, you did something for the first time?
|
|
| Top |
|
 |
|
CWO
|
Post subject: Posted: Wed Dec 13, 2006 10:16 am |
|
Joined: Sat Feb 04, 2006 5:49 pm Posts: 772 Location: Chicago, IL USA
|
|
| Top |
|
 |
|
MuadDib
|
Post subject: Posted: Wed Dec 13, 2006 11:43 am |
|
 |
| POL Developer |
 |
Joined: Sun Feb 12, 2006 9:50 pm Posts: 836 Location: Indiana, USA
|
|
I updated shini's url in his first post now, so that link should be updated now (far as in this post is concerned)
_________________ POL Developer - The Penguin Scripter
|
|
| Top |
|
 |
|
Repsak
|
Post subject: Posted: Wed Dec 13, 2006 12:06 pm |
|
Joined: Sun Feb 05, 2006 2:00 am Posts: 91 Location: Denmark
|
|
Thanks
_________________ When was the last time, you did something for the first time?
|
|
| Top |
|
 |
|
Page 1 of 1
|
[ 20 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 0 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|