Commit Graph

7 Commits

Author SHA1 Message Date
Julien Fischer
3b51f4169b Update HTML emitted by extras/cgi.
extras/cgi/html.m:
   Use lowercase element names and always quote attribute
   values in generated HTML.
2022-01-14 17:36:31 +11:00
Julien Fischer
1e21aa5842 Update programming style in extras/cgi.
extras/cgi/cgi.m:
extras/cgi/html.m:
    As above.
2022-01-14 17:16:02 +11:00
Mark Brown
d465fa53cb Update the COPYING.LIB file and references to it.
Discussion of these changes can be found on the Mercury developers
mailing list archives from June 2018.

COPYING.LIB:
    Add a special linking exception to the LGPL.

*:
    Update references to COPYING.LIB.

    Clean up some minor errors that have accumulated in copyright
    messages.
2018-06-09 17:43:12 +10:00
Julien Fischer
2a8be7bbf6 Replace '__' as module qualifier in rest of the extras.
extras/*/*.m:
	Replace the use of '__' as a module qualifier in the rest of
	the extras.

	s/io\.state/io/ in the extras.

	Use '=' instead of is/2 in a spot.
2014-12-29 16:48:17 +11:00
Julien Fischer
9fb4f15dfc Fix compilation problems in the extras distribution caused by recent
Estimated hours taken: 0.5
Branches: main

Fix compilation problems in the extras distribution caused by recent
changes.

extras/stream/stream.m:
	Provide a definition for the type stream/1.

extras/*/*.m:
	Conform to the recent changes to the standard library.
2006-03-30 01:21:20 +00:00
Tyson Dowd
56d03c6f1f Add a library building makefile.
Estimated hours taken: 1

extras/cgi/Mmakefile:
	Add a library building makefile.

extras/cgi/html.m:
	Import list, as it is used in the interface.

extras/cgi/mercury_www.m:
	The mercury_www library module.
2000-04-26 05:24:37 +00:00
Fergus Henderson
2a4fa34859 New library modules to provide support for writing CGI scripts.
Estimated hours taken: 8

extras/cgi/cgi.m:
extras/cgi/html.m:
	New library modules to provide support for writing CGI scripts.

extras/cgi/forms_test.m:
	An example program to test the above two modules.
1997-07-10 09:08:06 +00:00