Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Talk:Main Page"

From NetSec
Jump to: navigation, search
Line 1: Line 1:
 +
__TOC__
 +
 
==wiki todo==
 
==wiki todo==
 
The sooner we get [[:Category:Requested maintenance]] etc moving the sooner our main page can look 10x more awesome [[User:Hatter|Hatter]] 13:49, 15 June 2012 (MSK)
 
The sooner we get [[:Category:Requested maintenance]] etc moving the sooner our main page can look 10x more awesome [[User:Hatter|Hatter]] 13:49, 15 June 2012 (MSK)
 
==Chimera Todo==
 
* Artwork
 
* Full LXDE theme
 
* Disclaimer
 
* Add custom LXDE app menu with links to added tools (update .desktop files in /usr/share/applications)
 
* Update installed packages (if needed)
 
* PDFify the wiki and add to /opt/docs - this will take some time, due to wiki todo.  was thinking we'd release chimera around the same time as a lot of our updates. ~hatter
 
* Bind to disk tool - hatter
 
* Yaourt & Pacman repos - hatter & kratos
 
===Done===
 
* grsec/pax kernel
 
* hardened apps
 
* Domain name - chimeralinux.org - ErrorProne
 
* BHA Tools Updated in /opt - ErrProne
 
===Buggy===
 
* Crashes while outputting to /dev/null. Lighten up policies? - I think this is a /proc/mounts and /etc/fstab thing.
 
===Not done/started===
 
* Finish chimera tweaking guide - ErrorProne
 
* Hardening chimera article
 
* Fix /opt packages. add YAML:XS
 
  
 
==markup stuff==
 
==markup stuff==
Line 27: Line 8:
  
 
[[User:Hatter|Hatter]] 13:58, 2 May 2012 (MSK)
 
[[User:Hatter|Hatter]] 13:58, 2 May 2012 (MSK)
 
 
__TOC__
 
 
  
 
A few things I noticed should be addressed, so I'm opening up this talk page as a temporary community portal until project pages are set up, or a permanent destination is decided on. First:
 
A few things I noticed should be addressed, so I'm opening up this talk page as a temporary community portal until project pages are set up, or a permanent destination is decided on. First:

Revision as of 23:02, 27 November 2012

wiki todo

The sooner we get Category:Requested maintenance etc moving the sooner our main page can look 10x more awesome Hatter 13:49, 15 June 2012 (MSK)

markup stuff

Templates and example markups at Test.

Hatter 13:58, 2 May 2012 (MSK)

A few things I noticed should be addressed, so I'm opening up this talk page as a temporary community portal until project pages are set up, or a permanent destination is decided on. First:

Templates:

When making a template, it's important to pay attention to where you add the <includeonly> and <noinclude> tags, specifically in regards to spacing. It's counter intuitive, but when you add the tags on the next line, it incorporates the break in the template's transclusions. It's directly against good form with basic HTML, but is necessary for good layout, because you can't remove anything from a template without substituting it and defeating the point of using a template. A quick example of what I'm talking about:

<includeonly>
<div style="padding: .2em .3em; margin: .2em .2em; background-color: #FFF6BF; border: solid 2px #FFD324;  font-size: 107%;">'''{{{label|Notice:}}}''' {{{1}}}</div>
</includeonly>

Would produce a template with a break at the top and bottom, and in this example would be more than likely desired, but if not paid attention to can lead to undesirable whitespace.

The other thing is talk pages: A good idea for those of you who don't know is to read up briefly here on the general use, but with a wiki that's rapidly expanding like this one is and will be, there's almost no documented discussion going on. The jist of the article is basically use the discussion pages, sign your comments (add four tildes ~~~~) and about general layout (indent for a response with :)

Overall this wiki is very new and so there are no help articles for actually using the wiki, so anybody who has any questions should just ask them. It's a wiki and nothing gets broken by talking at people on it and we have several people who are good enough at wiki to help anything. Mike (Talk) 13:46, 2 May 2012 (MSK)

Also, when creating Articles, they shouldn't be pluralized. For instance the correct article is password rather than passwords. If you want the plural link, you can use [[password]]s (appears as passwords) to pluralize, but there is no syntax (aside from piping) for unpluralizing. On the topic of linking (or piping) when you pipe in a wiki, the first letter's capitalization does not matter. Password and password yield the exact same result, and so generally when creating multi-word articles you should either leave them as all lowercase (first will be capitalized automatically) unless it's a proper noun. I know it can get a little anal, but that's what asspies with too much free time are here for, and it saves a lot of effort down the road when you have strong precedents set up in the beginning. Mike (Talk) 14:18, 2 May 2012 (MSK)
Another thing I'm running into is section header handling. Single = section headers should really never be used in articles. They work more or less like ==double section== only they force everything below them to be listed as a sub section. Their purpose is solely for handling archives. You would say, take a talk page on Wikipedia that has 50+ section headers and go back with single sections to sub section them off by dates or similar methods. Mike (Talk) 02:34, 3 May 2012 (MSK)

Templates:

Category:Templates has been populated with every template we have, and I deleted [[Template:Toggle]] and [[Template:PrettyTable]] because they were weird and unused. If you make a new template be sure to add noincludes and the category after the template so every page the template's on doesn't also get tagged as being a template. Mike (Talk) 09:28, 7 May 2012 (MSK)