Forum Maintenance: Possible disruption

Where we keep all the boring tidbits about the PHPDN site, the news, and what not.

Moderator: General Moderators

User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Forum Maintenance: Possible disruption

Post by Chris Corbyn »

We'll be installing Geshi on this forum in a 2-3 hours from now. During this time some things may break or act a little odd. We may even need to disable the board for a few minutes.

Thanks for your patience :)

Note: We don't intend to tinker with the existing highlighting scheme for

Code: Select all

 tags but we will be using Geshi to do the highlighting itself.  Hopefully this won't cause any of you any unecessary problems.
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

Post by phpScott »

I'm glad you explained what Geshi was I was getting confused between which forum I was on. :oops:
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Starting.....

.... NOW.
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

Woo Hoo Go D11!! :)
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

Maybe you should have named this thread d11wtq's "Memoir of a Geshi Installation" (:cry:)
(#10850)
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

Post by neophyte »

Cool new features!
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

It works at the moment but it's not being used by our

Code: Select all

 tags yet.

I've literally just done the basic MOD install procedure but will be working on it a little further just as soon as I get back from playing poker tonight :P

In any case if you want to play around with it until then you do:

[syntax="java" ] ... [/syntax ] replacing "java" with the language of your choice (within reason).

The supported languages are:

[list]
[*]actionscript
[*]ada
[*]apache
[*]asm
[*]asp
[*]bash
[*]caddcl
[*]cadlisp
[*]c_mac
[*]c
[*]c++
[*]c#
[*]css
[*]delphi
[*]diff
[*]div
[*]d
[*]eiffel
[*]gml
[*]html
[*]java
[*]javascript
[*]lisp
[*]lua
[*]matlab
[*]mpasm
[*]nsis
[*]objc
[*]oobas
[*]oracle8
[*]pascal
[*]perl
[*]php-brief
[*]php
[*]python
[*]qbasic
[*]smarty
[*]sql
[*]vbnet
[*]vb
[*]vhdl
[*]vfp
[*]xml[/list]
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

Does this mean we can finally have that Eiffel forum that people have been demanding for years!? ;)

Code: Select all

class HELLO_WORLD

creation
        make
feature
        make is
        local
                io:BASIC_IO
        do
                !!io
                io.put_string("%N Hello World!!!!")
        end --make

end -- class HELLO_WORLD


program hello_prog

root
    HELLO_WORLD: "make"

cluster

    "./"

    end

    include  "$EIFFEL_S/library/lib.pdl"


end -- hello_prog
(#10850)
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

Bah! We don't have DevilScript :evil:

Code: Select all

::Just A Thought
This is gonna be one helluva party.

::Action
Let's ROCK!!!

::Aftermath
went home badly shaken with bones and organs all tangled and tied...
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

OK most of it's done but as you can see I still haven't had a chance to best attempt to replicate our original colors. I'm afraid it'll have to wait until tomorrow because I'm off to bed ;)
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Say AHHH... that's right, open up so I can see what's in there... Oh my, it looks like... like... DIVERSITY!

This is cool. So now when we post JavaScript, HTML, PHP, Perl, Python or whatever (even SQL) it can look different. This so beats that BBCode [ code ] tag. Granola Bars DevNet.
User avatar
Nathaniel
Forum Contributor
Posts: 396
Joined: Wed Aug 31, 2005 5:58 pm
Location: Arkansas, USA

Post by Nathaniel »

I had a DREAM about the new syntax tags last night. Is that weird or what?
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

it is weird.
Post Reply