From: Michael Tremer Date: Tue, 17 Jun 2008 15:43:28 +0000 (+0200) Subject: Imported source.ipfire.org. X-Git-Url: http://git.ipfire.org/?p=ipfire.org.git;a=commitdiff_plain;h=520933d980483365138e1f4fb07c53ee91302477 Imported source.ipfire.org. --- diff --git a/.gitignore b/.gitignore index e1f41a8d..422aa821 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ /forum /mirror1 /pakfire/version +/source/source-* /svn /wiki *.py[co] diff --git a/source/.htaccess b/source/.htaccess new file mode 120000 index 00000000..fe770d7d --- /dev/null +++ b/source/.htaccess @@ -0,0 +1 @@ +../www/.htaccess \ No newline at end of file diff --git a/source/de b/source/de new file mode 120000 index 00000000..71075f10 --- /dev/null +++ b/source/de @@ -0,0 +1 @@ +../www/de/ \ No newline at end of file diff --git a/www/dlhandler.py b/source/dlhandler.py similarity index 99% rename from www/dlhandler.py rename to source/dlhandler.py index 66ff8d5e..14cc5b75 100644 --- a/www/dlhandler.py +++ b/source/dlhandler.py @@ -145,6 +145,7 @@ class PatchObject(SourceObject): blob._load() self.filedata = blob._contents + self.filedata += '\n' return blob def mimetype(self): diff --git a/source/en b/source/en new file mode 120000 index 00000000..a41c432f --- /dev/null +++ b/source/en @@ -0,0 +1 @@ +../www/en/ \ No newline at end of file diff --git a/source/error b/source/error new file mode 120000 index 00000000..b8cc4f58 --- /dev/null +++ b/source/error @@ -0,0 +1 @@ +../www/error/ \ No newline at end of file diff --git a/source/favicon.ico b/source/favicon.ico new file mode 120000 index 00000000..514d3b30 --- /dev/null +++ b/source/favicon.ico @@ -0,0 +1 @@ +../www/favicon.ico \ No newline at end of file diff --git a/source/footer.shtml b/source/footer.shtml new file mode 120000 index 00000000..ec9f37e0 --- /dev/null +++ b/source/footer.shtml @@ -0,0 +1 @@ +../www/footer.shtml \ No newline at end of file diff --git a/source/header.shtml b/source/header.shtml new file mode 120000 index 00000000..f3023254 --- /dev/null +++ b/source/header.shtml @@ -0,0 +1 @@ +../www/header.shtml \ No newline at end of file diff --git a/source/images b/source/images new file mode 120000 index 00000000..c36caae0 --- /dev/null +++ b/source/images @@ -0,0 +1 @@ +../www/images/ \ No newline at end of file diff --git a/source/index.pl b/source/index.pl new file mode 120000 index 00000000..568c5b2b --- /dev/null +++ b/source/index.pl @@ -0,0 +1 @@ +../www/index.pl \ No newline at end of file diff --git a/source/robots.txt b/source/robots.txt new file mode 100644 index 00000000..1f53798b --- /dev/null +++ b/source/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / diff --git a/source/style.css b/source/style.css new file mode 120000 index 00000000..045aba8f --- /dev/null +++ b/source/style.css @@ -0,0 +1 @@ +../www/style.css \ No newline at end of file