Revisions for chora/README

Location: [ Horde ] / chora / README 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.11.10.1 FRAMEWORK_3 (+51 -23 lines) 07/27/2006 08:23 AM Jan Schneider jan

MFH

Tags: CHORA_2_0_2

1.12 (+51 -23 lines) 08/23/2005 05:54 AM Jan Schneider jan

Unify README files.

1.11 (+35 -26 lines) 10/06/2004 04:23 AM Jan Schneider jan

reST

Tags: FRAMEWORK_3, CHORA_2_0_1, CHORA_2_0_1_RC1, CHORA_2_0, CHORA_2_0_RC3, CHORA_2_0_RC2, CHORA_2_0_RC1, CHORA_2_0_BETA

1.10 (+1 -1 lines) 03/06/2004 10:46 AM Jan Schneider jan

Fix version numbers. Update and cleanup changelogs.

Tags: CHORA_2_0_ALPHA

1.8.2.2 RELENG_1 (+1 -1 lines) 02/22/2004 07:17 PM Jan Schneider jan

1.2.1

Tags: CHORA_1_2_3, CHORA_1_2_2, CHORA_1_2_1, CHORA_1_2_1_RC2, CHORA_1_2_1_RC1

1.8.2.1 RELENG_1 (+25 -12 lines) 06/23/2002 09:45 AM Jan Schneider jan

MFH:
* Use 'rb' with filesystem calls in case of windows.
* Show line numbers in the annotate view.
* Show links to view, annotate and download files in the annotate and view
  pages.
* Replace <?= with <?php echo to remove the short_open_tags requirement.
* Several bugfixes.
* Move some code from lib/base.php to lib/Chora.php.

Tags: CHORA_1_2, CHORA_1_2_RC3, CHORA_1_2_RC2, CHORA_1_2_RC1

1.9 (+25 -12 lines) 04/12/2002 01:36 PM Chuck Hagenbuch chuck

README consistency and OSI text.

1.8 (+36 -25 lines) 06/08/2001 05:04 PM avsm

nicer README, nicked from Turba

Tags: RELENG_1, CHORA_1_1, CHORA_1_1_RC1, CHORA_1_0, CHORA_1_0_RC1, CHORA_0_6_4, CHORA_0_6_1

1.7 (+1 -2 lines) 05/23/2001 08:50 PM avsm

remove more mime.php.dist references

1.6 (+5 -1 lines) 04/25/2001 07:27 PM avsm

Just a brief note to say that Horde and PEAR are used now.

This _really_ needs some proper documentation!

1.5 (+2 -1 lines) 01/16/2001 02:05 PM avsm

Multiple repository support, with a new config/cvsroots.php config
file.

This whole thing is real messy at the moment, especially the
dependency of CVSLib on $conf, but I'm going to clean it up all in
one go, so this commit is kind of building on the mess ;)  Primarily
so demo.horde.org can show off five or six major repositories, to help
the testing effort as well.

Tags: CHORA_0_4_1, CHORA_0_2_0

1.4 (+2 -1 lines) 12/26/2000 07:32 PM jon

Note that html.php.dist needs to be renamed to html.php.

1.3 (+1 -1 lines) 06/28/2000 12:14 PM avsm

Dont need the old CVSRep anymore, and changed all the vendor
tags to Horde from Id

1.2 (+4 -2 lines) 06/19/2000 07:10 PM avsm

The cleanup continues; MIME config has moved to its own config
file.  Going to see how hard mod_mimemagic is to hook into
PHP, and probably remove the mime.types scan in favour of a
pre-processed array output from it - a per-file scan over a large
MIME database is too expensive.

1.1 06/18/2000 06:56 PM avsm

Large commit with a cleanup of the cvs.php script.  Note that it is
_not_ yet complete - about 50% through, but its functional, and I thought
I would start committing in smaller chunks.

Done: templates, so no html output in the main php script
      lots of html bug fixes
      moved most (not all yet) config options into a config/conf.php file
      more config options, for stuff like binary locations, text, paths

TODO: Look at TODO comments in code.
      Outstanding is - finish phpdoc of functions, remove duplicate
      functions, clean up unneeded globals, refine templates, write up
      a proper README/INSTALL file

      Need to rewrite the GET stuff as its pretty confusing at the
      moment and not very 'php'-style - a vestige of the Perl port

      A 'maybe' is to look at using horde packages for proper mime/
      html document support, although installing the whole of horde
      for a simple cvs viewer may be a bit overkill ?

Anyway, lots more development to do on it (enscript support etc),
so see more commits on a repository near you :)