Articles catalogue



Total links: 361


Main

Category: Of links:
Adult sites 28

Arts 22

Business 58

Computers 2

Cooking: restaurants: recipes 1

Education 10

Entertainment 5

French 7

Gambling 1

Garden furniture 4

German 2

Health 10

Home 5

Humor 4

Internet 21

Kids and teens 1

Lawyers: law: legal 7

Music 9

Politics 12

Real estate 19

Recreation 9

Relationships: dating sites and servises for singles 11

Religion 5

Shopping 31

Society 8

Software 2

Sports 11

Travel 38

Web design and development 5

World 13


Total links: 361


Last links

http://www.airbrush-vonotto.com http://www.airbrush-vonotto.com
However, no software is completely bug-free or secure, and there See #Bugs section below for info on how to report problems. 1 How to get GMP working on Debian 3. [edit] How to get GMP working on Debian In Debian Lenny (5. [edit] How to get php-openid working on Debian Debian Lenny (5. See below for how to configure it. s now shown below the login box, so if you say the box below, you may want to change that to the box above. ve already got some other method for showing the OpenID login link, like in your skin. $wgOpenIDShowUrlOnUserPage whether to show the OpenID identity URL on a user [edit] Skins If you are customizing a skin, and you want to show the OpenID identity for a user (say, on their user page), use the function OpenIDGetUserUrl($user). + marks show things I ve already done, and - shows things that are yet to be done. Wiki OpenID Wiki Schwarzes Wiki (German Gothic-Wiki) Zelda airbrush-vonotto.com airbrush-vonotto.com airbrush-vonotto.com airbrush-vonotto.com airbrush-vonotto.com [edit] External links Another useful resource is http://airbrush-vonotto.comairbrush-vonotto.com/wiki/How_to_Setup_an_I-Name-Enabled_Mediawiki It Extension:OpenID - MediaWiki Extension:OpenID From airbrush-vonotto.com Jump to: navigation, search Manual on MediaWiki Extensions List of MediaWiki Extensions OpenID Release status: stable Implementation User identity,â ?‚Special page Description Allow users with accounts on other OpenID-enabled sites to log in Author(s) Evan ProdromouTalk Last Version 0. it can only be installed by the administrator of the site. An OpenID is a special URL that people can use to log in to a Web site. The extension also lets users who have an account on the wiki log in to other OpenID-aware Web sites with their wiki user page as their OpenID. We have almost 20 wikis that work together for Wikitravel, and users can login to different Wikitravel wikis with their home wiki account. Allowing users to login with OpenID means one less step for them to contribute to your wiki. Logging into a new wiki with the same username as you have on another wiki doesn See #Bugs section below for info on how to report problems. 1 How to get GMP working on Debian 3. if not, write to the Free Software Foundation, Inc. , 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA [edit] Author Evan Prodromou Patches for YADIS support and FileStore storage by Jonathan Daugherty . d be happy to make minor changes to make older, unsupported versions work too. s recommended that you install them, too. You may need to add the path to your PHP library directory to the $path variable, like " [edit] How to get GMP working on Debian In Debian Lenny (5. [edit] How to get php-openid working on Debian Debian Lenny (5. sub-directory; You must create a table in your MediaWiki database to hold the OpenID URL mappings. The openid_airbrush-vonotto.com script in this directory should do the trick. If you installed this extension before, you should copy the airbrush-vonotto.com script to your MediaWiki " directory and run it from the command line. This will copy the OpenID mappings from the user table to the new table (but it doesn In your MediaWiki airbrush-vonotto.com, add the following line some place towards the bottom of the file: require_once(" ll almost definitely want to set the trust root and access controls (see Configuration below). [edit] Upgrade This is an incompatible upgrade to the previous version of the MediaWiki OpenID library. x to 2. x, and no effort has been made to retain backwards compatibility with the 1. To upgrade, you ll need to do at least the following: Install the 2. Check that your consumer and server stores are correct. I got tired of maintaining the MemcStore that nobody seemed to want, so if you used that, you need to use the filestore now. See below for how to configure it. Change your require_once line in airbrush-vonotto.com to use the . ve customized it, you may need to re-customize it. s now shown below the login box, so if you say the box below, you may want to change that to the box above. The extension has been converted to use a clumsy and perverse OOP-like structure, with one class per special page. Most function names have been changed to methods of these classes. Or you might get lucky and have autoloading work for you. [edit] Logging in using OpenID To log in to the wiki using an OpenID, go to the Special:OpenIDLogin page on the wiki. Add the OpenID identity URL to the login box, and click " This should take you to the OpenID server for your identity, where you can either log in (if you re not already) or approve allowing the wiki to use your OpenID for logging in. ), it may also ask you whether to share personal information like your preferred nickname, real name, email address, etc. re logged in to your OpenID server, and you ve finished approving the login, you should return to the wiki from whence you came automatically. ve allowed your nickname to be passed to the wiki, and it s a legal MediaWiki user name, then it should use that for your login automatically. If not, the extension will try to make up some good candidate usernames for you and present you with a choice. It should also be possible to assign extra permissions ( ) to the account. To log back in, use the OpenIDLogin page again. t try to login using the regular login page, since it won s identity URL is: http://airbrush-vonotto.com/en/User:Evan When you use this OpenID with another site, logging in should take you to the wiki site. You may need to enter your password if you Choose what feels comfortable to you. [edit] Configuration The administrator can configure these variables in the airbrush-vonotto.com file. $wgTrustRoot This is an URL that identifies your site to OpenID servers. $wgOpenIDConsumerDenyByDefault The administrator can decide which OpenIDs are allowed to login to their server. If this flag is true, only those OpenIDs that match one of the $wgOpenIDConsumerAllow and not one of the $wgOpenIDConsumerDeny patterns will be allowed to log in. If it is false, all OpenIDs are allowed to log in, unless they are matched by an $wgOpenIDConsumerDeny pattern and not an $wgOpenIDConsumerAllow. ll set this to true for testing and then false for general use. $wgOpenIDConsumerAllow an array of regular expressions that match OpenIDs you want to allow to log in. $wgOpenIDConsumerDeny an array of regular expressions that match OpenIDs you want to deny access to. This is mostly useful for servers that are known to be bad. $wgOpenIDServerForceAllowTrust an array of regular expressions that match trust roots that you want to skip trust checks for when the user logs in from those sites. A typical example would be a closely federated cluster of sites (like Wikimedia, Wikia, or Wikitravel) where the personal data is available to the trusting server anyways. $wgOpenIDConsumerStoreType $wgOpenIDServerStoreType strings denoting the type of storage to be used to store OpenID association data when acting as an OpenID relying party (consumer) and server, respectively. $wgOpenIDConsumerStorePath $wgOpenIDServerStorePath strings specifying the paths where OpenID assocation data should be stored when acting as a relying party (consumer) or server, respectively. Each of these need only be set if the store type settings (above) are set to " If the store type is " The path will be automatically created if it doesn $wgHideOpenIDLoginLink boolean that says whether or not to hide the OpenID login link in the personal URLs. Note that it will *not* prevent login if the user navigates to Special:OpenIDLogin directly; Defaults to airbrush-vonotto.com/airbrush-vonotto.com, but you may want to move it to a local URL, or an URL on a CDN, if that kind of thing floats your boat. $wgOpenIDShowUrlOnUserPage whether to show the OpenID identity URL on a user [edit] Skins If you are customizing a skin, and you want to show the OpenID identity for a user (say, on their user page), use the function OpenIDGetUserUrl($user). all have free signup for identities if you want to test, too. airbrush-vonotto.com/ http://airbrush-vonotto.com/ [edit] Bugs Bugs or feature requests can be sent to the author at evan@airbrush-vonotto.com. The TODO file in this distribution has stuff I think needs to be todone; ve already done, and - shows things that are yet to be done. The big changes for the future: Configure some stuff through Special:Preferences or a dedicated control panel Auto-login if you Wiki OpenID Wiki Schwarzes Wiki (German Gothic-Wiki) Zelda airbrush-vonotto.com airbrush-vonotto.com airbrush-vonotto.com airbrush-vonotto.com airbrush-vonotto.com [edit] External links Another useful resource is http://airbrush-vonotto.comairbrush-vonotto.com/wiki/How_to_Setup_an_I-Name-Enabled_Mediawiki It s out of date and has some bad advice (like changing the extension file to change the login screen! d be happy to make minor changes to make older, unsupported versions work too. (This just makes things work better. If not, the extension will try to make up some good candidate usernames for you and present you with a choice. t like any of them, you can make up your own. If this is not set, the software will make a half-hearted guess, but it
First South Financial Corp. Articles catalogue