first draft of publishing chapters from the brochure #818
クローズ
eal
が
eal:firstchapterdraft
から master
への 3 コミットのマージを希望しています
プル元: eal:firstchapterdraft
マージ先: FSFE:master
FSFE:master
FSFE:ADD-event-20250816-01-01-daca4ba5466369ff
FSFE:ADD-event-20250723-01-01-112660bb101cbbee
FSFE:feat/formatting
FSFE:feat/lxml
FSFE:refactor/ruff
FSFE:ADD-event-20250730-01-01-55bf65a91eda1c8f
FSFE:newsletter-20250708
FSFE:test
FSFE:cryptie-patch-1
FSFE:html-timeline
FSFE:news-20250618-interop
FSFE:dario-patch-4
FSFE:dario-patch-3
FSFE:fix-lp
FSFE:interop-survey-minor
FSFE:SFP035-add-mastodon
FSFE:mailing_lists_done
FSFE:dario-patch-2
FSFE:dario-patch-1
FSFE:NL-fix-anchor
FSFE:Banner-translation-team
FSFE:20250523-event
FSFE:pdfreaders-deprecate
FSFE:compare-xml-structure
FSFE:followup-default-mail
FSFE:feature/peertube-for-upcycle-android
レビューアなし
ラベル
ラベルをクリア
bug
build
cgi Scripting
design
disruptive
Requires careful coordination and documentation changes
documentation
duplicate
easy
feature-request
help wanted
javascript
priority/low
question
system-hackers
tagging
text
translations
wait/bugfix
wait/inprogress
wait/misc
wait/proofread
wontfix
xsl
ラベルなし
マイルストーン
項目なし
マイルストーンなし
担当者
albert
alex.busch
alex.sander
anaghz
ao
bonnie
cryptie
dario
delliott
dmaphy
doczkal
eal
egnun
eventregbot
fi
floriansnow
gabriel.ku
guido
hugo
ineiev
jn
jzarl
linus
lucabon
lucas.lasota
max.mehl
mk
monochromec
mweimann
nico.rikken
patrick
reinhard
repentinus
schiessle
sofiaritz
tobiasd
vincent
担当者をクリア
担当者なし
通知
期日
期日は設定されていません。
依存関係
依存関係は設定されていません。
リファレンス: FSFE/fsfe-website#818
新しいイシューから参照
ユーザーをブロックする
ユーザーをブロックすると、そのユーザーは、プルリクエストやイシューの作成、コメントの投稿など、リポジトリに対する操作ができなくなります。 ユーザーのブロックについてはよく確認してください。
説明はありません。
ブランチ "eal:firstchapterdraft" の削除
ブランチの削除は恒久的です。 実際に削除されるまでの短い期間、ブランチが存在したままになることもありますが、たいていは元に戻すことはできません。 続行しますか?
This is a first draft for future publications of individual chapters from the pmpc-brochure. As this is the first time I have been working on the LESS/CSS, @max.mehl can you please have a look before merging?
@@ -509,1 +509,4 @@
/* Styles for the pmpc-news articles */
img.newsitempic-externalauthor {
That's not necessary, bootstrap offers img-circle: https://getbootstrap.com/docs/3.3/css/#images
@@ -510,0 +514,4 @@
border-radius: 50%;
}
div.newsitempic-externalauthor {
Why do you indent here and below? Let's try to keep a unified indenting scheme, so perhaps 2 or 4 spaces or 1 tab.
Also, it makes sense to first define the div and then the img it contains. An hierarchical structure makes things easier to understand.
@@ -510,0 +516,4 @@
div.newsitempic-externalauthor {
float: right;
max-width: 80px;
I would not put the single image in a div, you could add all classes to the img directly: img-circle, pull-right (instead of float-style). If you uploaded the picture in 80px*80px, you would not even have to define the max-width.
@@ -510,0 +521,4 @@
}
@media (min-width: @screen-sm-min) {
float: right;
This misses a class/id or whatever. After media, you have a normal declaration of a target
@@ -510,0 +527,4 @@
}
div.box-grey-bg {
Can't we just use the blockquote tag?
@@ -510,0 +551,4 @@
}
}
Blanklines. Blanklines everywhere :D
@@ -510,0 +560,4 @@
margin-right: auto;
}
@media (min-width: @screen-sm-min) {
Indentation went mad :P
@@ -0,0 +16,4 @@
<p>Free Software is well established in the IT world. A significant number of companies, from SMEs to global corporations, invest considerable sums in the further development and use of Free Software. Public administrations now also regularly use Free Software. For example, for administration in municipalities, as a decision database for courts, or for the provision of geodata on the Internet [<a href="#1">1</a>]. The reasons for using Free Software in companies and public administrations are manifold, e.g. the openness of the standards used, the independence from suppliers and products, the exchange with the community of users and developers, security, as well as stability and possible cost savings.</p>
<div class="newsitempic-full">
Why using a custom class here? What's wrong with out default one with a fixed width? Ideally max-width:556px (80% of 100% in full width)
@@ -0,0 +60,4 @@
<div class="newsitempic-externalauthor">
<img src="/picturebase/people/2019-Simon_Schlauri-200px.jpg" class="newsitempic-externalauthor" alt="Prof. Dr. Simon Schlauri" />
The round picture requires a square picture, otherwise it looks like an egg ;)
@@ -0,0 +88,4 @@
</div>
<div class="pmpc-article-footnotes">
We already have a footnotes style used in some places. E.g. have a look here: https://fsfe.org/about/funds/2017.en.html
@max.mehl i removed some of your proposed unnecessary styles, but I have to admit, I did not understood all of your comments. Generally this seems not to be a good workflow and I would like to propose that we either
i prefer the first one and see no problem with it. would that be ok with you?
I also think that the workflow we currently use for the testimonials pages works well, especially if we can use the test instance to see what we're talking about :-)
@reinhard Thank you for the comment. Yes, that is also a good worflow, considering I understand how to work with the test-instance soon : )
プルリクエストはクローズされました