[Fedora Infrastructure] #1774: Fedora Wiki's stylesheet is screwey on small screen high DPI devices
by fedora-badges
#1774: Fedora Wiki's stylesheet is screwey on small screen high DPI devices
---------------------+------------------------------------------------------
Reporter: ynemoy | Owner: webmaster
Type: bug | Status: new
Priority: major | Milestone:
Component: General | Version:
Severity: Normal | Keywords:
---------------------+------------------------------------------------------
= phenomenon =
Multiple issues here: Tables go beyond the page but the page isn't told
about being wider than the screen, so horizontal scrolling is not
possible. Embedded pictures and headers aren't formatted properly so text
can flow around it, even in extreme situations. The sidebar takes up too
much space at high DPIs leaving only half the page for the body.
In the above order:
http://ynemoy.fedorapeople.org/wikixofail/IMAG0016.jpg
http://ynemoy.fedorapeople.org/wikixofail/IMAG0018.jpg
http://ynemoy.fedorapeople.org/wikixofail/IMAG0013.jpg
http://ynemoy.fedorapeople.org/wikixofail/IMAG0014.jpg
http://ynemoy.fedorapeople.org/wikixofail/IMAG0015.jpg
Resizing the text and page zoom fixes some problems, but my opinion is
that this is non obvious to many people.
http://ynemoy.fedorapeople.org/wikixofail/IMAG0017.jpg
= reason =
I'm not much of a CSS guy, but i have a few ideas. First of all, the
sidebar is strictly set to a hard size in relation to the rest of the
page. Second of all, horizontal scrolling is (and rightly so) disabled at
all costs. Third of all, something is not set properly when formatting
embedded inline pictures, so that the sidebar can wrap around it, or so
that it's left justified instead of right justified so it runs off the
page rather than running into the sidebar.
= recommendation =
Wikipedia has a pretty decent mobile interface that works very nicely on
the Android devices, and presumably on others as well. It avoids using a
sidebar and TOC by replacing it with expandable fields. I think that at
least having that stylesheet available would be a start. The tricky part
is detecting the actual dimensions *and* DPI of a screen and switching to
the appropriate stylesheet. In this particular example, the screenshots
were taken on an XO using mostly stock settings and Firefox.
Another and more costly and time consuming solution is to redesign the
page more comprehensively so that it is a general purpose page for both
mobile, small screen, and normal devices.
--
Ticket URL: <https://fedorahosted.org/fedora-infrastructure/ticket/1774>
Fedora Infrastructure <http://fedoraproject.org/wiki/Infrastructure>
Fedora Infrastructure Project for Bugs, feature requests and access to our source code.
11 years, 2 months
[Fedora Infrastructure] #1227: Hosting footer
by fedora-badges
#1227: Hosting footer
-------------------------+--------------------------------------------------
Reporter: mmcgrath | Owner: webmaster
Type: enhancement | Status: new
Priority: major | Milestone: Fedora 11
Component: Webmaster | Version: Production
Severity: Normal | Keywords:
-------------------------+--------------------------------------------------
This is something we've talked about many times but it's not quite
implemented yet. I'd like to put footers at the bottom of our pages that
reference a hosting provider. For an example see:
http://us.pycon.org/2009/conference/schedule/event/21/
We can't build it directly into the templates because different places
have different hosting. What I'd like to do is have our templates import
a js script (or something). Then we can deploy a custom js script to each
host that has the relevant information.
If you're interested put a proof of concept together on your fedorapeople
page.
--
Ticket URL: <https://fedorahosted.org/fedora-infrastructure/ticket/1227>
Fedora Infrastructure <http://fedoraproject.org/wiki/Infrastructure>
Fedora Infrastructure Project for Bugs, feature requests and access to our source code.
13 years, 4 months
Websites Meeting Time
by Ricky Zhou
Hey, as I mentioned in the meeting, this is the last week where I will
be able to make websites meetings at the current time. Here's a
whenisgood with my tentative good times starting from next week:
http://whenisgood.net/zqfnad
Please fill it in and hopefully we can find an alternative time that's
good for everybody.
Thanks,
Ricky
13 years, 5 months
upgrade_fedora10_11
by Eszenyi Gergely
Dear development team
My question is the following: could and should i upgrade fedora 10 system to 11th version, if i my computer has radeon xpress 1100 video card and intel celeron X51R processor? Thank you for your answer.
Yours sincerely: Gergely Eszenyi
<br><br>________________________________________________________<br><a href="http://ad.adverticum.net/b/cl,1,67554,359634,444123/click.prm">
Szavazatával most Ön is támogathat egy gyermekotthont! Segítsen eldönteni, ki kapja a Raiffeisen Bank támogatását!
</a>
13 years, 6 months
Fedora Talk changes
by Paul W. Frields
I realize the web string freeze was a few days ago, but now that we
have a whole slew of changes ready for Fedora Talk on the 'fad-ftalk'
branch of the web site, as a result of our FAD, is there any way we
can get those rolled in for use in the F12 release?
Paul
13 years, 7 months
[PATCH] Consolidate .gitignore files
by Todd Zullinger
Rather than have multiple .gitignore files throughout the repository
(many of which are identical across the various sites), use one
top-level .gitignore.
---
Does anyone mind using a top-level .gitignore instead of individual
.gitignore files?
Also, I was thinkig I'd push this only to master. We're getting close
enough to the release that it shouldn't cause us any merge grief with
the f12-beta branch, right?
.gitignore | 15 +++++++++++++++
fedorahosted.org/.gitignore | 7 -------
fedorahosted.org/data/templates/.gitignore | 1 -
fedorahosted.org/httpd/conf/.gitignore | 3 ---
fedorahosted.org/httpd/logs/.gitignore | 1 -
fedorahosted.org/httpd/run/.gitignore | 1 -
fedoraproject.org/.gitignore | 7 -------
fedoraproject.org/build/.gitignore | 1 -
fedoraproject.org/data/templates/.gitignore | 1 -
fedoraproject.org/httpd/conf/.gitignore | 3 ---
fedoraproject.org/httpd/logs/.gitignore | 1 -
fedoraproject.org/httpd/run/.gitignore | 1 -
spins.fedoraproject.org/.gitignore | 7 -------
spins.fedoraproject.org/data/templates/.gitignore | 1 -
spins.fedoraproject.org/httpd/conf/.gitignore | 3 ---
spins.fedoraproject.org/httpd/logs/.gitignore | 1 -
spins.fedoraproject.org/httpd/run/.gitignore | 1 -
talk.fedoraproject.org/.gitignore | 7 -------
talk.fedoraproject.org/data/templates/.gitignore | 1 -
talk.fedoraproject.org/httpd/conf/.gitignore | 3 ---
talk.fedoraproject.org/httpd/logs/.gitignore | 1 -
talk.fedoraproject.org/httpd/run/.gitignore | 1 -
22 files changed, 15 insertions(+), 53 deletions(-)
create mode 100644 .gitignore
delete mode 100644 fedorahosted.org/.gitignore
delete mode 100644 fedorahosted.org/data/templates/.gitignore
delete mode 100644 fedorahosted.org/httpd/conf/.gitignore
delete mode 100644 fedorahosted.org/httpd/logs/.gitignore
delete mode 100644 fedorahosted.org/httpd/run/.gitignore
delete mode 100644 fedoraproject.org/.gitignore
delete mode 100644 fedoraproject.org/build/.gitignore
delete mode 100644 fedoraproject.org/data/templates/.gitignore
delete mode 100644 fedoraproject.org/httpd/conf/.gitignore
delete mode 100644 fedoraproject.org/httpd/logs/.gitignore
delete mode 100644 fedoraproject.org/httpd/run/.gitignore
delete mode 100644 spins.fedoraproject.org/.gitignore
delete mode 100644 spins.fedoraproject.org/data/templates/.gitignore
delete mode 100644 spins.fedoraproject.org/httpd/conf/.gitignore
delete mode 100644 spins.fedoraproject.org/httpd/logs/.gitignore
delete mode 100644 spins.fedoraproject.org/httpd/run/.gitignore
delete mode 100644 talk.fedoraproject.org/.gitignore
delete mode 100644 talk.fedoraproject.org/data/templates/.gitignore
delete mode 100644 talk.fedoraproject.org/httpd/conf/.gitignore
delete mode 100644 talk.fedoraproject.org/httpd/logs/.gitignore
delete mode 100644 talk.fedoraproject.org/httpd/run/.gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d8b285f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+*.mo
+*.pyc
+*.pyo
+*.swp
+*~
+en.po
+
+*/build/*.cache
+*/data/templates/translations.html
+*/httpd/conf/httpd.conf
+*/httpd/conf/languages.conf
+*/httpd/conf/languages.conf.in
+*/httpd/logs/*_log
+*/httpd/run/*.pid
+*/out/*
diff --git a/fedorahosted.org/.gitignore b/fedorahosted.org/.gitignore
deleted file mode 100644
index 6d38d27..0000000
--- a/fedorahosted.org/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-/out/*
-*~
-*.swp
-*.mo
-en.po
-*.pyc
-*.pyo
diff --git a/fedorahosted.org/data/templates/.gitignore b/fedorahosted.org/data/templates/.gitignore
deleted file mode 100644
index 4e587a4..0000000
--- a/fedorahosted.org/data/templates/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-translations.html
diff --git a/fedorahosted.org/httpd/conf/.gitignore b/fedorahosted.org/httpd/conf/.gitignore
deleted file mode 100644
index 23eece0..0000000
--- a/fedorahosted.org/httpd/conf/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-httpd.conf
-languages.conf
-languages.conf.in
diff --git a/fedorahosted.org/httpd/logs/.gitignore b/fedorahosted.org/httpd/logs/.gitignore
deleted file mode 100644
index 940728a..0000000
--- a/fedorahosted.org/httpd/logs/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*_log
diff --git a/fedorahosted.org/httpd/run/.gitignore b/fedorahosted.org/httpd/run/.gitignore
deleted file mode 100644
index 9fd4f9b..0000000
--- a/fedorahosted.org/httpd/run/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*.pid
diff --git a/fedoraproject.org/.gitignore b/fedoraproject.org/.gitignore
deleted file mode 100644
index 6d38d27..0000000
--- a/fedoraproject.org/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-/out/*
-*~
-*.swp
-*.mo
-en.po
-*.pyc
-*.pyo
diff --git a/fedoraproject.org/build/.gitignore b/fedoraproject.org/build/.gitignore
deleted file mode 100644
index c3ed10e..0000000
--- a/fedoraproject.org/build/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*.cache
diff --git a/fedoraproject.org/data/templates/.gitignore b/fedoraproject.org/data/templates/.gitignore
deleted file mode 100644
index 4e587a4..0000000
--- a/fedoraproject.org/data/templates/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-translations.html
diff --git a/fedoraproject.org/httpd/conf/.gitignore b/fedoraproject.org/httpd/conf/.gitignore
deleted file mode 100644
index 23eece0..0000000
--- a/fedoraproject.org/httpd/conf/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-httpd.conf
-languages.conf
-languages.conf.in
diff --git a/fedoraproject.org/httpd/logs/.gitignore b/fedoraproject.org/httpd/logs/.gitignore
deleted file mode 100644
index 940728a..0000000
--- a/fedoraproject.org/httpd/logs/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*_log
diff --git a/fedoraproject.org/httpd/run/.gitignore b/fedoraproject.org/httpd/run/.gitignore
deleted file mode 100644
index 9fd4f9b..0000000
--- a/fedoraproject.org/httpd/run/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*.pid
diff --git a/spins.fedoraproject.org/.gitignore b/spins.fedoraproject.org/.gitignore
deleted file mode 100644
index 6d38d27..0000000
--- a/spins.fedoraproject.org/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-/out/*
-*~
-*.swp
-*.mo
-en.po
-*.pyc
-*.pyo
diff --git a/spins.fedoraproject.org/data/templates/.gitignore b/spins.fedoraproject.org/data/templates/.gitignore
deleted file mode 100644
index 4e587a4..0000000
--- a/spins.fedoraproject.org/data/templates/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-translations.html
diff --git a/spins.fedoraproject.org/httpd/conf/.gitignore b/spins.fedoraproject.org/httpd/conf/.gitignore
deleted file mode 100644
index 23eece0..0000000
--- a/spins.fedoraproject.org/httpd/conf/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-httpd.conf
-languages.conf
-languages.conf.in
diff --git a/spins.fedoraproject.org/httpd/logs/.gitignore b/spins.fedoraproject.org/httpd/logs/.gitignore
deleted file mode 100644
index 940728a..0000000
--- a/spins.fedoraproject.org/httpd/logs/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*_log
diff --git a/spins.fedoraproject.org/httpd/run/.gitignore b/spins.fedoraproject.org/httpd/run/.gitignore
deleted file mode 100644
index 9fd4f9b..0000000
--- a/spins.fedoraproject.org/httpd/run/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*.pid
diff --git a/talk.fedoraproject.org/.gitignore b/talk.fedoraproject.org/.gitignore
deleted file mode 100644
index 6d38d27..0000000
--- a/talk.fedoraproject.org/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-/out/*
-*~
-*.swp
-*.mo
-en.po
-*.pyc
-*.pyo
diff --git a/talk.fedoraproject.org/data/templates/.gitignore b/talk.fedoraproject.org/data/templates/.gitignore
deleted file mode 100644
index 4e587a4..0000000
--- a/talk.fedoraproject.org/data/templates/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-translations.html
diff --git a/talk.fedoraproject.org/httpd/conf/.gitignore b/talk.fedoraproject.org/httpd/conf/.gitignore
deleted file mode 100644
index 23eece0..0000000
--- a/talk.fedoraproject.org/httpd/conf/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-httpd.conf
-languages.conf
-languages.conf.in
diff --git a/talk.fedoraproject.org/httpd/logs/.gitignore b/talk.fedoraproject.org/httpd/logs/.gitignore
deleted file mode 100644
index 940728a..0000000
--- a/talk.fedoraproject.org/httpd/logs/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*_log
diff --git a/talk.fedoraproject.org/httpd/run/.gitignore b/talk.fedoraproject.org/httpd/run/.gitignore
deleted file mode 100644
index 9fd4f9b..0000000
--- a/talk.fedoraproject.org/httpd/run/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*.pid
--
1.6.5.2
--
Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The more corrupt the state, the more numerous the laws.
-- Tacitus, Roman senator and historian (A.D. c.56-c.115)
13 years, 7 months
Right place for Windows binaries on fp.o?
by Todd Zullinger
Yeah, you read that right. ;)
As part of fixing up our documentation for verifying .iso's on
Windows¹, we may end up producing a sha256sum.exe using MinGW, with
some great help from Richard Jones and Jim Meyering. We'd need a
place to host this binary that the documentation can include. Would
fp.o/static/sha256sum.exe be reasonable or is there a better place for
it?
¹ https://bugzilla.redhat.com/527060
--
Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
School is the advertising agency which makes you believe that you need
the society as it is.
-- Ivan Illich -- "Deschooling Society"
13 years, 7 months