User:Drkludge

From FedoraProject

(Redirected from GregMorgan)
Jump to: navigation, search

I contribute to a number of wikis when I have time:

Greg Morgan


Contents

Greg Morgan

Admonition Links; Just right click and grab link admonition graphic.

Using five docbook admonitions in the wiki

for note prefix http colon and two forward slashes plus fedora.redhat.com/docs/stateless/stylesheet-images/note.png http://fedora.redhat.com/docs/stateless/stylesheet-images/note.png

for tip prefix http colon and two forward slashes plus fedora.redhat.com/docs/stateless/stylesheet-images/tip.png http://fedora.redhat.com/docs/stateless/stylesheet-images/tip.png

for tip prefix http colon and two forward slashes plus fedora.redhat.com/docs/stateless/stylesheet-images/caution.png http://fedora.redhat.com/docs/stateless/stylesheet-images/caution.png

for tip prefix http colon and two forward slashes plus fedora.redhat.com/docs/stateless/stylesheet-images/important.png http://fedora.redhat.com/docs/stateless/stylesheet-images/important.png

for tip prefix http colon and two forward slashes plus fedora.redhat.com/docs/stateless/stylesheet-images/warning.png http://fedora.redhat.com/docs/stateless/stylesheet-images/warning.png


Here's the stylesheet code for the box that admonitions are found inside of.


width: 95%;
background-color: #DCDCDC;
color: #000000;
border-spacing: 0;
}

div.note table, div.tip table, div.important table, div.caution table, div.warning table {
width: 95%;
border: 2px solid #B0C4DE;
background-color: #F0F8FF;
color: #000000;
/* padding inside table area */
padding: 0.5em;
margin-bottom: 0.5em;
margin-top: 0.5em;
}

Status Page

These are the list of pages to migrate from the rau wiki

move -- at the beginning = moved or copied the page. Edits for MoinMoin have not completed.
done -- at the beginning = the page was moved and edits are complete.
link -- at the beginning = the page is done but requires the final links in this wiki.
conv -- at the beginning = the page was implicitly converted into another page e.g Appendices into main anaconda page of this site.
test -- at the beginning = the page was a test or demo page. Hence it will not be converted e.g. demopage.
miss -- at the beginning = the page is missing. It may be a patch page? If the patch is missing then the setup page has not been converted.


Twisted attempts to look like fedora.org

General table layout and HTML like options::

Heading


<bgcolor='#B0C4DE'>

<rowspan=2><border=2px><bordercolor='#B0C4DE' |<tablewidth="95%" |http://fedora.redhat.com/docs/stateless/stylesheet-images/note.png <^>Note My note


break 1

<#F0F8FF><#F0F8FF> My note here <#F0F8FF>

<border=2px><bordercolor='#B0C4DE'><#F0F8FF><rowspan=2>

[1] <^>Note<v>My note here


break 2

[2] Note My note tada here


break 2a

2; bgcolor=#F0F8FF> [3] 2 rows Note
<#F0F8FF> my note comment



break 3

<rowspan=2> spanning rows spanning 2 columns
cell2cell 3

Cell width::

narrow <:99%> wide

Spanning rows and columns::

2> 2 rows row 1
row 2
<-2> row 3 over 2 columns

Alignment::

<(> left 3> top 3> bottom
<:> centered
<)> right

Colors::

<#FF8080> red <#80FF80> green <#8080FF> blue

width: 95%; border: 2px solid #B0C4DE; background-color: #F0F8FF; color: #000000; /* padding inside table area */ padding: 0.5em; margin-bottom: 0.5em; margin-top: 0.5em;