[geeklog-devtalk] geeklog-devel digest, Vol 1 #350 - 6 msgs

geeklog-devel-request at lists.geeklog.net geeklog-devel-request at lists.geeklog.net
Thu Jul 15 13:00:02 EDT 2004


Send geeklog-devel mailing list submissions to
geeklog-devel at lists.geeklog.net

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.geeklog.net/listinfo/geeklog-devel
or, via email, send a message with subject or body 'help' to
geeklog-devel-request at lists.geeklog.net

You can reach the person managing the list at
geeklog-devel-admin at lists.geeklog.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of geeklog-devel digest..."


Today's Topics:

1. FYI: Geeklog and PHP 5.0.0 (Dirk Haun)
2. Re: FYI: Geeklog and PHP 5.0.0 (Tony Bibbs)
3. Search result... (Simon Lord)
4. Re: Search result... (dwight at trumbower.com)
5. Re: Search result... (Marc Von Ahn)
6. Re: Search result... (Simon Lord)

--__--__--

Message: 1
From: "Dirk Haun" <dirk at haun-online.de>
To: <geeklog-devel at lists.geeklog.net>
Date: Wed, 14 Jul 2004 21:04:05 +0200
Organization: Terra Software Systems
Subject: [geeklog-devel] FYI: Geeklog and PHP 5.0.0
Reply-To: geeklog-devel at lists.geeklog.net

Just wanted to mention that I've installed Geeklog 1.3.9sr1 on my old
iBook, running PHP 5.0.0 and MySQL 4.1.3-beta. Haven't done much with it
yet, but so far no apparent problems :-)

bye, Dirk


--
http://www.haun-online.de/
http://www.haun.info/


--__--__--

Message: 2
Date: Wed, 14 Jul 2004 14:30:34 -0500
From: Tony Bibbs <tony at tonybibbs.com>
To: geeklog-devel at lists.geeklog.net
Subject: Re: [geeklog-devel] FYI: Geeklog and PHP 5.0.0
Reply-To: geeklog-devel at lists.geeklog.net

Yeah, I think this confirms an earlier message from Vinny. I too
haven't had any problems. Problems can, however, occur if E_STRICT is
the reporting level.

--Tony

Dirk Haun wrote:


>Just wanted to mention that I've installed Geeklog 1.3.9sr1 on my old

>iBook, running PHP 5.0.0 and MySQL 4.1.3-beta. Haven't done much with it

>yet, but so far no apparent problems :-)

>

>bye, Dirk

>

>

>

>


--__--__--

Message: 3
To: geeklog-devel at lists.geeklog.net
From: Simon Lord <slord at marelina.com>
Date: Thu, 15 Jul 2004 09:42:21 -0400
Subject: [geeklog-devel] Search result...
Reply-To: geeklog-devel at lists.geeklog.net

Does anyone have the code which displays the search results in Geeklog
as they do on macfixit.com? I like the fact that it grabs a few lines
of the result in question etc. macosxhints.com uses the same
formatting so I'm assuming this is a hack/edit being passed around from
one site admin to another and not actually in CVS. A link to the
desirable search result *formatting* I'm looking for is below.

http://www.macfixit.com/search.php?
query=Transmit&mode=search&type=stories&keyType=all&platform=Mac+OSX

Sincerely,
Simon


--__--__--

Message: 4
Date: Thu, 15 Jul 2004 10:58:35 -0500 (EST)
Subject: Re: [geeklog-devel] Search result...
From: dwight at trumbower.com
To: geeklog-devel at lists.geeklog.net
Reply-To: geeklog-devel at lists.geeklog.net

I know at one time macosxhints.com was paying someone to create a better
search. Don't know if this is the result. You might want to contact Rob,
though I believe he is on this list.

Dwight


> Does anyone have the code which displays the search results in Geeklog

> as they do on macfixit.com? I like the fact that it grabs a few lines

> of the result in question etc. macosxhints.com uses the same

> formatting so I'm assuming this is a hack/edit being passed around from

> one site admin to another and not actually in CVS. A link to the

> desirable search result *formatting* I'm looking for is below.

>

> http://www.macfixit.com/search.php?

> query=Transmit&mode=search&type=stories&keyType=all&platform=Mac+OSX

>

> Sincerely,

> Simon

>

> _______________________________________________

> geeklog-devel mailing list

> geeklog-devel at lists.geeklog.net

> http://lists.geeklog.net/listinfo/geeklog-devel

>



--__--__--

Message: 5
From: Marc Von Ahn <mvonahn at techtracker.com>
Subject: Re: [geeklog-devel] Search result...
Date: Thu, 15 Jul 2004 09:31:52 -0700
To: geeklog-devel at lists.geeklog.net
Reply-To: geeklog-devel at lists.geeklog.net

The main thing he needed to overcome with the search code was the
highlighting for search terms. The Code I provided changed the case of
the highlighted phrases. This was a result of a nested regext used to
prevent adding the highlight span inside of an href tag on the url. It
would be interesting to see what Rob's consultant came up with. The
bug can be worked around by turning off the highlighting code in the
story.

Marc

On Jul 15, 2004, at 8:58 AM, dwight at trumbower.com wrote:


> I know at one time macosxhints.com was paying someone to create a

> better

> search. Don't know if this is the result. You might want to contact

> Rob,

> though I believe he is on this list.

>

> Dwight

>

>> Does anyone have the code which displays the search results in Geeklog

>> as they do on macfixit.com? I like the fact that it grabs a few lines

>> of the result in question etc. macosxhints.com uses the same

>> formatting so I'm assuming this is a hack/edit being passed around

>> from

>> one site admin to another and not actually in CVS. A link to the

>> desirable search result *formatting* I'm looking for is below.

>>

>> http://www.macfixit.com/search.php?

>> query=Transmit&mode=search&type=stories&keyType=all&platform=Mac+OSX

>>

>> Sincerely,

>> Simon

>>

>> _______________________________________________

>> geeklog-devel mailing list

>> geeklog-devel at lists.geeklog.net

>> http://lists.geeklog.net/listinfo/geeklog-devel

>>

>

> _______________________________________________

> geeklog-devel mailing list

> geeklog-devel at lists.geeklog.net

> http://lists.geeklog.net/listinfo/geeklog-devel



--__--__--

Message: 6
From: Simon Lord <slord at marelina.com>
Subject: Re: [geeklog-devel] Search result...
Date: Thu, 15 Jul 2004 12:58:06 -0400
To: geeklog-devel at lists.geeklog.net
Reply-To: geeklog-devel at lists.geeklog.net

Geeklog now highlights the search term as well, no idea how long that's
been in there though. All I really need is the sql query to return the
first few sentences of the result like these two sites do.

So marc, how do you do that? ;)


> The main thing he needed to overcome with the search code was the

> highlighting for search terms. The Code I provided changed the case

> of the highlighted phrases. This was a result of a nested regext used

> to prevent adding the highlight span inside of an href tag on the url.

> It would be interesting to see what Rob's consultant came up with.

> The bug can be worked around by turning off the highlighting code in

> the story.

>

> Marc

>

> On Jul 15, 2004, at 8:58 AM, dwight at trumbower.com wrote:

>

>> I know at one time macosxhints.com was paying someone to create a

>> better

>> search. Don't know if this is the result. You might want to contact

>> Rob,

>> though I believe he is on this list.

>>

>> Dwight

>>

>>> Does anyone have the code which displays the search results in

>>> Geeklog

>>> as they do on macfixit.com? I like the fact that it grabs a few

>>> lines

>>> of the result in question etc. macosxhints.com uses the same

>>> formatting so I'm assuming this is a hack/edit being passed around

>>> from

>>> one site admin to another and not actually in CVS. A link to the

>>> desirable search result *formatting* I'm looking for is below.

>>>

>>> http://www.macfixit.com/search.php?

>>> query=Transmit&mode=search&type=stories&keyType=all&platform=Mac+OSX

>>>

>>> Sincerely,

>>> Simon

>>>

>>> _______________________________________________

>>> geeklog-devel mailing list

>>> geeklog-devel at lists.geeklog.net

>>> http://lists.geeklog.net/listinfo/geeklog-devel

>>>

>>

>> _______________________________________________

>> geeklog-devel mailing list

>> geeklog-devel at lists.geeklog.net

>> http://lists.geeklog.net/listinfo/geeklog-devel

>

> _______________________________________________

> geeklog-devel mailing list

> geeklog-devel at lists.geeklog.net

> http://lists.geeklog.net/listinfo/geeklog-devel

>

>

Sincerely,
Simon



--__--__--

_______________________________________________
geeklog-devel mailing list
geeklog-devel at lists.geeklog.net
http://lists.geeklog.net/listinfo/geeklog-devel


End of geeklog-devel Digest



More information about the geeklog-devtalk mailing list