+
+
+
+
|
|
@@ -118,9 +135,9 @@
|
{#PAGE_CANVAS_NB2#}
-
- /cw.png)
- [ gold sponsor ]
+ #
+ #/cw.png)
+ #[ gold sponsor ]
Home: | www.ossp.org |
@@ -130,6 +147,7 @@
+ {#PAGE_CANVAS_NB3#}
Index: ossp-web/SHARE/ossp_navbar.wml
RCS File: /v/ossp/cvs/ossp-web/SHARE/ossp_navbar.wml,v
rcsdiff -q -kk '-r1.13' '-r1.14' -u '/v/ossp/cvs/ossp-web/SHARE/ossp_navbar.wml,v' 2>/dev/null
--- ossp_navbar.wml 2004/12/26 17:18:05 1.13
+++ ossp_navbar.wml 2006/07/30 08:08:17 1.14
@@ -165,6 +165,7 @@
#TODO#
+
@@ -257,6 +258,7 @@
+
Index: ossp-web/SHARE/ossp_pkg.wml
RCS File: /v/ossp/cvs/ossp-web/SHARE/ossp_pkg.wml,v
rcsdiff -q -kk '-r1.9' '-r1.10' -u '/v/ossp/cvs/ossp-web/SHARE/ossp_pkg.wml,v' 2>/dev/null
--- ossp_pkg.wml 2002/11/01 08:59:13 1.9
+++ ossp_pkg.wml 2006/07/30 08:08:17 1.10
@@ -54,17 +54,23 @@
- Repository:
+ ChangeLog: ChangeLog
|
- Distribution:
+ Repository:
|
- File: |
+
+ Distribution:
+ |
+
+
+ Distribution Files: |
Size: |
+ # MD5: |
Time: |
<:
@@ -91,10 +97,15 @@
$type = "S" if ($f =~ m|$stable|);
$type = "U" if ($f =~ m|$unstable|);
my $class = "files${ncol}${type}";
+ #my $md5 = `openssl md5 "$f"`;
+ #$md5 =~ s|^MD5\(.+?\)\s*=\s*(\S+)|$1|s;
+ ##$md5 =~ s|^([a-zA-Z0-9]{16})([a-zA-Z0-9]{16})$|$1 $2|;
+ #$md5 = "$md5";
$f = "$f";
my $e = "" .
" ".$f." | " .
" ".$size." | " .
+ # " ".$md5." | " .
" ".sprintf("%"."02d-%"."s-%"."04d", $T[3], $moy[$T[4]], 1900+$T[5]) . " | ".
" ";
$O .= $e . "\n";
@@ -151,7 +162,7 @@
-
+
@@ -174,14 +185,19 @@
>>
- " "100" "" " "none" ""
- Done: | |
+ Genesis: | |
>>
+ # " "100" ""
+ Finished: | |
+
+ # >>
#
-
+
@@ -233,3 +249,48 @@
+##
+## Next-Generation Package Macros
+##
+
+
+<:
+ my $ref = '%body';
+ my $O = '';
+ if ($ref =~ m/^((https?|ftp):\/\/\S+)$/) {
+ $O = "$ref";
+ }
+ elsif ($ref =~ m|^(\S+)\(([1-9])\)@(/\S+)$|) {
+ $O = "$1($2)";
+ }
+ elsif ($ref =~ m|^(\S+)\(([1-9])\)$|) {
+ $O = "" .
+ "$1($2)";
+ }
+ elsif ($ref =~ m|^OSSP\s+(\S+)$|) {
+ my $name = $1;
+ foreach my $path (qw(.. ../../lib ../../tool)) {
+ if (-d "$path/$name") {
+ $O = "$ref";
+ last;
+ }
+ }
+ }
+ if ($O eq '') {
+ $O = $ref;
+ }
+ print $O;
+:>
+
+
+
+
+
+ " "jargon"
+ foo
+ FIXME
+ />
+
+
+
Index: ossp-web/com/sponsors.wml
RCS File: /v/ossp/cvs/ossp-web/com/sponsors.wml,v
rcsdiff -q -kk '-r1.12' '-r1.13' -u '/v/ossp/cvs/ossp-web/com/sponsors.wml,v' 2>/dev/null
--- sponsors.wml 2005/11/02 21:47:09 1.12
+++ sponsors.wml 2006/07/30 08:08:17 1.13
@@ -15,7 +15,7 @@
You can sponsor the project by online donating money the OSSP project.
Every sponsor will be added to this page under one of the following
-three cathegories.
+three categories.
Gold Sponsors
@@ -23,27 +23,33 @@
resources worth USD $10,000 and more.
Silver Sponsors
-Each of following individuals and companies donated (in total) money and/or
+Each of the following individuals and companies donated (in total) money and/or
resources worth USD $1,000 and more.
Bronze Sponsors
@@ -52,12 +58,19 @@
resources worth USD $100 and more.
- - Agentur Winkler, Werbeartikel (2004)
-
- Markus Lenk, Set - Die Agentur (2004)
-
- ABAKUS Internet Marketing (2003)
-
- Jan Piotrowski, southmedia (2003)
-
- Will Board, Webmaster Toolkit (2003)
-
- Trendfish Marketing (2003)
-
- Albert Lash (2002)
+ #
- Agentur Winkler, Werbeartikel (2004)
+ #
- Markus Lenk, Set - Die Agentur (2004)
+ #
- ABAKUS Internet Marketing (2003)
+ #
- Jan Piotrowski, southmedia (2003)
+ #
- Will Board, Webmaster Toolkit (2003)
+ #
- Trendfish Marketing (2003)
+ #
- Albert Lash (2002)
+
- Agentur Winkler, Werbeartikel (2004)
+
- Markus Lenk, Set - Die Agentur (2004)
+
- ABAKUS Internet Marketing (2003)
+
- Jan Piotrowski, southmedia (2003)
+
- Will Board, Webmaster Toolkit (2003)
+
- Trendfish Marketing (2003)
+
- Albert Lash (2002)
Index: ossp-web/imprint.wml
RCS File: /v/ossp/cvs/ossp-web/imprint.wml,v
co -q -kk -p'1.1' '/v/ossp/cvs/ossp-web/imprint.wml,v' | diff -u /dev/null - -L'ossp-web/imprint.wml' 2>/dev/null
--- ossp-web/imprint.wml
+++ - 2025-04-04 17:32:03.775357263 +0200
@@ -0,0 +1,70 @@
+
+#use wml::ossp area=tit
+
+Imprint
+
+Imprint
+
+Contact
+
+The OSSP Project
+c/o Ralf S. Engelschall
+Silnerstr. 28
+85221 Dachau
+GERMANY
+
+
+www.ossp.org
+ossp@ossp.org
+
+
+Copyright © Ralf S. Engelschall.
+All Rights Reserved.
+
+
+ Responsibility Notice
+
+In this Internet presence, connections to the content of other vendors
+and organisations, so-called links, are provided. These links serve
+solely as a service to the user of this Internet presence. According to
+§5 Abs. 1 TDG (Germany) we are only responsible for our own content.
+For links to other content of third-party vendors we are, according to
+§5 Abs. 2 TDG (Germany), only responsible if we are aware of unlawful
+or criminal content and it is technically possible and reasonable
+to prevent its use. Also we are not obligated to check at periodic
+intervals the contents of services from third parties for their
+illegality or culpability. As soon as we learn of the illegal content
+of web sites of a third party, the corresponding link will be removed
+from our site. Beyond this we would like to expressly emphasize that we
+have no influence on the form and content of the linked pages. For this
+reason we distance ourselves expressly from all content of all linked
+sites on the entire web site including all sub sites. This declaration
+applies for all links on the home page and for all content of the
+pages to which links or banners link. If the content of these internet
+products infringe upon applicable copyright or trademark laws, these
+will be removed as quickly as possible after notification.
+
+
+ Haftungshinweis
+
+In dieser Internet-Präsenz werden Verbindungen, sogenannte Links, zum
+Inhalt von anderen Herstellern und Organisationen bereitgestellt.
+Gemäß § 5 Abs.1 TDG sind wir ausschließlich nur für die eigenen
+Inhalte verantwortlich. Für Links auf fremde Inhalte dritter Anbieter
+sind wir gemäß § 5 Abs.2 TDG nur verantwortlich, wenn wir von einem
+rechtswidrigen oder strafbaren Gehalt positive Kenntnis haben und es
+technisch möglich und zumutbar ist, deren Nutzung zu verhindern. Auch
+sind wir nicht verpflichtet, in periodischen Abständen den Inhalt von
+Angeboten Dritter auf deren Rechtswidrigkeit oder Strafbarkeit zu
+überprüfen. Sobald wir von dem rechtswidrigen Inhalt der Web-Seiten
+Dritter erfahren, wird der entsprechende Link von unserer Seite
+entfernt. Weiterhin möchten wir ausdrücklich betonen, dass wir keinerlei
+Einfluss auf die Gestaltung und die Inhalte der gelinkten Seiten haben.
+Deshalb distanzieren wir uns hiermit ausdrücklich von allen Inhalten
+aller gelinkten Seiten auf der gesamten Website inklusive aller
+Unterseiten. Diese Erklärung gilt für alle Links auf der Homepage und
+für alle Inhalte der Seiten, zu denen Links oder Banner führen. Sollten
+Inhalte dieser Internetangebote gegen geltendes Urheberrecht oder das
+Markengesetz verstoßen, werden diese auf Hinweis schnellstmöglich
+entfernt.
+
Index: ossp-web/new/news.txt
RCS File: /v/ossp/cvs/ossp-web/new/news.txt,v
rcsdiff -q -kk '-r1.156' '-r1.157' -u '/v/ossp/cvs/ossp-web/new/news.txt,v' 2>/dev/null
--- news.txt 2006/07/29 11:42:08 1.156
+++ news.txt 2006/07/30 08:08:17 1.157
@@ -1,3 +1,4 @@
+30-Jul-2006: Released L 1.6.20060730
29-Jul-2006: Released L 1.6.20060729
28-Jul-2006: Released L 1.5.0
25-Jul-2006: Released T 1.1.7
Index: ossp-web/pkg/lib/index.wml
RCS File: /v/ossp/cvs/ossp-web/pkg/lib/index.wml,v
rcsdiff -q -kk '-r1.126' '-r1.127' -u '/v/ossp/cvs/ossp-web/pkg/lib/index.wml,v' 2>/dev/null
--- index.wml 2006/07/29 11:42:08 1.126
+++ index.wml 2006/07/30 08:08:18 1.127
@@ -42,7 +42,7 @@
done=95 stable=none unstable=0.9.3>
+ done=100 stable=none unstable=1.6.20060730>
Index: ossp-web/pkg/lib/js/index.wml
RCS File: /v/ossp/cvs/ossp-web/pkg/lib/js/index.wml,v
rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-web/pkg/lib/js/index.wml,v' 2>/dev/null
--- index.wml 2006/07/29 12:22:29 1.5
+++ index.wml 2006/07/30 08:08:18 1.6
@@ -63,7 +63,7 @@
@@ -74,7 +74,7 @@
url=$(FTP_ROOT_URL)/pkg/lib/js/
directory=$(FTP_ROOT_DIR)/pkg/lib/js/
files="js-*.tar.gz"
- stable="js-1.6.20060729.tar.gz" unstable="none">
+ stable="js-1.6.20060730.tar.gz" unstable="none">
Donation
|