Revisions for jonah/docs/INSTALL

Location: [ Horde ] / jonah / docs / INSTALL 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.21 (+3 -4 lines) 06/19/2007 05:56 AM Jan Schneider jan

Use Michael's wording.

Tags: JONAH_2008_08_22

1.20 (+1 -2 lines) 04/22/2007 12:51 AM Chuck Hagenbuch chuck

remove references to non-existant mailing lists

1.19 (+2 -2 lines) 10/19/2004 04:11 AM mdjukic

first lot being moved from gif to png

1.18 (+4 -4 lines) 03/06/2004 10:47 AM Jan Schneider jan

Fix version numbers. Update and cleanup changelogs.

1.17 (+1 -2 lines) 01/24/2004 12:15 AM Chuck Hagenbuch chuck

[cjh] The 'allow_guests' setting, and $registry->allowGuests(), have been
removed in favor of Horde_Perms application permissions.

1.16 (+2 -9 lines) 01/20/2004 10:21 PM Chuck Hagenbuch chuck

Remove the last of the weather code from Jonah.

1.15 (+1 -4 lines) 01/06/2004 11:16 PM Chuck Hagenbuch chuck

Remove METAR code in favor of the Horde-level METAR block.

1.14 (+3 -3 lines) 10/24/2003 05:02 PM Chuck Hagenbuch chuck

Move the moon phases and sunrise/sunset blocks into Horde and out of
Jonah. This involved:

- moving the graphics into horde/graphics/block/<blockname>
- moving geolocations.php into lib/NLS/, as it really doesn't need to
be a config file.
- adding the block configs to registry.php.dist

Block parameters are still a bit awkward, so they don't work correctly
just yet. The code needed to return the real parameters is in the
getParams() method of the two new blocks.

1.13 (+6 -85 lines) 06/24/2003 01:46 PM Jan Schneider jan

Remove outdated instructions

1.12 (+50 -50 lines) 06/06/2003 12:02 PM Chuck Hagenbuch chuck

A few more updates, $Horde: $

1.11 (+3 -3 lines) 06/06/2003 11:57 AM Chuck Hagenbuch chuck

$conf['paths']['data'] is going away!

1.10 (+23 -23 lines) 05/30/2003 05:33 PM Eric Rostetter ericr

Remove a lot of spaces (copy-paste artifact)

1.9 (+177 -94 lines) 05/30/2003 02:48 PM Eric Rostetter ericr

* update jonah install docs...  Still needs some work...

1.8 (+52 -42 lines) 03/28/2003 03:12 PM Eric Rostetter ericr

Update the installation instructions.  Were way out of date for CVS HEAD.

1.7 (+6 -2 lines) 12/04/2002 01:30 PM Chuck Hagenbuch chuck

channel updates

Submitted by: Charles Kaucher <kaucher@cgki.com>

1.6 (+8 -5 lines) 08/19/2002 05:52 PM Chuck Hagenbuch chuck

[cjh] Revamp headline management and subscriptions; add multiple sizes
      for each channel, add weather and stock support, and many more
      channels (Eric Rechlin <eric@hpcalc.org>).
[cjh] Add a Block system and an experimental portal-like interface.

Notes: the portal interface, especially, _is_ experimental; there's some duplicate
code in the Block subclasses, and it needs lots of work. But, it's a start. Eric's
stuff is pretty good, but things like the weather interface need work. All
in all, a big boost up in functionality.

1.5 (+5 -10 lines) 11/26/2000 01:15 AM Chuck Hagenbuch chuck

rid Jonah of the HTMLDocument class

1.4 (+178 -211 lines) 05/01/2000 07:17 PM jon

Updating the jonah documentation.  This is mainly reformatting.  The
documentation could still use a once-over for content.

I also updated all of the jonah mailing list subscription information.

Tags: JONAH_0_0_2

1.3 (+12 -8 lines) 01/31/2000 04:08 PM Chuck Hagenbuch chuck

Tweaked the INSTALL to mention where to get a recent version of Horde, and
added a version file.

Tags: JONAH_0_0_1

1.2 (+146 -26 lines) 01/31/2000 03:48 PM Chuck Hagenbuch chuck

Fleshing out the documentation; gearing up for a 0.0.1 release.

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.