gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/doc/C/asspec .cvsignore Makefile.am asspe...


From: Rob Savoye
Subject: [Gnash-commit] gnash/doc/C/asspec .cvsignore Makefile.am asspe...
Date: Sat, 01 Mar 2008 14:59:38 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    08/03/01 14:59:37

Removed files:
        doc/C/asspec   : .cvsignore Makefile.am asspec-C.omf 
                         xmlsocket.xml 

Log message:
        This directory has been depreciated.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/asspec/.cvsignore?cvsroot=gnash&r1=1.2&r2=0
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/asspec/Makefile.am?cvsroot=gnash&r1=1.6&r2=0
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/asspec/asspec-C.omf?cvsroot=gnash&r1=1.2&r2=0
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/asspec/xmlsocket.xml?cvsroot=gnash&r1=1.1&r2=0

Patches:
Index: .cvsignore
===================================================================
RCS file: .cvsignore
diff -N .cvsignore
--- .cvsignore  4 May 2007 09:49:41 -0000       1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,5 +0,0 @@
-Makefile
-Makefile.in
-asspec.html
-asspec.info
-asspec.pdf

Index: Makefile.am
===================================================================
RCS file: Makefile.am
diff -N Makefile.am
--- Makefile.am 13 Feb 2008 02:30:09 -0000      1.6
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,178 +0,0 @@
-## Process this fillocatee with automake to generate Makefile.in
-# 
-#   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
-#
-#   This program is free software; you can redistribute it and/or modify
-#   it under the terms of the GNU General Public License as published by
-#   the Free Software Foundation; either version 3 of the License, or
-#   (at your option) any later version.
-#
-#   This program is distributed in the hope that it will be useful,
-#   but WITHOUT ANY WARRANTY; without even the implied warranty of
-#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#   GNU General Public License for more details.
-#
-#   You should have received a copy of the GNU General Public License
-#   along with this program; if not, write to the Free Software
-#   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-
-# Building a PDF using Apache FOP only works with fop-0.20.5 for now.
-include $(top_srcdir)/doc/xmldocs.make
-
-infodir = ${prefix}/share/info
-figdir = ../images
-docname = asspec
-lang = C
-omffile = asspec-C.omf
-entities = \
-       accessibility.xml \
-       array.xml \
-       boolean.xml \
-       button.xml \
-       camera.xml \
-       color.xml \
-       contextmenu.xml \
-       customactions.xml \
-       date.xml \
-       error.xml \
-       function.xml \
-       key.xml \
-       legal.xml \
-       loadvars.xml \
-       localconnection.xml \
-       math.xml \
-       microphone.xml \
-       mouse.xml \
-       movieclip.xml \
-       moviecliploader.xml \
-       netconnection.xml \
-       netstream.xml \
-       number.xml \
-       selection.xml \
-       sharedobject.xml \
-       sound.xml \
-       stage.xml \
-       string.xml \
-       system.xml \
-       textfield.xml \
-       textformat.xml \
-       textsnapshot.xml \
-       video.xml \
-       xml.xml \
-       xmlnode.xml \
-       xmlsocket.xml
-
-xml_files = $(docname).xml
-
-html: asspec.html
-pdf:  asspec.pdf
-man:  asspec.1 
-texi: asspec.texi
-info: asspec.info
-asspec.pdf asspec.html asspec.texi: $(xml_files) $(entities)
-
-SUFFIXES = .xml .html .texi .pdf .info .1 .fo
-
-EXTRA_DIST = \
-       $(xml_files) \
-       $(entities) \
-       $(omffile) \
-       asspec.texi \
-       asspec.info \
-       asspec.html
-
-if ENABLE_FOP
-.xml.pdf:
-       $(FOP) -xsl $(docbook_styles)/fo/docbook.xsl -xml $< -pdf $@
-else
-if ENABLE_XMLTEX
-.xml.fo:
-       $(XSLTPROC) --output $@ --nonet $(docbook_styles)/fo/docbook.xsl $<
-
-.fo.pdf:
-       $(PDFXMLTEX) -interaction=nonstopmode $<
-else
-.xml.pdf:
-       touch $@
-endif
-endif
-
-
-.xml.html:
-if ENABLE_HTML
-       $(XSLTPROC) --output $@ --nonet $(docbook_styles)/html/docbook.xsl $<
-else
-       touch $@
-endif
-
-#      basefile=$(notdir $(basename $<));
-.xml.texi:
-if ENABLE_TEXI
-       basefile=`echo $< | sed -e  's,^.*/,,' -e 's,\.xml$$,,'`; \
-       $(DB2X_XSLTPROC) -s texi $< --output $${basefile}.txml; \
-       if test x"$(DB2X_VERSION)" = x"0.8.5" -o x"$(DB2X_VERSION)" = x"0.8.7"; 
then \
-         $(DB2X_TEXIXML) --encoding=us-ascii//TRANSLIT $${basefile}.txml; \
-         sed -e "s/setfilename $${basefile}_manual_v.*\.info/setfilename 
$${basefile}.info/" $${basefile}_manual_v*.texi > $${basefile}.texi ; \
-         $(RM) $${basefile}_manual_v*.texi; \
-       else \
-         $(DB2X_TEXIXML) --encoding=us-ascii//TRANSLIT --to-stdout 
$${basefile}.txml > $${basefile}.texi ; \
-         $(RM) $${basefile}_manual_v*.texi; \
-       fi
-else
-       touch $@
-endif
-
-.texi.info:
-       -$(MAKEINFO) --force $<
-
-asspec.1: asspec-man.xml
-if ENABLE_MAN
-       $(DB2X_XSLTPROC) -s man $(srcdir)/asspec-man.xml -o asspec.mxml
-       $(DB2X_MANXML) asspec.mxml
-       $(RM) asspec.mxml
-else
-       touch asspec.1
-endif
-
-alldocs: html pdf man info
-
-lint:
-       @xmllint $(srcdir)/asspec.xml
-
-CLEANFILES = \
-       asspec-C.omf.out \
-       manpage.links  \
-       manpage.refs  \
-       asspec.tex  \
-       asspec.fo  \
-       asspec.log  \
-        asspec.texi \
-       asspec_manual_*.texi \
-       asspec.txml \
-       asspec.mxml \
-       omf_timestamp
-
-MAINTAINERCLEANFILES = \
-        asspec.pdf       \
-        asspec.1         \
-        asspec.info      \
-        asspec.html
-
-install-info-hook: asspec.info
-       test -d "$(DESTDIR)$(infodir)" || $(mkinstalldirs) 
"$(DESTDIR)$(infodir)"
-       $(INSTALL_DATA) $< $(DESTDIR)$(infodir)/asspec.info 
-       -if (install-info --version) >/dev/null 2>&1; then \
-         version=`install-info --version | grep -c 'GNU texinfo'`; \
-         if test $$version -eq 0; then \
-           install-info --menuentry="Asspec" --description="GNU Flash Player" 
--info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/asspec.info >/dev/null 
2>&1; \
-         else \
-           install-info --entry="* Asspec: (asspec). GNU Flash Player" 
--info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/asspec.info >/dev/null 
2>&1; \
-         fi; \
-       fi
-
-uninstall-info-hook:
-       $(RM) $(DESTDIR)$(infodir)/asspec.info
-
-#app-dist-hook:
-
-#dist-hook: app-dist-hook

Index: asspec-C.omf
===================================================================
RCS file: asspec-C.omf
diff -N asspec-C.omf
--- asspec-C.omf        13 Feb 2008 02:30:09 -0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<omf>
-  <resource>
-    <creator>
-     address@hidden (Rob Savoye)
-    </creator>
-    <maintainer>
-     address@hidden (Rob Savoye)
-    </maintainer>
-    <title>
-     Free Flash Specification
-    </title>
-    <date>
-     2008-02-12
-    </date>
-    <version identifier="0.1.2" date="2008-02-12" description="First 
release."/>
-    <subject category="GNOME|Applications|Sound and Video"/>
-    <description>
-        This is a community produced specification of Flash and ActionScript.
-    </description>
-    <type>
-     manual
-    </type>
-    <format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.1.2//EN"/>
-    <identifier url=""/>
-    <language code="C"/>
-    <relation seriesid="31a101ca-363a-11d6-93d3-b34a9c6ce2e6"/>
-    <rights type="GNU FDL" license.version="1.1" 
license="http://www.gnu.org/licenses/fdl.html"; holder="Rob Savoye"/>
-  </resource>
-</omf>
-

Index: xmlsocket.xml
===================================================================
RCS file: xmlsocket.xml
diff -N xmlsocket.xml
--- xmlsocket.xml       29 Mar 2007 22:09:44 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,181 +0,0 @@
-<sect4 id="asxmlsocket">
-  <title>XMLSocket ActionScript Class</title>
-
-  <para>
-    This class implements an XMLSocket object.
-  </para>
-
-  <sect5 id="xmlsocketmethods">
-    <title>The Methods of the  Class</title>
-    <para>
-      <variablelist>
-
-       <varlistentry>
-         <term>close()</term>
-         <listitem>
-           <para>
-             Close the socket connection.
-           </para>
-         </listitem>
-       </varlistentry>
-
-       <varlistentry>
-         <term>connect()</term>
-         <listitem>
-           <para>
-             Connect to a host over a network connection.
-           </para>
-         </listitem>
-       </varlistentry>
-
-       <varlistentry>
-         <term>send()</term>
-         <listitem>
-           <para>
-             Send a message through a network connection.
-           </para>
-         </listitem>
-       </varlistentry>
-      </variablelist>
-    </para>
-  </sect5>
-  <sect5 id="xmlsocketevents">
-    <title>The Event Handlers of the XMLSocket Class</title>
-    
-    <para>
-      <variablelist>
-
-       <varlistentry>
-         <term>onClose</term>
-         <listitem>
-           <para>
-             Called when a network connection is closed.
-           </para>
-         </listitem>
-       </varlistentry>
-
-       <varlistentry>
-         <term>onConnect</term>
-         <listitem>
-           <para>
-             Called when a network connect has connected.
-           </para>
-         </listitem>
-       </varlistentry>
-
-       <varlistentry>
-         <term>onData</term>
-         <listitem>
-           <para>
-             Called then there is a message from the network.
-           </para>
-         </listitem>
-       </varlistentry>
-
-       <varlistentry>
-         <term>onXML</term>
-         <listitem>
-           <para>
-             Called when an XML message is received.
-           </para>
-         </listitem>
-       </varlistentry>
-
-      </variablelist>
-    </para>
-  </sect5>
-
-  <sect5 id="xmlsocketconf">
-    <title>XMLSocket Class Conformance</title>
-    
-    <para>
-      <informaltable frame="all">
-       <?dbhtml table-width="75%" ?>
-       <tgroup cols="2">
-         <thead>
-           <row>
-             <entry valign="top">
-               <para>Class Name</para>
-             </entry>
-             <entry valign="top">
-               <para>Conformance</para>
-             </entry>
-           </row>
-         </thead>
-         <tbody>
-           <row>
-             <entry valign="top" align="left">
-               <para>close()</para>
-             </entry>
-             <entry valign="top" align="center">
-               <para>
-                 This method is implemented.
-               </para>
-             </entry>
-           </row>
-           <row>
-             <entry valign="top" align="left">
-               <para>connect()</para>
-             </entry>
-             <entry valign="top" align="center">
-               <para>
-                 This method is implemented.
-               </para>
-             </entry>
-           </row>
-           <row>
-             <entry valign="top" align="left">
-               <para>send()</para>
-             </entry>
-             <entry valign="top" align="center">
-               <para>
-                 This method is implemented.
-               </para>
-             </entry>
-           </row>
-           <row>
-             <entry valign="top" align="left">
-               <para>onClose</para>
-             </entry>
-             <entry valign="top" align="center">
-               <para>
-                 This event handler is unimplemented.
-               </para>
-             </entry>
-           </row>
-           <row>
-             <entry valign="top" align="left">
-               <para>onConnect</para>
-             </entry>
-             <entry valign="top" align="center">
-               <para>
-                 This event handler is implemented.
-               </para>
-             </entry>
-           </row>
-           <row>
-             <entry valign="top" align="left">
-               <para>onData</para>
-             </entry>
-             <entry valign="top" align="center">
-               <para>
-                 This  event handler is implemented.
-               </para>
-             </entry>
-           </row>
-           <row>
-             <entry valign="top" align="left">
-               <para>onXML</para>
-             </entry>
-             <entry valign="top" align="center">
-               <para>
-                 This  event handler is implemented.
-               </para>
-             </entry>
-           </row>
-         </tbody>
-       </tgroup>
-      </informaltable>
-    </para>
-  </sect5>  
-</sect4>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]