• Modules
    • By category
    • By name
    • Most popular
    • Most downloaded
    • Repository
  • Register
  • Log in
  • Help
    • Start using Ceylon Herd
    • Publish your first module
    • Module publishing guidelines
    • All about Ceylon
    • Keyboard Shortcuts

    • s Focus search module bar
      ? Open this information panel
      j Move selection down
      k Move selection up
      enter Open current selection
Module info
Name
FroMage / ceylon.html / 1.1.0
Ceylon HTML Platform Module
Category SDK

The Ceylon SDK

Backends JVM JavaScript
Maven coordinates
Compatible Ceylon release JVM: 1.1.0 (outdated)
JavaScript: 1.1.0 (outdated)
Published Oct 8, 2014
Stats Downloads (JVM): 1564
Downloads (JS): 353
Source downloads: 945
Authors Daniel Rochetti
Description

This module allows you to write HTML templates for both server and client using only Ceylon.

Dependencies
ceylon.collection/1.1.0
Usage
  • Import
  • Run from command-line
  • Run from Ant
 import ceylon.html "1.1.0";
$ ceylon run ceylon.html/1.1.0
<property name="ceylon.home" value="…"/>
<property name="ceylon.ant.lib" 
  value="${ceylon.home}/lib/ceylon-ant.jar"/>
<path id="ant-tasks">
  <pathelement path="${ceylon.ant.lib}"/>
</path>
<typedef resource="com/redhat/ceylon/ant/antlib.xml" classpathref="ant-tasks"/>

<target name="run">
  <ceylon-run module="ceylon.html/1.1.0"/>
</target>
Module links Members
Imported By
Home
Code repository
Issue tracker
Browse
Download .car
Download .js
Download source archive
Download module documentation
View API documentation

Ceylon Herd v1.24 Copyright 2012-2023 Red Hat. About