Revisions for jonah/test.php

Location: [ Horde ] / jonah / test.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.27 (+2 -2 lines) 01/02/2008 06:13 AM Jan Schneider jan

Happy New Year

Tags: JONAH_2008_08_22

1.26 (+4 -5 lines) 08/01/2007 12:11 AM Chuck Hagenbuch chuck

Jon has assigned his copyrights to The Horde Project.

1.25 (+2 -2 lines) 12/30/2006 02:15 PM Jan Schneider jan

Standardize on "_The_ Horde Project" and "http://_www_.horde.org".

1.24 (+2 -2 lines) 12/17/2006 01:33 AM Chuck Hagenbuch chuck

h2 instead of font-size

1.23 (+3 -3 lines) 04/30/2006 07:25 PM Chuck Hagenbuch chuck

Don't silence calls like is_readable, file_exists, or test calls that don't need to be silcned.

1.22 (+2 -2 lines) 01/03/2005 09:35 AM Jan Schneider jan

Happy New Year

1.21 (+2 -2 lines) 01/01/2004 10:15 AM Jan Schneider jan

Happy new year everyone.

1.20 (+2 -2 lines) 10/29/2003 02:45 PM Chuck Hagenbuch chuck

Give this script a better name.

1.19 (+12 -1 lines) 10/29/2003 02:32 PM Chuck Hagenbuch chuck

Include check for the framework classes, and instructions for installing them,
in all test.php scripts.

1.18 (+1 -19 lines) 05/03/2003 01:01 PM mdjukic

revert back to the old RSS parsing lib, so these PEAR dependancies are not required

1.17 (+19 -1 lines) 05/02/2003 09:11 PM mikec

Add required PEAR classes.

1.16 (+2 -3 lines) 05/02/2003 01:13 PM Chuck Hagenbuch chuck

This file isn't used anymore, right?

1.15 (+5 -1 lines) 04/11/2003 03:54 PM Michael M Slusarz slusarz

Check to make sure Horde_Test:: exists.

1.14 (+40 -45 lines) 04/09/2003 02:18 AM Michael M Slusarz slusarz

Convert to Horde_Test::.

1.13 (+9 -13 lines) 01/21/2003 12:04 AM Chuck Hagenbuch chuck

[cjh] Clean up Jonah_Headlines:: to require fewer special cases.
[cjh] Move all channel HTML generation over to Horde_Template::

1.12 (+1 -6 lines) 09/29/2002 10:27 PM Chuck Hagenbuch chuck

remove references to html.php

1.11 (+1 -6 lines) 11/26/2000 01:15 AM Chuck Hagenbuch chuck

rid Jonah of the HTMLDocument class

1.10 (+5 -85 lines) 10/18/2000 09:05 PM Chuck Hagenbuch chuck

stripping down application-level test.php scripts.

1.9 (+2 -2 lines) 10/18/2000 03:43 PM bjn

s/horde.org/lists.horde.org/ for mailing lists.
Repointed patches from support@horde.org to dev@lists.horde.org.

1.8 (+16 -10 lines) 10/17/2000 02:21 PM Chuck Hagenbuch chuck

fix php version detection.

1.7 (+1 -5 lines) 08/16/2000 03:18 PM jon

$Id$ to $Horde$

Tags: JONAH_0_0_2

1.6 (+4 -9 lines) 06/24/2000 01:48 PM Chuck Hagenbuch chuck

the headlines class really should be in jonah, the way we're doing things
now. so i repo moved it, plus a rename and other tweaks to accomodate the
change.

1.5 (+19 -12 lines) 05/23/2000 07:44 AM Chuck Hagenbuch chuck

update the test.php scripts to recognize php 4.0.0

1.4 (+6 -4 lines) 05/01/2000 12:30 PM foozmeat

Updated test.php to be 'RC-aware' -- foozmeat

1.3 (+5 -49 lines) 04/30/2000 12:00 AM Chuck Hagenbuch chuck

no phplib in jonah

1.2 (+11 -11 lines) 02/12/2000 01:58 PM Chuck Hagenbuch chuck

updating for new packages

1.1 01/31/2000 01:08 AM Chuck Hagenbuch chuck

Initial commit of Jonah - portal/content management system.

This code is enough to set up a system that grabs rdf/rss channel files from
wherever you like, stores them locally, generates html based on them, and
allows the html to be viewed by end users. More - my.netscape like channel
layout, preferences, more support for other sources of information - will
come in time, if interest (mine or someone else's) warrants it.

The documentation is by no means complete, but the test.php script will
check for most things, the INSTALL file _is_ started, and the code is still
simple enough that if you're comfortable with php you should be able to get
it up and running with a little digging.

I need to sleep now, but hopefully I'll finish up the docs, put up a web
site, and make an alpha release tomorrow.

Tags: JONAH_0_0_1