summaryrefslogtreecommitdiff
path: root/public/black.html
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-06-24 04:13:16 +0200
committererdgeist <erdgeist@erdgeist.org>2026-06-24 04:13:16 +0200
commite0a7e0fec760ba12c8067a37e10c96f1f05876e2 (patch)
treed0cf745592a46aee4d4913911fd34c7c24515220 /public/black.html
parent6424e10be5a89f175a74c71c55660412a169b8b8 (diff)
Stage 1 complete: Rails 2.3.5 to Rails 3.2.22.5 upgrade
- Converted plugins to gems (Gemfile) - Updated config structure (application.rb, boot.rb, environment.rb) - Converted routes to Rails 3 DSL - Converted named_scope to scope throughout models - Converted find(:all, :conditions) to where() chains - Fixed has_many :order to use ordering scope - Updated session store and secret token configuration - Fixed exception_notification middleware configuration - Patched Ruby 2.4 / Rails 3.2 incompatibilities: - Integer/Float duration arithmetic (ActiveSupport) - Arel visit_Integer for PostgreSQL adapter - create_database String/Integer coercion - ActionController consider_all_requests_local - Migrated taggings schema for acts-as-taggable-on - Replaced dynamic_form gem with custom form_error_messages helper - Fixed Rails 3 block helper syntax (form_for, form_tag, fields_for) - Fixed admin layout yield - Updated test suite for Rails 3 APIs
Diffstat (limited to 'public/black.html')
-rw-r--r--public/black.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/public/black.html b/public/black.html
new file mode 100644
index 0000000..29c9fbf
--- /dev/null
+++ b/public/black.html
@@ -0,0 +1,25 @@
1<html>
2<head> <meta charset="UTF-8"> <title>Black</title>
3<style type="text/css">
4html, body { height: 100%; margin: 0; }
5body { background:black; }
6div {
7width: 50%;
8height: 50%;
9margin: auto;
10text-color: white;
11font-family: verdana;
12font-size: 28px;
13font-weight: bold;
14text-align: center;
15text-shadow: white 2px -2px 8px;
16vertical-align:middle;
17position: absolute; left: 25%; top: 25%;
18}
19a { color: white; text-decoration: none; }
20</style></head>
21<body>
22<div><p><a href="http://de.wikipedia.org/wiki/SOPA">
23Wir nehmen unsere Webseite aus Protest gegen SOPA, PIPA, ACTA und BREIN vorübergehend, wir betonen: vorübergehend, vom Netz. Denn wir möchten nicht Hacker in einer Welt sein, in der man sich nicht von Freunden 500 kByte herunterladen kann und in der jeder Polit-Uhl oder seine </a><a href="http://mpaa.org/resources/c4c3712a-7b9f-4be8-bd70-25527d5dfad8.pdf">väterlichen Freunde</a><a href="http://de.wikipedia.org/wiki/SOPA"> uns das Netz abschalten können.</a></></div>
24</bod>
25</html>