diff options
| author | mark <mark@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-18 17:29:21 +0000 |
|---|---|---|
| committer | mark <mark@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-18 17:29:21 +0000 |
| commit | 64089cc9f030d8ef7972adb5d117e0b23f47d62b (patch) | |
| tree | 9f9c470de62ee62fba1331a396450d728d2b1fad /libjava/classpath/doc/www.gnu.org/README | |
| parent | 96034e28360d660d7a7708807fcbc4b519574d8e (diff) | |
| download | ppe42-gcc-64089cc9f030d8ef7972adb5d117e0b23f47d62b.tar.gz ppe42-gcc-64089cc9f030d8ef7972adb5d117e0b23f47d62b.zip | |
Imported GNU Classpath 0.90
* scripts/makemake.tcl: LocaleData.java moved to gnu/java/locale.
* sources.am: Regenerated.
* gcj/javaprims.h: Regenerated.
* Makefile.in: Regenerated.
* gcj/Makefile.in: Regenerated.
* include/Makefile.in: Regenerated.
* testsuite/Makefile.in: Regenerated.
* gnu/java/lang/VMInstrumentationImpl.java: New override.
* gnu/java/net/local/LocalSocketImpl.java: Likewise.
* gnu/classpath/jdwp/VMMethod.java: Likewise.
* gnu/classpath/jdwp/VMVirtualMachine.java: Update to latest
interface.
* java/lang/Thread.java: Add UncaughtExceptionHandler.
* java/lang/reflect/Method.java: Implements GenericDeclaration and
isSynthetic(),
* java/lang/reflect/Field.java: Likewise.
* java/lang/reflect/Constructor.java
* java/lang/Class.java: Implements Type, GenericDeclaration,
getSimpleName() and getEnclosing*() methods.
* java/lang/Class.h: Add new public methods.
* java/lang/Math.java: Add signum(), ulp() and log10().
* java/lang/natMath.cc (log10): New function.
* java/security/VMSecureRandom.java: New override.
* java/util/logging/Logger.java: Updated to latest classpath
version.
* java/util/logging/LogManager.java: New override.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113887 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/doc/www.gnu.org/README')
| -rw-r--r-- | libjava/classpath/doc/www.gnu.org/README | 109 |
1 files changed, 0 insertions, 109 deletions
diff --git a/libjava/classpath/doc/www.gnu.org/README b/libjava/classpath/doc/www.gnu.org/README deleted file mode 100644 index beb8d637d3b..00000000000 --- a/libjava/classpath/doc/www.gnu.org/README +++ /dev/null @@ -1,109 +0,0 @@ -All HTML files are generated from WML source. - -If you wish to generate/view the HTML files locally, you'll need to -have wml and texi2html installed. To make the HTML files, just -type "make". - - -Quick and dirty "How To" - -How to create a webpage: - -1. When working in a subdirectory, begin the page with: - #!wml --include=.. - -2. Add: - #include "include/layout.wml" - -3. Add <subject "page title"> - - this will set the page title to: - "page title - GNU Project -Free Software Foundation (FSF)" - -4. Write your contents. Use the following pattern: - - <box> - <boxtitle>...section title...</boxtitle> - <boxitem>...section contents...</boxitem> - - <boxtitle>...section title...</boxtitle> - <boxitem>...section contents...</boxitem> - </box> - -5. To change the menu entries, edit include/layout.wml - -6. Call make to build the pages. - -7. Set "CLASSPATH_WEBROOT" to a directory before calling "make publish" - to deploy the pages locally - -A few useful tags (defined in layout.wml) - -* <createlink name="name" url="url> - -creates a <a href="url">name</a> entry - -Some pages define their own tags (e.g. faq.wml, tools.wml, downloads.wml) -to organize their content. - - -Guide to the custom-defined tags --------------------------------- - -Links - Description: - creates a <a href="url">name</a> entry; if name is missing, uses the url - as name - Availability: - everywhere (defined in macros.wml) - Format: - <createlink name="name" url="url> - <createlink url="url> - -Commented code - Description: - creates a commented code example - Availability: - everywhere (defined in macros.wml) - Format: - <commented-code> - <code-line code="1st code-line">comment to 1st line of code</code-line> - <code-line code="2nd code-line">comment to 2nd line of code</code-line> - <code-line code="3rd code-line" /> - </commented-code> - - -FAQ-Lists - - <faq-section name="section name"> - <faq question="1st question"> - 1st answer - </faq> - <faq question="2nd question"> - 2nd answer - </faq> - </faq-section> - <faq-section name="section name"> - <faq question="1st question"> - 1st answer - </faq> - </faq-section> - -Project Tables - Description: - Define a project in a project table - Example: - stories.wml - Availability: - everywhere (defined in macros.wml) - Format: - <project-list> - <project name="proj name" url="proj url"> - project description - </project> - <project name="proj name" url="proj url"> - project description - </project> - </project-list> - - |

