Internal Wikis - Small Business Technology Articles - Entrepreneurial Tips – Resources for Entrepreneurs - Gaebler Ventures - Chicago, Illinois. Wikis have taken the world by storm. Are you leveraging them within your business? You should be. Since Wikipedia burst onto the scene, people have made much of this technology's potential. (article continues below) The quick response time and flexible interface have made wiki-based manuals and databases into Internet fixtures, operated by both wiki-centered data projects, such as Wikipedia, and utilized for documentation purposes by private companies and non-profit groups. However, in the business world, wikis are mostly limited to use as user-end delivery systems for documentation and the like. This is unfortunate because, looking at the technology from an objective standpoint, wikis are perfect for internal business usage.
One advantage of wikis which is worth noting is the speed with which new information becomes entered into the document. Almost always, new deals, suits, purchases, and business strategies are not compiled and organized until after the developments are over. Business Application Wikis - Wikis. Wikis are a smart response to your company's content management problems. These easy-to-use solutions have tons of applications for businesses -- all of which give your company collaborative synergy for little or no cost. Wiki is a term that has charged into the American vernacular and taken the Internet by storm. Based on a Hawaiian phrase that means "quick", wiki gives individuals convenient access to large quantities of information. At its most basic level, wiki is a simple form of content management.
Centralized content management. Use a wiki for internal documentation. Updated Feb 22, 2008 11:01 am | 11,925 views Introduction When considering all of the standard ways of creating an inclusive and rich set of Knowledge Management , which would need to include a whole set of documents targeting all aspects of doing business ( IT as well), a company may decide to use a wiki.
This form of internal documentation requires a certain degree of additional upfront planning and work, but, in the end, should prove to be an even more vital and accessible method of pulling together corporate knowledge. Steps The next step in the process is to determine where to house the wiki itself and then get down to the business of actually creating the document. The following are some suggested steps to take in the creation, collaboration and maintenance of an internal document using a wiki: Examples There are a growing number of business who already use this unique way of creating, storing and managing internal documentation. Resources Conclusion Related White Papers and Webcasts. Good wiki software for internal company use. About - Wiki Patterns. About To get started creating your profile and editing pages, visit How to use this wiki . There is no 'right' way to use a wiki. The fantastic thing about wikis, and the reason they have been so successful, is that they are built from the ground up by the people who use them.
That way, the structure of a wiki, and how it is used, comes to mirror how the people using the wiki want to structure it, how they want to use it. One of the most common misconceptions about patterns are that they are somehow recipes. With that misunderstanding, you would read this site as a list of instructions: how to set up initial content, how to encourage people to contribute, how to deal with disruptive elements. What is a pattern? The concept of a pattern was introduced by the architect Christopher Alexander in his book The Timeless Way of Building . A pattern is a model considered worthy of imitation (i.e., if it worked for others, it can work for you ).
Pattern Languages Antipatterns. Communication interne : Wiki, le summum du collaboratif. Encore anecdotiques, les Wikis s'apprêtent à envahir le monde professionnel. En entreprise, ces nouveaux outils peuvent être utilisés par des groupes de travail ou pour la communication interne. Une seule condition : que la hiérarchie se fasse discrète. Concrètement, le Wiki est un site Web dynamique sur lequel tout visiteur peut modifier le contenu des pages à volonté. Afin de responsabiliser les utilisateurs, l'accès au service n'est pas anonyme.
"C'est un outil incroyable de simplicité et d'efficacité, note Charles Népote, responsable du pole xNet de la coordination informatique chez Cetelem. Chez Cetelem, le Wiki a tout d'abord été utilisé par une petite équipe de six développeurs Web. Au-delà du mode projet, le Wiki peut également être utilisé pour la communication interne. Dans le même esprit, le Wiki peut devenir un outil de gestion du type intranet. Toutes ces possibilités font du Wiki un outil collaboratif hautement attractif. Autre obstacle : la pauvreté de l'offre. Implementing an internal wiki – Dan Collins on the Powerhouse’s rollout of Confluence. Wikis are the sort of knowledge management tool that you’d immediately think of as having great value to museums. However it seems that in the sector they are rarely found outside of IT departments – if at all. We’ve been looking at them at the Powerhouse for quite a few years now. We tried simple installs of MediaWiki (the open source tool behind WIkipedia) and a couple of hosted ‘free’ solutions – Wikispaces and pbWiki – but none of these were really suitable as an organisation-wide solution.
Recently our IT team rolled out Confluence, an enterprise wiki solution, which is being progressively implemented across the organisation on a project by project basis. I spoke to Dan Collins, our IT Manager (and web enthusiast) about Confluence and why he chose to go down this path. What were the initial internal drivers for a wiki inside the Powerhouse? Dan Collins: Initially my team needed something that would store large of amounts of IT documentation. How is it being rolled out? Training. Tags: WikiMatrix - Compare them all. MediaWiki. Installation 1. MediaWiki installs itself using an interactive, web-based installation script.
Before you can run this script, you need to do a couple of things. First, ensure that you have installed prerequisites (Apache/IIS, MySQL5 or later (4 or later for versions below and version 1.18) and PHP 5.3.2). Then you must acquire the MediaWiki software package and upload the MediaWiki software to your server.
You may also have to create a new database for your wiki. MediaWiki can be difficult to install for the average computer user who does not have experience with Apache, PHP and MySQL. Note: For troubleshooting information, see Manual:Errors and Symptoms#Installation Errors. Download MediaWiki software[edit | edit source] You can download a release version of MediaWiki from the official download page: generally, if you're using a production environment, you want to be running the stable release. wget Alternatively, using cURL: That's it!
Wamp Server. Convert, Edit, and Compose Images. Sendmail. PhpMyAdmin. An Introduction to SQL Statements. A simple guide to the basics of the four most commonly used SQL statements used on MySQL. SQL statements are statements that allow interaction with a database. In my case the most frequent database type I access is MySQL, however the statements I use every single day are usable across most of the major database solutions in the world. As a result I thought it would be good to publish a basic introduction to SQL and how it can be impliemented for your website, and how it is not overly difficult to update SQL queries, or to build new queries from scratch. The first and the most common SQL statement that I use on an almost daily basis, a SELECT statement, it is used to obtain information from the database, and it is something that is regularly used in order to get the information required, normally this is done to gain content from a database controlled content management system.
SELECT * FROM tblUsers WHERE User_ID = ‘5’; tblUsers WHERE User_ID=’5’ Well that is a basic SELECT statement. Installation 2. An English native speaker may translate the German version that is up-to-date. The 1.13alpha Config script Once you have uploaded/installed MediaWiki on web server, the first thing you need to do is complete the basic setup by running the supplied configuration script. This script allows you to tell MediaWiki the information it needs in order to get the wiki up and running. Opening the MediaWiki installation form[edit | edit source] In the following examples, it is assumed that your website is located at which is physically located on your server at /home/example/web.
Use your web browser to browse to the main wiki page. Filling out the form fields[edit | edit source] Follow the instructions on the form to fill in the required entries (refer to the following table if you're uncertain what to enter) and after that click on the "Install MediaWiki! " Once you have done the above, your wiki should be ready to use. Installation errors[edit | edit source] Manual:Contents. This is a technical manual for the MediaWiki software. It contains information for developers and system administrators on installing, managing and developing for the MediaWiki software.
This manual is not for end users of MediaWiki. If you are looking for documentation to help you use MediaWiki, read the MediaWiki Handbook. Main sections Others MediaWiki FAQ Frequently asked questions about MediaWiki. Browsing the manual There are multiple ways to browse through the documentation. Special:Allpages/Manual: - An automatically generated list of all pages in the Manual: namespace.Category:Manual - the top-level Manual category Improving the manual There are still a lot of holes in this manual! MediaWiki Virtual Library. Admin Système. This page is a translated version of a page Sysadmin hub and the translation is 59% complete. C'est un lieu pour les administrateurs système pour obtenir de l'aide sur l'installation, la mise à niveau, la configuration ou le maintien du logiciel MediaWiki sur un wiki tiers.
These pages are in constant development. If you can't find the information you are looking for, or have found useful information somewhere we have not linked to, then please leave a comment on the support desk and someone will look into it. If you want to collaborate with other third-party MediaWiki users, please join the mediawiki-enterprise mailing list. How to become a MediaWiki hacker.
For other ways to get involved in the MediaWiki community, see How to contribute. This article is written to help novice developers learn the skills needed to contribute to MediaWiki development. If you are an experienced developer, visit the developer hub instead. Overview MediaWiki is the software that powers Wikipedia, its sister projects and thousands of wikis all over the world. It runs on most operating systems, is written in PHP, primarily uses the MySQL database server and uses jQuery as the client Javascript library.
Development of MediaWiki is primarily supported by the Wikimedia Foundation, though volunteer community developers play a huge part as well. This page should help you get started on the path to becoming a contributor to MediaWiki. Prerequisites MediaWiki contributors at work in Bangalore, India. MediaWiki is written in PHP, so you'll need to get familiar with PHP to hack MediaWiki's core. Learn PHP PHP tutorial — Available in many different languages. PHP resources Database. Category:Customization techniques. FAQ et Astuce MediaWiki. All extensions. Extension Matrix. Security issues with authorization extensions. MediaWiki is not designed to be a Content Management System (CMS), or to protect sensitive data.
To the contrary, it was designed to be as open as possible. Thus it does not inherently support full featured, air-tight protection of private content. But with the massive increase of MediaWiki use in corporate intranets and the many CMS-like features emerging, demand for tighter security is emerging. To help authors of security extensions, this list of the security flaws found in the field is being maintained, so that they can test their extension against each. There are several extensions that claim to give selective read/write access to pages in Category:Page specific user rights extensions, and currently most of these do exhibit several of the listed flaws. Testing security extensions[edit | edit source] If you are going to implement read or write access, check the extension for the flaws listed in the table below by logging in as a user without read/write permissions. AddPageService. Introduction[edit | edit source] AddPageService is a web service that enables external programs to add or edit pages on the wiki just as a regular user.
Features[edit | edit source] Can add or edit pages.Impersonates a wiki user.Requires user name and password.Has the same behavior as a manual edit.Silently replaces invalid characters in page titles. Installation[edit | edit source] Install Snoopy. Configuration[edit | edit source] Edit the "Customization required" section in AddPageService.php: Test[edit | edit source] Download TestAddPage.php and save it in the extensions directory of your wiki.Edit the "Customization required" section in TestAddPage.php: $endpoint: The full URL of the AddPage web service. Usage[edit | edit source] Information about using the web service in external programs: The web service URL will be similar to this: The WSDL can be obtained by adding "?
Credits[edit | edit source] Partially based on Bulk Page Creator. Top 10 MediaWiki Content Management Extensions | bemoko's blog on mobile. Posted By Ian Homer Thursday, February 21, 2008. I’m a big fan of wikis and MediaWiki is my flavour. It’s a rock solid platform and has never let me down. I’ve picked up lots of best practices, patterns, tips & tricks and little hacks over the past few years and I’ll be sharing them with you over the next few months on this blog. There’s no better place to start things rolling than with a list of my favourite extensions.
Extensions are what bring the MediaWiki to life and really allow you to take control of your Wiki content: Semantic MediaWiki has to come top of this list. One thing that always amazes me is the quality of both the MediaWiki core and the extensions provided by the community. I’ll continue with this MediaWiki series in a few weeks time. 20 MediaWiki Extensions.
FICHIERS CODE SOURCE. Code mobile. Semantic MediaWiki. Semantic Compound Queries. Semantic MediaWiki with Property Clusters - Dpldemo. VPN. 302 Moved Temporarily.