To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

Dokan (Japanese: ドカン [土管?], "earthen pipe") is a software interface for Microsoft Windows that lets programmers create virtual file systems without writing a kernel-level driver. This is achieved by running file system code in user space while the Dokan kernel driver translates the request for Windows Kernel. It offers compatibility with the FUSE file system by using a wrapper that can be built with Cygwin and MinGW.

Dokan is free software released under the terms of the LGPL and MIT License.

YouTube Encyclopedic

  • 1/3
    Views:
    2 849
    1 201 172
    470 614
  • Mount a Ceph cluster on Windows 10 using Ceph Dokan
  • What's Inside a Fake Security Camera?
  • How to completely Uninstall any software from your Computer | Remove Software Completely [Subtitle]

Transcription

History

The Dokan project was originally created and maintained by Hiroki Asakawa from 2007 to 2011, up to version 0.6.0. It was hosted on Google Code.[1] Asakawa was supported by a 2006 grant from the Japanese Information-technology Promotion Agency [ja] on a related subject.[2]

Since then it was maintained by the community on a fork called DokanX.[3]

As the development of DokanX slowed in 2014, the French company ISLOG took over with its own fork called Dokany, actively maintained by Adrien Jund (aka "Liryna Stark") and formerly used to be co-maintained by Maxime Chamley. The drivers are now code signed by this company.[4]

Uses

Dokan is particularly useful for writing to a Virtual File System without requiring Windows Kernel knowledge. It gives one the ability to mount a virtual hard drive that contains whatever the developer wants to show, making it an alternative to the professionally developed CBFS Connect library. It can be absolutely virtual using memory like a ramdisk or show remote data like FTP, SSH, Samba, and databases as local storage that can be listed, read, written, and deleted.

Dokan is written in C. It provides bindings in .NET, Java, Ruby, Delphi, and Rust.

References

  1. ^ "Dokan". Google Code Archive. Retrieved 9 January 2020.
  2. ^ "2006年度下期未踏ソフトウェア創造事業(未踏ユース)採択概要 データ管理システム". 情報処理推進機構. Retrieved 2008-08-20.
  3. ^ "DokanX". GitHub. Retrieved 2015-07-31. Dokanx is a Fork of Dokan 0.6.0
  4. ^ "Dokany". GitHub. Retrieved 2015-07-31. Dokany is a fork of Dokan 0.6.0 with bug fixes, clean change history and updated to build with latest tools.

External links

Example uses

This page was last edited on 23 December 2023, at 01:38
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.