Difference between revisions of "User talk:Madleser"

From GNUstepWiki
Jump to navigation Jump to search
m (link to category applications)
(someone with admin rights please read "software template test")
Line 1: Line 1:
 
== Testlayout for the main page (work in progress) ==
 
== Testlayout for the main page (work in progress) ==
I'm working on a new main page to make the wiki look a bit more welcoming. This is just a temporary solution until the GNUstep homepage moves to the wiki (if at all), then the plain but elegant look of www.gnustep.org should be ported. The idea here is to move away from the "wiki == place for jotting down quick notes" attitude.
+
I was working on a new main page to make the wiki look a bit more welcoming. This is just a temporary solution until the GNUstep homepage moves to the wiki (if at all), then the plain but elegant look of www.gnustep.org should be ported. The idea here is to move away from the "wiki == place for jotting down quick notes" attitude.
  
 
Here's a first mock-up. I lifted most of the style and tables-code from the Wikipedia frontpage, hope nobody hunts me down for that~  
 
Here's a first mock-up. I lifted most of the style and tables-code from the Wikipedia frontpage, hope nobody hunts me down for that~  
Line 33: Line 33:
 
</pre>
 
</pre>
  
__NOTOC__ __NOEDITSECTION__
+
(Testlayout removed, already in use.)
{| style="width: 100%; border:1px solid black; background-color:lavender; padding:10pt;"
 
|+
 
| [[Image:PoeIcon.png|left]] '''GNUstep is a [[Portability|cross-platform]], object-oriented set of [[Frameworks|frameworks]] for desktop application [[Development tools|development]]'''. This set of frameworks, based on [[OpenStep]] (now [[Cocoa]]), enables developers to rapidly build sophisticated software by employing a large library of reusable software components. GNUstep is already used [[GNUstep in production|in production]] environments at several organizations. Sounds interesting? Have a look at the more in-depth [[Introduction to GNUstep|introduction]]!
 
 
 
* '''Core package:''' [http://link/to/release gstep-core-X.X.X.tar.bz2] or [http://link/to/release Windows Installer] ([http://link/to/release/notes release notes]).
 
* '''Developer applications:''' [http://link/to/release gstep-dev-X.X.X.tar.bz2] or [http://link/to/release Windows Installer] ([http://link/to/release/notes release notes]).
 
|}
 
 
 
{|valign=top
 
|style="width:80%; vertical-align:top; color:#000";|
 
{|
 
|
 
{{GNUstep_News}}
 
|-
 
|}
 
|
 
{|
 
|style="width:55%;border:1px solid #cef2e0;background-color:#f5fffa;vertical-align:top;color:#000;"|
 
{|width="100%" cellpadding="2" cellspacing="5" style="vertical-align:top;background-color:#f5fffa"
 
! <h2 style="margin:0;background-color:#cef2e0;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;">Users</h2>
 
|-
 
|style="color:#000"|
 
* [[:Category:Applications|Applications]]
 
* [[User Guides|Guides]]
 
* [[Get Help]]
 
* [[Site_support|Donate]]
 
* [http://bug/tracker Report Bugs]
 
|-
 
|}<!-- Start of right-column -->
 
|-
 
|style="width:45%;border:1px solid #cedff2;background-color:#f5faff;vertical-align:top;"|
 
{| width="100%" cellpadding="2" cellspacing="5" style="vertical-align:top;background-color:#f5faff"
 
! <h2 style="margin:0;background-color:#cedff2;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;">Developers</h2>
 
|-
 
|style="color:#000"|
 
* [[Project Development]]
 
* [[Developer Guides|Guides]]
 
* [[Foundation|Base API]] (Foundation)
 
* [[AppKit|GUI API]] (AppKit)
 
|-
 
|}
 
|}
 
|}
 
  
 
=== I really like this!! ===
 
=== I really like this!! ===
Line 87: Line 44:
  
 
''seconded -- [[User:Cbv|cbv]]''
 
''seconded -- [[User:Cbv|cbv]]''
 +
 +
 +
 +
== Software Template Test ==
 +
 +
Steal this from [http://en.wikipedia.org/wiki/Template:Infobox_software] and copy all the .infobox stuff from [http://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=2678400] to [[MediaWiki:Common.css]]. I can't edit the .css file.

Revision as of 21:27, 1 September 2006

Testlayout for the main page (work in progress)

I was working on a new main page to make the wiki look a bit more welcoming. This is just a temporary solution until the GNUstep homepage moves to the wiki (if at all), then the plain but elegant look of www.gnustep.org should be ported. The idea here is to move away from the "wiki == place for jotting down quick notes" attitude.

Here's a first mock-up. I lifted most of the style and tables-code from the Wikipedia frontpage, hope nobody hunts me down for that~

  • Regarding the news box, I was considering having a page with 2 headers ("news" and "older news") and including the content from one heading as the news to minimize the tedious moving of old news to the archives. Well, it seems that there's no direct way of doing this, making macro programming necessary... which I am not bored enough to do. Meh. I'll leave it at simply including the news template since it's easier to edit that than to wade though all the tables-code here.
  • The PoeIcon is a placeholder.
  • If a new part of core or dev-apps is released, someone's gotta update the gnustep-core/dev-apps package AND the corresponding windows installer :P
  • Put the "Users" and "Developers" boxes in the navigation on the left or maybe in a template or a simple float? I opt for the nav box since that's what it's for: MediaWiki:Sidebar + some CSS makeup.

I can't modify MediaWiki:Sidebar, so someone who can please test/apply this (given the current state of the wiki, nobody will notice if it explodes or links lead nowhere ;)):

* navigation
** mainpage|mainpage
** portal-url|portal
** currentevents-url|currentevents
** recentchanges-url|recentchanges
** randompage-url|randompage
** helppage|help
** sitesupport-url|sitesupport

* users
** Applications|Applications
** User Guides|Guides
** Get Help|Get Help
** Report Bugs|Report Bugs

* developers
** Project Development
** Developer Guides|Guides
** Foundation|Base API (Foundation)
** AppKit|GUI API (AppKit)

(Testlayout removed, already in use.)

I really like this!!

This looks great. GJC

Indeed -- cbv

Thanks. Now, lemme skim the help on wikipedia/mediawiki (there's a lot in there, urg) for some suitable template-voodoo to select a specific heading.. I'm also planning to import wikipedia's software infobox template, create a new category "Applications" and use that as a replacement for the app db on www.gnustep.org. I'm also looking for template messages ("this is a stub", "this needs to be cleaned up", ...) and such to flag articles (Writing portable code is out of date concerning Nibs), how to have these articles appear on a special page and so on. Also, I want to move the "users" and "developers" box to the MediaWiki:Sidebar and maybe use some CSS for coloring them. Madleser

seconded -- cbv


Software Template Test

Steal this from [1] and copy all the .infobox stuff from [2] to MediaWiki:Common.css. I can't edit the .css file.