User:George Orwell III
George Orwell III is taking a short wikibreak and will be back soon. |
Welcome to the user page for George Orwell III.
Today is Friday, November 1, 2024, and the current time is 13:33 (UTC/GMT).
|
|
Awards for participation | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
E.O. Table | ||
---|---|---|
Barack Obama | (2009-2013) | − E.O. 13489 → E.O. 13528 |
George W. Bush | (2001-2009) | − E.O. 13198 → E.O. 13488 |
William J. Clinton | (1993-2001) | − E.O. 12834 → E.O. 13197 |
George H.W. Bush | (1989-1993) | − E.O. 12668 → E.O. 12833 |
Ronald Reagan | (1981-1989) | − E.O. 12287 → E.O. 12667 |
Jimmy Carter | (1977-1981) | − E.O. 11967 → E.O. 12286 |
Gerald R. Ford | (1974-1977) | − E.O. 11798 → E.O. 11966 |
Richard Nixon | (1969-1974) | − E.O. 11452 → E.O. 11797 |
Lyndon B. Johnson | (1963-1969) | − E.O. 11128 → E.O. 11451 |
John F. Kennedy | (1961-1963) | − E.O. 10914 → E.O. 11127 |
Dwight D. Eisenhower | (1953-1961) | − E.O. 10432 → E.O. 10913 |
Harry S. Truman | (1945-1953) | − E.O. 9538 → E.O. 10431 |
Franklin D. Roosevelt | (1933-1945) | − E.O. 6071 → E.O. 9537 |
Herbert Hoover | (1929-1933) | − E.O. 5075 → E.O. 6070 |
Ultimate info
[edit]- Can you "see" me? → ←
-
-   for
-   for
- see also File:Punctuation-Spaces-svg.svg & WP
- old time table defaults --> cellspacing=2 cellpadding=1
Font sizes
[edit]- If you do not specify a font size, the default size for normal (block-level) text, like paragraphs, is typically 16px (16px=1em).
- Font size can be calculated from pixels to em using this formula: em = desired element pixel value / parent element font-size in pixels (for pristine defaults; pixels/16=em)
- The solution that "works" in all browsers, is to set a default font-size to 100 percent for the <body> element.
1px | 0.0625em |
2px | 0.1250em |
3px | 0.1875em |
4px | 0.2500em |
5px | 0.3125em |
6px | 0.3750em |
7px | 0.4375em |
8px | 0.5000em |
9px | 0.5625em |
10px | 0.6250em |
11px | 0.6875em |
12px | 0.7500em |
13px | 0.8125em |
14px | 0.8750em |
15px | 0.9375em |
16px | 1.0000em |
- Movin' along?
To move a page, a move token is required. This token is equal to the edit token and the same for all pages, but changes at every login. A move token can be obtained as follows: Obtaining a move token
http://en.wikisource.org/w/api.php?action=query&prop=info&intoken=move&titles=Main%20Page
... where Main%20Page is the namespace & title of work to be moved.
Pages can be moved with action=move.
Parameters
[edit]from
: The title of the page you want to move. Cannot be used together withfromid
fromid
: Page ID of the page you want to move. Cannot be used together withfrom
to
: The new title you want to move the page totoken
: The token obtained in the previous request. Take care to urlencode the '+' as '%2B'.reason
: The reason for the move (optional)movetalk
: Move the talk page, if possiblemovesubpages
: Move subpages, if applicablenoredirect
: Don't create a redirect from the old title to the new one. Requires the suppressredirect right, which by default is granted only to group Bots; even admins don't have it!watch
: Add the page and the redirect to your watchlistunwatch
: Remove the page and the redirect from your watchlist
Example
[edit]Note: In this example, all parameters are passed in a GET request just for the sake of simplicity. However, action=move requires POST requests; GET requests will cause an error. {{m:ApiEx |desc=Moving Main Pgae (sic) and its talk page to Main Page, without creating a redirect |p1=action=move |p2=from=Main%20Pgae |p3=to=Main%20Page |p4=reason=Oops,%20misspelling |p5=movetalk |p6=noredirect |p7=token=58b54e0bab4a1d3fd3f7653af38e75cb%2B\
|result=
<?xml version="1.0" encoding="utf-8"?>
<api>
<move
from="Main Pgae"
to="Main Page"
reason="Oops, misspelling"
talkfrom="Talk:Main Pgae"
talkto="Talk:Main Page"
/>
</api>
}}
Possible errors
[edit]KEY USER PREFERENCES
The following is quick breakdown of only the key settings for troubleshooting purposes. Settings not listed are considered 'non-controversial' at his time.
Appearance tab:
- Skin section.-- Vector is the default setting. If you've selected one of the three other skins, let us know.
- Files section.-- MediaViewer is enabled by default. If you don't find it useful - disable it for now.
Editing tab:
- General options section.-- enable or disable the following options as desired.
Show header and footer fields when editing in the Page namespace
Horizontal layout when editing in the Page: namespace (toggles)
- Editor section.-- The last 3 options are key
Show edit toolbar
- enabling this will give you the 'old-style' blue-button toolbar in your edit window. When enabled, the next two options should be disabled.Enable enhanced editing toolbar
- enabling this will give you a newer editing toolbar. When enabled, it over-rides the above setting (if enabled) by default so disable the above if this is selected.Enable wizards for inserting links, tables as well as the search and replace function
- Further enhancements added to the newer editing toolbar when enabled; most of which aren't useful to esablished editors. Recommend leaving this off.
All errors are formatted as:
<error code="code" info="info">
- code: nofrom
- info: The from parameter must be set
- code: noto
- info: The to parameter must be set
- code: notoken
- info: The token parameter must be set
- code: cantmove-anon
- info: Anonymous users can't move pages
- code: cantmove
- info: You don't have permission to move pages
- code: cantmovefile
- info: You don't have permission to move files
- If file moving is disabled altogether, you'll get an immobilenamespace error instead
- info: You don't have permission to move files
- code: selfmove
- info: Can't move a page to itself
- code: immobilenamespace
- info: You tried to move pages from or to a namespace that is protected from moving
- code: articleexists
- info: The destination article already exists and is not a redirect to the source article
- code: protectedpage
- info: You don't have permission to perform this move
- code: protectedtitle
- info: The destination article has been protected from creation
- code: nonfilenamespace
- info: Can't move a file to a non-file namespace
- code: filetypemismatch
- info: The new file extension doesn't match its type
- code: mustbeposted
- info: The move module requires a POST request
NOTE: If moving the page itself succeeded, but moving the talk page failed, the relevant error will be returned in the talkmove-error-code
and talkmove-error-info
fields.
DjVu oddities
[edit]Code: DjVuImage.php
- Need to vefify latest package is currently installed
- Line 295 - corrupt path
- out "pubtext/DjVuXML-s.dtd"
- in "share/djvu/pubtext/DjVuXML-s.dtd"
- Line 251 - under utilized ???
- out ' --detail=page '
- in ' --detail=para '
Some sources
[edit]- http://www.llsdc.org/laws-links/
- http://bulk.resource.org/gao.gov/index.htm
- http://dcomrooms.sirsi.net/rooms/portal/media-type/html/language/en/country/US/user/anon/page/21693_Legislative_Histories
- http://narademo.umiacs.umd.edu/cgi-bin/isadg/viewrg.pl?rgid=11
- Style manual of the United States Government Printing Office (1923)
- Copyright
Spec compliance
[edit]Note: There are currently no known implementations of the outline algorithm in graphical browsers or assistive technology user agents, although the algorithm is implemented in other software such as conformance checkers. Therefore the outline algorithm cannot be relied upon to convey document structure to users. Authors are advised to use heading rank (h1-h6) to convey document structure.
source
Needed
[edit]- https://wiki.toolserver.org/view/%7Ecmackenzie/spellcheck
- https://en.wikisource.org/w/index.php?title=Special%3APrefixIndex&prefix=Rhododendrites&namespace=2
This is a Wikisource user page.
If you find this page on any site other than Wikisource, you are viewing a mirror site. Be aware that the page may be outdated, and that the user this page belongs to may have no personal affiliation with any site other than Wikisource itself. |
TUSC token: 5657255cbfbf5f7e9b8f2d621005b10a
[edit]I am now proud owner of a WMFLabs TUSC account!
Note to tool authors : you can check if a user is verified like this:
This will return '1' if the password is correct and the user is verified, and '0' otherwise. Of course, you should use POST requests, otherwise the passwords will show up in the toolerver logs...