From NCEAS Knowledge Base
UCSB Web Standards: Web Accessibility
To Create or Edit a Page
- Make sure you are logged in: http://www.nceas.ucsb.edu/user
- Create page: http://www.nceas.ucsb.edu/admin => create content => page
- Edit page: Go to page and click on the Edit tab
- Copy: toolbar button or <ctrl-c>
-
- Cut: toolbar button or <ctrl-x>
- Paste: toolbar button or <ctrl-v>
- Undo: toolbar button or <ctrl-z>
- Publish: Hit Submit (at the bottom of the page)
- It will create a new revision. However, it will not be live until it went through the moderation process.
Configurations
- Add the lines from the box below to user.js. If there's no user.js file, create one:
- (Windows: %USERPROFILE%\Application Data\Mozilla\Firefox\Profiles\<one folder>\user.js)
- (Linux: ~/.mozilla/firefox/<one folder>/user.js)
user_pref("capability.policy.policynames", "allowclipboard");
user_pref("capability.policy.allowclipboard.sites", "http://www.nceas.ucsb.edu");
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");