Annotation of modules/damieng/graphical_editor/daxe/web/daxe.dart, revision 1.1
1.1 ! damieng 1: /*
! 2: This file is part of Daxe.
! 3:
! 4: Daxe is free software: you can redistribute it and/or modify
! 5: it under the terms of the GNU General Public License as published by
! 6: the Free Software Foundation, either version 3 of the License, or
! 7: (at your option) any later version.
! 8:
! 9: Daxe is distributed in the hope that it will be useful,
! 10: but WITHOUT ANY WARRANTY; without even the implied warranty of
! 11: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! 12: GNU General Public License for more details.
! 13:
! 14: You should have received a copy of the GNU General Public License
! 15: along with Daxe. If not, see <http://www.gnu.org/licenses/>.
! 16: */
! 17:
! 18: /**
! 19: * Daxe - Dart XML Editor
! 20: * The goal of this project is to replace the Jaxe Java applet in WebJaxe, but Daxe
! 21: * could be used to edit XML documents online in any other application.
! 22: *
! 23: * The URL must have the file and config parameters with the path to the XML file and Jaxe config file.
! 24: * It can also have a save parameter with the path to a server script to save the document.
! 25: */
! 26: import 'package:daxe/daxe.dart' as d;
! 27:
! 28:
! 29: void main() {
! 30: // custom display types and functions could be added here in another application
! 31: d.main();
! 32: }
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>