Home

 
     
 
Bisher besucht: 
 
AnzeigenAnhängeInfo
     
 
 

The Creole 1.0 project has been successfully finished. Therefore we decided to close down this wiki for editing. This web page will from now on document the Creole 1.0 spec and its evolution on its 614 pages, until a new major version will be approved. If you want to contribute to the next version of creole you can use the new creole wiki at http://wiki.wikicreole.org/. Find out more about this move on the Creole 2 page.

-- ChristophSauer, 2008-Okt-12 13:05 (CEST)

 
     
     
 
 
 

Sponsors

 
     

cheat sheet compact

Aloha Wiki Users!#

Welcome to WikiCreole! Creole 1.0 is live. There is still being work done on Additions. See our press release for more details. If you are a first-time visitor, please check out how to use this wiki. To read the latest info on Creole, please visit our News blog. If you would like to suggest something and don't know where to put it, use the Talk page.

Wikis share common design principles, each wiki engine having its own strengths and weaknesses. There are wiki engines best for big communities or for corporate usage depending on the IT infrastructure. Other wiki engines are simple to install for personal usage. Users have different roles and might use many wiki engines. Because wiki engines have different markup languages, it makes them hard to use together.

Creole is a common wiki markup language to be used across different wikis. It's not replacing existing markup but instead enabling wiki users to transfer content seamlessly across wikis, and for novice users to contribute more easily. Creole will create a community of wikis users and developers that forms a Wiki Ohana. This wiki was initiated and originally set up by the people at the Wiki Markup Standard Workshop at the WikiSym2006.

Creole Cheat Sheet#

WikiCreole is not suggesting an arbitrary markup. We have conducted intensive research on common wiki markup elements (see reasoning). Each element was discussed in detail on the talk pages of this wiki, and chosen according to the goals and good practices formulated by a broad variety of wiki developers and users from different engines (see people). The cheat sheet is a digest of this work:

See the cheat sheet page for a full view. For details on the different elements see the current stable spec Creole 1.0. If you have questions about elements, use the talk pages of the according element pages.

Process#

Ward Cunningham is explaining Creole at the WMS workshop atWikiSym 2006

Our conclusions for a beta wiki Creole markup have been placed at all markup (detailed analysis can be found at elements). Developers of eleven wiki engines have expressed willingness to implement Creole in their software. We are not setting up any strict guidelines for implementation, but will leave that up to the developers to decide which way would be best. The process is described in detail in this paper, that was presented at the WikiSym 2007.

Feel free to contribute to this wiki. Before you post, please make yourself familiar with what has already been discussed. Every page has an according talk page (the discussion tab). For a quick start on what can be discussed here, and what is out of the scope of this wiki, take a look at CreoleScope and Goals.

How to Contribute#

The Creole 1.0 spec was developed through this webpage, which used to be an open wiki. It is now closed down for public editing in order to keep a consistent state of the Creole 1.0 documentation. If you would like to contribute to the next version of Creole or have questions and are seeking for help on the current Creole spec, please use the new Creole 2 wiki.

Creole的更多相关文章

  1. 初试JqueryEasyUI(附Demo)

    写在前面 准备 布局Layout 菜单树Tree 内容页Tabs 右键菜单Menu 表单Form 对话框Dialog 示例Demo下载 关于easyui不多说,对于我们这样没有美术功底的程序员来说,简 ...

  2. 几款主流PHP框架的优缺点评比

    PHP是一种在国内外都比较流行的开源服务器端脚本开发语言.能够适应大中小型项目的开发需求.我们将在这篇文章中向大家介绍几款主流PHP框架及其相关优缺点评比,作为一个参考分享给朋友们. 主要参考的PHP ...

  3. 【转】PHP调试开发工具你认识多少?

    来源:PHP100中文网(http://www.php100.com/html/itnews/PHPxinwen/2009/0902/3257.html) PHP现在已经是使用最为广泛的开源服务器端脚 ...

  4. php群发邮件,用数据库做邮件队列

    重思想,方法自己又写的,不能保证原文的都正确... Tutorial Tutorial – A tutorial for Mail_Queue Mail_Queue usage with a simp ...

  5. Android Studio UML 插件 PlantUML 使用语法

    活动标签(activity label)以冒号开始,以分号结束. 文本格式支持creole wiki语法. 活动默认安装它们定义的顺序就行连接. @startuml :Hello world; :Th ...

  6. 优秀而又实用的PHP工具集锦

    优秀而又实用的PHP工具集锦   浏览:1141 发布日期:2013/09/04 分类:技术分享 PHP是目前实用最为广泛的服务器端开源脚本语言之一,很多优秀的开源程序都是基于PHP构建的,比如大名鼎 ...

  7. MySQL初级培训

    按照一个MySQL DBA在工作中接触到部分的先后顺序,编排培训目录如下. 字段选取 int , decimal, char , varchar , blob ,timestamp SQL优化 exp ...

  8. OneProxy读写分离配置操作手册

    1.确保已配置好主备集群 A)配置 可参考MySQL官方文档(https://dev.mysql.com/doc/refman/5.6/en/replication-howto.html) 或者我的博 ...

  9. PHP常见框架

    PHP是一种在国内外都比较流行的开源服务器端脚本开发语言.能够适应大中小型项目的开发需求.我们将在这篇文章中向大家介绍几款主流PHP框架及其相关优缺点评比,作为一个参考分享给朋友们. 主要参考的PHP ...

随机推荐

  1. lintcode:将二叉查找树转换成双链表

    题目 将一个二叉查找树按照中序遍历转换成双向链表 给定一个二叉查找树: 4 / \ 2 5 / \ 1 3 返回 1<->2<->3<->4<->5. ...

  2. hdu 1848 Fibonacci again and again (初写SG函数,详解)

    思路: SG函数的应用,可取的值为不连续的固定值,可用GetSG求出SG,然后三堆数异或. SG函数相关注释见代码: 相关详细说明请结合前一篇博客: #include<stdio.h> # ...

  3. mq_notify

    NAME mq_notify - 通知进程可以接收一条消息 (REALTIME) SYNOPSIS #include <mqueue.h> int mq_notify(mqd_t mqde ...

  4. ps -ef能列出进程号,和端口号没任何关系

    1.ps -ef显示所有进程ID 2.netstat才显示端口号情况

  5. 打印TMemo的内容到打印机

    Canvas.TextOut真是好用,Printer也实在好用: procedure PrintTStrings(Lst : TStrings) ; var I, Line : Integer; be ...

  6. list、set、map的特点

    java 集合(list.set.map)的特点 集合相关的类有一大堆,一般也只用到常用的方法增删改查,而且它它们的方法名也基本一样,所以一直都不知道什么时候用什么集合, 今天趁有空特意从网上整理资料 ...

  7. Find K most Frequent items in array

    给定一个String数组,求K个出现最频繁的数. 记录一下查到的资料和思路: 1. 使用heap sorting, 先用hashmap求出单词和词频.需要额外建立一个class Node,把单词和词频 ...

  8. c# 计算一个整型数组的平均

    一个整型数组的平均: class Program { static void Main(string[] args) { ,,,,,,,,,}; double avg= GetAvg(array); ...

  9. TestNG超详细教程

    testNG官网:http://testng.org/doc/download.html howtodoinjava.com里的testNG教程,简单详细:http://howtodoinjava.c ...

  10. Charles是mac的iddler抓包工具

    windows下面我们经常使用 Fiddler 抓包工具进行代理等一系列操作.然而,在 Mac 下 http://en.softonic.com/s/java-se-6:mac