Documentación de assumptos variados


1. INTRODUCCIÓN
2. PÁGINAS DE INSTUCCIÓN Y AYUDA
3. LENGUAJE Y TRADUCCIÓN
4. COSAS DE JAVA
5. INFORMACIÓN SOBRE XML
6. PROGRAMITAS INTERESANTES
7. UNIX ADMINISTRATION AND SCRIPTING
8. COLLABORATION SYSTEMS
9. DOCUMENTS ON TECHNICAL PROGRAMMING SUBJECTS
10. MISCELANEOUS THINGS
11. ELLA ASSOCIATES MATERIAL
12. ALEXIS DOCUMENTATION




Volver al hogar de este sitio
See this page in English
La traducción de Inglés a Castellano no ha estado terminado

1. Introducción [toc]



  La mayoría de los páginas mencionadas aqui son escrito en Inglés.

  Originalmente unos de estes documentos fueron hecho por la empresa Ella Associates. Por eso,
  puede ser que, en algunos casos, hay versiones distintos ubicados a

      http://www.ella-associates.org/cocoon/livedocs/


2. Páginas De Instucción Y Ayuda [toc]




Una guia del software 'Pretty Good Privacay' (Intimidad Bastante Bueno) (Formats: text | html)
     Como proteger la intimidad de tus correos electrónicos. Esta guia describe como impedir que algun desconocido pueda
     ver tus emails.

Como hacer servir el sistema 'wiki invisible' (Formats: html | text)
     Esta página contiene unos trucos sobre como utilizar el sistem 'wiki invisible'.
     Un 'wiki' es un sistema que funciona en un navegador y que permite de que un visitante a
     una página web pueda cambiar esta página su mismo. La cosa es que el visitante no tiene que
     saber (conocer?) los códigos de HTML (lenguaje de marcas de hyper-texto) para editar la
     página. Eso es debido a un programa de 'transformación' que convierte lo que el visitante.
     Lo que pasa es que este tipo de sistema cede lugar a un tipo de anarquía pués no hay
     restricciónes de quien puede editar un documento. También hay tipos de wikis que usan
     contraseñas para controlar quien puede conseguir acceso al sistema.



3. Lenguaje Y Traducción [toc]



Información sobre trabajo por traductores (Formats: html | text)
     En teoría esta página va a contener información para ayudar alguien en su búsqueda por
     trabajo de traducción.

Recursos del lenguaje Catalá (Formats: html | text)txt
     Contiene información de recursos ubicados en la Malla Mundial del lenguaje Catalá, en concreto,
     estes recursos que puedan ayudar alguien a aprender esta idioma.

Portales de Idiomes en la Web (Formats: html | text)


4. Cosas De Java [toc]



Sobre JavaMail (Formats: html | text)
     JavaMail es un paquete de Java que permite que un programa de Java pueda enviar y recibir
     mensajes de correo electrónico. Vease tambien las programitas en el directorio ../eg/java/
     por ejemplos del uso de este paquete.

Recercas sobre Javadoc (Formats: html | text)
     Javadoc puede ser transformado en 'Docbook' XML, pero probablemente eso no es tan
     útil. Esta página intenta indicar maneras distintas de hacer servir Javadoc.
     El problema mas común de Javadoc es que no contiene ejemplos del uso del código.

5. Información Sobre Xml [toc]




http://java.sun.com/xml/tutorial_intro.html
     Una lección básica acerca el estándard XML

La Guia de Netbeans XML (Formats: text | html | pdf)
     Esta guia enumera las capacidades XML del programa Netbeans

Información sobre DocBook (Formats: html | text)
     ----
     Este archivo contiene información sobre como utilizar DocBook XML. DocBook XML
     es un esquema o DTD de XML que está utilizado por muchas empresas grandes y está
     apropiada a información de una naturaleza técnica de informática.

A Review of XML tools (Formats: html | text)
     Un análisis corto de unos de las herramientas de XML, como, por ejemplo,
     programas para editar documentos de XML.

     A short review of some xml tools such as XML editors as well as review sites
     of XML tools (that is web-sites that provide reviews of different tools
     that are available on the Internet). And how Alexis compares

El Servidor Tamino (Formats: html | text)


6. Programitas Interesantes [toc]



   una nota: he traducido la palabra inglés 'script' como 'programita' pero, no obstante
     un 'script' puede ser grande. La cosa importante es que la programita está escrito
     en un lenguaje de informática que no está compilado. Perl es un ejemplo de este tipo
     de lenguaje.

   Esta sección está dedicado a programitas que he escrito y que quiero destacar porque
   yo creo que son un poco interesante. Para descripciónes cortas de mas programitas, véase
   matth3wbishop/docs/script-summary.txt

Sistema de marcas invisibles dinámico(/matth3wbishop/eg/unix-shell/plaintext2html-wiki.txt)
     Esta programita pone en práctica el sistema de marcas de texto invisibles. El principio
     de este sistema es permitir un usuario hacer cambios a una página web sin saber los códigos
     HTML. El usuario puede escribir 'texto plano' sin ningun tipo de marcas o códigos y esta
     programita hace un esfuerzo para adivinar la manera debida de transformar el texto plano
     en HTML. Mediante este sistema, un visitante a una página web puede editar esta página su
     mismo sin ningun conocimiento de cosas técnicas del Internet o de la Malla Mundial
     Esta programita funciona con una otra que se llama ../eg/unix-shell/edit-wiki.txt
    (que es una programita CGI o de Interfaz de Portal Común)

Sistema de marcas invisibles estático(/matth3wbishop/eg/unix-shell/plaintext2html-static.txt)
     Esta es muy parecida a la que está encima (plaintext2html-wiki.txt) pero no proporciona
     un sistema para que el visitante pueda editar la página web. Solamente transforma el
     texto plano a HTML

Traducir de inglés a castellano(/matth3wbishop/eg/unix-shell/enes.txt)
     Esta programita utiliza el sitio web http://www.wordreference.com para traducir palabras

7. Unix Administration And Scripting [toc]



A useful bashrc file(/matth3wbishop/eg/unix-shell/useful-aliases-redhat.txt)
     This file contains a set of unix aliases which are useful for administrating a
     Redhat Linux Server as well as performing other common tasks.

8. Collaboration Systems [toc]



Web Collaboration Review (Formats: html | text)
     This document contains a review of some of the available software which
     allows the setting up of a 'community' or 'forum' or similar system.

Wiki Systems (Formats: html | text)
     This file reviews and discusses some 'wiki' systems available on the
     Internet as well as the related idea of 'plain text markup' system.

9. Documents On Technical Programming Subjects   [toc]



   This section contains links to technical resources. By the word 'technical'
   I mean that they would mainly be of interest to programmers and developers.

Some Netbeans Resources (Formats: html | text)
     Some information about the Netbeans platform apon which Alexis is being
     built and some hints and explanations for developers using Netbeans to
     develop Alexis.

The Tree-View Review (Formats: html | text | pdf)
     This document contains a pacily written review of tree-view style components available
     on the internet, implemented in java or javascript, and hopefully supporting
     an XML configuration file.

A Glossary of Jargon (Formats: html | text)
     This file contains a list of jargon and technical terms as well as definitions, often used in relation
     to XML and computer software.

/utils/checkhotmail.class
/utils/checkhotmail.java
     A java utility and source code to test a list of Hotmail addresses
     for validity. That is, the program establishes whether each address
     actually exists. The program does this without sending any test
     messages to the target addresses. This needs to become a 'web-script'
     to allow any user to access it. (See the page which is listed in the
     'miscelaneous' section of this web-page)

The NetBeans Tomcat Guide (Formats: html | text | pdf)
     This is the guide to using Netbeans with the Tomcat Server

The NetBeans Users Guide (Formats: html | text | pdf)
     This is the general Users guide from the Netbeans IDE. The File is
     approximately 1 Megabyte. There is an HTML and PDF version which are both
     quite large (1.5 megabytes)


About WebDav (Formats: html | text)
     WebDav is an extension to the HTTP protocol which allows distributed
     'authoring' of documents instead of just distributed 'viewing' of
     documents (as is the case for normal HTTP). The Alexis System uses
     WebDav.

Some RedHat Linux And U.S Server Information (Formats: html | text)
     This file contains the beginning of my investigations into how to do just
     about everything in RedHat Linux. This has become necessary because the US
     Server (T1) is running RedHat not Debian like the 'local server'.

Information about 'iptables' (Formats: html | text)
     This is the beginning of some information and links about the Linux
     program 'iptables' which is designed to prevent 'network abuse'

Information About 'James' and 'SendMail' (Formats: html | text)
     This page contains some links to resources about the two mail servers
     James and Sendmail. Ella Associates uses the James Mail Server (which is
     written in Java) but the U.S. Server initially had the Sendmail MTA (mail
     transport agent) installed, which had to be 'disabled' before setting up
     James.

http://httpd.apache.org/docs/
     Documentation for the Apache Web Server. This is very comprehensive and good.
     Every imaginable topic seems to be covered. There are many examples for
     configuration.

Some PHP Resources (Formats: html | text)
     Some web resources and information for the PHP web scripting system

DNS Learning Materials (Formats: html | text)
     This page contains some links to on-line resources for learning
     about the DNS service and how to set up a DNS Server.

Netcat and Smtp difficulties (Formats: html | text)
     A description of attempting to get SMTP to work from a shell script
     The trials and tribulations. This endevour may have well been misguided. Perl,
     or the 'mail' program could do the same more easily.

Some Ella CVS Info (Formats: html | text)
     This contains some information about using the Ella CVS system. This
     file requires the 'ella internal' password.

http://gnuWin32.sourceforge.net/
     Microsoft Windows 'ports' (versions) of many Gnu (open source) tools.

http://www.w3.org/WAI/ER/IG/ert/iso639.htm
     A list of valid two letter language codes. You use these when you translate
     a web-page into another language and want the 'users' browser to automatically
     display the right language. eg: If you file is in French name it
     'mygreatwebpage.html.fr' or it could be 'mygreatwebpage.fr.html' (I am still
     not 100% sure).

About the RPM System (Formats: html | text)
     Some basic notes about the Redhat package manager system, which is the
     basic and normal way to install stuff on RedHat Linux..

Some Bash Shell Resources (Formats: html | text)
     This page contains some links for useful stuff for the Unix Bash Shell, including CGI
     scripting

Some Apache Tomcat Stuff (Formats: html | text)
     This page contains or will contain links to resources about the Apache Tomcat
     application server, which is a major component of the Alexis program

Important Tools (Formats: html | text | xml)
     This page contains links to free programs which you may need or may not need to
     use in your work.

10. Miscelaneous Things [toc]



A Page To Check Hotmail Email Addresses(http://www.ella-associates.org/cgi-bin/check-hotmail)
     This page allows you to check a list of Hotmail Addresses for ones which dont exist (anymore).
     All you have to do is cut and paste the list of email addresses into a box and
     click on the button. The system does not send 'test emails'.

Some Nicely Designed Web Pages (Formats: html | text)
     This page contains some links to pages which I consider to be well designed. Of course
     its all probably subjective, maybe.

About These Pages (Formats: html | text)
     This page contains some brief information about these web pages
     which you are viewing and how they can be maintained.

A Script Summary (Formats: html | text)
     This page provides short descriptions of the scripts used to make this
     documentation which you are currently viewing.

The Ametlla Music Festival(/poseidonia/)
     This site contains information about the Ametlla de Mar music festival
     which is going to take place on the 15 August 2003. Be there!

The Grapevine(/grapevine/grapevine.htm)
     The grape-vine is a 'newsletter' the aim of which is to provide
     information about musical events ocurring in and around Barcelona.
     Currently (mid may 2003) the grape-vine is being delivered via email but
     it is envisaged that it will be migrated to a mainly web-based system
     using email notifications of updates and changes, and allowing musical
     groups to make contributions.

Findesign(http://www.findesign.org/)
     The Home Page for Findesign which is Nick Reddels programming company

11. Ella Associates Material [toc]



  I have been working recently for this company. The links below specifically relate to
  my work for them.

The Private Area(/internal/)
     This is a directory private to the Ella Associates Team. Please put information
     destined only for those eyes in this directory. You need a password to access this
     directory. If you don't have a password, please wait after class in the vestibule.

Alexis Download Page(/internal/alexis-download/)
     You can download Alexis from this page, if you have a password

Contact Emails For Ella (Formats: html | text)
     This contains the contact email addresses for the people working within
     Ella Associates and on the Alexis project. You need a password to access this.

Matthew's Work (Formats: html | text)
     This file contains a description of work carried out by M.J.Bishop
     This file is located in the 'internal' directory of this web-site and therefore
     will only be viewable by members of Ella Associates.

An E-learning discussion (Formats: html | text)
     This is a discussion between some Ella members about various things.

About Adding Comments To Ella Web Pages (Formats: html | text)
     This document provides some information about adding comments to Ella
     Web Pages, using the super-simple comment system. This page also provides a example
     of a page you can add comments to, and some tricks you can use when adding
     comments. A somewhat better 'comment' and 'discussion' system, should be on its
     way fairly soon-ish. We hope.

A History of Ella Associates (Formats: html | text)
     A very short history of the company

The Ella Team Page (Formats: html | text)
     This is a page about those involved in the Alexis Project and other members
     of Ella Associates. If you want you can  make contributions using the Forms provided on this
     page.

Ella Associates E-Learning(http://www.ella-associates.org/)
     This page contains some information about the 'cultural learning'
     services provided by Ella Associates.

12. Alexis Documentation [toc]



   Alexis is a distributed XML editor which I was working on for ella associates.

Download Alexis Now!(http://www.ella-associates.org/internal/alexis-download/)
     From this page you can download the Alexis program. You will need a
     password to access this page.

Notes about the History of Alexis (Formats: html | text)
     This file contains some notes about the progress of development of
     the Alexis program

The Ramble (Formats: html | text | xml | pdf)
       This document is an attempt to explain some of the ideas behind
       the Alexis Networked-enabled XML Editing system, and is an attempt to demystify
       some of the technical terminology.

Initial Notes (Formats: html | text)
     This file contains some initial instructions and notes about Alexis.

Some Alexis Technical Details (Formats: html | text | pdf | xml)
     A brief and incomplete technical explanation of the Server and Client Components
     (Chakriya and Columbine) of the Alexis system. This is already fairly outdated
     since Alexis is in the process of being 'refactored', which means redesigned
     and rewritten.

All HTML was created by using the script plaintext2html-static.txt



Hosted by www.Geocities.ws

1