Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cduce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cduce
cduce
Commits
4eb523ea
Commit
4eb523ea
authored
Oct 05, 2007
by
Pietro Abate
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[r2004-02-25 15:34:40 by beppe] Empty log message
Original author: beppe Date: 2004-02-25 15:34:41+00:00
parent
2a7d2153
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
6 deletions
+25
-6
INSTALL
INSTALL
+9
-6
README
README
+1
-0
TODO
TODO
+15
-0
No files found.
INSTALL
View file @
4eb523ea
...
...
@@ -15,7 +15,7 @@ following packages:
ocaml => 3.07 (patchlevel 2)
http://caml.inria.fr/ocaml/distrib.html
findlib =>
0.8
findlib =>
1.0.3
http://www.ocaml-programming.de/packages
ulex => 0.3
http://www.cduce.org/download
...
...
@@ -119,11 +119,12 @@ distribution. It defines the following goals:
compiles the CDuce web interface interpreter (to be used as a CGI script)
- make webpages
compiles in the
web/www/ subdirectory the HTML files for the CDuce website
(including the tutorial and manual)
compiles in the
subdirectory the web/www/html directory of cduce sources
the files for the CDuce website
(including the tutorial and manual)
- make install_web
compiles webiface and webpages, and install everything (see Makefile.conf)
compiles webiface and webpages, and install everything
in the under the $WEB_PREFIX directory (see Makefile.conf)
- make all
equivalent to (make cduce dtd2cduce validate)
...
...
@@ -167,8 +168,10 @@ PREFIX=/usr/local by default: where to install CDuce files (see
E.g.:
make cduce NATIVE=false PREFIX=/usr/share
You can also modify Makefile.conf to set values for these and more
choices.
You can also modify Makefile.conf (which is fully commented to set values
for these and more choices (in particular to specify the settings of your
local web server to install locally web-based tutorial, manual pages and
interactive interpreter).
------------------------------------------------------------------------------
Support for the expat parser
...
...
README
View file @
4eb523ea
...
...
@@ -68,6 +68,7 @@ Usage: dtd2cduce <prefix> <.dtd file>
The generated declarations are sent to the standard output.
4. CDuce web site
The source files (XML + CDuce) for the CDuce web site
...
...
TODO
View file @
4eb523ea
Beppe 2004-02-21
Write a config file in caml htat sets the variables of Makefile.conf
======================================================================
Beppe 2004-02-21
Write unix man page for validate and dtd2cduce.
Update man page for cduce
======================================================================
Beppe 2003-11-30
Add url support for non selfcontained documents and expat
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment