From 6bf0f74076e86d7c57c8e770ef8242ac3b057d3b Mon Sep 17 00:00:00 2001 From: didou Date: Fri, 26 Mar 2004 15:37:35 +0000 Subject: [PATCH] not needed anymore --- docs/de/common.dsl | 46 ------------------------------------------- docs/de/html.dsl | 21 -------------------- docs/fr/common.dsl | 46 ------------------------------------------- docs/fr/html.dsl | 21 -------------------- docs/fr/php.dsl | 21 -------------------- docs/pt_BR/common.dsl | 46 ------------------------------------------- docs/pt_BR/html.dsl | 21 -------------------- docs/pt_BR/php.dsl | 21 -------------------- 8 files changed, 243 deletions(-) delete mode 100644 docs/de/common.dsl delete mode 100644 docs/de/html.dsl delete mode 100644 docs/fr/common.dsl delete mode 100644 docs/fr/html.dsl delete mode 100644 docs/fr/php.dsl delete mode 100644 docs/pt_BR/common.dsl delete mode 100644 docs/pt_BR/html.dsl delete mode 100644 docs/pt_BR/php.dsl diff --git a/docs/de/common.dsl b/docs/de/common.dsl deleted file mode 100644 index d8884bb0..00000000 --- a/docs/de/common.dsl +++ /dev/null @@ -1,46 +0,0 @@ -;; -*- Scheme -*- -;; -;; common.dsl,v 1.1.1.1 2003/01/09 09:44:46 dexxter Exp -;; -;; This file contains stylesheet customization common to the HTML -;; and print versions. -;; - -;; Stylesheets Localization -(define %default-language% "en") - -(define %use-id-as-filename% #t) -(define %gentext-nav-tblwidth% "100%") -(define %refentry-function% #t) -(define %refentry-generate-name% #f) -(define %funcsynopsis-style% 'ansi) -(define ($legalnotice-link-file$ legalnotice) - (string-append "copyright" %html-ext%)) -(define %generate-legalnotice-link% #t) -(define %footnotes-at-end% #t) -(define %force-chapter-toc% #t) -(define newline "\U-000D") -(define %number-programlisting-lines% #f) -(define %linenumber-mod% 1) -(define %shade-verbatim% #t) - -(define ($generate-book-lot-list$) - ;; REFENTRY generate-book-lot-list - ;; PURP Which Lists of Titles should be produced for Books? - ;; DESC - ;; This parameter should be a list (possibly empty) of the elements - ;; for which Lists of Titles should be produced for each 'Book'. - ;; - ;; It is meaningless to put elements that do not have titles in this - ;; list. If elements with optional titles are placed in this list, only - ;; the instances of those elements that do have titles will appear in - ;; the LOT. - ;; - ;; /DESC - ;; AUTHOR N/A - ;; /REFENTRY - (list (normalize "table"))) - -(define (php-code code) - (make processing-instruction - data: (string-append "php " code "?"))) diff --git a/docs/de/html.dsl b/docs/de/html.dsl deleted file mode 100644 index e312da30..00000000 --- a/docs/de/html.dsl +++ /dev/null @@ -1,21 +0,0 @@ - - - -]> - - - - - -(define %html-ext% ".html") - -&html-common.dsl; -&common.dsl; - - - - - - - diff --git a/docs/fr/common.dsl b/docs/fr/common.dsl deleted file mode 100644 index ad47f956..00000000 --- a/docs/fr/common.dsl +++ /dev/null @@ -1,46 +0,0 @@ -;; -*- Scheme -*- -;; -;; $Id$ -;; -;; This file contains stylesheet customization common to the HTML -;; and print versions. -;; - -;; Stylesheets Localization -(define %default-language% "en") - -(define %use-id-as-filename% #t) -(define %gentext-nav-tblwidth% "100%") -(define %refentry-function% #t) -(define %refentry-generate-name% #f) -(define %funcsynopsis-style% 'ansi) -(define ($legalnotice-link-file$ legalnotice) - (string-append "copyright" %html-ext%)) -(define %generate-legalnotice-link% #t) -(define %footnotes-at-end% #t) -(define %force-chapter-toc% #t) -(define newline "\U-000D") -(define %number-programlisting-lines% #f) -(define %linenumber-mod% 1) -(define %shade-verbatim% #t) - -(define ($generate-book-lot-list$) - ;; REFENTRY generate-book-lot-list - ;; PURP Which Lists of Titles should be produced for Books? - ;; DESC - ;; This parameter should be a list (possibly empty) of the elements - ;; for which Lists of Titles should be produced for each 'Book'. - ;; - ;; It is meaningless to put elements that do not have titles in this - ;; list. If elements with optional titles are placed in this list, only - ;; the instances of those elements that do have titles will appear in - ;; the LOT. - ;; - ;; /DESC - ;; AUTHOR N/A - ;; /REFENTRY - (list (normalize "table"))) - -(define (php-code code) - (make processing-instruction - data: (string-append "php " code "?"))) diff --git a/docs/fr/html.dsl b/docs/fr/html.dsl deleted file mode 100644 index e312da30..00000000 --- a/docs/fr/html.dsl +++ /dev/null @@ -1,21 +0,0 @@ - - - -]> - - - - - -(define %html-ext% ".html") - -&html-common.dsl; -&common.dsl; - - - - - - - diff --git a/docs/fr/php.dsl b/docs/fr/php.dsl deleted file mode 100644 index 82a5e5f8..00000000 --- a/docs/fr/php.dsl +++ /dev/null @@ -1,21 +0,0 @@ - - - -]> - - - - - -(define %html-ext% ".php") - -&html-common.dsl; -&common.dsl; - - - - - - - diff --git a/docs/pt_BR/common.dsl b/docs/pt_BR/common.dsl deleted file mode 100644 index 8df994d0..00000000 --- a/docs/pt_BR/common.dsl +++ /dev/null @@ -1,46 +0,0 @@ -;; -*- Scheme -*- -;; -;; $Id$ -;; -;; This file contains stylesheet customization common to the HTML -;; and print versions. -;; - -;; Stylesheets Localization -(define %default-language% "pt_BR") - -(define %use-id-as-filename% #t) -(define %gentext-nav-tblwidth% "100%") -(define %refentry-function% #t) -(define %refentry-generate-name% #f) -(define %funcsynopsis-style% 'ansi) -(define ($legalnotice-link-file$ legalnotice) - (string-append "copyright" %html-ext%)) -(define %generate-legalnotice-link% #t) -(define %footnotes-at-end% #t) -(define %force-chapter-toc% #t) -(define newline "\U-000D") -(define %number-programlisting-lines% #f) -(define %linenumber-mod% 1) -(define %shade-verbatim% #t) - -(define ($generate-book-lot-list$) - ;; REFENTRY generate-book-lot-list - ;; PURP Which Lists of Titles should be produced for Books? - ;; DESC - ;; This parameter should be a list (possibly empty) of the elements - ;; for which Lists of Titles should be produced for each 'Book'. - ;; - ;; It is meaningless to put elements that do not have titles in this - ;; list. If elements with optional titles are placed in this list, only - ;; the instances of those elements that do have titles will appear in - ;; the LOT. - ;; - ;; /DESC - ;; AUTHOR N/A - ;; /REFENTRY - (list (normalize "table"))) - -(define (php-code code) - (make processing-instruction - data: (string-append "php " code "?"))) diff --git a/docs/pt_BR/html.dsl b/docs/pt_BR/html.dsl deleted file mode 100644 index 7f059479..00000000 --- a/docs/pt_BR/html.dsl +++ /dev/null @@ -1,21 +0,0 @@ - - - -]> - - - - - -(define %html-ext% ".html") - -&html-common.dsl; -&common.dsl; - - - - - - - diff --git a/docs/pt_BR/php.dsl b/docs/pt_BR/php.dsl deleted file mode 100644 index d02c4f2e..00000000 --- a/docs/pt_BR/php.dsl +++ /dev/null @@ -1,21 +0,0 @@ - - - -]> - - - - - -(define %html-ext% ".php") - -&html-common.dsl; -&common.dsl; - - - - - - -