Wiki: различия между версиями

Материал из Common History development
Перейти к навигации Перейти к поиску
(Hosting)
(Tiddlyspot.com hosting)
Строка 15: Строка 15:
  
 
== [[:Category:Hosting|Hosting]] ==
 
== [[:Category:Hosting|Hosting]] ==
=== Tiddlyspot.com hosting ===
+
=== http://Tiddlyspot.com hosting ===
 
[http://faq.tiddlyspot.com/ Is Tiddlyspot secure? No. Tiddlyspot does not use SSL/https. Your password is sent in clear text when uploading and when authenticating to access a private site. This means that your Tiddlyspot is vulnerable to packet sniffing and your password could be discovered by a malicious third party.]
 
[http://faq.tiddlyspot.com/ Is Tiddlyspot secure? No. Tiddlyspot does not use SSL/https. Your password is sent in clear text when uploading and when authenticating to access a private site. This means that your Tiddlyspot is vulnerable to packet sniffing and your password could be discovered by a malicious third party.]
 +
=== http://tiddlyspace.com hosting ===
 +
will cease in Dec 2016
 +
 
=== TiddlyWikiFolders ===
 
=== TiddlyWikiFolders ===
 
As well as traditional single file wikis, TiddlyWiki on Node.js supports wikis that are stored as a folder of individual tiddler files.
 
As well as traditional single file wikis, TiddlyWiki on Node.js supports wikis that are stored as a folder of individual tiddler files.

Версия 13:20, 21 июля 2016


Based on PHP

mediawiki[править]

examples[править]

Wien History Wiki

docuwiki[править]

TiddlyWiki[править]

Pros[править]

растёт понимание "ЗА": 1. Существует возможность иметь внутри специально структурированные тиддлеры (вообще, это мини база данных и поддерживает модель JSON, а с ним и стандарт табличных данных csv) 2. Тиддлеры импортируются и экспортируются, имея каждый свой адрес 3. Есть возможность связывать файлы в базу знаний (пример здесь) и строить визуализированные представления данных (смотрите здесь). То есть заложена философия безграничного развития.

Cons[править]

TiddlyWiki в коммерческих приложениях невозможно использовать по причине полной открытости кода, как указано даже в магазине http://heeg.ru/ "Движок HEEG.HTML ... полностью бесплатный и никогда не будет платным из-за своих технических особенностей." Но главные причины, по которой я уверен, что TiddlyWiki не создаст Информационной системы для Общей истории - это:

  1. Отсутствие полноценного центрального хранилища данных. Сколько не создавай описаний процессов и событий в html-файлах, всё равно это отдельные файлы, а не синхронизированная база данных. Например, невозможно будет сделать осмысленный ПОИСК по нескольким файлам, потому что нет средств для отметки, где актуальная информация, а где устаревшая. Если переложить задачу синхронизации на программы-агенты, то сделав их, Вы удивитесь, что просто создали ещё один сервер баз данных... Я пытаюсь молчать про быстродействие поиска по нескольким html-файлам: будет очень медленно....
  2. TiddlyWiki никогда не сможет обслужить даже 10 одновременно работающих человек, потому что как написано в заголовке сайта http://tiddlywiki.com/ - "TiddlyWiki — a non-linear personal web notebook". Более детально этот вопрос обсуждается здесь - и вот читаем вывод творцов TiddlyWiki: "Multi-user collaboration is not really TiddlyWiki's strong point. Many of the solutions mentioned above are experimental. If you need a serious multi-user wiki then perhaps you should consider using something other than TiddlyWiki, eg MediaWiki."

Hosting[править]

http://Tiddlyspot.com hosting[править]

Is Tiddlyspot secure? No. Tiddlyspot does not use SSL/https. Your password is sent in clear text when uploading and when authenticating to access a private site. This means that your Tiddlyspot is vulnerable to packet sniffing and your password could be discovered by a malicious third party.

http://tiddlyspace.com hosting[править]

will cease in Dec 2016

TiddlyWikiFolders[править]

As well as traditional single file wikis, TiddlyWiki on Node.js supports wikis that are stored as a folder of individual tiddler files.

Wiki folders can contain the following files and folders:

  • tiddlywiki.info - JSON file containing metadata for the wiki
  • \tiddlers - folder containing tiddler files comprising the wiki
  • \plugins - folder containing plugin folders to be included in the wiki

Only the tiddlywiki.info file is required

on Node.js[править]

benefits over and above the single file version:

  • You can edit your content on any suitably compatible HTML5 browser, including smartphones and tablets
  • Individual tiddlers are stored in separate files, which you can organise as you wish
  • The ability to build multiple wikis that blend different combinations of shared and unique content