Powered by Apache

CVS log for OpenXM/src/kxx/Attic/oxweave.c

[BACK] Up to [local] / OpenXM / src / kxx

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9, Fri Aug 22 23:56:28 2003 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9
Changes since 1.8: +1 -1 lines
FILE REMOVED

Removed the old oxweave in src/kxx.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Aug 22 16:08:23 2003 UTC (20 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

The exit(3) requires one argument.

Revision 1.7 / (download) - annotate - [select for diffs], Sun May 6 07:53:01 2001 UTC (23 years ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2, RELEASE_1_2_1
Changes since 1.6: +73 -73 lines
Diff to previous 1.6 (colored)

mark-whole-buffer,  indent-region, untabify.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Dec 15 03:30:14 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, RELEASE_20000124, RELEASE_1_1_3, RELEASE_1_1_2
Changes since 1.5: +6 -3 lines
Diff to previous 1.5 (colored)

Bilingual installation document.
If you are planning to prepare bilingual or multilingual documents,
see these files.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Dec 14 06:41:03 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.4: +130 -89 lines
Diff to previous 1.4 (colored)

Better version of oxweave (I believe). See the usage of oxweave.
oxweave.test is a test data.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Dec 13 14:47:41 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.3: +76 -61 lines
Diff to previous 1.3 (colored)

oxweave accepts  //&jp and //&C, //&eg.
Example:
       text :  //&jp  print jp.
               //&C   print C.
               hogehoge
               /*&jp  print /*jp
               */
       oxweave --plain jp  <text     outputs
               print jp.
               hogehoge
               print /*jp

Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 13 07:55:23 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.2: +94 -29 lines
Diff to previous 1.2 (colored)

I'm working on oxweave.c. I've not yet finished.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 16 11:48:12 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

A bug fix on the buffer size.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Nov 16 07:57:37 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN

oxweave.c is a simple document generation system.
You can embed documents in source codes by tags such as
/*&jp  or /*&C  .
Example: Try to generate a document by entering
   cd OpenXM/src/kxx ; make ; ./oxweave --source jp <oxweave.c >oxweave.tex

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>