[Issue 14115] Copy dlang.org's look and feel to the wiki

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14115

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P4

--


[Issue 14115] Copy dlang.org's look and feel to the wiki

2015-02-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14115

--- Comment #1 from Zach the Mystic  ---
I wasn't able to find the code which affects the look and feel of the wiki, to
play around with it. Hopefully it's easily changeable.

For background, some selected (and modified) quotes from the link above:

> IMO, the most important thing *is* the Wiki, but a newcomer might 
not know that, so they must be told. If I try to decide the best 
link for them I'll just be duplicating the effort done on the 
Wiki page.

> Just send people to the Wiki. It has the best current information 
about what to do and where to go. I think the Wiki should be the 
main place to go to get information on D. Dlang.org should be 
concise and formal, containing only the more permanent 
information. D doesn't have a wealthy funder to pay for building 
a single unified website experience.

> I'm follow the evidence. Dlang.org should say, regarding the 
Wiki, "If you can't beat 'em, join 'em." And by referring people 
there to begin with, more effort will be put into it... Please compare the Wiki
to dlang.org. I don't think dlang.org can keep up.

> That said... we should copy the look-and-feel from dlang to the Wiki, so it 
> feels like the same website, creating the illusion of unity.

--


[Issue 14115] Copy dlang.org's look and feel to the wiki

2015-02-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14115

Vladimir Panteleev  changed:

   What|Removed |Added

 CC||thecybersha...@gmail.com

--- Comment #2 from Vladimir Panteleev  ---
(In reply to Zach the Mystic from comment #1)
> I wasn't able to find the code which affects the look and feel of the wiki,
> to play around with it. Hopefully it's easily changeable.

If you can create a MediaWiki skin, I can review and add it. I would like to
ask, however, that it copies as little code from dlang.org as possible, and
instead integrates with the makefile to produce the necessary skin files. This
is to minimize future maintenance effort for inevitable future dlang.org
changes.

--


[Issue 14115] Copy dlang.org's look and feel to the wiki

2015-02-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14115

--- Comment #3 from Zach the Mystic  ---
Okay I'll start investigating how to make MediaWiki skins.

Is there already a MediaWiki skin on the dlang.org repo somewhere, or will it
be a whole new thing?

--


[Issue 14115] Copy dlang.org's look and feel to the wiki

2015-02-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14115

--- Comment #4 from Vladimir Panteleev  ---
It will have to be a new thing. I did experiment with creating a skin, before
the redesign, but this was for an old skinning API, and I never did get very
far.

I should note that I have plans to do this eventually, as I'll need to update
the forum anyway as well, but feel free to take the initiative.

--


[Issue 14115] Copy dlang.org's look and feel to the wiki

2015-02-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14115

--- Comment #5 from Zach the Mystic  ---
I'm looking around for some public source code to *any* WikiMedia installation,
so I can learn from it. Do you know of one?

--


[Issue 14115] Copy dlang.org's look and feel to the wiki

2015-02-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14115

--- Comment #6 from Zach the Mystic  ---
Found this:

https://git.wikimedia.org/tree/mediawiki%2Fskins.git

A good a place as any, I guess.

--


[Issue 14115] Copy dlang.org's look and feel to the wiki

2015-02-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14115

--- Comment #7 from Zach the Mystic  ---
(In reply to Zach the Mystic from comment #6)
> Found this:
> 
> https://git.wikimedia.org/tree/mediawiki%2Fskins.git
> 
> A good a place as any, I guess.

Erg! The "view" button is deactivated on these.

--


[Issue 14115] Copy dlang.org's look and feel to the wiki

2015-02-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14115

--- Comment #8 from Vladimir Panteleev  ---
Just download MediaWiki. It comes with some skins included.

http://www.mediawiki.org/wiki/Manual:Skinning

--


[Issue 14115] Copy dlang.org's look and feel to the wiki

2015-02-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14115

--- Comment #9 from Vladimir Panteleev  ---
(In reply to Zach the Mystic from comment #5)
> I'm looking around for some public source code to *any* WikiMedia
> installation, so I can learn from it. Do you know of one?

I think there's some naming confusion. The software is called MediaWiki.
WikiMedia is the organization that maintains it and runs Wikipedia.

https://www.mediawiki.org/wiki/Download

--


[Issue 14115] Copy dlang.org's look and feel to the wiki

2015-02-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14115

--- Comment #10 from Zach the Mystic  ---
Yeah, I'll download it. It was just intimidating to approach - a lot of new
stuff. I did find a way to view the files online - some skins are very
barebones, others are quite elaborate. I will likely just modify the default
skin Vector to adjust the colors. They're probably in the much smaller .css
file anyway, making it a little easier.

--


[Issue 14115] Copy dlang.org's look and feel to the wiki

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14115

Andrei Alexandrescu  changed:

   What|Removed |Added

Version|unspecified |D2

--