[gimp-web/gimp-web-static] Expanded on the meta.md information
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/gimp-web-static] Expanded on the meta.md information
- Date: Sun, 2 Aug 2015 03:29:17 +0000 (UTC)
commit 0f394bc86b3321c175b38509b246d22bf556999c
Author: Pat David <pat patdavid net>
Date: Sat Aug 1 22:28:54 2015 -0500
Expanded on the meta.md information
content/pages/meta.md | 21 +++++++++++++++++++++
themes/newgimp/static/css/page.css | 16 +++++++++++++++-
2 files changed, 36 insertions(+), 1 deletions(-)
---
diff --git a/content/pages/meta.md b/content/pages/meta.md
index 6b252ca..f77d7de 100644
--- a/content/pages/meta.md
+++ b/content/pages/meta.md
@@ -24,4 +24,25 @@ Working directly on the website required a possible committer to:
* Be comfortable writing everything in plain HTML.
* Understand how SSI works in Apache.
+An argument could be made that perhaps having these requirements in place helps to weed out the less
commited from collaborating... :)
+
+
+### Barriers to Collaboration
+
+As noted on the [WGO Redesign] page on the wiki:
+
+>We (the royal 'We') could benefit from having more content on WGO, in particular tutorials.
+Lowering the barrier-to-entry can help entice users to generate new content.
+A new facelift can't hurt from a PR standpoint.
+
+This redesign is an attempt to make the barrier to collaboration lower.
+In particular, the main ways to accomplish this include:
+
+1. Writing new content in a simplified format, such as [Markdown] or [reStructuredText][] (*the official
documentation was hosted on sourceforge as part of docutils... so this link is to the Sphinx project*).
+Contributors who may be able to write quality material may *not* be comfortable writing in pure HTML.
+
+
+[WGO Redesign]: http://wiki.gimp.org/index.php?title=WGO_Redesign
+[Markdown]: http://daringfireball.net/projects/markdown/
+[reStructuredText]: http://sphinx-doc.org/rest.html
diff --git a/themes/newgimp/static/css/page.css b/themes/newgimp/static/css/page.css
index 4d05df6..8465c52 100644
--- a/themes/newgimp/static/css/page.css
+++ b/themes/newgimp/static/css/page.css
@@ -12,11 +12,13 @@
margin: 0 auto;
}
-.page_content ul {
+.page_content ul, .page_content ol {
max-width: 33rem;
margin: 0 auto;
display: block;
color: #666;
+ margin-bottom: 1.5rem;
+ font-weight: 300;
}
.page_content p {
@@ -25,3 +27,15 @@
color: #666;
}
+.page_content blockquote {
+ border: solid 1px #ccc;
+ margin: 0 auto;
+ max-width: 34rem;
+ padding: 0.6rem;
+ border-left: solid 3px #666;
+ margin-bottom: 1rem;
+}
+
+.page_content blockquote p {
+ margin-bottom: 0;
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]